echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -s 192.168.2.0/24 -o eth0 -j MASQUERADE
The diskless nodes should be set up so that 192.168.2.1 is their
default gateway.
eth0 = 192.168.2.1
relatório de atividades relacionadas à minha pesquisa em métodos de modelagem computacional.
The diskless nodes should be set up so that 192.168.2.1 is their
default gateway.
eth0 = 192.168.2.1
gnuplot
set dgrid3d
splot 'dados2.dat' u 1:2:3 w l
~$ crontab -e
# m h dom mon dow command
*/17 * * * * ~/bin/ssh-r.sh
sudo gedit /etc/exports
/home 192.168.0.0/255.255.255.0(rw,sync,no_subtree_check)
/usr/local 192.168.0.0/255.255.255.0(rw,sync,no_subtree_check)
The above shares /home and /usr/local to all clients in the private
network falling within the designated ip address range.
After setting up /etc/exports, export the shares:
sudo exportfs -ra
You'll want to do this command whenever /etc/exports is modified.
Restart Services
If /etc/default/portmap was changed, portmap will need to be restarted:
sudo /etc/init.d/portmap restart
The NFS kernel server will also require a restart:
sudo /etc/init.d/nfs-kernel-server restart
client
sudo apt-get install portmap nfs-common
sudo mount 192.168.1.42:/home/music /home/poningru/music
rsync
rsync -azc origem destino:
-c, --checksum skip based on checksum, not mod-time & size
-a, --archive archive mode; same as -rlptgoD (no -H, -A)
-z, --compress compress file data during the transfer
T_Brass_1A to T_Brass_5E
T_Copper_1A to T_Copper_5E
T_Chrome_1A to T_Chrome_5E
T_Silver_1A to T_Silver_5E
A = sem refrexo
for i in `cat listaesf` ; do echo $i ; done
sed 's/relatime/noatime/' </etc/fstab >fstab.tmp
http://www.povray.org/
http://hof.povray.org/
http://www.imagico.de/pov/ray_povsdl.html
http://www.museum.state.il.us/ismdepts/library/linuxguides/povray/pov197.htm
mais informações:
http://www.vivaolinux.com.br/artigos/verArtigo.php?codigo=7470&pagina=1
http://caspian.dotconf.net/menu/Software/SendEmail/