Archive for May, 2010

Umount CIFS problem: Reboot and Shutdown

If You mount samba shares using cifs method like I, You probably have met with delays at shutdown or restart. [18.312000] CIFS VFS: Server not responding [18.312000] No response for cmd 5 mid 8 To avoid this delay it is necessary to umount all samba shares before rebooting or shutdown your computer. There are many […]

More »

Ubuntu: Bash completion does not work with apt-get

If for some reason does not work bash completion in terminal (using the TAB key), look inside the file bash.bashrc. Open terminal and type: sudo gedit /etc/bash.bashrc At the line 31 you can find this entry. # enable bash completion in interactive shells #if [ -f /etc/bash_completion ] && ! shopt -oq posix; then # […]

More »