Posts for: #Windows

Goodbye, Windows. Hello, Linux!

Well, I am back to Linux, and this time I believe it’s for good. Before I tell you why I am completely switching, let me give you some context.

I’ve been on and off of Linux Distros for quite some time now. However, in late November of this year, I found myself in a pickle. Since I’m currently unemployed and with no money to continue paying for services like Proton Drive, Proton Pass, things of that nature, I decided to look into the self hosted aspect of things. I tried to do all of that using Windows, it kinda worked, but it felt wrong, I had some weird issues. Then I thought: “Now this is a great opportunity to install once more a Linux Distro and try it out over there.”. I couldn’t be more right. I installed Fedora 43 on my main tower, configured everything and I was ready to go. All working flawlessly with a server working with Debian as well, all perfect. I will definitely write a post about this whole process in the future.

[Read more]

Windows Setup Manager

Automate Windows software installation with one command. Built with Python and PowerShell.

Quick Install

Open PowerShell as Administrator and run:

iwr -useb "eloymelo.com/scripts/win/setup.ps1" | iex

An interactive window will appear where you can select packages from my curated collection of 95+ applications.

How It Works

  1. Run the command above
  2. Select the packages you want from the list
  3. Click OK and the tool installs everything automatically
  4. Done

Source Code

This is an open-source project. Check out the code and contribute:

[Read more]