The _khAttAm_ blog

Sharing views and experiences

[HOWTO] Auto Re-Connect to dsl pppoe in Linux

March7

I am using Ubuntu 10.04 Lucid Lynx Alpha. I have a dsl connection (WiZoom, Wireless via ubnt but wired to my PC) from Worldlink Pvt. Ltd., Nepal. I need to connect via pppoe. I occasionally keep my PC to download overnight while I sleep or even when I am away. It works well with torrents (with deluge as my torrent client, I haven’t used transmission torrent client much) but sometimes it disconnects from the internet. So, I had to configure it to auto re-connect on disconnect. It should also connect on logon. Since network manager does not meet my requirements, Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | No Comments »

[HOWTO] Moving Gnote Notes to Tomboy and vice versa

March2

I had moved to Gnote from Tomboy notes in my Ubuntu 10.04 Lucid Lynx Alpha because I wanted to free some space by removing mono (I don’t play gbrainy and I do not have a photo collection in my PC :) ).
Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | No Comments »

[SOLVED] Deluge Launching ERROR: “cPickle.UnpicklingError: could not find MARK”

February27

I just tried to launch deluge and got the following error:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
progname=deluge; RGBA=on
Traceback (most recent call last):
  File "/usr/bin/deluge", line 9, in <module>
    load_entry_point('deluge==1.2.1', 'console_scripts', 'deluge')()
  File "/usr/lib/pymodules/python2.6/deluge/main.py", line 121, in start_ui
    UI(options, args, options.args)
  File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 128, in __init__
    ui = GtkUI(args)
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 216, in __init__
    self.torrentdetails = TorrentDetails()
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/torrentdetails.py", line 116, in __init__
    state = self.load_state()
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/torrentdetails.py", line 432, in load_state
    state = cPickle.load(state_file)
cPickle.UnpicklingError: could not find MARK

Deluge would just crash and would not show up at all.

I tried searching for a solution, but did not find any. I tried upgrading to the ppa version of deluge with no luck. Then I just removed all the .state (not to be mistaken with state directory) files (peers_tab.state, files_tab.state, torrentview.state, tabs.state, dht.state, session.state and any other file containing .state at the end) from /home/MyUserName/.config/deluge and was able to launch deluge again. You should not remove the state directory because you will lose the torrent list if you do.
After that, you will be able to launch deluge. It is a good idea to recheck (Right click on a torrent file and select Force Recheck) all torrent files after you do this.

Hope this helps.

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | No Comments »

[HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap

February15

I wanted to try out video wallpaper (like DreamScene on Windows 7). I had tried XWinWrap with Hardy but back then, I had problems running Compiz on an old PC and it did not look good at all. Now, I am trying it out on a new PC and Compiz works well on my onboard Intel GMA 3000 on Ubuntu 10.04 Lucid Lynx Alpha.

If you want to try this, you must have compiz enabled. You may also want to install mplayer and codecs for videos you want to use as desktop background. Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 1 Comment »

[HOWTO] Cleaning Ubuntu for better performance and privacy

February11

When I used Windows, I had come across several “system cleaners and optimizers”. One I liked was CCleaner (Crap Cleaner). It had a nice interface and was capable of cleaning cache and data of several applications.

I found a similar application for my Ubuntu 10.04 Lucid Lynx Alpha. It has similar interface and features. It is called bleachbit and can be installed via Synaptic (universe repos need to be enabled) and can be accessed from Applications>System Tools>Bleachbit. It is also capable of wiping the data so that it is impossible(or lets say difficult) to recover. It can also clean backup files (those hidden with ~ at the end of the filename, .bak, .tmp and more) with Deep Scan.

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 1 Comment »

[SOLVED] Gtk-Message: Failed to load module “gnomenu-panel”

February11

I am using globalmenu 0.7.9 (Mac OS X like Global menu for Gnome) from the globalmenu-team PPA (Karmic as Lucid is not available now) in my Ubuntu 10.04 Lucid Lynx. I get the following error on terminal when I try to launch any gtk applications from the terminal:

1
2
Gtk-Message: Failed to load module "gnomenu-panel": libgnomenu-panel.so: cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory

Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 2 Comments »

[SOLVED] ‘Murrine configuration option “scrollbar_color”, “gradients” is no longer supported and will be ignored.’

February11

I am using balazan theme in Ubuntu 10.04 Lucid Lynx Alpha 4 from breathe ppa for Karmic Koala since Lucid PPA was not available when I started using Lucid. I saw this message when I launched gedit from terminal (gnome-terminal):

1
2
/usr/share/themes/balanzan/gtk-2.0/gtkrc:89: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored.
/usr/share/themes/balanzan/gtk-2.0/gtkrc:93: Murrine configuration option "gradients" is no longer supported and will be ignored.

Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 2 Comments »

[HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling

February6

I’m using Ubuntu 10.04 Lucid Lynx Alpha and I decided to check out the latest RC kernel from the Kernel PPA. This is how I installed it on my i386 (32-bit) installation of Ubuntu.
Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 1 Comment »

[HOWTO] Add multiple rapidshare, megaupload downloads in a Queue in Ubuntu with Tucan Manager

February6

My friend who recently switched to Ubuntu was looking for a rapidshare, megaupload file downloader where he can queue downloads and leave it to download. Actually I found an application that not only supports rapidshare and megaupload but lots of other file-sharing sites such as 4shared, badongo, depositfiles, easy-share, filefactory, gigasize, hotfile, mediafire, sendspace, uploading and zshare. The application is called Tucan Manager and is available from the universe repository in Lucid Lynx (I’m sure it is available in Karmic and older versions too). Moreover, it supports uploads to these sites too.
Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 4 Comments »

[SOLVED] “error: mountall Could not Connect to Plymouth”, “mountall main process (x) terminated with status 1″

January31

I am running Ubuntu 10.04 Lucid Lynx Alpha on a system with Gigabyte GA-G31M-S2L with Intel GMA 3100 onboard graphics. I upgraded to Lucid from Karmic Koala (9.10) and it was always showing these errors on boot:
“error: mountall Could not Connect to Plymouth”
“mountall main process (x) terminated with status 1″
Also, I could not experience Plymouth. I thought it was a problem with Plymouth and believed updates will fix it, but that did not happen till date. Today, I decided to fix it and went looking around for a fix and got it working.
Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 2 Comments »
« Older Entries

Get Adobe Flash playerPlugin by khattam.info
Get Adobe Flash playerPlugin by wpburn.com wordpress themes