- Enable networking
root@bt:~# /etc/init.d/networking start
root@bt:~# /etc/init.d/NetworkManager start
root@bt:~# update-rc.d networking defaults
root@bt:~# update-rc.d NetworkManager defaults
command update-rc.d is for start the service at startup, so in future we don't have to configure it again.
- Enable Firewall
root@bt:~# /etc/init.d/ufw enable
To turning off just do the same thing but at last replace enable with disable
- Enable tinyproxy
To enable it just do like this :
root@bt:~# /etc/init.d/tinyproxy start
- Install Kmix
a. Open Synaptic packagemanager from Kmenu then search package name kmix-kde3
b. Install it with give a checkmark and press apply
c. To run it just open terminal and type
root@bt:~# /opt/kde3/bin/kmix
and to make it start at startup just do like this, open terminal and type
root@bt:~# cd .kde3/Autostart/
root@bt:~/.kde3/Autostart# ln -s /opt/kde3/bin/kmix kmix

Posting Komentar