Monday, September 1st, 2008

Ubuntu Linux: Tweak your network connectivity and/or performance by disabling IPV6

While browsing for a solution for Firefox’s slow connection “bug”, I found a more “global” solution in Ubuntu. In short, the global solution is to blacklist IPV6.

You can do this simply by adding the following to /etc/modprobe.d/blacklist:

blacklist ipv6

More…

2 comments » Filed under Ubuntu by rvdavid at 8:19.

back to top

Friday, June 27th, 2008

Evolution Mail Client Mixed messages up!!!

I’m inches away from shoving my fist through my laptop screen! I don’t know how something like this could happen, but Evolution, the Mail Client I’ve switched to, has somehow mixed my email messages up. This is a real pain in the neck because while there was a solution for fixing it up by moving the files into a new folder so that they will be in sync again, it doesn’t fix the emails that I have received in the past few days - and these were the most important ones!

With this, I’ve decided to ditch Evolution. Such a pity, I liked how it worked and all that, but this is the second time this has happened. Evolution is out, good old faithful email workhorse Thunderbird is back in action.

Leave a comment » Filed under Linux Applications by rvdavid at 16:01.

back to top

Friday, June 27th, 2008

How to get the use of your number pad back in Ubuntu

Number pad not working in Ubuntu? I feel your pain. After an upgrade to Hardy, my numberpad stopped working in Ubuntu Linux. I decided to look around in the Keyboard preferences and found my answer. I found that mousekeys was enabled. To get the use of my num pad back, all I had to do was disable mousekeys. More…

2 comments » Filed under Quick Notes by rvdavid at 15:56.

back to top

Thursday, March 27th, 2008

Disabling the Laptop TouchPad in Ubuntu Linux

Here’s a quick tip on disabling the touchpad on the Ubuntu Linux distro. It’s been bugging me for a while now that I have to use a non-gnome native solution to disabling my touchpad qsynaptics written in QT.

For those who are impatient and just want the quick instructions, I recommend that you install synclient, and issue a synclient TouchPadOff=1 usually SHMConfig is already on and this would be enough - in addition, synclient is usually installed by default (it is in Ubuntu Gutsy Gibbon).

More…

7 comments » Filed under Linux by rvdavid at 23:10.

back to top

Monday, March 3rd, 2008

Instant or Passwordless SSH-ing in Linux

Well, to be “correct” the title of this should have been “how to add your key to the list of authorized public keys on a remote or local linux machine”, but being a newbie like myself, I would not have known to search for it. If I wanted to find out about logging in automatically to a remote machine using a generated public key, I myself would have used “Passwordless SSH” - so there you go.

To get started, I’ll assume that you have OpenSSH set up (it’s setup by default… well usually) and that your remote machine has OpenSSH-server set up.

If not, then do the following on the remote machine:

$ sudo aptitude install openssh-server

More…

Leave a comment » Filed under Linux by rvdavid at 23:16.

back to top

Monday, February 18th, 2008

Adding Multiple files to SVN repository

I was surprised that there was no built in way of adding multiple files to a SVN repository. I did a quick search and it seems that there is “one easy way” - execute the following piped command line from a Terminal window.

you@yourmachine$ svn st | grep "^?" | awk ‘{ print $2}’ | while read f; do svn add $f; done

I could have sworn that I came across an easier way of doing this without resorting to doing the above.
More…

Leave a comment » Filed under Quick Notes by rvdavid at 10:31.

back to top

Thursday, January 17th, 2008

YeahConsole a lighter yakuake alternative for xubuntu linux

This week, I’d like to talk about YeahConsole, an alternative to yakuake, or a more “native yakuake” for xubuntu and ubuntu. You could also look at it as a lighter terminal emulator wrapper for those who do not really like installing extra kde packages just to use yakuake.

More…

4 comments » Filed under Linux Applications by rvdavid at 19:21.

back to top

Thursday, November 22nd, 2007

Quick Linux Shell Script Example

When I first moved to linux I had become addicted to keeping my distro updated and so I found myself typing and retyping

$ sudo aptitude update
password:
$ sudo aptitude dist-upgrade

At least once a day. Having read about shell scripts, I thought I’d try my hand at putting this into a shell script which, if you don’t already know, is linux’ more powerful answer to the Windows batch file.

So that’s what I did, and here’s how I did it.

More…

Leave a comment » Filed under Ubuntu by rvdavid at 0:04.

back to top

Credits:

© rvdavid blogs: Web Development | Powered by WP 2.3.1

Tree theme modified based on headsetoptions