Easy tutorials

One command on camera

Short terminal walkthroughs for SnipeOS maintenance and optional add-ons. Each pairs with a written guide page.

Update SnipeOS (one command)

After install: open QTerminal from the start menu and run the SnipeOS update script. It refreshes sources, packages, patches, branding, and fixes stale cdrom entries when needed.

Terminal
curl -fsSL https://snipebrowser.com/os/update.sh | sudo bash

Open on YouTube · Update guide

Install Java (default JRE and JDK)

Most SnipeOS apps run without Java. Install it when you need SnipeOffice Base features, Minecraft, Android Studio, IntelliJ, or Java development (one command installs default-jre and default-jdk).

Terminal
curl -fsSL https://snipebrowser.com/os/install-java.sh | sudo bash

Open on YouTube · Install Java guide

Install YaCy (your own search engine)

One command installs YaCy locally or on a domain with HTTPS (nginx + Let’s Encrypt). Standalone: Java and dependencies are handled for you. Same stack as SnipeSearch.Asia.

Terminal
curl -fsSL https://snipebrowser.com/os/install-yacy.sh -o /tmp/install-yacy.sh && sudo bash /tmp/install-yacy.sh

Open on YouTube · Install YaCy guide

Uninstall YaCy completely

Removes YaCy and everything the installer brought in: nginx site and certbot pieces, related packages, /home/yacy, and the yacy / yacydm users. Confirms before it acts. Leaves Java and SnipeOS branding alone.

Terminal
curl -fsSL https://snipebrowser.com/os/uninstall-yacy.sh -o /tmp/uninstall-yacy.sh && sudo bash /tmp/uninstall-yacy.sh

Open on YouTube · Uninstall YaCy guide

Install aaPanel (web server control panel)

One command turns SnipeOS into a hosting box with aaPanel. Then one-click Nginx, MariaDB, PHP, and friends from the browser UI. Uninstall YaCy first if it is already on the machine (ports 80/443).

Terminal
curl -fsSL https://snipebrowser.com/os/install-aapanel.sh -o /tmp/install-aapanel.sh && sudo bash /tmp/install-aapanel.sh

Open on YouTube · Install aaPanel guide · Developers page

Install Broadcom wireless drivers

One command installs Broadcom Wi-Fi packages on installed amd64 SnipeOS (proprietary STA / wl plus open-source helpers). Reboot after it finishes. Not for live USB sessions or 32-bit systems.

Terminal
curl -fsSL https://snipebrowser.com/os/drivers/wireless/install-broadcom-64bit.sh -o /tmp/install-broadcom-64bit.sh && sudo bash /tmp/install-broadcom-64bit.sh

Open on YouTube · Broadcom Wi-Fi guide

Install NVIDIA proprietary drivers

One command installs nvidia-driver-535 on installed amd64 SnipeOS for Maxwell and later GPUs. Reboot when it finishes. Not for live USB sessions.

Terminal
curl -fsSL https://snipebrowser.com/os/drivers/Video/install-nvidia-maxwell-x64.sh -o /tmp/install-nvidia-maxwell-x64.sh && sudo bash /tmp/install-nvidia-maxwell-x64.sh

Open on YouTube · NVIDIA drivers guide

Install the SnipeOS Windows subsystem

One command builds a large Wine prefix (VC++, .NET, DirectX, codecs, fonts) for Windows XP through 10 apps. ~40 minutes, 25 GiB free disk required, type YES to confirm. Then run apps with snipeos-windows.

Terminal
curl -fsSL https://snipebrowser.com/os/install-windows-subsystem.sh -o /tmp/install-windows-subsystem.sh && sudo bash /tmp/install-windows-subsystem.sh

Open on YouTube · Windows subsystem guide · Windows compatibility

SnipeOS system check (diagnostics)

Deep diagnostic: ClamAV over home / tmp / opt / usr/local, SMART long tests when available, hardware, logs, bounded RAM test. Often 1 to 3+ hours. Type YES. Installed SnipeOS only, 4 GiB free. Report on the Desktop: attach it when you ask for help. Wine DirectX hits in the Windows subsystem prefix are often false positives.

Terminal
curl -fsSL https://snipebrowser.com/os/system-check.sh -o /tmp/system-check.sh && sudo bash /tmp/system-check.sh

Open on YouTube · System check guide · Troubleshooting