Monthly Archives: January 2009
Prevent auto-indenting when pasting code into Vim
| 24-Jan-2009 | Posted by Sonia Hamilton under Vim |
When posting code into vim, it often auto-indents it in a staircase fashion off to the right – really annoying.
To prevent this, use :set paste, and :set nopaste to turn it off.
See also :help paste.
Shutdown/Startup Oracle
| 12-Jan-2009 | Posted by Sonia Hamilton under Oracle |
Some notes on shutting down and starting up Oracle, taken from an email.
database is not down as normal.
JPilot – Change First Day of Week on Ubuntu
| 10-Jan-2009 | Posted by Sonia Hamilton under PalmPilot |
I still use JPilot for syncing with my Palm Treo – an old app but I like it, especially because of JPilot-Keyring.
But there’s no way of changing the first day of the week in JPilot, and consequently the first day of the week appears as Sunday rather than Monday – yikes, Christianity! The solution is to change the first day of the week in Gnome, and JPilot then picks it up.
Blueman – Bluetooth for Ubuntu
| 10-Jan-2009 | Posted by Sonia Hamilton under Networking, Wireless |
The Reverand Simon Rumble wrote a nice post on Mobile broadband over Bluetooth with Ubuntu 8.10 using Blueman. I’ve always wanted to get Bluetooth working on Ubuntu, but it was never at the top of my ‘todo’ list and I’ve always had other things to do (thank PHB). But Blueman makes it so easy – thanks Simon.
This article was also mentioned.
Speed up Firefox on Linux – Disable IPv6 Lookups
| 09-Jan-2009 | Posted by Sonia Hamilton under Firefox, Networking |
A post a stumbled upon – Speed up Firefox on Linux – Disable IPv6 Lookups. I don’t know if it works but I’m trying it now.
In a nutshell:
- about:config
- in the filter field, type “DNS” and hit enter
- double-click on “network.dns.disableIPv6″, changing its value from False to True
See also my other post pdnsd on Ubuntu for faster dns
Recent Comments