June, 2013
June 28, 2013, admin, 0
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
Like this:
Like Loading...
June 27, 2013, admin, 0
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
Like this:
Like Loading...
June 27, 2013, admin, 0
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
Like this:
Like Loading...