Volker Maximillian Koch, Zurich, Switzerland

Home Resume Information Search Contact

Unix and Linux Tips

 
  • Symbolic link:
    ln -s original linkname

  • Find files with partly known file names starting in the current directory:
    find . -name *part* -print

  • .htaccess Tool

  • VNC

    • Start VNC server
      vncserver -depth 24 -geometry 1024x768

    • Kill VNC server with number 1:
      vncserver -kill :1

 

10/2006