First of all you will need certain packages:
apt-get install postfix ssl-cert mailutils libsasl2-modules
Then you need to create /etc/postfix/main.cf Continue reading “Configure Postfix as gmail SMTP relay”
collection
First of all you will need certain packages:
apt-get install postfix ssl-cert mailutils libsasl2-modules
Then you need to create /etc/postfix/main.cf Continue reading “Configure Postfix as gmail SMTP relay”
When I switch my old adventure games in ScummVM under Archlinux to fullscreen mouse becomes too sensitve. This is the case with my laptop’s Synaptics touchpad and googling around I’ve found that other people have this issue too. Solution is pretty simple, and I found it on Ubuntu forums. In console window type: Continue reading “Mouse too sensitive in ScummVM linux fullscreen mode”
Since I have other partitions on my HDD that I do not mount in my Archlinux, I did not want to see these drive icons on the desktop. There are few solutions to this, simple one is to disable all of these icons via Settings > Desktop > Icons and uncheck Removable devices, but this will also hide your USB flash disks when you insert them. I just wanted to selectively hide some of my HDD partitions from the desktop. Solution is to create this file, and to reboot your system. Maybe there is some systemctl trick on how to do it without restart but this works just as well. Continue reading “Select and hide unmounted drive icons from Xfce desktop”
Add this to your /etc/asound.conf
pcm.!default { type plug slave.pcm "softvol" } pcm.softvol { type softvol slave { pcm "dmix" } control { name "Pre-Amp" card 0 } min_dB -5.0 max_dB 20.0 resolution 6 }
Reboot after so that it takes effect.
Continue reading “Troubleshoot BackTrack5 Linux full disk encryption”