Installazione pacchetto NFS e mount
# apt-get install nfs-common
Supponendo che il server NFS sia "192.168.1.100" e la directory condivisa sia "/home/user"
#mount 192.168.1.100:/home/user /mnt/miadir
Per il mount su fstab:
inserire nel file etc/fstab la riga:
192.168.1.100:/home/user mnt/miadir nfs rsize=8192,wsize=8192,timeo=14,intr
poi, semplicemente:
#mount /mnt/ftp
mercoledì, maggio 15, 2013
Server DNS: come crearlo nella propria LAN locale
Ho dovuto realizzare un server DNS locale per risolvere tutti quei domini interni alla mia rete LAN perché mi sono rotto le palle che su un ...
-
Necessario: MUTT e SSMTP # apt-get install mutt ssmtp Configurazione per GMAIL: Editare il file "ssmtp.conf" in /etc/ssmtp/s...
-
Uninstalling Preinstalled Android Apps without root On my Moto G6 every Update seems to re-enable the Outlook and linked-in in apps I disa...
-
Vesta Control Panel - Forum Community Forum https://forum.vestacp.com/ TUTORIAL: PHP selector for PHP 5.6, 7.0, 7.1, 7.2, 7.3 for...