Installing and Using SSH on Unix/Linux
SSH client can be downloaded fromĀ www.openssh.com. To install, do the following: To use, type the following:
Simply Explaining Technology
SSH client can be downloaded fromĀ www.openssh.com. To install, do the following: To use, type the following:
For loops in bash a similar to commonly used languages such as Perl and C. bash loops do not use…
Sometime we need to copy entire directory with the except of a few files or a specific directory. This could…
phpDocumentor is a tool which creates complete documentation like Javadocs for PHP code. Installing phpDocumentor Install libraries. Restart Apache. Install…
A symbolic link is a link which points to another file. In Microsoft windows, this is referred to as a…
Problemapache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName SolutionThis is not an error,…
In bash, you can use the backslash character (“\”) to escape any character. However, if a single quote is inside…
Oracle’s VirtualBox is a very solid and stable virtual machine but it isn’t the simplest to work with. So I…
To view a listing of commands you entered in ksh, type To re-run the last command To re-run command by…
locate command can be used to search for files. Locate command is good at search an index but not great…