Similar Posts
How to Install Ubuntu 14.04.2
As mentioned in the title of this tutorial, I am going to install latest Ubuntu 14.04 release. Support is extended to 9 months for Ubuntu Desktop, Ubuntu Server, Ubuntu Core etc. we are going to install Ubuntu Desktop in this tutorial.` Post Views: 1,272
How to Remote Desktop Linux Machine from windows 7
INTRODUCTION Enable Remote Desktop on Linux RHEL6/CentOS6 Our requirement is to enable remote desktop function in CentOS Linux machine which will allow us to access Linux box from windows machine using mstsc.exe (Remote Desktop). What is XRDP? XRDP is very handy package available on EPL repository, it supports Microsoft Remote Desktop Protocol. In order to…
How to install and configure rsnapshot on RHEL/Centos 6/7
If you are working as a system administrator, then it is your responsibility to protect organizations important data using proper way. it does not matter your organization is small or large, data is always important for any enterprise. In computing term backup means, to save your critical data on remote location safely. Personally I recommend…
Use input-output redirection (>, >>, |, 2>, etc.).
what is Input/Output Redirection in Linux ? Input/output redirection means the text that is showing on your screen while you are running any command(program)in your shell, that information can be redirect elsewhere and even you can store this output in a file or can be print directly.` This function called Redirection, you can also redirect…
How to configure VPN on Windows Server 2008
What is VPN? Virtual Private Network is a secure connection across a private or public networks.` Secure connections based on tunneling protocols which provides different types of security measures. Post Views: 856
Search for Files in Linux
INTRODUCTION For beginners who dealings first time with a Linux machine face one problem, how to find files and folders they looking for. In this guide we will cover how to use find command with examples. This will help you to find files and folders on your Linux using bash shell. SOLUTION Finding files by…