Uploaded September 2013 | Updated September 2026, 2 weeks ago
Download and unzip Wordpress directly to your web server in less then 30 seconds using a couple command lines.
1. You'll need shell access to your web server. Start off by connecting to your server via shell.
2. Once connected to your server run the command: wget wordpress.org/latest.tar.gz
3. The first command downloaded the latest.tar.gz file unto your server, you'll now need to unzip it using the following command: tar -xzvf latest.tar.gz. Wordpress is now downloaded and unzipped unto your server!
Article: giancarlocolfer.com/blog/download-wordpress-directly-to-web-server-using-wget/29
Download and unzip Wordpress directly to your web server in less then 30 seconds using a couple command lines.
1. You'll need shell access to your web server. Start off by connecting to your server via shell.
2. Once connected to your server run the command: wget wordpress.org/latest.tar.gz
3. The first command downloaded the latest.tar.gz file unto your server, you'll now need to unzip it using the following command: tar -xzvf latest.tar.gz. Wordpress is now downloaded and unzipped unto your server!
Article: giancarlocolfer.com/blog/download-wordpress-directly-to-web-server-using-wget/29






![Windows 8 Delete Saved Network Profiles How to
Windows 8 Delete Saved Network Profiles How to:
http://windows.microsoft.com/en-us/windows-8/manage-wireless-network-profiles
The CMD Commands
To see stored wireless profiles, type:
netsh wlan show profiles
This will show a list of saved profiles of your connected WLAN devices. Then youll need to write/save/memorize the profile name that you want to change.
To see the stored key (WPA/WEP/etc) of a specific profile:
netsh wlan show profiles name=[profile name] key=clear
Youll find the key content under security settings.
To delete a stored profile:
netsh wlan delete profile name=[profile name]
This will delete the stored profile of every WLAN interface. If you want to delete the profile of a specific WLAN interface, you need to use the following:
netsh wlan delete profile name=[profile name] interface=[interface name] Windows 8 Delete Saved Network Profiles How to](https://i.ytimg.com/vi/ulQKMy-LiH4/mqdefault.jpg)



