Using gconf-editor it is necessary to modify
/desktop/gnome/sound/default_mixer_device
to value:
alsamixer:default
Full info here
Using gconf-editor it is necessary to modify
/desktop/gnome/sound/default_mixer_device
to value:
alsamixer:default
Full info here
1)Set global limits in file /etc/php5/apache2/php.ini:
upload_max_filesize = 32M
post_max_size = 32M
2)Set local limits in /usr/share/roundcube/.htaccess
php_value upload_max_filesize 16M
php_value post_max_size 17M
php_value memory_limit 256M
P.S. Perhaps you will need to adjust your Postfix SMTP server message size limit in /etc/postfix/main.cf
message_size_limit = 33554432
If Mendeley desktop for linux shows warning about OpenOffice plugin and “unopkg” then you have to reinstall Mendeleywith Open Office / Libre Office runnng in the background.
Seems that program mail-notification lacks some gnome icons. For theme “clearlooks” they can be created using script:
cd /usr/share/icons/gnome
for f in 8 16 22 24 256 32 48
do cp $f'x'$f/status/stock_mail.png $f'x'$f/status/stock_unknown.png
done
update-icon-caches ./
Windows by default uses local time, Linux by default – UTC
Windows can be changed to UTC by adding new DWORD(32-bit) RealTimeIsUniversal=1
registry key in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
Linux can be changed to local time by changing line “UTC” to “LOCAL” in file /etc/adjtime
. After changing it is necessary to fix hardware clock to right value by copying system time into hardware clock using command:
/sbin/hwclock -w
vmware-modconfig –console –install-all
apt-get -o Acquire::http::No-Cache=True -o Acquire::BrokenProxy=true update --fix-missing
vim /etc/usbmount/usbmount.conf
Add ” user,” (with space) before options
edit: /etc/iceweasel/iceweaselrc
replace to: ICEWEASEL_DSP=”aoss”
1)Edit /boot/grub/menu.lst
2)grub
find /boot/grub/stage1
root(hd0,1)
setup(hd0)
quit