Author: admin

Adding users to Windows via command line

net user <user> <password> /add net user bob password To add to administrators group net localgroup administrators <user>/add To allow remote desktop access net localgroup “Remote Desktop Users” <user>/add If the password isn’t supposed to expire use this: WMIC USERACCOUNT…

New Sar Grapher

New grapher page allows you to upload your sar output and view it.   It includes mouse overs and soon to will have the abliity to zoom in. Check it out at http://www.fsprings.com/neat/sargrapher.html Some of the items graphed are: 5, 10…

How to indent a paragraph

To indent a paragraph add <p style=”margin-left: 40px;”to the paragraph tag Change <p>This is a paragraph</p> to <p style=”margin-left: 40px;”>This is a paragraph</p> And this: This is a paragraph will look liket this: This is a paragraph This style can…

About us

Flowing Springs, LLC does Unix/Linux and middleware consulting as well as dabble in science toys. This web site is dedicated to science toys and is funded through the use of google ads and Amazon store purchases from the website. If…