Windows Server 2012 R2 – how to install .Net3.5 Framework with command line

You tried to enable feature .Net3.5 Framework via Administrative console on your Windows Server 2012 R2 and the installation failed. You can use this simple command line to install the feature on your Windows Server 2012 R2.

Continue ReadingWindows Server 2012 R2 – how to install .Net3.5 Framework with command line

How to display available RAM in MB in Linux

Here is simple one -line [easyazon-link asin="1450588301" locale="us"]command line[/easyazon-link] that you can use to display the available RAM in MB on your [easyazon-link asin="1118004426" locale="us"]Linux[/easyazon-link] system. root@localhost# cat /proc/meminfo | awk 'match($1,"MemTotal")…

Continue ReadingHow to display available RAM in MB in Linux