XUbuntu after installation

Some things I had to do:

Disable sound notifications in Krusader
– I can’t access the ‚kde / system settings / notifications“ but I can hack it:
Create „~/.kde/share/config/knotifyrc“
Fill it with:
[Sounds]
No sound=true

How it should be done correctly: http://www.krusader.org/documentation/faq_usage.html#faqu_sound
My issue descibed on the forums: http://ubuntuforums.org/showthread.php?t=2272352

Network FTP to be mounted into the system:
Install:
sudo apt-get install cifs-utils smbclient samba

Add into /etc/fstab
//192.168.1.62/video /media/videa cifs credentials=/home/miro/.smbcredentials,noauto 0 0

(share; mountpoint; credentials; do not mount after start because it causes slowdowns and even more if FTP is not available)

keywords:xubuntu,ubuntu,kde,krusader,samba,ftp,cifs