Changes between Version 3 and Version 4 of Old/Robot/robotmobilitynotes
- Timestamp:
- Jun 12, 2007, 10:09:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Robot/robotmobilitynotes
v3 v4 1 1 This page is intended to help keep track of the linux commands and ERSP commands frequently used while working on [wiki:robotmobility] 2 2 3 = APT=3 = Packages = 4 4 5 5 `apt-get -f install` - Repairs broken dependencies 6 7 `dpkg --list |grep something` - Search for something in installed packages 6 8 7 9 = ERSP = … … 60 62 `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. 61 63 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.