Unblock an IP from fail2ban
To check if an IP is banned by fail2ban, run To unblock an IP, you should find the jail that caused the…
To check if an IP is banned by fail2ban, run To unblock an IP, you should find the jail that caused the…
First you need to add VirtualBox repository sudo echo “deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib” > /etc/apt/sources.list.d/virtualbox.list Add Keys wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O-…
To install kvm on Debian 10, run apt install -y qemu-kvm Install libvirt, it is a tool to manage kvm apt install…
chmod command allow you to change permission for a file or folder. The above command changes the permission of file index.php to…
I have a movie cut with hjspit. To join them on Linux, run Back to cat
alias can be used to create custom commands. To see all alias on your computer, you can run command alias Here are…
bind is a DNS server. To install bind on CentOS 7, run yum install bind bind-utils -y Enable bind to start on…
On a remote server, we have an application running on 127.0.0.1:8010. Since the application is listening on internal IP address 127.0.0.1, we…
When connecting to Ubuntu 20.04 server using SSH from a Mac computer, get an error kex_exchange_identification: read: Connection reset by peer On…
If your cpanel server have cloudlinux + PHP Selector installed, you need to set all site to use inherit PHP before you…
Ant Media Server is a media streaming server with WebRTC support. https://antmedia.io Install Ant Media Server on CentOS 8 Ant Media Server…