Open Environment Variables panel from command line
rundll32 sysdm.cpl,EditEnvironmentVariables
rundll32 sysdm.cpl,EditEnvironmentVariables
Credits go to:https://www.webiboo.com/how-to-uninstall-programs-using-command-prompt The traditional way of uninstalling a program on windows is by opening the system’s Control Panel and head on to the Programs and Features section. That is the usual procedure on early versions of Windows (XP, Vista & 7), while the versions (8 & 10) gives an easy way on navigating the Control Panel by right … Read more
Yield: 24 oysters 1 stick butter 3 cloves garlic, peeled and minced 1 1/2 cups Parmesan cheese, grated 3/4 cup breadcrumbs 3 tablespoons minced parsley 24 oysters in shell Preheat oven to 450 degrees. Melt butter. Stir in garlic and set aside to cool and thicken slightly. Mix Parmesan, breadcrumbs, and parsley; set aside. Shuck … Read more
Use the attached PowershellScript. Make modifications as needed before running it.
To Export the Application Pools on IIS 7 : %windir%\system32\inetsrv\appcmd list apppool /config /xml > c:\apppools.xml To import the Application Pools:%windir%\system32\inetsrv\appcmd add apppool /in < c:\apppools.xml To Export all you’re website:%windir%\system32\inetsrv\appcmd list site /config /xml > c:\sites.xml To Import the website:%windir%\system32\inetsrv\appcmd add site /in < c:\sites.xml To export/import a single application pool:%windir%\system32\inetsrv\appcmd list apppool “MyAppPool” /config /xml … Read more
https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories Introduction Rsync, which stands for “remote sync”, is a remote and local file synchronization tool. It uses an algorithm that minimizes the amount of data copied by only moving the portions of files that have changed. In this guide, we will cover the basic usage of this powerful utility. What Is Rsync? Rsync is … Read more
https://www.howtoforge.com/install-plex-media-server-on-ubuntu-2004/ Plex Media Server UFW rule
Baked Catfish with Herbs – catfish fillets topped with an herb blend, butter, and lemon and baked until golden. Quick and easy weeknight dinner.
https://vovaprivalov.medium.com/setup-minikube-on-virtualbox-7cba363ca3bc