- From the Control Panel, choose « Network & Internet. »
- Click « View Network Status and Tasks. »
- Click « Manage Network Connections. »
- Right-click on your VPN connection and select « Properties. »
- Select the « Networking » tab.
- Highlight « Internet Protocol Version 4 (TCP/IP v4). »
- Click « Properties. »
- Click « Advanced. »
- Uncheck the « Use default gateway on remote network » box.
- Click « OK » three times to close the windows you opened.
Ajouter une route sous Windows
For example, to add a static route to the 10.0.0.0 network that uses a subnet mask of 255.0.0.0, a gateway of 192.168.0.1, and a cost metric of 2, you type the following at a command prompt:
route add 10.0.0.0 mask 255.0.0.0 192.168.0.1 metric 2
Source: https://technet.microsoft.com/en-us/library/cc757323(v=ws.10).aspx
Mettre a jour Linux
sudo apt-get update # Fetches the list of available updates
sudo apt-get upgrade # Strictly upgrades the current packages
sudo apt-get dist-upgrade # Installs updates (new ones)
Source:
http://askubuntu.com/questions/196768/how-to-install-updates-via-command-line
Installation de LAMP
https://doc.ubuntu-fr.org/lamp
Aide Robocopy
http://superuser.com/questions/814102/robocopy-command-to-do-an-incremental-backup
Sauvegarder les partages
https://support.microsoft.com/en-us/kb/125996
Changer la langue dans vsphere
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!