Entries from 2014-09-01 to 1 month

ubuntu ssh 公開鍵 public key SSHを使ってパスワードなしで接続

http://ubuntu.u-aizu.ac.jp/004/index.html まず、自分の端末側で、秘密鍵と公開鍵を作成する。 最初に、ディレクトリ .ssh を作成する。このディレクトリは自分だけが読み書きできるようになっている必要がある。 mkdir .ssh chmod 700 .ssh 続いて、鍵を…

FreeNXでiBus 起動しない。手動で起動しても「入力ウィンドウがありません」エラーがでる。

NX,FreeNXの起動ファイル$ sudo nano /etc/nxserver/node.confCOMMAND_START_GNOME='/usr/bin/X11/startxfce4'に対して$ sudo nano /usr/bin/X11/startxfce4_wiBus#!/bin/bashexport LC_CTYPE=ja_JP.utf8 export XMODIFIERS=@im=ibus export QT_IM_MODULE=ib…

vnc vs nx

http://www.wikivs.com/wiki/NX_vs_VNCNX allows users to create new X11 sessions and forwards all X communication to the remote client.VNC simply forwards what a logged in user sees on the desktop similar to how video would be transmitted.(…

ubuntu server 12.04 install Xfce without xubuntu-desktop さくらVPS 最小デスクトップ

sudo apt-get install xfce4のみだと、以下の問題がでる。 (0)そもそも実装KVMでもFreeNX仮想KVMでもgdm/lightDMが元々入っていないためにxfce4(に限らずどんなデスクトップも)が立ち上がらない。 (1)デスクトップのサムネイルがなくなる(汚い) (…

add-apt-repository: command not found , sudo: add-apt-repository: コマンドが見つかりません

sudo apt-get install python-software-properties

Ubuntu12.04(インストールした直後) apt-get update ソフトウェアアップデートができない

sudo apt-get updateW: bzip2:/var/lib/apt/lists/partial/jp.archive.ubuntu.com_ubuntu_dists_precise_main_source_Sources の取得に失敗しました ハッシュサムが適合しませんW: bzip2:/var/lib/apt/lists/partial/jp.archive.ubuntu.com_ubuntu_dists_pre…

さくらのVPSでUbuntu

http://support.sakura.ad.jp/manual/vps/cpanel/custom.html http://support.sakura.ad.jp/manual/vps/cpanel/custom_ubuntu1204.htmlhttps://gihyo.jp/admin/serial/01/ubuntu-recipe/0322ファイヤーウォール http://toshitanian.hatenablog.com/entry/201…

さくらのVPN Ubuntu server 12.04 最初にする設定

http://ik-fib.com/2013/10/sakura-cloud-default-setting/ http://qiita.com/tanaka51/items/cc101445a1958fa9e6f6 http://knowledge.sakura.ad.jp/beginner/1126/ssh周りの設定 使用ポート番号の変更 rootでのログイン禁止 パスワードログイン禁止

FreeNX on ubuntu 12.04

sudo add-apt-repository -y ppa:freenx-team sudo apt-get update sudo apt-get install -y freenx freenx-serverwget https://bugs.launchpad.net/freenx-server/+bug/576359/+attachment/1378450/+files/nxsetup.tar.gztar -xvf nxsetup.tar.gz sudo cp n…

Initial Server Setup with Ubuntu 12.04 | DigitalOcean

https://cloud.digitalocean.com/droplets https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-12-04 https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2 https://www.digitalocean.com/communi…

NX3 xfce

sudo apt-get update sudo apt-get install --no-install-recommends xubuntu-desktop sudo apt-get install xfce4 sudo nano /usr/NX/etc/node.cfg CommandStartGnome = "/usr/bin/X11/startxfce4"

NX3 SSH change port

sudo nano /etc/ssh/sshd_config Port 2222 reload sshsudo nano /usr/NX/etc/node.cfg SSHDPort = "2222"sudo nano /usr/NX/etc/server.cfg SSHDPort = "2222" SSHDAuthPort = "2222" sudo /usr/NX/bin/nxserver --restart

ubuntu 12.04 Watir Selenium "Unable to obtain stable firefox connection in 60 seconds" match webdriver version and firefox version

http://stackoverflow.com/questions/14303161/unable-to-obtain-stable-firefox-connection-in-60-seconds-127-0-0-17055webdriver compatibilityhttp://selenium.googlecode.com/git/rb/CHANGESfirefox version and reinstall/downgradehttp://selenium.go…

run a server on Ubuntu on port 80 as a normal user?

http://serverfault.com/questions/112795/how-can-i-run-a-server-on-linux-on-port-80-as-a-normal-user