slimpuggamer

  • How to make a pi a server

    first download and setup raspberry pi os with ssh. then install docker Then reboot the pi and log in again to the pi. and then install portainer after which you can set up portainer and set the app template to then you can install what you want from containers in portainer Source for most of…

    Read More

  • how to make a basic html page

    this is how to make a basic html page. code <!DOCTYPE html> <html> <head> <title>basic html code</title> </head> <body> <h1>basic html page</h1> <p>this is a very simple html page</p> </body> </html> save this code as index.html

    Read More

  • How I fixed my bricked laptop

    (Note this is not a guide) Windows bricked my laptop because of a incompatible bios update but my laptop has a bios flash back function so I downloaded a compatible bios from HP’s website and ran the app (from my Windows tablet) that puts the bios files to a usb stick and then plugged the…

    Read More

  • Mi Box S (2nd gen) review

    The Mi Box S is a decent 4K streaming box for its price as it can stream 4k content without lag thanks to its powerful cpu. you can also sideload apk’s (restricted to 32bit apps). The TV box also contains Google TV based on android 11, which doesn’t lag outside of setup where it will…

    Read More

  • good programs for linux

    Wine – allows to run Windows apps on Linux. xfce4-whiskermenu-plugin – alternative menu for xfce (depends on xfce4) mousepad – decent lightweight text editor. nano – command line text editor you can also suggest programs in the comments

    Read More

  • I rebuilt my website

    Now it’s using wordpress because it is easier to use also it may not be as fast because I am using apache now because wordpress doesn’t seem to support lighttpd

    Read More