Categories
How-To Technical

Linux Commands, And More Commands

I have posted about commands in the past. I am now ‘rebooting’ that post adding additional commands that I find useful. File Transfer: $ scp somefile.txt server:/tmp Secure copies somefile.txt to remote host /tmp folder $ scp sysadmin@server:/www/*.html /www/tmp Copies *.html files from remote host to current system /www/tmp folder $ scp -r sysadmin@server:/www /www/tmp […]

Categories
How-To

In Place Upgrade Of Windows Server 2008 R2 Standard

If you have a need to upgrade a server running Windows Server 2008 R2 Standard to either the Enterprise, or Datacenter edition, it’s possible to do so online, without re-installing Windows. This not only a simple process, it saves you time. Open an elevated command prompt and type DISM /Online /Get-CurrentEdition. This returns the current Windows […]