Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It happens some time when I press reload button. You can remove the file /var/run/synaptic.socket, then it comes back

Chinese and Japanese input (IBus)

...

No Format
client% ssh-keygen

Then copy generated id_rsa.pub to server.
Add client's public key to server's authorized key file:

No Format
server% cat id_rsa.pub >> ~/.ssh/authorized_keys

Set default user name on your client:

No Format

keysSet default username on your client:client% cat ~/.ssh/config
Host *.rice.edu
User YourNetID

...