日々の生活を好き勝手につづったブログ(My blog is written by inoshita.jp)
LANG=C
LANG=ja_JP.UTF-8
usermod
aptitude
tar -caf name.tar.gz <dir>
tar -xaf name.tar.gz
注)-a オプションを使うとファイル名に合わせて圧縮方式を変えてくれるようになっている(上記は.gzなのでgzipが使われる)
/boot/grub/grub.cfg:設定ファイル(編集不可)
/etc/default/grub:基本設定(編集)
/etc/grub.d/*:メニュ毎のファイル(編集)
update-grub:設定の反映(/boot/grub/grub.cfg が更新される)
注)/dev/sda = hd0,1 パーティションNoは1からとなる(昔は0から)
/proc/fb
/etc/default/grub
GRUB_CMDLINE_LINUX="vga=773"
update-grub
771 | 800x600 | 8bit(256色) |
773 | 1024x768 | 8bit(256色) |
775 | 1280x1024 | 8bit(256色) |
788 | 800x600 | 16bit(6万5000色) |
791 | 1024x768 | 16bit(6万5000色) |
794 | 1280x1024 | 16bit(6万5000色) |
789 | 800x600 | 24bit(1600万色) |
792 | 1024x768 | 24bit(1600万色) |
795 | 1280x1024 | 24bit(1600万色) |
jfbterm
lshw
/etc/apt/sources.list
contribとnon-freeを追加する
deb http://ftp.jp.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.jp.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
# wheezy-updates, previously known as 'volatile'
deb http://ftp.jp.debian.org/debian/ wheezy-updates main contrib
deb-src http://ftp.jp.debian.org/debian/ wheezy-updates main contrib non-free
contrib:ソフトウェア作成者によってフリーであるがフリーではない他のソフトウェアもインストールしないと使えないもの
non-free:ソフトウェアの利用や再配布になんらかの制限があるもの
最新のDebian安定版にするならコードネームを「stable」にする
(こちらに詳しい説明あり)
update-rc.d <サービス名> defaults
update-rc.d [-f] <サービス名> remove
sysv-rc-conf(RH系はchkconfig --listらしい)
insserv(squeeze以降推奨でupdate-rc.dに変わるコマンド)
SQL: optimaize table (DB名)
コマンド:$ mysqlcheck -o -u(user name) -p (DB名)
コマンドで全て:$ mysqlcheck -A -o -uroot -p
※)フラグメント処理なので月1程度
msconfig
netplwiz
C:\Users\[ユーザー名]\AppData\Roaming\Microsoft\Windows\SendTo
「shell:sendto」をファイル名を指定して実行するとフォルダーが開く
> sc delete LiveUpdateSvc
以下のフォルダを削除
C:\Program Files (x86)\IObit\LiveUpdate
Uninstallerのuninstallerを実行した後、以下のフォルダを削除
C:\Program Files (x86)\IObit\IObit Uninstaller