this post was submitted on 02 Oct 2024
150 points (98.1% liked)

Linux

47576 readers
802 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

This is a 12 year dream. I have always run a Windows workstation along side a Debian laptop. I am no stranger to Debian. I have a 12 year association with it. I am not a Linux wizard yet but have been adept with it.

Why not use Debian daily then? My personal computing usage unfortunately centered around consumption rather than creation. I watched videos, listened to podcasts, read technical articles, and browsed social media. On top of this, inertia and great software like Visual Studio, Notepad++, Excel, OneDrive held me back.

Visual Studio is an absolute must-have for all .NET developers. I built small pieces of complex web projects only occasionally. VS Code on Linux is decent for .NET development but it is not the same. Though Jetbrains Rider existed along-side, it is unthinkable to drop Visual Studio. At least for dark matter developers.

Notepad++ is a fabulous software program that had no complete alternatives on Linux. I used it for scripting, text manipulation, note taking, dumping and editing thoughts. Scintilla-based equivalents Geany, SciTE exist, but do not come close.

MS-Office Excel is another remarkable software program with no real alternatives in other ecosystems. It is worth the 5K INR per year. Organizing data, life planning, and creating simple reports are a few of its greatest capabilities. Also, the formulas system is amazing. OneDrive is another great and a utilitarian software program from the Microsoft stable.

So, why now? I had the most fun and growth when I built things. I love the independence that comes with the experience of building things. As far as I can remember, I was always a tinkerer, thinker, builder, doer and explorer. After a decade or so of inaction, I needed a change. A few things fell into place recently.

  • Windows is about to get a whole lot more annoying. An increase in ads, baked-in Copilot, and a suffocating push to outlook user-linked usage.
  • Jetbrains Rider became formidable now for CLI and web app development.
  • I learnt enough of apt-pinning, backports and makedeb repository.
  • The last straw is from an unexpected experience. I set up a Win 11 VM recently using the KVM+QEMU route. I noticed that the VM's performance was quite responsive. KVM+QEMU despite all the pain felt worthy. I cannot recommend it enough.

Immediately I decided to remove Windows, install Debian with a Windows VM inside. I will write about various experiments and experiences over the next year. These are some of the sub-projects on my mind in no particular order.

  • Write about this setup
  • Implement a nice 3-2-1 backup strategy
  • Write about significant alternatives
  • Write about significant issues
  • Linking to phone
  • Configure monitoring, notifications and alerts
  • Configure auto dark mode
  • Find a way to play an old strategy game on Linux
you are viewing a single comment's thread
view the rest of the comments
[–] jeena@piefed.jeena.net 12 points 3 days ago (9 children)

Many many years ago I switched from OS X back to Linux and had to find alternatives: https://jeena.net/why-i-switchedfrom-osx-to-linux

For the three software you point as a must have there are alternatives, even those you'd not think of:

  • Visual Studio - Stop writing .NET web applications, there are so many other web frameworks around you don't really need .NET
  • Notepad++ - It's a steep learning curve but Vim and Emacs give you all and more freedom than Notepad++
  • Excel - You can use the 365 version in the browser, that is what I do at work
  • OneDrive works through the browser again, but there are alternatives like Nextcloud, Syncthing, Seafile
[–] o1o12o21@lemmy.ml 7 points 3 days ago (8 children)

Thank you for your comment.

  • .NET is my bread and butter and the C# language is great now. Can't let go. I do have my eyes, and some proficiency, on Go and Python.
  • I planned to use online Excel for a while, but installed LibreOffice Calc as of now.
  • For backups, I am trying OneDrive-For-Linux, but eventually plan to have a syncthing based setup.

Regarding the editor, having a similar experience like Notepad++ is not a must, and I used vim on and off but could never stick due to various editing requirements over the years as mentioned in other comment.

[–] toastal@lemmy.ml 3 points 2 days ago* (last edited 2 days ago) (3 children)

.NET is such a second-class citizen (Mono situation looks shaky now) on non-Microsoft Windows. I mean don’t give it up cold turkey perhaps, but adding new languages to your belt will help you get unshackled from Microsoft.

[–] o1o12o21@lemmy.ml 1 points 2 days ago (1 children)

Absolutely yes, I definitely have my eye on becoming a polyglot dev in the next 5 years. So it is quite the journey, but I am in it for the long run. Switching to Linux was also the easiest way to do this as I realized.

[–] toastal@lemmy.ml 1 points 2 days ago (1 children)

Any on your shortlist for picking up?

[–] o1o12o21@lemmy.ml 2 points 1 day ago* (last edited 1 day ago)

Python professionally (may be Go too)

Go, C++, Erlang for personal and OSS projects.

load more comments (1 replies)
load more comments (5 replies)
load more comments (5 replies)