Posts

Showing posts from May, 2009

Increase the responce time/improve performace of GNOME Desktop in Ubunu

Metacity will give the user less feedback by using wireframes, avoiding animations, or other means. This is a significant reduction in usability for many users, but may allow legacy applications to continue working, and may also be a useful tradeoff for terminal servers. However, the wireframe feature is disabled when accessibility is on. Step 1: Open the Configuration Editor Alt+F2 then type gconf-editor Step2: Go to apps->metacity->general Step3: Check (true) to reduced_resource. This will increase the response time, you will notice the difference.

PPPoE Server Under Ubuntu/Debian

PPPoE Server Setup: Operating System: Ubuntu Desktop(8.04) 1) Installation of Softwares: Server Side a) ppp apt-get install ppp b) pppoe apt-get install pppoe c) rp-pppoe (I used rp-pppoe-3.10.tar.gz) RP PPPoE; can be obtained from, http://www.roaringpenguin.com/products/pppoe After download Move it to some place e.g /var/tmp, unpack and change permission root@pppoe:/var/tmp# mv /home/imran/Desktop/rp-pppoe-3.10.tar.gz /var/tmp/ root@pppoe:/var/tmp# tar -xvf rp-pppoe-3.10.tar.gz root@pppoe:/var/tmp# chown imran:imran rp-pppoe-3.10 root@pppoe:/var/tmp# ls -l total 220 drwxr-xr-x 8 imran imran 4096 2008-06-30 16:00 rp-pppoe-3.10 -rw-r--r-- 1 imran imran 215288 2009-10-19 10:31 rp-pppoe-3.10.tar.gz root@pppoe:/var/tmp# Open README file and go through it.There are 3 methods I shall go for first one, QuickStart method. QUICKSTART Method : "If you're lucky, the "quickstart" method will work. After unpackingthe archive, become root and type" root@pppoe:/var/tmp# cd...