dazeb

(more) Useful Linux Commands

Command Description man <tool> Opens man pages for the specified tool. <tool> -h Prints the help page of the tool. apropos <keyword> Searches through man pages' descriptions for instances of a given keyword. cat Concatenate and print files. whoami Displays current username. id

How to update Pi-Hole

Pi-Hole recently got an update as of 16th April 2021. To update you only need to do a single command. pihole -up This will update your Pi-Hole including the web interface updates if applicable.

How to start a Basic Web Server Using Shell Commands.

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely. Discussion on reddit. Python 2.x $ python -m SimpleHTTPServer 8000 Python 3.x $ python -m http.server 8000 Twisted (Python) $ twistd -n web

Airmon Commands

See version of Kali cat /etc/os-release uname -a kill processes sudo airmon-ng check kill Start monitor mode sudo airmon-ng start wlan0 Verify that monitor mode is used sudo airmon-ng You could also use iwconfig to check that interface is in monitor iwconfig Get the AP's MAC address

How to install Nextcloud on any VPS or Container Easily!

On a clean Ubuntu 20.04 virtual machine or container simply download and run the script. First make sure a sudo user is created adduser newuser Then make the user part of the sudo group with sudo privileges. usermod -aG sudo newuser Switch to new user su newuser Download installation

dazeb © 2026