Archive for June, 2008

OWW on NSLU2

Sunday, June 8th, 2008

1. follow the normal setup for debianSlug
2. sudo apt-get -y install libusb-dev build-essential make libtool automake autoconf libcurl3 libcurl3-dev libghttp-dev
3. download libghttp with “wget ftp://ftp.gnome.org/pub/GNOME/sources/libghttp/1.0/libghttp-1.0.9.tar.gz”, untar, compile, make, and make install
4. get oww from the download site and untar it etc. move to the oww directory
5. su ./configure –disable-gui
6. make
7. make install

untar

Saturday, June 7th, 2008

gzip -d filename

then tar -xvf filename

gettext

Saturday, June 7th, 2008

Debian – set time zone

Monday, June 2nd, 2008

# tzconfig
Your current time zone is set to GMT
Do you want to change that? [n]: y

Creating Samba Users and Setting Passwords

Monday, June 2nd, 2008

useradd

smbpasswd -a

Connecting from Linux to a network share

Sunday, June 1st, 2008

mount //192.168.1.222/win_share -t smbfs /mnt/folder_on_linux -o “username=winuser,password=winsharepassword”