NixUser

NixUser.com | Unix User | Linux User | NixUser

Unix

Modify SSH Port, Use one other than 22

Login to your Server or VPS as root and follow these steps to change the ssh port. It is always a good idea to back up important server files before making any changes to them. So copy the file once you have logged into the server. $ cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back Next, open the SSH config More

Linux Iptables

Linux comes with a firewall called netfilter, which is controlled by iptables. Here, I will explain the useful iptables commands for system admins and a super user with bash shell. Please remember that a wrong command will disconnect you from the system and will block your access to the server. iptables -L -n To display More

UNIX FTP Commands Tutorial

File Transfer Protocol or FTP is a network protocol used to copy a file from one computer to another over the Internet or LAN. The default port for ftp is 21 and is based on client-server architecture. Use the following command syntax to connect to the FTP server: ftp exampledomain.com or ftp IP-address or ftp More

Unix

The Open Group holds the definition of what a UNIX system is. In 1994, Novell got out of business. Rather than sell the business as a single entity, Novell transferred the rights to the UNIX trademark and the specification to The Open Group (at the time X/Open Company). Subsequently, it sold the source code and More

Next posts