Tagged: Linux

General Commands Manual: ln

General Commands Manual: ln NAME ln – make links between files SYNOPSIS ln [OPTION]… [-T] TARGET LINK_NAME (1st form) ln [OPTION]… TARGET (2nd form) ln [OPTION]… TARGET… DIRECTORY (3rd form) ln [OPTION]… -t DIRECTORY...

How to: Add or Remove Symbolic links in Ubuntu

How to: Add or Remove Symbolic links in Ubuntu Unlike Windows, in Linux based systems symbolic links are use quite frequently. The advantage of using symbolic links is that they allow you to have...

General Commands Manual: Rsync

General Commands Manual: Rsync NAME rsync – a fast, versatile, remote (and local) file-copying tool SYNOPSIS   Local: rsync [OPTION…] SRC… [DEST] Access via remote shell: Pull: rsync [OPTION…] [USER@]HOST:SRC… [DEST] Push: rsync [OPTION…]...

How to: Install NginX

How to: Install NginX If you want to Install NginX, we currently host a PPA that tries to keep up with the latest updates from NginX. Sometimes we make changes to the build when...

Changes with NginX 1.5.10

Changes with NginX 1.5.10 Below are the list of changes from the 1.5.9 release of NginX to version 1.5.10. This is provided as reference only and was obtained from: http://nginx.org/en/CHANGES   Changes with nginx 1.5.10 04 Feb...