How to use cronjob tables (Crontab)

Wednesday, August 18, 2010 18:52
Cron is the Unix/Linux event scheduler. It's great for automating a multitude of administrative tasks like backing up your data. See Wikipedia: Crontab. When I examined the man pages I found that it is relatively straightforward but ...


1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

How to Configure IPCop as a Firewall

Wednesday, August 18, 2010 18:38
Obtain an old Intel based PC. Anything in the last 6 years should suffice, although you can use older, it's not recommended. Obtain two network cards, preferably realtek or another cheap brand that supports NE2000 drivers. this is really ...


1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Load Balance Server on Ubuntu system

Wednesday, August 18, 2010 18:29
Linux Virtual Server (LVS) is a kernel module that allows one to set up machines as load balancing servers. There are many tutorials on how to get it to work. However, when I tried all those tutorials, for some reason ...

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Make directories in Linux with mkdir command.

Saturday, July 17, 2010 19:04

Filesystems Hierarchy Standard (FHS). In Linux or other UNIX like operating system, the directories tree begin with the ' / ' root directory. The example ...


1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...

Using Linux rm command to delete, remove hidden files and folder

Saturday, July 17, 2010 19:00

Using Linux rm command on the bash shell command prompt to delete or remove file, hidden file, folder, hidden folder and meta character filename and folder name on Linux fedora core ...


1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4.5 out of 5)
Loading ... Loading ...

Backups with rSync

Saturday, July 17, 2010 17:52
RSync is a useful tool.  It facilitates directory replication across servers.   It will compare a source directory and a target directory and 'sync' them up.   It is implemented to run quickly and to use minimal bandwidth. The syntax goes ...

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...

Automated backups with RSync

Saturday, July 17, 2010 17:49
Want to automate your backups?  Want to do it securely?  Want it to be efficient and fast?  Then Rsync backups over SSH using public/private keys are for you. The following script will setup a nightly rsync backup of a directory you ...

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5 out of 5)
Loading ... Loading ...

Page 3 of 71«12345»...Last »