Monthly Archives: May 2011

>WICD bug

>https://bugzilla.redhat.com/show_bug.cgi?id=645251 /usr/lib/python2.7/site-packages/wicd/configmanager.py   “”” configmanager — Wicd configuration file managerWrapper around ConfigParser for wicd, though it should bereusable for other purposes as well.”””## Copyright (C) 2008-2009 Adam Blackburn# Copyright (C) 2008-2009 Dan O’Reilly## This program is free software; you can … Continue reading

Posted in Uncategorized | Leave a comment

>Transparent Terminal Openbox

>source : http://bleedux.wordpress.com/2010/11/02/transparent-terminal-in-openbox-background/ using gnome-terminal, xcompmgrsudo apt-get install gnome-terminal xcompmgr and then add this on ~/.config/openbox/autostart.shxcompmgr -I1 -O1 -Ff &(sleep 5s && gnome-terminal –geometry=40×15+0+540) &this will make terminal show on bottom left… 1280×800 pixels…use gnome-terminal –help for addition info after thatcopy … Continue reading

Posted in Uncategorized | Leave a comment

>MOC

> Install MOC$ sudo apt-get install moc Menjalankan MOC$ mocp Melihat help/tombol control moc : ? Tombol control moc :enter — starts playings — stops playingn — plays next item from the playlistb — plays previous item from the playlistspace — … Continue reading

Posted in Uncategorized | Leave a comment

>Finch

>Simple tutorial Synopsis finch [options] Description finch is a console-based modular messaging client based on libpurple which is capable of connecting to AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, Novell GroupWise, Lotus Sametime, Zephyr, Gadu-Gadu, and QQ all at once. It has … Continue reading

Posted in Uncategorized | Leave a comment

>FBpanel

>source : http://crunchbanglinux.org/forums/topic/9770/fbpanel-no-need-for-conky-long-read/ Since Fbpanel is well documented http://fbpanel.sourceforge.net/docs.html, I’m just going right to the customization part: The linux menu (applications, end session, etc): Plugin { type = menu config { #Icon for the menu: image = /home/slug45/.config/fbpanel/icons/start-here.svg systemmenu { } separator … Continue reading

Posted in Uncategorized | Leave a comment

>Change Cursor Openbox

> just add export XCURSOR_THEME=”name-of-cursor-theme” to your ~/.config/openbox/autostart.sh source : http://crunchbanglinux.org/forums/topic/7830/solved-change-mouse-cursor-openbox/

Posted in Uncategorized | Leave a comment

>Right / Left Handed mouse????

>Rıght handed: (F1)xmodmap -e ‘pointer = 1 2 3’ & synclient TapButton1=1 & synclient RBCornerButton=3 & gconftool -s /desktop/gnome/peripherals/mouse/cursor_theme -t string ComixCursors-Black-Regular Left handed: (F2)xmodmap -e ‘pointer = 3 2 1’ & synclient TapButton1=3 & synclient RBCornerButton=1 & gconftool -s … Continue reading

Posted in Uncategorized | Leave a comment

>Blokir facebook dengan squid

>#vim /etc/squid/bloksitus.txtkemudian masukan situs2 yg akan kita blokir… umpamanya masukan.facebook.comdiawali dengan tanda titik karena kita juga akan memblok seluruh sub domainnya.setelah itu buka file konfigurasi squid yg berada di /etc/squid/squid.confdan masukan script dibawah ini acl blokir url_regex “/etc/squid/bloksitus.txt”deny_info http://google.co.id/ blokiracl waktu time … Continue reading

Posted in Uncategorized | Leave a comment