Changes between Version 3 and Version 4 of Old/Robot/robotmobilitynotes


Ignore:
Timestamp:
Jun 12, 2007, 10:09:51 PM (17 years ago)
Author:
aniket
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Robot/robotmobilitynotes

    v3 v4  
    11This page is intended to help keep track of the linux commands and ERSP commands frequently used while working on [wiki:robotmobility]
    22
    3 = APT =
     3= Packages =
    44
    55`apt-get -f install` - Repairs broken dependencies
     6
     7`dpkg --list |grep something` - Search for something in installed packages
    68
    79= ERSP =
     
    6062`xtightvncviewer -compression #` - Connect to a vnc server. # is a scale (0-9) with 0 being uncompressed and 9 being maximum compression. Max compression does not mean fastest since compression takes time.
    6163
     64= Files and the filesystem =
     65
     66`updatedb` - Builds a database so the locate command can work
     67
     68`locate something` - Finds files named something in the filesystem.