Entries from 2011-01-01 to 1 year

Debian Add User

If you want to give the user 'John Smith' a login account you could run 'useradd jsmith' to create a login for him.Once this is done there are two more things you need to do - set the password for this account (they can change it themselve…

Ubuntu:突然インターネットに繋がらなくなった!ーーチェックリスト

■UbuntuでIPアドレスを設定する方法nano /etc/network/interfacesauto eth0 iface eth0 inet static address 192.168.xx.zzz netmask 255.255.255.0 network 192.168.xx.0 broadcast 192.168.xx.255 gateway 192.168.xx.1■ DNS設定 nano /etc/resolv.confで…

楽天オークションショップ-終了商品の再出品(1)

きたももんがさんのお陰様で楽天のログインは成功したのですが、「再出品」作業でまた立ち往生です。楽天オークションショップIDがないと再現できないのですが、要するに出品期間が終了した商品を再出品するスクリプトで、watir-webdriverでは上手く往くのに…

楽天のシステムはトワイライトゾーン

商売としては楽天は優れていのかもしれませんが… ショップオーナーとしては、最悪のシステム(私のeBay,Amazon,YahooJapanの経験から) エンジニアとしても、最悪のシステム です。 日本でショップを運営する必要が無いのなら,すぐにでも楽天止めたい!!!…

Debian Lenny freeNX

Lennyへアップグレード(またはダウングレード) dev:/home/johny# nano /etc/apt/sources.list deb http://ftp.us.debian.org/debian lenny main deb-src http://ftp.us.debian.org/debian lenny main deb http://security.debian.org/ lenny/updates main …

Debian squeeze install gnome

dev:/home/johny# apt-get install gnome-core Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: bzip2 capplets-data consolekit dbus dbus-x11 desktop-base desktop-file-utils dmsetup…

debian squeeze NX free version

NoMachine - Download Free Remote Desktop Access 【 debパッケージをインストールする 】 | 日経 xTECH(クロステック)

Watir-Webdriver,Ubuntu11.04,Chrome/Chromium

Watir-Webdriver,Ubuntu11.04,Chromeの組み合わせで GitHub - SeleniumHQ/selenium-google-code-issue-archive: Archive, please see main selenium repo に従いchromedriver_linux32_16.0.902.0.zipをダウンロードして、以下の様に設定: root@ubuntu1104:/…

MechanizeとWatir-Webdriver:楽天ログイン

Yahooオークションの自動出品スクリプトをRuby版Mechanizeを使って書いたが、それを楽天で応用すると最初のログインでつまづいてしまった。この件に関していつも参照させていただいている「きたももんが」さんに泣きついた処: http://d.hatena.ne.jp/kitamo…