How to install Plesk 8.1 without SiteBuilder, but with MSDE from command line: 1. Make sure that you have extracted the required .msi installer file, if you are using the…
Tag: command line
Tar Command
December 7, 2006 / Industry News Tutorials Web HostingTar files creation command :tar -cvf mystuff.tar mystuff/ tar -czvf mystuff.tgz mystuff/ extracting: tar -xvf mystuff.tar tar -xzvf mystuff.tgz testing/viewing: tar -tvf mystuff.tar tar -tzvf mystuff.tgz Note : .tgz is…