WordPress database setup Windows 2016 IIS
WordPress database setup Windows 2016 IIS
WordPress database setup Windows 2016 IIS
Note : This is all regarding Linux and free software, as that’s what I mostly use, but you should be fine with a syslog client on Windows to send the logs to a Linux syslog server. Logging to an SQL server: With only ~30 machines, you should be fine with pretty much any centralised syslog-alike … Read more
To facilitate failover schemes, a common technique is to use DNS CNAME records (DNS Aliases) for different machine roles. Then instead of changing the Windows computername of the actual machine name, one can switch a DNS record to point to a new host. This can work on Microsoft Windows machines, but to make it work … Read more
Since Windows 2000, the whoami command has been part of the standard command line (thanks to pk for clearing that up in comments!). You can do this: Open a command prompt and type “set” then hit enter. This shows active environment variables. Current logged on username is stored in the USERNAME env variable and your … Read more
I know this is an old thread, but in case anyone else is having the same issue, I had… What may be happening is that your process had a TCP port open when it crashed or otherwise exited without explicitly closing it. Normally the OS cleans up these sorts of things, but only when the … Read more
NOT FOR WINDOWS 10 (I am answer for WINDOWS 7) To delete all network authentication C:\> net use * /d To view current network connection C:\> net use IMPORTANT NOTE I tested in Windows 7 SP1 64 Bits, 100% WORK After run the command, you need to go to task manager delete the explorer.exe , … Read more
You almost certainly have set the wrong character set in your PuTTY settings. Verify the character set on the remote system by running the command: locale This should return something like: LANG=de_DE.UTF-8 LC_CTYPE=”de_DE.UTF-8″ LC_NUMERIC=”de_DE.UTF-8″ LC_TIME=”de_DE.UTF-8″ LC_COLLATE=”de_DE.UTF-8″ LC_MONETARY=”de_DE.UTF-8″ LC_MESSAGES=”de_DE.UTF-8″ LC_PAPER=”de_DE.UTF-8″ LC_NAME=”de_DE.UTF-8″ LC_ADDRESS=”de_DE.UTF-8″ LC_TELEPHONE=”de_DE.UTF-8″ LC_MEASUREMENT=”de_DE.UTF-8″ LC_IDENTIFICATION=”de_DE.UTF-8″ LC_ALL= So check your PuTTY settings under Translation and ensure that … Read more
Update: Microsoft has created the Windows 7 USB/DVD Download tool to make this very easy. I used this guide as a set of directions – http://kurtsh.spaces.live.com/blog/cns!DA410C7F7E038D!1665.entry 1. Get a USB Thumbdrive between 4-32GB. If the drive is larger than 32GB, Windows cannot format it as FAT32, so an alternate utility must be used. Windows can … Read more
I would say mostly because people in windows are unaware of it. Rsync is a command-line utility that is consistent with the unix philosophy of having lots of small tools preinstalled. The windows philosophy is based around GUI applications that are all downloaded and installed separately. There is not a smooth integration spot where rsync … Read more
This has been a fun topic of discussion on Server Fault. There appear to be varying “religious views” on the topic. I agree with Microsoft’s recommendation: Use a sub-domain of the company’s already-registered Internet domain name. So, if you own foo.com, use ad.foo.com or some such. The most vile thing, as I see it, is … Read more