User Tools

Site Tools


user:jkendal6:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user:jkendal6:start [2017/10/05 18:19] jkendal6user:jkendal6:start [2017/10/26 17:57] (current) jkendal6
Line 98: Line 98:
  
 tail -n x (x meaning how many rows to show from the bottom) filename >export tail -n x (x meaning how many rows to show from the bottom) filename >export
 +
 +------------------------------------------------------------------------
 +
 +__get any conversions to a different base.__
 +
 +For base 2. (binary)
 +
 +command : echo “obase=2;[number]” | bc
 +
 +For base 8. (octal)
 +
 +command : echo “obase=8;[number]” | bc
 +
 +For base 10. (decimal)
 +
 +command : echo “obase=10;[number]” | bc
 +
 +For base 16. (hexidecimal)
 +
 +command : echo “obase=16;[number]” | bc
 +
 +---------------------------------------------------------------------
 +
 +__chmod utilities__
 +
 +__MAKE A FILE AN EXECUTABLE__
 +
 +command : chmod 0700 filename
 +
 +__Make a file readable__
 +
 +command : chmod 0600 filename
 +
 +-----------------------------------------------------------------------
 +
 +
user/jkendal6/start.1507227583.txt.gz · Last modified: 2017/10/05 18:19 by jkendal6