Contents
- server
- start : vncserver
- stop : vncserver -kill hostname:1
hostname:1 is an example.
- client
- vncconnect hostname:1
hostname:1 is the same name to when you start the server.
- VNC through a firewall.
- remote# ssh -L dup_port:host_in_firewall:dup_host_port firewall
- remote# vncconnect localhost:dup_port
- What package is installed?
- Get the installed package status.
- dpkg --status package-name
- ex. dpkg --status gcc
- Get the installed package files.
- dpkg -L package-name
- ex. dpkg -L gcc
- Copy remote local directories via ssh. (or rsync?)
- At host0:
- tar cf - localdir0 | ssh host1 '( cd /dest/dir ; tar xf - )'
How to make a patch file.
- For rsyncing to USB drive, rsync -rtlv option is recommended on
Linux. Since rsync -avr is usual choice, but USB drive usually lacks
some flags which other filesystem has.
- To find a file, e.g., find missing libs.
Example: sudo apt-file search libXmu.a find which package has this)
Copyright (C) 2004-2011 Yamauchi Hitoshi
Most recent update : :