Tutorials

Changing user id in linux

As a different user execute usermod -u username find / -user ; -exec chown -h ; {} \; example: usermod -u 2179 user1 find / -user 1000 -exec chown -h 2179 {} \;

Mounting remote folders with sshfs

This tutorial will show you how to mount a remote folder, that you can access through sftp, on your local filesystem. First you will need to set up your ssh connection to work …

How to use your Google OpenID on sites supporting OpenID

Simply typehttps://www.google.com/accounts/o8/id as your OpenID and it will do the trick ;)

SSH login without password

Open your favorite terminal emulator and type ssh-keygen -t dsa (simply enter on whatever it asks you) try ssh-copy-id -i ~/.ssh/id_dsa.pub [email protected] if it fails (you …

Synchronizing iphone on linux

Required packages: libgpod4, gtkpod, ifuse, usbmuxd Steps: After having installed the above packages sudo mkdir /media/iPhone (you can choose whatever location you desire) sudo …

Connect to UCNET over vpn on ubuntu

Go to System->Administration->Synaptic Package Manager Search for pptp and install pptp-linux and network-manager-pptp click the network manager and go to VPN …

Connecting through gate1.csd.uoc.gr and gate2.csd.uoc.gr

Απλό SSH: ssh gate1.csd.uoc.g​r Αφού εισάγετε των κωδικό σας και εμφανιστεί το % ssh milo θα σας τυπώσει το παρακάτω μήνυμα The authe​nticity of host 'milo.csd.uoc.gr …