27 Απρ 2014

Tips

** Time config: $ sudo dpkg-reconfigure tzdata

** Keymap:
In case of a second language, we have to configure the system, and this is how we can do it. It is not the only way, but the way i use.
$ sudo leafpad /etc/xdg/lxsession/LXDE/autostart
and there i put the line below, for change between two or more languages, plus the application(s) i want to start the same time:
@setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll fr,gr
@gkrellm
> logout & login

** Clock:
http://linux.die.net/man/3/strftime
%a %d  %b  %Y %H:%M:%S

** Localpurge: This application can help the situation, by purging not only the languages we don't want to use, but, by purging and cleaning automatically the cache after every dist-upgrade.
$ sudo aptitude install localepurge
$ sudo localepurge

** Keyboard-configuration:
$ sudo dpkg-reconfigure keyboard-configuration

** Configure Keyboard:
# aptitude install console-data console-tools debconf (kbd goes out)
# dpkg-reconfigure console-data
# reboot

** Change the default language with:
# dpkg-reconfigure locales

** Change the default keyboard layout:
# dpkg-reconfigure console-data
# dpkg-reconfigure console-setup

** Update-flashplugin-nonfree:
# update-flashplugin-nonfree -iv
or:
# update-flashplugin-nonfree --install
http://www.adobe.com/software/flash/about/

** System:
$ inxi -v2