Depending on your purpose this script may be helpful as it will remove a lot of the preloaded applications. CAUTION: This list of applications should be reviewed first. My intention of this removal script is to remove a lot of applications that a business or kid computer may not need….
Category: Code
This area of the site is dedicated to code snippets for quick and easy reference
Feodra – Setup Desktop Environment
In a recent turn of events I’ve been asked to setup a proof of concept (POC) UNIX desktop environment for a work location. Below I will work through some of the process. First I chose to start with Fedora KDE Spin available at https://spins.fedoraproject.org/kde/ as the users will be coming…
Fedora – Remove SSL Verify On Repo
If/When you run into a situation where you can not access repos due to SSL below should help.
PowerShell – Reset Colors
If you have ever played with the colors of your PowerShell window this will help you reset the colors to default Depending on what you changed something like below will reset your values
Swift – System Uptime
I specifically use this in an iOS app but you should be able to use this in iOS or Mac OS The first function will get the Uptime of the system in seconds while the second function will convert the seconds into a easier to read/understand format.
Apple macOS Server – Reset
If you’ve ran into a road block and need to reset the database and everything makes the profile manager work the scripts below will help. I have had to do this personally after removing a device from profile manager and tried to add it again. NOTE: You will need to…
SQL – Select Closest Locations
This is an older script but still works nicely. Setup: You have a table with medical centers that has the address along with latitude and longitude columns. I used this script with a GPS application that pulled your current location and sent it to a web service to get the…
Azure CLI – Download All Blobs
If you ever need to get your files out of Azure this script will help you get your files out of Blob Storage