Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:personalpages:pacher:linux [28/10/2013 09:20]
pacher
vlsi:personalpages:pacher:linux [16/06/2014 13:58] (versione attuale)
pacher
Linea 3: Linea 3:
  
 [ __[[vlsi:​personalpages:​pacher|Back]]__ ] [ __[[vlsi:​personalpages:​pacher|Back]]__ ]
 +[ __[[vlsi:​workbook:​computing:​unix:​sysadmin|UNIX admin references]]__ ]
 +[ __[[vlsi:​private:​personalpages:​pacher:​elt156xl|elt156xl admin (private)]]__ ]
 +
  
  
Linea 33: Linea 36:
 [[http://​oldsite.to.infn.it/​groups/​group4/​mirror/​linux/​AppuntiLinux/​AL-6.19.86.html]] [[http://​oldsite.to.infn.it/​groups/​group4/​mirror/​linux/​AppuntiLinux/​AL-6.19.86.html]]
  
-The NFS filesystem support must be enabled. Check with+The NFS filesystem support must be enabled. Check if
  
 <​code>​ <​code>​
Linea 39: Linea 42:
 </​code>​ </​code>​
  
-By default the NFS kernel module ​might be disabled. ​+returns ''​nodev nfs''​. ​By default the NFS support ​might be disabled. ​
 To load the NFS kernel module run as root: To load the NFS kernel module run as root:
  
Linea 46: Linea 49:
 </​code>​ </​code>​
  
- +Once NFS is enables you can mount remote host directories specified in the 
-Manual mounting:+server ''/​etc/​exports''​ configuration file with the ''​mount''​ command.
  
 <​code>​ <​code>​
-mount -t nfs ip_address:/​path/​to/​shared/​directories ​/​local/​mount/​point+mount -t nfs hostname:/​path/​to/​shared/​directory ​/​local/​mount/​point
 </​code>​ </​code>​
  
Linea 91: Linea 94:
 </​code>​ </​code>​
  
-====== Skype ======+====== Skype (that just works) ====== 
 + 
 +[[http://​community.skype.com/​t5/​Linux/​CentOS-RHEL-6-Skype-4-2-RPM-Installation-Steps/​td-p/​1740485]] 
 + 
 +<​code>​ 
 +# yum install http://​dl.fedoraproject.org/​pub/​epel/​6/​i386/​epel-release-6-8.noarch.rpm 
 +# wget http://​www.bromosapien.net:​8080/​others/​skype-4.2.0.11-4.el6.i686.rpm 
 +# yum install skype-4.2.0.11-4.el6.i686.rpm 
 +</​code>​ 
 + 
 + 
 +''/​usr/​bin/​skype''​ 
 + 
 + 
 +====== Unrar ====== 
 + 
 +[[http://​minimallinux.blogspot.it/​2012/​08/​centos-6rhel-install-and-use-unrar.html]] 
 + 
 +====== LibreOffice ​======
  
 <​code>​ <​code>​
-wget http://​li.nux.ro/​download/​nux/​dextop/​el6/​i386/​skype-4.0.0.8-1.el6.nux.i586.rpm +yum install libreoffice
-sudo rpm -i skype-4.0.0.8-1.el6.nux.i586.rpm+
 </​code>​ </​code>​
  
Linea 244: Linea 264:
  
 [[http://​www.nomachine.com/​documents/​client/​install.html]] [[http://​www.nomachine.com/​documents/​client/​install.html]]
 +
 +
 +
 +
  
 ====== ====== ====== ======