1 to 10 of 10
Main Features:


You need to edit /etc/apt/sources.list
sudo gedit /etc/apt/sources.list
add the following lines
deb http://ppa.launchpad.net/googlegadgets/ubuntu hardy main
deb-src http://ppa.launchpad.net/googlegadgets/ubuntu hardy main
Save and exit the file
Now you need to update the source list using the following commnd
sudo aptitude update
or you can use the following procedure
Go to System —> Administration —> Software Sources, click on the Third-Party tab, then Add, and paste the following line
deb http://ppa.launchpad.net/googlegadgets/ubuntu hardy main
Then click Close and Reload.
Install Google Gadgets using the following command from terminal
sudo aptitude install google-gadgets
This complete the installation process
Using Google gadgets
After finishing installation press Alt+F2, and type ggl-gtk click on Run to start Google Gadgets.

Now You should see a small icon show up in your system tray - right-click on it and select ‘Add Gadgets’ to show a menu

Source: http://www.ubuntugeek.com/howto-install-google-gadgets-in-ubuntu-804-hardy-heron.html

Download the script jailuser.sh. give execute permission: chmod 700 jailuser.sh Create new sftp account: ./jailuser.sh user-name /bin/chroot-shell /path/of/home/directory RSA keys RSA keys could be used for the chrooted users to avoid having to enter a password on each login (that this might be a security risk is quite obvious so I won't explain it in detail). So I copied my pub-key with scp into the chroot-ed $HOME, logged in as the chrooted user, moved the file to .ssh/authorized_keys and could log in with ssh without a password. So it works perfectly well! Do not add /bin/chroot-shell to /etc/shells. If you do, a user can login with su -s /bin/sh - and is then not locked in the chroot.
1 to 10 of 10