Data Synchronization in KDE

Synchronization is one of the common problems I face with my multiple machines. This article is about how KDE help me in keeping my data synchronized across machines without any problem.

Categories: Debian-Pages Computing 

Using latest Beryl in Debian

Most GNU/Linux desktop users today are aware of the new 3D enhancements brought to the desktop. Namely Compiz and Beryl.

Compiz is already present in Debian but Beryl isn’t and will not be included until Etch is released, which probably is expected to be released in another 3 months. Beryl looks to be primarily focused on Ubuntu which IMO is not good but I can’t comment much because I haven’t contributed to it. In fact, as per the recent announcement on the Beryl blog, their release too seems to be focused on Ubuntu.

[Read More]
Categories: Debian-Pages Tools 

knetstats for Debian Etch/Sid

Debian is a great OS Distribution. It itself is a great community. But there are times when Debian is very frustrating also. Like many of the packages go on a very slow pace.

Truly speaking, there isn’t much a person can ask the Debian community given the amount of contribution it makes.

I was looking for knetstats package but couldn’t find much help. The ITP against knetstats is more than 100 days but still not entered into Debian. And on the knetstats page, the debian package mentioned is outdated.

[Read More]
Categories: Debian-Pages Tools 

root-tail on KDE desktop

For many who don’t know, root-tail is a small utility which can write to your Desktop’s Screen (Often called the root window). It is mainly used to display critical system messages.

I’ve been a root-tail fan for long. It like the idea of displaying syslog messages on my desktop. It almost fixes 50% of my problems.

The problem with KDE is that it drwas its own Desktop image on top of the root window because of which you can’t see the messages drawn by root-tail. But KDE is something I’m an addict of and can’t live without. But recently I realised that KDE already had the framework in place for applications like root-tail.

[Read More]
Categories: Debian-Pages Tools KDE 

SSH Password-less login

First generate a public key

		1.rrs@geeKISSexy:~$ ssh-keygen -t dsa  
                2.Generating public/private dsa key pair.  
                3.Enter file in which to save the key (/home/rrs/.ssh/id_dsa):  
                4.Created directory '/home/rrs/.ssh'.  
                5.Enter passphrase (empty for no passphrase):  
                6.Enter same passphrase again:  
                7.Your identification has been saved in /home/rrs/.ssh/id_dsa.  
                8.Your public key has been saved in /home/rrs/.ssh/id_dsa.pub.  
          
Enter the command "ssh-keygen -t dsa" (line 1.).  
When prompted on file where key is saved just hit "Enter" (line 3.).  
When prompted for a passphrase just hit "Enter" (line 5.).  
When prompted to confirm passphrase hit "Enter" a second time (line 6.).   
Once you have created your public key you can copy it to the server.   
          
  
                1.rrs@geeKISSexy:~$ ssh-copy-id -i ~/.ssh/id_dsa.pub rrs@learner  
                25  
                3.The authenticity of host 'learner (192.168.1.1)' can't be established.  
                4.RSA key fingerprint is 8a:8a:53:b3:1c:d6:72:b5:e9:e8:7d:c7:81:8c:6f:0b.  
                5.Are you sure you want to continue connecting (yes/no)? yes  
                6.Warning: Permanently added 'learner' (RSA) to the list of known hosts.  
                7.rrs@learner's password:  
                8.Now try logging into the machine, with "ssh 'rrs@learner'", and check in:  
          
Enter the command "ssh-copy-id -i [location of key] [username@server IP] (line 1.).  
You may get some complaints due to defaults but when prompted to continue enter "yes" (line 5.).    
You will next be prompted to enter the user's password (line 7.). Remember the user password must be the same on the the client and server  
Finally you will be asked to see if you can log in via ssh on the server (line 8.).   
If everything is correct you should now be able to log in on the server in a your user account without having to enter a password.   
          
  
                rrs@geeKISSexy:~$ ssh rrs@learner  
                Last login: Sat Aug 12 11:21:54 2006
Categories: Debian-Pages Tools 

Bye Bye Bootsplash

Wow!

This is called freedom. **Bootsplash **has been a great eye-candy application in the Linux arena but now it’s time to say goodbye.

I just tried splashy and its a charm. The great thing is that it doesn ’t need a patched kernel. So newbies or people who don’t prefer to rollout their own kernel can use splashy and have a clean boot up.

Categories: Debian-Pages Tools 

Software Suspend 2 with root/swap on LVM

Disclaimer: YMMV

I had always had failures with Software Suspend 2 (swsusp2) on my laptop because of which I had a perception that it really wasn’t ready for use for beta users also. But recently after reading the comments of many users on LWN I felt how wrong I actuall was.

Anyways, setting up swsusp2 with root/swap on LVM is a little tricky. From my past experience I’ve felt that to be the major reason for me to not able to use this excellent feature.

[Read More]
Categories: Debian-Pages Tools 

What a lovely OS

Really, What a lovely OS is Debian.

I must admire its technical design. Recently I had to wipe out my hard drive for some reasons. I had put a lot of effort into selection of packages and configuration as per my taste.

And guess what, re-installation is a cool breeze in Debian. Every setting and every package (from multiple sources) were back. I use a mixture of Testing + Unstable + Experimental + (Some other apt sources) on my laptop.

[Read More]
Categories: Debian-Pages