Vine

vncserverでGNOMEとSCIM-Anthyを使う

vnc, vncserverのインストール # apt-get install vnc vnc-server ←vncは要らないみたいだけど、念のため。 ひとまずvncserverを起動する $ vncserver すると、~/.vnc/xstartup というファイルが作られる。 このファイルを以下のように修正する。 # Uncommen…

vncserverでGNOMEとSCIM-Anthyを使う

vnc, vncserverのインストール # apt-get install vnc vnc-server ←vncは要らないみたいだけど、念のため。 ひとまずvncserverを起動する $ vncserver すると、~/.vnc/xstartup というファイルが作られる。 このファイルを以下のように修正する。 # Uncommen…

時刻合わせ(ntp,ntpd, ntpdate)

NTPサーバーのインストール # apt-get install ntp NTPサーバの設定 # vi /etc/ntp.conf として、以下のように記述。 server ntp.nict.jp server ntp.nict.jp server ntp.nict.jp ntpd の停止 (Vine) # /etc/rc.d/init.d/ntpd stop (Ubuntu) # /etc/init.d/n…

時刻合わせ(ntp,ntpd, ntpdate)

NTPサーバーのインストール # apt-get install ntp NTPサーバの設定 # vi /etc/ntp.conf として、以下のように記述。 server ntp.nict.jp server ntp.nict.jp server ntp.nict.jp ntpd の停止 (Vine) # /etc/rc.d/init.d/ntpd stop (Ubuntu) # /etc/init.d/n…

VMware Server 上のゲストOS(Linux)にホストOS(Windows)のフォルダをマウントする方法

mount -t smbfs -o username=hogehoge,uid=hogehoge,fmask=664,dmask=775 //servername/foldername /mnt/win

VMware Server 上のゲストOS(Linux)にホストOS(Windows)のフォルダをマウントする方法

mount -t smbfs -o username=hogehoge,uid=hogehoge,fmask=664,dmask=775 //servername/foldername /mnt/win