Linux

Automate Rsync without Password using Rsync Daemon

2010
09
Feb

In order to automate rsync without any password or transports, we need to setup the rsync daemon on one of the server. Suppose we want to sync data from a slave server to a live server.

Configuring the Slave Server

In the slave server we have to run the rsync daemon which accepts connections from live. Inorder to do this, we have to first edit the

/etc/rsyncd.conf

Add an entry in

/etc/rsyncd.conf

with the following template

[Module_Name]
        path = Filesystem_Path
        comment = Comment
Read More

Installing Google Chrome on Ubuntu 9.10

2009
09
Dec

Google Chrome on Linux Ubuntu

Installation

Click Here to install Google Chrome on Ubuntu.



Changing the default Boot OS in GRUB on Ubuntu 9.10

2009
08
Nov
15

Ubuntu 9.10 ships with the new GRUB (Grand Unified Boot Loader 1.97 beta) in plain words its the software that boots the operating system you choose when you boot the computer. In earlier versions of Ubuntu / Grub to change the menu on the grub screen, one had to edit the /boot/grub/menu.lst file. In the new system this a little different from just editing the one file.

The GRUB configuration now resides at /boot/grub/menu.cfg But do not edit this file as it is generated from files from /etc/grub.d/* and /etc/default/grub.

Read More

Syndicate content