Difference between revisions of "Linux"

From New IAC Wiki
Jump to navigation Jump to search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
[https://wiki.iac.isu.edu/index.php/RS_How_to_... go back]
+
[http://wiki.iac.isu.edu/index.php/RS go back]
  
 
+
* rm -r name  //remove directory
:Check hard drive partition
+
* fdisk -l //check drive partition
# fdisk -l
+
* parted /dev/sda print //check drive partition
# parted /dev/sda print
+
* free -m  //check available memory in Mb
 +
* convert -density 300 aluminum-44MeV.pdf aluminum-44MeV.png 
 +
* dd if=/dev/cdrom of=/tmp/cdimg1.iso  //Create CD-ROM ISO image
 +
* echo $SHELL  //Check Shell Type Currently Use
 +
* /bin/bash --version  //Check Shell Type Currently Use
 +
* tar -xvf geant4.8.0.p01.tar
 +
* tar -zxvf geant4.8.0.p01.tar.gz
 +
* tar -zxvf geant4.8.0.p01.tgz
 +
* cntr-z  //to stop process
 +
** bg  //to run stopped process in background mode
 +
** fg  //to run stopped process in frontground mode
 +
* [http://www.backtrack-linux.org/forums/backtrack-5-beginners-section/40328-cant-change-gnome-terminal-size-default.html how to change  default gnome-terminal size]
 +
* [http://www.linuxscrew.com/2010/06/18/the-easiest-way-to-split-and-merge-pdf-files-in-ubuntu/ The easiest way to split and merge pdf files in Ubuntu]

Latest revision as of 20:16, 27 April 2012

go back

  • rm -r name //remove directory
  • fdisk -l //check drive partition
  • parted /dev/sda print //check drive partition
  • free -m //check available memory in Mb
  • convert -density 300 aluminum-44MeV.pdf aluminum-44MeV.png
  • dd if=/dev/cdrom of=/tmp/cdimg1.iso //Create CD-ROM ISO image
  • echo $SHELL //Check Shell Type Currently Use
  • /bin/bash --version //Check Shell Type Currently Use
  • tar -xvf geant4.8.0.p01.tar
  • tar -zxvf geant4.8.0.p01.tar.gz
  • tar -zxvf geant4.8.0.p01.tgz
  • cntr-z //to stop process
    • bg //to run stopped process in background mode
    • fg //to run stopped process in frontground mode
  • how to change default gnome-terminal size
  • The easiest way to split and merge pdf files in Ubuntu