malligt wrote:Issues I have with LMDE are:
1.) Ctl+Alt+Delete wrongfully brings up system monitor (and I don't know how to fix it)
2.) foomatic-rip error on printing (posted on LMDE forum)
3.) Setting up Samba -- how?
4.) ufw configuation -- after setting up Samba
5.) printing via bluetooth
Re Number 4
These commands worked for me, allowing samba to work through ufw. The howto was written for Ubuntu but it worked fine for me in LMDE 32 bit
http://www.ghacks.net/2010/12/29/allow- ... -with-ufw/
sudo ufw allow proto udp to any port 137 from 192.168.1.0/24
sudo ufw allow proto udp to any port 138 from 192.168.1.0/24
sudo ufw allow proto tcp to any port 139 from 192.168.1.0/24
sudo ufw allow proto tcp to any port 445 from 192.168.1.0/24
So far I have not succeeded in getting xsane to network scan through ufw, but I have not tried too hard yet as I rarely use it anyway.