tobyaw: (Default)
posted by [personal profile] tobyaw at 07:11pm on 24/08/2007 under , , ,
Install the Sun developer tools, and curl. Then:
$ curl -O ftp://ftp.sudo.ws/pub/sudo/sudo-1.6.9p4.tar.gz
$ gunzip sudo-1.6.9p4.tar.gz
$ tar -xf sudo-1.6.9p4.tar
$ cd sudo-1.6.9p4
$ ./configure
$ make
$ su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install


The sudo configuration is stored in a file /etc/sudoers which is edited by running /usr/local/sbin/visudo as root. To allow all members of the staff group to use sudo, add the line:
%staff  ALL=(ALL) SETENV: ALL
location: KY16 8JY
tobyaw: (Default)
posted by [personal profile] tobyaw at 07:11pm on 24/08/2007 under , , ,
Install the Sun developer tools, and curl. Then:
$ curl -O ftp://ftp.sudo.ws/pub/sudo/sudo-1.6.9p4.tar.gz
$ gunzip sudo-1.6.9p4.tar.gz
$ tar -xf sudo-1.6.9p4.tar
$ cd sudo-1.6.9p4
$ ./configure
$ make
$ su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install


The sudo configuration is stored in a file /etc/sudoers which is edited by running /usr/local/sbin/visudo as root. To allow all members of the staff group to use sudo, add the line:
%staff  ALL=(ALL) SETENV: ALL
location: KY16 8JY
tobyaw: (Default)
Install the Sun developer tools, and install curl. Then to install ruby:
$ curl -O ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.6.tar.gz
$ gunzip ruby-1.8.6.tar.gz
$ tar -xf ruby-1.8.6.tar
$ cd ruby-1.8.6
$ ./configure --without-gcc
$ make
$ su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install
# make install-doc


To install gem:
$ curl -O http://rubyforge.rubyuser.de/rubygems/rubygems-0.9.4.tgz
$ gunzip rubygems-0.9.4.tgz
$ tar -xf rubygems-0.9.4.tar
$ cd rubygems-0.9.4
$ su
# PATH=$PATH:/usr/local/bin
# export PATH
# ruby setup.rb


Then to install rails, mongrel etc.:
# gem install rails
# gem install mongrel


(If a gem complains about being unable to build a native extension, try doing PATH=$PATH:/usr/local/bin; export PATH first.)
location: KY16 8JY
tobyaw: (Default)
Install the Sun developer tools, and install curl. Then to install ruby:
$ curl -O ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.6.tar.gz
$ gunzip ruby-1.8.6.tar.gz
$ tar -xf ruby-1.8.6.tar
$ cd ruby-1.8.6
$ ./configure --without-gcc
$ make
$ su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install
# make install-doc


To install gem:
$ curl -O http://rubyforge.rubyuser.de/rubygems/rubygems-0.9.4.tgz
$ gunzip rubygems-0.9.4.tgz
$ tar -xf rubygems-0.9.4.tar
$ cd rubygems-0.9.4
$ su
# PATH=$PATH:/usr/local/bin
# export PATH
# ruby setup.rb


Then to install rails, mongrel etc.:
# gem install rails
# gem install mongrel


(If a gem complains about being unable to build a native extension, try doing PATH=$PATH:/usr/local/bin; export PATH first.)
location: KY16 8JY
tobyaw: (Default)
posted by [personal profile] tobyaw at 05:18pm on 24/08/2007 under ,
Install the developer tools, and install curl. Then:

$ curl -O http://rsync.samba.org/ftp/rsync/rsync-2.6.9.tar.gz
$ gunzip rsync-2.6.9.tar.gz
$ tar -xvf rsync-2.6.9.tar
$ cd rsync-2.6.9
$ ./configure
$ make
$ su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install
location: KY16 8JY
tobyaw: (Default)
posted by [personal profile] tobyaw at 05:18pm on 24/08/2007 under ,
Install the developer tools, and install curl. Then:

$ curl -O http://rsync.samba.org/ftp/rsync/rsync-2.6.9.tar.gz
$ gunzip rsync-2.6.9.tar.gz
$ tar -xvf rsync-2.6.9.tar
$ cd rsync-2.6.9
$ ./configure
$ make
$ su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install
location: KY16 8JY
tobyaw: (Default)
posted by [personal profile] tobyaw at 05:11pm on 24/08/2007 under ,
Install the Sun developer tools, and add /usr/ccs/bin to your path. Download http://curl.haxx.se/download/curl-7.16.4.tar.gz, then:

$ gunzip curl-7.16.4.tar.gz
$ tar -xvf curl-7.16.4.tar
$ cd curl-7.16.4
$ ./configure --without-ssl
$ make
$ su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install
location: KY16 8JY
tobyaw: (Default)
posted by [personal profile] tobyaw at 05:11pm on 24/08/2007 under ,
Install the Sun developer tools, and add /usr/ccs/bin to your path. Download http://curl.haxx.se/download/curl-7.16.4.tar.gz, then:

$ gunzip curl-7.16.4.tar.gz
$ tar -xvf curl-7.16.4.tar
$ cd curl-7.16.4
$ ./configure --without-ssl
$ make
$ su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install
location: KY16 8JY
tobyaw: (Default)
posted by [personal profile] tobyaw at 11:24am on 24/08/2007 under , , , ,
To add a user in Solaris 10:
# useradd -c 'Full Name' -d /export/home/username -m -s /bin/bash username
(to add an admin user, add -g staff in there)

Then add a password for the user:
# passwd username
location: KY16 8JY
tobyaw: (Default)
posted by [personal profile] tobyaw at 11:24am on 24/08/2007 under , , , ,
To add a user in Solaris 10:
# useradd -c 'Full Name' -d /export/home/username -m -s /bin/bash username
(to add an admin user, add -g staff in there)

Then add a password for the user:
# passwd username
location: KY16 8JY

Links

July

SunMonTueWedThuFriSat
        1
 
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9 10
 
11
 
12
 
13
 
14
 
15
 
16
 
17
 
18
 
19
 
20
 
21
 
22
 
23
 
24
 
25
 
26
 
27
 
28
 
29
 
30
 
31