Ubuntu – Install GUI Desktop From Terminal
Make sure that you do the chown command otherwise you may not be able to login. Example would be this for username demo
Make sure that you do the chown command otherwise you may not be able to login. Example would be this for username demo
The below will help you get the full path of a Windows shortcut (.lnk) in your program. The below examples specifically create a command-line executable file but you could use the function in your program just as well. View the full code in GitHub at https://github.com/dkittell/lnk-parser VB.Net example converted from C# example above. References: C#…
When WGET isn’t available PHP comes to the rescue. In this example $path file name can be different than the $url file name or the same, if it is different it will be saved with the file name in $path
If you are on a freshly installed Windows server and can’t find IIS Site Mangement try this script below.
If you are on a newly installed server and trying any of the IIS PowerShell scripts on this site that call “Import WebAdministration” you may have some issues if the “WindowsPowerShellWebAccess” feature isn’t installed, this script below should help.
This first function is helpful to provide a range of IPv4 addresses within a set range This next function will get the broadcast IPv4 address from a CIDR range Next this function will detect if a specified IPv4 address is in the range This next function will convert an IPv4 address to a Bin This…
Work In Progress This will remove some of the default apps along with a couple other fun features to come.
This code is rather useful if you need to install Java JDK or Java JRE without a product like SCCM. This script will download the installer file, create the silent install text file then silently install Java JDK or Java JRE and place the executable path into the System Environment Path. Make sure you close…
This script is best followed by PowerShell – Java JDK/JRE Unattended Install as you need Java JDK installed.