Difference between revisions of "Unix Tips"

From Vlsiwiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 36: Line 36:
  
 
[[Tip 19: GNUplot]]
 
[[Tip 19: GNUplot]]
 +
 +
[[Tip 20: Hard/Soft Links]]
  
 
Future ideas:  
 
Future ideas:  
Line 43: Line 45:
 
*bash  
 
*bash  
 
*ssh (tunneling)  
 
*ssh (tunneling)  
*links (hard, symbolic)
+
*rsync
 
*unix file permissions
 
*unix file permissions
 +
*ssh tunneling
 +
*scp

Latest revision as of 23:46, 18 August 2014

Tip 1: Screen

Tip 2: Makefiles and qsub

Tip 3: find

Tip 4: svn conflicts

Tip 5: tee

Tip 6: valgrind

Tip 7: etags

Tip 8: Data Manipulation in Unix

Tip 9: gdb

Tip 10: diff and patch

Tip 11: gprof

Tip 12: Collapsing Code

Tip 13: Regular Expressions (RegEx) (also includes grep)

Tip 14: Spell check in LaTeX

Tip 15: GCC Regex Library

Tip 16: Fast command history in bash

Tip 17: Aliases

Tip 18: SVN Externals

Tip 19: GNUplot

Tip 20: Hard/Soft Links

Future ideas:

  • sed
  • xargs
  • bash
  • ssh (tunneling)
  • rsync
  • unix file permissions
  • ssh tunneling
  • scp