User Tools

Site Tools


sles: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
Last revisionBoth sides next revision
sles:start [2012/07/09 14:46] michaelurspringersles:start [2013/07/02 06:59] michaelurspringer
Line 6: Line 6:
   * 'mount /dev/cdrom /mnt/cdrom'   * 'mount /dev/cdrom /mnt/cdrom'
   * 'cd /mnt/cdrom'   * 'cd /mnt/cdrom'
-  * './VboxLinuxAdditions.run'+  * './VBoxLinuxAdditions.run'
  
 ===== Export Display for remote access of X applications  ===== ===== Export Display for remote access of X applications  =====
Line 12: Line 12:
   * 'export DISPLAY=<remote ip>:0.0'   * 'export DISPLAY=<remote ip>:0.0'
   * 'xhost +'   * 'xhost +'
-  * On remote machine start XLING via XLaunch.exe+  * On remote machine start XMING via XLaunch.exe 
 + 
 +===== Display multiple logfiles at one (MULTITAIL)===== 
 +  * Add Software repository via YAST: http://download.opensuse.org/repositories/server:/monitoring/SLE_11_SP2/ 
 +  * 'zypper install multitail' 
 + 
 +===== Clear DNS cache ===== 
 +  * service nscd restart 
 + 
 +===== Mount NFS Share ===== 
 +  * Every Boot: in /etc/fstab: 
 +    * 192.168.1.24:/ibm-software /install nfs noatime,nosuid,rsize=32768,wsize=32768,soft,nolock,rw 0 0 
 +  * Runtime: 
 +    * mount -v -t nfs 192.168.1.24:/ibm-software /install 
 + 
 +===== Mount Windows Share ===== 
 +  * Every boot: in /etc/fstab: 
 +    * //192.168.1.24/ibm-software  /install  cifs  guest,uid=1000,iocharset=utf8  0  0 
 +  * Runtime: 
 +    * mount.cifs //192.168.1.24/ibm-software /install  
 + 
  
  
sles/start.txt · Last modified: 2014/10/12 00:39 by 127.0.0.1