csf error path to iptables is either not set or incorrect
Whem install csf firewall on Ubuntu 20.04, i get following error root@ok:~# csf *Error* The path to iptables is either not set…
Whem install csf firewall on Ubuntu 20.04, i get following error root@ok:~# csf *Error* The path to iptables is either not set…
systemd-resolved provide DNS resolver facility in newer version of Linux servers running systemd. I prefer manually editing /etc/resolv.conf and add resolvers. If…
To enable /etc/rc.local file run on system startup on servers runing systemd, you can run systemctl enable rc-local Now you need to…
proxychains allow you to route traffic using proxy servers. This is useful for routing traffic throihg applications that do not support proxy…
Here are some useful commands to check server load. iostat shows disk IO usage. %iowait shows how much time the process waits…
To request a zone transfer using dig, use dig @NAME_SERVER_HERE -t AXFR DOMAIN_NAME_HERE Example [root@vps3 poweradmin]# dig @server10.hosthat.com -t AXFR bizhat.com ;…
These are some software/settings i have on my computer running Ubuntu 20.04 Steam store games on different Disk GNOME Shell Extension Install…
I have a 250 GB SSD as boot drive. My steam games installed on a 2nd 2 TB hard disk. After reinstalling…
GNOME Shell Extensions allow you to add/modify features in Gnome Desktop. Gnome Desktop is used by Ubuntu. Shell Extensions are stored in…
To install TeamSpeak client on Ubuntu, download latest version from https://www.teamspeak.com/en/downloads/ Download page list both 32 and 64 bit versions. Most computers…
When installing a software from source, i get errro configure: error: “curses not found” To fix this, install libncurses-dev apt install libncurses-dev…