Create a file of a certain size in Windows
If you need to create a file of a certain size and the file contents don’t matter, you can use the Fsutil command as follows: …
If you need to create a file of a certain size and the file contents don’t matter, you can use the Fsutil command as follows: …
By default when you copy files from one NTFS partition to another, the files inherit their protections from the parent directory. It is possible to …
The iis-resources.com site has a wealth of information for use with IIS – this link has several tools available for dealing with IIS logs: https://www.iis-resources.com/modules/mydownloads/viewcat.php?cid=69
We all know that by default “My Documents” folder is located at C:\Documents and Settings\X\My Documents, where “X” is the name of the user. If …
Install Internet Information Services and the FTP Service Because FTP depends on Microsoft Internet Information Services (IIS), IIS and the FTP Service must be installed …
Note: Windows server 2003 web edition does not support active directory , it can be installed on enterprise and standard editions. First make sure you …
What is RDP? RDP, or Microsoft Remote Desktop Protocol Client is a windows-based software that allows connection to a terminal-server either via a local LAN …
Start -> Settings -> Control Panel -> Network Connections Right click and go to properties of the enabled/active NIC Highlight on TCP/IP and click on …
Setting-Up Web Site(s) 1. Right-click the Server name (root of the tree marked with an asterisk *) choose New, Web Site. 2. Type Description of …
Linux mytop is a command-line tool that allows you to monitor the performance of MySQL or MariaDB servers. It displays various statistics such as queries …
Before you disable root logins you should add an administrative user that can ssh into the server and become root with su. First, you will …