Skip to main content

Recently Updated Pages

Install Nextcloud on Debian LXC via Snap

Install Nextcloud on Debian LXC via Snap

Hi, I had several problems with my Nextcloud installs. So I decided today that I'll try the Snap ...

Updated 1 week ago by tinfoil-hat

Wireguard on Debian LXC - Proxmox

Wireguard on Proxmox - Debian LXC

In Proxmox, create a new Linux container using an Debian template (version 13 was used here). Th...

Updated 1 week ago by tinfoil-hat

INSTALLING KUBERNETES

Kubernetes Cluster

INSTALL CONTAINERD # update packages in apt package manager sudo apt update && apt dist-uppgrade ...

Updated 1 week ago by tinfoil-hat

Pipe to /dev/null

Cron

> /dev/null 2>&1

Updated 2 weeks ago by tinfoil-hat

create pyton3 venv

pip3

python3 -m venv venv source venv/bin/activate

Updated 2 weeks ago by tinfoil-hat

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...

Updated 1 month ago by tinfoil-hat

Play Songs and Videos in reverse

MPV

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

Updated 4 months ago by tinfoil-hat

AWUS 1900 - Linux Drivers

Alfa AWUS

rtl8814au Drivers for the rtl8814au chipset wireless adapters Install Dependencies sudo apt updat...

Updated 5 months ago by tinfoil-hat

Set up a Kubernetes cluster

Set up a Kubernetes cluster

INSTALLING KUBERNETES INSTALL CONTAINERD # update packages in apt package manager sudo apt update...

Updated 5 months ago by tinfoil-hat

Create a hidden Service

TOR

Install Tor To enable all package managers using the libapt-pkg library to access metadata and pa...

Updated 5 months ago by tinfoil-hat

Browse TOR via Commandline

TOR

apt-get install torsocks if you haven't already enabled TOR, enable it via systemctl enable --no...

Updated 5 months ago by tinfoil-hat

LXC set mountpoint

Proxmox

pct set 103 -mp0 /host/dir,mp=/container/mount/point

Updated 7 months ago by tinfoil-hat

Attach Devices

QubesOS

Attach USB Device Once qvm-device usb attach vmname sys-usb:X-x Persistent qvm-device usb attach...

Updated 1 year ago by tinfoil-hat

Set TX-Power 30

Alfa AWUS

Three easy steps: Here it goes root@kali:~# ifconfig wlan1 down root@kali:~# iw reg set BO root@k...

Updated 1 year ago by tinfoil-hat

Install Software in dom0

QubesOS

sudo qubes-dom0-update <packagename>

Updated 1 year ago by tinfoil-hat

Enable USB support on StandaloneVM

QubesOS

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

Updated 1 year ago by tinfoil-hat

Change Shell in Templates

QubesOS

sudo usermod -s /usr/bin/fish user

Updated 1 year ago by tinfoil-hat

Install custom Kernel in TemplateVM

QubesOS

install linux kernel sudo apt install linux linux-headers grub-install /dev/xvda grub-mkconfig -...

Updated 1 year ago by tinfoil-hat

Copy from and to dom0

QubesOS

Copy to dom0 qvm-run --pass-io vm-name "cat /path/to/file/in/vm" > "/path/to/file/in/dom0" Copy ...

Updated 1 year ago by tinfoil-hat

Install Software in Template using proxy

QubesOS

wget proxy Issue in Terminal: https_proxy=http://127.0.0.1:8082/ http_proxy=http://127.0.0.1:8082...

Updated 1 year ago by tinfoil-hat