Install xbacklight
edit /etc/X11/xorg.conf.d/10-backlight.conf
Section "Device" Identifier "Card0" Driver "intel" Option "Backlight" "intel_backlight" EndSection
Set keyboard shortcuts to “xbacklight -inc 5” for Shift+f6 and “xbacklight -dec 5” for Shift+f5
Install package openjdk-8-jre
update-alternatives --config java
alsamixer alsactl store
apt-get install sudo usermod -a -G sudo kououken
To add Shift-JIS locale:
<file txt /etc/locale-gen> … ja_JP.SJIS SHIFT-JIS …
sudo locale-gen
To extract and convert zip contents, first place the file in its own directory, then run:
LANG=ja_JP 7z x somefile.zip
Or, to extract multiple files:
find . -name "*.zip" -type f| xarge -I {} 7z {}
To convert the extracted contents:
convmv -r --notest -f shift-jis -t utf8 *
Convert text file contents:
iconv -f shift-jis -t utf-8 somefile.txt > somefile-utf8.txt
exiftool -r -d ~/output_dir/%Y/%m/%d/%%f.%%e "-filename<filemodifydate" ~/input_dir/
/usr/share/mime/packages/freedesktop.org.xml
Replace:
<mime-type type="application/vnd.adobe.flash.movie">
With:
<mime-type type="application/x-shockwave-flash">
Run:
sudo update-mime-database /usr/share/mime
The root cause is described in this blog post It seems that there are some bugs in the Intel iwlwifi driver for 802.11N protocol for the kernel/firmware versions 3.13.0-45-generic/22.24.8.0. The temporary solution it is to disable 802.11N which is an work-around until the issue will be fixed. That means that I will not use the full capacity of the 7265 controller, which will be limited to 54MBs.
sudo sh -c 'echo "options iwlwifi 11n_disable=1" >> /etc/modprobe.d/iwlwifi.conf'
syntax on filetype plugin indent on set tabstop=4 set shiftwidth=4 set expandtab set background=dark