ubuntu 設定

# VirtualBox
## 共有
sudo gpasswd -a $USER vboxsf


# Libreoffice
sudo add-apt-repository ppa:libreoffice/ppa  
sudo apt-get update  
sudo apt-get dist-upgrade

## Pythonマクロ
sudo apt-get install libreoffice-script-provider-python

# Umake
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make  
sudo apt-get update && sudo apt-get install ubuntu-make

www.omgubuntu.co.uk

## Visualstudio

$ umake web visual-studio-code

[I Accept (a)I don't accept(N)]
a
### settings.json
	"editor.fontFamily": "Source Han Code JP M",
	"editor.fontSize": 14,
	"editor.renderWhitespace": true,
	"markdown.styles": [
		"file:///home/imabari/tools/web/visual-studio-code/user.css"
	]
### user.css
* {
	font-family: "Meiryo";
}

code {
	font-family: "Yu Gothic";
}

code span.monaco-markdown {
	font-family: "Yu Gothic";
}

li code {
	font-family: "Yu Gothic";
}

# フォント
https://github.com/adobe-fonts/source-han-code-jp

# Sophos Anti-Virus for Linux
https://www.sophos.com/ja-jp/products/free-tools/sophos-antivirus-for-linux.aspx

# その他
sudo apt-get install preload

# 解像度変更
xrandr

# モード確認
cvt 1600 900

Modeline "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync

# 設定登録
xrandr --newmode "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync

# 追加
xrandr --addmode VGA-0 "1600x900_60.00"

# メニューの表示場所をウインドウ内に変更
システム設定
外観
ウインドウのメニューを表示
ウインドウのタイトルバーの中


sudo gedit /etc/modprobe.d/blacklist.conf
blacklist i2c_piix4
blacklist intel_rapl

imabari.hateblo.jp
imabari.hateblo.jp
imabari.hateblo.jp

heri3x.hatenablog.com

sudo dpkg-reconfigure Plymouth