Its Pi day – Saturday, March 14 is Pi Day 2015 Why not do something cool in Linux like generate pi to a given number of decimal places. This can be done by using the tool bc (Bench Calculator) which is installed in most Linux distributions I have used. The following command will calculate π to 10 decimal […]
Saturday, March 14 is Pi Day 2015 Pi Day is celebrated on March 14th (3/14) around the world. Pi (Greek letter “π”) is the symbol used in mathematics to represent a constant — the ratio of the circumference of a circle to its diameter — which is approximately 3.14159. Pi has been calculated to over one […]
Working to apply bulk apply licenses I stumbled upon some useful commands to list the licenses assigned to my Office 365 Account. The following command will list account Sku ID’s along with the active and consumed units. Best of all list them in a nice grid view Get-MsolAccountSku |Out-GridView We can also pull the subset […]
FCC releases full Net Neutrality rules. Time for some light reading The new FCC rules apply “to both fixed and mobile broadband Internet access service,” according to the rules. http://transition.fcc.gov/Daily_Releases/Daily_Business/2015/db0312/FCC-15-24A1.pdf
SOTD: Quote
-email body- Dear, Per your request, here is the quote from PermaTherm (please see attached). After your review of the quote please give me a call to discuss if you have any questions. Please let me know if your project requires engineering services or shop drawings. These services are not provided by Permatherm but we […]
To list the updates that have been installed on a Windows 8.1 or Windows 2012 Server simply issue the following command in a command prompt window wmic qfe get hotfixid That’s it