Similar Posts
How to Setup Linux Crontab with Examples
INTRODUCTION How to Setup Linux Crontab with Examples Every Linux administrators need to automate their important tasks using task scheduler which is something called crontab in Linux operating system. The word crontab has two parts Cron ( cron derives from chronos, Greek for time) and tab (stands for table). ` Post Views: 2,205
Create New Files
INTRODUCTION You will create new empty file using touch command in Linux, this command also used to change the time stamps such as modification time and access time on existing files. SOLUTION Syntax of touch command:` $ touch [option] filename Post Views: 9,495
How to Find All Files of a Particular Size In Linux
How to Find Files of a Particular Size In Linux Linux system has a very power full tool called find which is used to search files and directories in linux, so this short post is intend to show how we can use find command to get files of a particular size in Linux. ` Post…
Howto install no-ip on Linux (CentOs 6.3)
With a static ip address you can access your computer over the internet from anywhere in the world using noip.com. No-IP Dynamic DNS Client keeps your dynamic ip information up to date in order to make your connection active. Following tutorial is about installation of no-ip dns update client on centos 6.3` Before going to…
Part-2 Installing Windows 10 Technical Preview
This is the second part of previous tutorial where we completed creating virtual machine in virtual box if you missed that check this link “Part-1 : Creating Virtual machine” In this Tutorial we are going to use windows 10 64-bit ISO file Download the file “Click Here”. ` Post Views: 1,656
Connect windows remotly using ‘rdesktop’
Are you using Linux and trying to connect your Windows boxes ? Then this tool is for you. rdesktop is a client for Remote Desktop Protocol (RDP) which is very handy for making remote connections to windows boxes while you are working on Linux and it is available on UNIX and Linux based systems.` rdesktop…

