Recently Updated Pages
Set up a Kubernetes cluster
INSTALLING KUBERNETES INSTALL CONTAINERD # update packages in apt package manager sudo apt update...
Create a hidden Service
Install Tor To enable all package managers using the libapt-pkg library to access metadata and pa...
Browse TOR via Commandline
apt-get install torsocks if you haven't already enabled TOR, enable it via systemctl enable --no...
LXC set mountpoint
pct set 103 -mp0 /host/dir,mp=/container/mount/point
AWUS 1900 - Linux Drivers
rtl8814au Drivers for the rtl8814au chipset wireless adapters Install Dependencies sudo apt updat...
Attach Devices
Attach USB Device Once qvm-device usb attach vmname sys-usb:X-x Persistent qvm-device usb attach...
Set TX-Power 30
Three easy steps: Here it goes root@kali:~# ifconfig wlan1 down root@kali:~# iw reg set BO root@k...
Install Software in dom0
sudo qubes-dom0-update <packagename>
Enable USB support on StandaloneVM
qvm-features [standalone-qube] stubdom-qrexec 1
Change Shell in Templates
sudo usermod -s /usr/bin/fish user
Install custom Kernel in TemplateVM
install linux kernel sudo apt install linux linux-headers grub-install /dev/xvda grub-mkconfig -...
Copy from and to dom0
Copy to dom0 qvm-run --pass-io vm-name "cat /path/to/file/in/vm" > "/path/to/file/in/dom0" Copy ...
Install Software in Template using proxy
wget proxy Issue in Terminal: https_proxy=http://127.0.0.1:8082/ http_proxy=http://127.0.0.1:8082...
Weechat - with Bouncer
Join a server /server add BNC my.bouncer.net/6697 -ssl -username=username/network -password=passw...
Create Jail, Networking and NAT
Step 1: Enable IP Forwarding First, you need to enable IP forwarding on your FreeBSD host. This a...
First Steps
Add User To system root@balrock:~ # adduser Username: username Full name: Uid (Leave empty for d...
Upgrade FreeBSD
Upgrading FreeBSD from one minor version to another, such as from FreeBSD 14.0 to 14.2, can typic...
Change Hostname
Changing the hostname in FreeBSD can be done in a few simple steps. Here’s how to do it: Step 1: ...
Webdav using Apache2
Step 1: Install Required Packages First, ensure that you have Apache2 and the necessary modules i...
Radicale - Cal and CardDav
1. Install Packages apt update apt dist-upgrade apt install radicale apache2-utils 2. Authentica...