Quick Tips
From andLinux
(change date/timezone) |
(pulsaudio tools) |
||
| Line 6: | Line 6: | ||
=== via dpkg === | === via dpkg === | ||
run "dpkg-reconfigure console-data" to run the setup. | run "dpkg-reconfigure console-data" to run the setup. | ||
| + | |||
| + | |||
| + | == pulsaudio tools == | ||
| + | In the linux vm you have these pulsaudio tools: | ||
| + | * '''paman''' - PulsAudio Manager | ||
| + | * '''pavucontrol''' - PulseAudio Volume Control | ||
| + | * '''pavumeter''' - PulseAudio Volume Meter | ||
| + | * '''padevchooser''' - PulseAudio Device Chooser | ||
| + | * '''paprefs''' - PulseAudio Preferences | ||
| + | more information: http://www.pulseaudio.org/wiki/AboutPulseAudio#RelatedSoftware | ||
Revision as of 14:33, 24 April 2008
Contents |
German Keyboard Layout in Xming
via Xming arguments
Add "-xkbmodel pc105 -xkblayout de" to the startup arguments in the Xming shortcut
in terminal
With "loadkeys de" you can set to german keyboard for the current session.
via dpkg
run "dpkg-reconfigure console-data" to run the setup.
pulsaudio tools
In the linux vm you have these pulsaudio tools:
- paman - PulsAudio Manager
- pavucontrol - PulseAudio Volume Control
- pavumeter - PulseAudio Volume Meter
- padevchooser - PulseAudio Device Chooser
- paprefs - PulseAudio Preferences
more information: http://www.pulseaudio.org/wiki/AboutPulseAudio#RelatedSoftware
change date/timezone
run "dpkg-reconfigure tzdata" to change the timezone.
save disk space
If you use the NTFS online compression you can save many HDD memory, because the disk images contains many unused Bytes. Discuss in our Forum.
create a normal user
use adduser username to create a new non-root user.
change root to a normal user
change to default user
edit /usr/bin/X11/startwindowsterminalsession and replace 'root' with you used username. Add this user to /etc/sudoers.
Change Launcher Port
windows
Non-root-users can't use ports <1024. The Launcher must use a port greater than 1024, e.g. 8081 You can use this .reg file to change the Launchers:
andLinux Launcher.reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\andLinux\Launcher] "IP"="192.168.11.150" "Port"="8081"
Look also FAQ - Chaning the Launcher Port
linux vm
edit /usr/local/sbin/launcher.pl and change LocalPort. Reboot.
