The touch command in Windows Powershell March 2, 2026 Powershell, powershell, programming languages, System Administrator No Comments The touch Command in PowerShell (Linux-Compatible) If you come from Linux/macOS, you probably miss touch: create a file if it doesn’t exist, otherwise update its modified time. PowerShell doesn’t … [Continue Reading...]
How to Kill Multiple Processes (Tasks) by Name using VBScript? January 6, 2017 programming languages, VBA, vbscript 2 Comments Let’s say if you have opened quite a few tasks and you decide to close them all at once without manually close them one by one, or kill each … [Continue Reading...]
How to Check the Total Physical RAM at Linux OS? November 14, 2014 linux, ubuntu, Virtual Private Server No Comments The first thing after I upgraded my VPS to 2G RAM is to check if there is indeed a 2G RAM. The command I use is free -m where … [Continue Reading...]