deb http://ftp.jp.debian.org/debian/
squeeze main contrib non-free deb-src http://ftp.jp.debian.org/debian/ squeeze main contrib non-free deb http://security.debian.org/ squeeze/updates main deb-src http://security.debian.org/ squeeze/updates main deb http://ftp.jp.debian.org/debian/ squeeze-updates main deb-src http://ftp.jp.debian.org/debian/ squeeze-updates main |
# apt-get update ;
apt-get upgrade |
$ xrandr --size 1024x768 |
# dpkg-reconfigure
-phigh xserver-xorg |
# dpkg-reconfigure
xserver-xorg |
$ uname -a |
Linux hege 2.6.32-5-686 #1 SMP Wed Jan 12
04:40:25 UTC 2011 i686 GNU/Linux |
$ apt-cache search 2.6.32-5-686 |
# apt-get install linux-image-686-bigmem |
$ uname -a |
$ aptitude search 2.6.32-5-686-bigmem |
grep nvidia |
nvidia-kernel-2.6.32-5-686-bigmem |
nvidia-kernel-common nvidia-xconfig nvidia-glx |
linux-headers-2.6.32-5-686-bigmem module-assistant kernel-package |
# su # cd /usr/src # tar jxvf nvidia-kernel.tar.bz2 |
# cd /home/hogehoge/download/ # chmod 755 NVIDIA-Linux-x86-260.19.36.run # /etc/init.d/gdm3 stop # /etc/init.d/x11-common stop |
# cd /home/hogehoge/download # ./NVIDIA-Linux-x86-260.19.36.run |
nvidia- kernel-2.6.32-5-686-bigmem (<---
uname -aでカーネルのバージョンを調べてそれに合うものを入れる) module-assistant nvidia-kernel-common nvidia-kernel-source nvidia-settings nvidia-xconfig nvidia-glx |
# cd /usr/src # m-a a-i nvidia-kernel-source (モジュールの作 成) # dpkg -i nvidia-kernel-2.6.32-5-686- bigmem_195.36.31-6+2.6.32-30_i386.deb (モジュールのインストール) # nvidia-xconfig |
youtubeの動画が途切れる。
そこでadobeのページでadobe flash
playerをダウンロードする。
展開してmozillaのplaginのフォルダに入れてiceweaselを再起動する。
$ tar zxvf
install_flash_player_10_linux.tar.gz $ su # cp libflashplayer.so /usr/lib/mozilla/plugins/ |
$ chmod 755
VMware-Workstation-Full-7.1.3-324285.i386.bundle $ su # ./VMware-Workstation-Full-7.1.3-324285.i386.bundle |
VMware7.1.3をDebian GNU/Linux Ver6.0
Squeezeにインストールした直後はVMwareは動作するが、ホストのSqueezeを再起動するとVMwareが動かなくなる。これ
は/etc /init.d/vmware がrc.dに(なぜか)登録されていないのが原因。
そこで/etc/init.d/vmwareを登録する。
# cd /etc/init.d # update-rc.d vmware defaults |
これでsqueezeを起動するとvmwareのデーモンが自動起動される。ちなみにps ax |grep vm の結果。
$ ps ax |grep vm 1710 ? Ss 0:00 /usr/bin/vmware-usbarbitrator 1815 ? Ss 0:00 /usr/bin/vmnet-bridge -s 6 -d /var/run/vmnet-bridge-0.pid -n 0 1838 ? Ss 0:00 /usr/bin/vmnet-dhcpd -s 6 -cf /etc/vmware/vmnet1/dhcpd/dhcpd.conf -lf /etc/vmware/vmnet1/dhcpd/dhcpd.leases -pf /var/run/vmnet-dhcpd-vmnet1.pid vmnet1 1860 ? Ss 0:00 /usr/bin/vmnet-netifup -s 6 -d /var/run/vmnet-netifup-vmnet1.pid /dev/vmnet1 vmnet1 1886 ? Ss 0:00 /usr/bin/vmnet-dhcpd -s 6 -cf /etc/vmware/vmnet8/dhcpd/dhcpd.conf -lf /etc/vmware/vmnet8/dhcpd/dhcpd.leases -pf /var/run/vmnet-dhcpd-vmnet8.pid vmnet8 1891 ? S 0:00 /usr/bin/vmnet-natd -s 6 -m /etc/vmware/vmnet8/nat.mac -c /etc/vmware/vmnet8/nat/nat.conf 1897 ? Ss 0:00 /usr/bin/vmnet-netifup -s 6 -d /var/run/vmnet-netifup-vmnet8.pid /dev/vmnet8 vmnet8 7058 ? Sl 0:13 /usr/lib/vmware/bin/vmware-tray poweredOn 8291 pts/0 D+ 0:00 grep vm |
もしupdate-rc.dで登録したものを削除したいときは
update-rc.d vmware remove
(2)VMware8 の場合
VMware7.x.x と同様にインストールする。
しかし同様にシステムを再起動するとvmwareが動かない。
/etc/rc2.d/ でvmware がなぜかK01vmware で登録されている。頭のKは停止の意味、SはSTART
そこで次のように一度削除して再度登録しなおす。
# cd /etc/init.d # update-rc.d -f vmware remove # update-rc.d vmware defaults |
# cd /etc/init.d # update-rc.d -f vmware-USBArbitrator remove # update-rc.d vmware-USBArbitrator defaults 14 |
### BEGIN INIT INFO # Provides: vmware # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 5 # Default-Stop: 2 3 5 # Short-Description: VMware VMX service for virtual machines # Description: Allows running of VMware virtual machines. ### END INIT INFO |
### BEGIN INIT INFO # Provides: vmware-USBArbitrator # Required-Start: $remote_fs $syslog vmware # Required-Stop: $remote_fs $syslog vmware # Default-Start: 2 3 5 # Default-Stop: 2 3 5 # Short-Description: Start daemon when vmware starts # Description: Enable service provided by daemon. ### END INIT INFO |
# aptitude install lsb dpkg -i epson-inkjet-printer-escpr_1.0.1-1lsb3.2_i386.deb # /etc/init.d/cups restart # lpadmin -p pma840s -v usb:/EPSON/PM-A840S -P /opt/epson-inkjet-printer-escpr/ppds/Epson/Epson-PM-A840S-epson-inkjet-printer-escpr.ppd.gz -E (これは プリンタ登録 の作業) # gpasswd -a hogehoge lp (これは hogehogeというユーザをlp のグループに加える作業) |
プリンタは ブラウザから http://localhost:631にアクセスして確認できる。
http://localhost:631 サイトの 管理 のタグの サーバ で 「このシステムに接続されているプリンターを共有」と
いうチェック
ボックスがあり、これのチェックを入れるのを忘れていたが次のsambaの設定でsamba共有プリンタとして動かすことができた。
# dpkg -i google-chrome-stable_current_i386.deb |
# aptitude install libcurl3 |
apt-get instal samba swat |
# Samba config file created using SWAT # from UNKNOWN (127.0.0.1) # Date: 2011/03/02 21:05:55 [global] dos charset = CP932 workgroup = KARAPPI.JP server string = %h server obey pam restrictions = Yes pam password change = Yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . unix password sync = Yes syslog = 0 log file = /var/log/samba/log.%m max log size = 1000 dns proxy = No panic action = /usr/share/samba/panic-action %d username = karappi [homes] comment = Home Directories valid users = %S read only = No create mask = 0700 directory mask = 0700 only user = Yes hosts allow = 192.168.1.0/255.255.255.0 browseable = No [printers] comment = All Printers path = /var/spool/samba create mask = 0700 printable = Yes browseable = No [print$] comment = Printer Drivers path = /var/lib/samba/printers [PM-A840S] comment = EPSON PM-A840S path = /var/spool/samba read only = No create mask = 0700 printable = Yes printer name = PM-A840S use client driver = Yes oplocks = No share modes = No |
# smbpasswd -a hoge |
# apt-get install clamav clamtk |
# freshclam (データベースの更新) # freshclam -d -c 10 (1日10回チェック) |
$ clamscan (カレントディレクトリのスキャン) $ clamscan -r (カレントディレクトリとサブディレクトリまでスキャン) $ clamscan -r /home/hoge (/home/hoge をスキャン) |
# clamscan -i
-r ディレクトリのパス --log=ログファイル |
00 02 * * 7
/usr/bin/clamscan -i -r /home/hoge/
--log=/home/hoge/public_html/clamav/scan.log |
# dpkg -i avast4workstation_1.3.0-2_i386.deb |
$ avast Couldn't find a registration key in ~/.avast/avastrc file! Please register avast! at http://www.avast.com/i_kat_207.php?lang=ENG to get the key. NOTE: if avast! rejects the key, remove ~/.avast/avastrc file and run this script again with a valid key. Please enter the key here: |
$ avastgui |
deb http://ftp.jp.debian.org/debian/ squeeze
main contrib non-free deb-src http://ftp.jp.debian.org/debian/ squeeze main contrib non-free deb http://security.debian.org/ squeeze/updates main deb-src http://security.debian.org/ squeeze/updates main deb http://ftp.jp.debian.org/debian/ squeeze-updates main deb-src http://ftp.jp.debian.org/debian/ squeeze-updates main deb http://www.debian-multimedia.org squeeze main non-free |
# apt-get install install
debian-multimedia-keyring |