Emacs Lispに関する覚え書き
外部プログラム(シェルコマンド)の実行
(shell-command-to-string "sample.sh arg1 arg2")
文字列の結合
(concat "abc" "-" "def")
Emacs Lispに関する覚え書き
外部プログラム(シェルコマンド)の実行
(shell-command-to-string "sample.sh arg1 arg2")
文字列の結合
(concat "abc" "-" "def")
普段Gentoo Linuxを使っていますが、ネットワークインターフェイスの名前がnet.eth0
からnet.enp0s3
に変わっているみたいです。注
# rc-update del /etc/init.d/net.eth0
# rm /etc/init.d/net.eth0
# vi /etc/conf.d/net
# ln -s /etc/init.d/net.lo /etc/init.d/net.enp0s3
# rc-update add /etc/init.d/net.enp0s3
注 ifconfig -a
で確認できます。
Firefoxの位置情報通知機能を恒久的に無効化する手順
about:config
と入力geo.enabled
を false
に設定位置情報通知機能 | 次世代ブラウザ Firefoxhttp://www.mozilla.jp/firefox/features/geolocation/