Find all open ports using nmap
To find all open ports on a computer, run nmap -P0 -vv -sS -ff -r -n -p 1-65535 IP_ADDR_HERE -sS = SYN…
To find all open ports on a computer, run nmap -P0 -vv -sS -ff -r -n -p 1-65535 IP_ADDR_HERE -sS = SYN…
hosts file allow you to override DNS. This will allow you to point a domain to difernt IP address on your computer.…
MongoDB Atlas is a hosted MongoDB server hosting in cloud. If you are starting with MongoDB, they have free hosting, that work…
RAID 5 Requires 3 or more physical disks. It provides the redundancy of RAID 1 combined with the speed and size benefits…
To autostart icecast using systemd, create a unit file Add following content Enable icecast to start on boot with To start/stop/restart icecast,…
when installing icecast from the source on the CentOS 7 server, I get error To fix the error, install libvorbis-devel See Errors
Download latest source code for IceCast KH server from https://github.com/karlheyes/icecast-kh/releases At the time of writing this post, latest version is 2.4.0-kh15 cd…
Enable rc.local Start a program after reboot using cronjob Auto Start Nginx on Windows VMware ESXi set Virtual Machine to start on…
To install PHP 5.6 on CentOS 7, enable EPEL repo and remi repo yum install epel-release -y rpm -ivh https://rpms.remirepo.net/enterprise/remi-release-7.rpm Install yum-utils…
When installing a software from source i get error configure: error: XSLT configuration could not be found To fix the error install…
On a Linux server /tmp partition was only 1 GB, it get full at times. Server had following in its /etc/fstab file…
When running apt update on a Debian server, i get error root@shop:~# apt-get update E: The method driver /usr/lib/apt/methods/https could not be…