Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

168 total results found

AWUS 1900 - Linux Drivers

Alfa AWUS

rtl8814au Drivers for the rtl8814au chipset wireless adapters Install Dependencies sudo apt update sudo apt install linux-headers-amd64 dkms rfkill git iw bc mokutil build & install git clone https://github.com/morrownr/8814au cd 8814au sudo ./install-driver....

Install custom Kernel in TemplateVM

QubesOS

install linux kernel sudo apt install linux linux-headers grub-install /dev/xvda grub-mkconfig -o /boot/grub/grub.cfg mkinitcpio -p linux switch vm to HVM in QubesManager

Attach Devices

QubesOS

Attach USB Device Once qvm-device usb attach vmname sys-usb:X-x Persistent qvm-device usb attach --persistent vmname sys-usb:X-x Attach Blockdevices Once qvm-block attach vmname dom0:diskname persistent qvm-block attach --persistent vmname dom0:diskname

Change Shell in Templates

QubesOS

sudo usermod -s /usr/bin/fish user

Enable USB support on StandaloneVM

QubesOS

qvm-features [standalone-qube] stubdom-qrexec 1

Install Software in dom0

QubesOS

sudo qubes-dom0-update <packagename>

Initial Configuration

UFW

Allow ipv6 edit vim /etc/default/ufw and add: IPV6=yes Deny incoming default ufw default deny incoming allow outcoming ufw default allow outgoing Allow SSH / HTTP / HTTPS: ufw allow 22/tcp ufw allow 80/tcp ufw allow 443/tcp

Create a hidden Service

TOR

Install Tor To enable all package managers using the libapt-pkg library to access metadata and packages available in sources accessible over https (Hypertext Transfer Protocol Secure). apt install apt-transport-https Create a new file in /etc/apt/sources.list...

Set up a Kubernetes cluster

Set up a Kubernetes cluster

INSTALLING KUBERNETES INSTALL CONTAINERD # update packages in apt package manager sudo apt update && apt dist-uppgrade # install containerd using the apt package manager # containerd is lightwieght, reliable and fast (CRI native) sudo apt-get install -y conta...

MPV

Play Songs and Videos in reverse

MPV

Play a Songs and Videos in reverse mpv --play-direction=backward

Saved Articles

Internet Censorship – An Analysis of 195 Countries (Repost)

Saved Articles

ORIGINAL POST Global Map Of Internet Censorship & Surveillance Around 4.66 billion people use the internet as a source of information, social interaction, entertainment, and more. But the truth is, not everyone in the world has the privilege of enjoying open a...

pip3

create pyton3 venv

pip3

python3 -m venv venv source venv/bin/activate

Pipe to /dev/null

Cron

> /dev/null 2>&1

Install Wireguard Proxmox Debian

Debian

In Proxmox, create a new Linux container using an Debian template (version 13 was used here). The following configuration is perfectly adequate for home use. Depending on your needs, you can of course increase the number of cores and the amount of memory. unp...

Install Server Applications