In a Mailman + ISPConfig type of setup, you may get the following error while sending an e-mail to the mailing list:
When looking at the virtual aliases (in /var/lib/mailman/data/), the lists are empty.
You can resolve this by regenerating the aliases:
sudo /var/lib/mailman/bin/genaliases sudo postmap /var/lib/mailman/data/transport-mailman sudo postmap /var/lib/mailman/data/virtual-mailman
Afterwards, restart Postfix:
sudo service postfix restart
Older, obsolete releases of Ubuntu are no longer available on localized mirrors. Instead, you must use the old-releases repositories. This is done by replacing the repository entries in /etc/apt/sources.list:
For example:
us.archive.ubuntu.com/ubuntu/dists/natty/main/source/Sources
would become
old-releases.ubuntu.com/ubuntu/dists/natty/main/source/Sources
To disable automatic suspend, but leave manual suspend working in Ubuntu 14.04, create the text file:
/etc/polkit-1/localauthority/50-local.d/com.ubuntu.disable-suspend.pkla
with contents:
[Disable suspend (upower)] Identity=unix-user:* Action=org.freedesktop.upower.suspend ResultActive=no ResultInactive=no ResultAny=no [Disable suspend (logind)] Identity=unix-user:* Action=org.freedesktop.login1.suspend ResultActive=yes ResultInactive=no ResultAny=yes [Disable suspend when others are logged in (logind)] Identity=unix-user:* Action=org.freedesktop.login1.suspend-multiple-sessions ResultActive=yes ResultInactive=no ResultAny=yes
You can efficiently change the console fonts, character sets and keymaps through the following command:
sudo dpkg-reconfigure console-setup
The configuration is stored in the file /etc/default/console-setup, and can be edited by hand as well.
The changes are effective for all virtual consoles after reboot. To apply the change for the current console, run:
setupcon
To prevent changing the console font completely (i.e. native system/BIOS font will be used), set the font to "do not change".
The equivalent in the config file is:
FONTFACE="" FONTSIZE=""
Nice article about things you can do after a fresh install of Ubuntu on your computer:
http://www.tecmint.com/things-to-do-after-installing-ubuntu-15-04-desktop/
Very useful if you don't have a whole lot of experience with linux in general, and Ubuntu in particular.
If VMware Server Console doesn't work on your Ubuntu 6.10 Edgy install, here's what to do.
If after installing, the console does not launch, but instead takes up 100% CPU until the end of days (or until you kill it), try starting the console with this command:
LD_PRELOAD=/usr/lib/libdbus-1.so.3:$LD_PRELOAD vmware-server-console
This fixes some yet to be resolved issue around shared libs.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |