1. Rename/delete tumbler's shared library related to PDF and ODF file:
$ sudo mv /usr/lib/i386-linux-gnu/tumbler-1/plugins/tumbler-poppler-thumbnailer.so /usr/lib/i386-linux-gnu/tumbler-1/plugins/tumbler-poppler-thumbnailer.so.bak
$ sudo mv /usr/lib/i386-linux-gnu/tumbler-1/plugins/tumbler-odf-thumbnailer.so /usr/lib/i386-linux-gnu/tumbler-1/plugins/tumbler-odf-thumbnailer.so.bak
Replace i386 to x86_64 if you have 64 bit OS.
2. Regenerate thumbnails:
$ rm ~/.thumbnails
Wednesday, April 10, 2013
Friday, December 7, 2012
Solaris 10: Vim and MC - Can't live without it
Installing Vim:
1. Unzip all packages needed:
1. Unzip all packages needed:
# gunzip libgcc-3.4.6-sol10-sparc-local.gz# gunzip glib-1.2.10-sol10-sparc-local.gz
# gunzip gtk+-1.2.10-sol10-sparc-local.gz
# gunzip ncurses-5.7-sol10-sparc-local.gz
# gunzip libiconv-1.11-sol10-sparc-local.gz
# gunzip libintl-3.4.0-sol10-sparc-local.gz
# gunzip vim-7.2-sol10-sparc-local.gz
Friday, March 30, 2012
Fixing SSH connection Cisco VPN Client in Ubuntu Oneiric
1. To make NetworkManager connect to Cisco VPN. Update your NM packages. http://ubuntuforums.org/showthread.php?t=1750132
2. VPN connected.
3. SSH failed to connect
kholis@kalau:~$ ssh -v user01@192.168.1.2
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.1.2 [192.168.1.2] port 22.
debug1: Connection established.
debug1: identity file /home/kholis/.ssh/id_rsa type 1
2. VPN connected.
3. SSH failed to connect
kholis@kalau:~$ ssh -v user01@192.168.1.2
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.1.2 [192.168.1.2] port 22.
debug1: Connection established.
debug1: identity file /home/kholis/.ssh/id_rsa type 1
Friday, February 3, 2012
Fix missing flag xfce4-xkb-plugin
When I use this plugin to change the keyboard layout to arabic. Text "ara" is appear instead of arabic flag.
I see arabic flag in /usr/share/xfce4/xkb/flags/ which has name sa.svg. To display flag in panel, simply copy or make link to ara.svg from that file.
$ cd /usr/share/xfce4/xkb/flags/
$ sudo ln -s sa.svg ara.svg
I see arabic flag in /usr/share/xfce4/xkb/flags/ which has name sa.svg. To display flag in panel, simply copy or make link to ara.svg from that file.
$ cd /usr/share/xfce4/xkb/flags/
$ sudo ln -s sa.svg ara.svg

Wednesday, February 1, 2012
Hatteland 3M Microtouch Driver on Linux
The original driver work well if using default serial port, but it doesn't work for USB to Serial converter. If you have this problem, you can use open source mtouch driver in linux.
1. Detect your usb device
$ dmesg | grep usb
Usually /dev/ttyUSB0
2. Install mtouch driver
$ sudo apt-get install xserver-xorg-input-mutouch
3. Install inputattach to make the device using mtouch driver
$ sudo apt-get install inputattach
In other distro, it packaged as xinput-utils.
4. Connect the device
$ sudo inputattach -mtouch /dev/ttyUSB0
5. You can calibrate it by using xinput_calibrator
$ sudo apt-get install xinput-calibrator
1. Detect your usb device
$ dmesg | grep usb
Usually /dev/ttyUSB0
2. Install mtouch driver
$ sudo apt-get install xserver-xorg-input-mutouch
3. Install inputattach to make the device using mtouch driver
$ sudo apt-get install inputattach
In other distro, it packaged as xinput-utils.
4. Connect the device
$ sudo inputattach -mtouch /dev/ttyUSB0
5. You can calibrate it by using xinput_calibrator
$ sudo apt-get install xinput-calibrator

Thursday, January 5, 2012
Oblivion theme for Netbeans
Wednesday, February 2, 2011
Bugs and Annoying Things on Solaris 11 Express
1. Delete button produce "~" character in gnome-terminal
Problem: Delete button always produce tilde(~) character on terminal. we cannot delete character in front of current cursor
Solution: https://defect.opensolaris.org/bz/show_bug.cgi?id=3090
2. System error bell set to true by default
Problem: Motherboard speaker always ringing loudly when we did something wrong. such as unavailable command in terminal, press right arrow button on the end of line in editor, etc.
Solution: http://www.cyberciti.biz/faq/how-to-linux-disable-or-turn-off-beep-sound-for-terminal/
Problem: Delete button always produce tilde(~) character on terminal. we cannot delete character in front of current cursor
Solution: https://defect.opensolaris.org/bz/show_bug.cgi?id=3090
2. System error bell set to true by default
Problem: Motherboard speaker always ringing loudly when we did something wrong. such as unavailable command in terminal, press right arrow button on the end of line in editor, etc.
Solution: http://www.cyberciti.biz/faq/how-to-linux-disable-or-turn-off-beep-sound-for-terminal/
Subscribe to:
Posts (Atom)


