debian

  1. Kippykip

    Compiling Box64 on a Raspberry Pi 4 with Box32 support!

    So Box64 and Box86 are normally emulators that allow you to run x86 and x64 software on Arm devices such as a Raspberry pi. You can run desktop apps such as steam and mostly importantly to me, WINE (Windows software) Normally you've had to compile both Box86/Box64 separately in the past, however...
  2. Kippykip

    gcdemu 3.2.6-1.2 for Debian Trixie / Boomworm

    Here's a fantastic .ISO/.BIN/.CUE virtual CD drive / mounting tool. For some reason this isn't on the repository for debian bookworm or trixie. However installing the .deb file manually seems to work. Works on all architectures, tested on Q4OS and Raspbian on a raspberry pi. See attached!
  3. Kippykip

    Windows XP Luna Theme (Original .msstyle)

    For some reason I couldn't find an easy download for this. But here's the original XP theme from the C:\Windows\Resources folder. I noticed you can install it straight to WINE on linux, via winecfg
  4. Kippykip

    [Fix] Opera Linux - Fix Facebook, Twitter and YT Movies / Netflix Playback

    If you've ever used Opera on Linux, you'll notice that videos on facebook don't play at all. Same goes for playing DRM movies/shows through YouTube movies or Netflix. The fix is to replace the libffmpeg.so library with one that actually works (supposedly Opera can't distribute it because of...
  5. Kippykip

    [Tutorial] Run Linux programs in a resolution, then restore after closing

    First off, open a terminal and type xrandr, scroll up and it'll show the name of your display here: Then for your program, you'll want to make a launcher on your desktop or something, and for the command line use this template: bash -c "xrandr --output VGA-1 --mode 640x480 &&...
  6. Kippykip

    [Tip] Skip the disk check on the LiveCD boot splash keyboard shortcuts (Skip check, Details)

    This actually applies to pretty much all Ubuntu based distros. But while it's doing the casper disc check on the splash screen, press CTRL+C at anytime to skip the MD5 checking. You can also press Escape to show what's exactly is happening in the console
  7. Kippykip

    XScreenSaverWin Password

    Alright so XScreenSaver is an open-source program that comes with a fuckton of screensavers in linux. A lot of desktop enviroments use it. Now someone under the name of "katahiromz" has ported it to Windows under the name of "XScreenSaverWin"... only thing is you gotta pay 10 USD for it...
  8. Kippykip

    How to compile PCSX-Reloaded on Linux (Debian)

    Alright, so I'm gonna pretend you're completely new to Linux as I was and try to compile a simple program. A lot of programs need to be compiled from the source (for some reason). I think it's because if they want the program to work on different architectures (such as ARM, PowerPC devices etc)...
Top