TweetRecently I installed Ubuntu on VirtualBox. After installation, to my shock I could see only 800 x 600 and even lower screen resolutions. If you want to change the resolution the way you want, here is the tip: When you…
TweetRecently I installed Ubuntu on VirtualBox. After installation, to my shock I could see only 800 x 600 and even lower screen resolutions. If you want to change the resolution the way you want, here is the tip: When you…
TweetMake sure you installed openssh with following command: sudo apt-get install openssh-server If you have not generated an ssh keypair on your client, type ssh-keygen -t dsa In your $HOME/.ssh directory, create a file authorized_keys if not existing: ~/.ssh: touch…
TweetI downloaded some video presentations in .flv format and I struggled a bit to find right and the best player to run them. Ubuntu movie player complained even after installing certain updates. Finally I realized the best choice on Windows…
TweetToday I picked up latest sources of Maven3 from its svn repo and started building it on Ubuntu. As part of the build, you need to run “ant” command which at the end tries to copy stuff to /usr/ directory…
TweetIf you are working in dual boot mode on Ubuntu with Windows, it might be quite tempting to use Windows drive as the shared drive to work on the same thing so that you can switch between OS based on…
TweetAs I am migrating towards Ubuntu, I felt the need of having TortoiseSVN like SVN client here also. Out of the options I searched for, RabbitVCS was the closest towards what I was looking for. However while installing it, I…
TweetToday while working with latest STS on Ubuntu 9.10 I observed that it simply doesn’t work properly. While importing projects, nothing happened. Later I found out that it has to do with a bug on Eclipse 3.5 for which a…
TweetRecently I resumed working on Ubuntu. While setting up the working environment, I had to setup Postgressql followed by creating a new database and stuff like that. In between I encountered certain problems and correspondingly found solutions also. Through this…