Friday, October 28, 2011

LinuxMint Tips

If you've configured some things brocken in your panel or simply delete it by mistake (like me) then
- open a terminal (Alt-F2) and enter
gconftool --recursive-unset /apps/panel
that should reset the complete panel to mint defaults.

Edit: Thanks to Redsandro:
You can also remove the configuration. For gnome:

mv ~/.gconf/apps/panel ~/.gconf/apps/panel.old

Then logout and login again.
http://community.linuxmint.com/tutorial/view/333
----

"Sound volume too low"
Just go to "Terminal" , then type "alsamixer"
----

"Setting ip address"
Go to "Terminal"
#nano -w /etc/networking/network-scripts/ifcfg-eth0
masukkan script berikut ini ..

auto eth0
iface eth0 inet static
address 192.168.23.13
netmask 255.255.255.240
broadcast 192.168.23.15
network 192.168.23.0
gateway 192.168.23.14

#/etc/init.d/networking restart
Selesai ...