111
submitted 6 months ago* (last edited 6 months ago) by Hammerheart@programming.dev to c/linux@lemmy.ml

Lately ive noticed that i was wanting to do certain things on Windows that just seemed much easier and more intuitive on Linux, based in the OS specific solutions i would see to problems i encountered. And i was more frequently using software where Windows support seemed like an after thought.

A couple days ago i finally sat down and tried to install Mint. The installer didnt recognize my windows partition so it didnt offer any assistance. And a stroke of fate saw my internet connection dieing at the exact same time. Yes, i cant believe it either.

So i decided to live dangerously and just try to wing the installation with no outside help. It seems like creating a second EFI partition was not the right call. The install failed, and I couldn't get back onto windows.

I wound up just using a live ubuntu image for a few days while i wrestled with repairing the boot loader. I didnt succeed. Eventually i just made a windows recovery disk from my Desktop with an intact copy of windows, and had to reinstall windows.

Then i did manage to successfully install Debian, and ive been having such a great time with it so far. I feel like i probably didnt even need to keep a windows partition, especially since i could have just used my desktop if i REALLY needed windows. I havent had this much fun just using the computer since i was a kid.

top 20 comments
sorted by: hot top controversial new old
[-] banazir@lemmy.ml 31 points 6 months ago

I'm happy you're having fun computing and all, but I'm going to be that guy: It's rite of passage.

[-] TigrisMorte@kbin.social 9 points 6 months ago

I think it is a left at Albaquarkie.

[-] RiderExMachina@lemmy.ml 24 points 6 months ago

Linux is great about providing that feeling of discovery. New tools, new processes, new paradigm... It's the best way to breathe new life into an old piece of hardware.

If this is your first major step, congratulations! If you're a regular, great job, keep it up; eventually you'll be a grey beard with the rest of us.

[-] SnotFlickerman@lemmy.blahaj.zone 13 points 6 months ago

rite* of passage

[-] Alborlin@lemmy.world 11 points 6 months ago* (last edited 6 months ago)

its easy for you because you been playing around with Linux, I tried to install SSH on zorin os. But after installing SSH , it needs to be restarted, when tried to do that , it won't saying the ash server did not start, A simple thing like this is have me stumped in Linux where as in windows it was just installing putty and done.

[-] null@slrpnk.net 9 points 6 months ago

If you could coherently phrase the issue, it might be an easy one to solve. As it stands your comment is impossible to decipher.

[-] Alborlin@lemmy.world 4 points 6 months ago

Sorry, done , if you can please let me know

[-] sekhat@lemmy.temporus.me 7 points 6 months ago* (last edited 6 months ago)

I mean for most Linux derivatives, getting SSH setup for outgoing connections is usually install the openssh package from your distros repos, though I imagine many preinstall it, no reboot should be necessary, and you just type ssh user@hostname into a terminal to connect to the remote ssh server to access stuff on that computer. There shouldn't be a need to reboot for installing app that's not a service.

Wanting to enable ssh access to the computer you are using so a remote client can connect to it? Well the same openssh package should have come with sshd which acts as the server to allow remote ssh client to connect. It'd probably need enabling (so it's run automatically on boot) and starting (so you don't have to reboot to have it going), on distributions using systemd that's usually just systemctl enable sshd.service (which makes sure the sshd daemon will be started on next boot) followed by systemctl start sshd.service to start it immediately so it's running straight away, (or systemctl enable sshd.service --now to roll both steps into one).

[-] mvirts@lemmy.world 3 points 6 months ago

Sounds like you may have accidentally been installing an ssh server on zorin.

[-] Alborlin@lemmy.world 1 points 6 months ago

Yes that's what I want to do

[-] Snarwin@kbin.social 7 points 6 months ago

Same thing happened to me. Borked my Windows install and didn't have a recovery disc, so I just wiped the whole thing and went Linux-only. Never looked back since. :)

Sometimes, all you need is a little push to get you out of your comfort zone.

[-] Lmaydev@programming.dev 6 points 6 months ago

Good job. It's a great feeling when things finally click.

Unfortunately stuff like this is exactly what is holding Linux back from mainstream adoption.

[-] Pantrygheist@programming.dev 5 points 6 months ago

I used to take the long route of physically disconnecting the drive with windows when installing a Linux partition until I realized there wasn't anything of use for me in windows, so I backed up some documents and removed windows completely from my desktop.

[-] cetvrti_magi@lemmy.world 5 points 6 months ago

This reminds me of my first time installing Linux. I tried to install most recent version of Ubuntu at the time but for some reason it couldn't install and it wiped out Windows partition. Fortunetely, I was able to install LTS version in first try.

I'm glad you are enjoying Linux. Welcome to the penguin land.

[-] danielfgom@lemmy.world 3 points 6 months ago

Excellent. Being able to install a fresh OS at will is one of the many fun things in Linux. Theming is another. I would advise you do a backup of anything important on Windows and just erase the entire disk and do a clean install of Linux. If you still need Windows, install Virtualbox and install Windows as a VM. Best of both worlds. I do this to enable me to print to my Canon printer because the Linux drivers don't work ,it needs Windows to print, calibrate etc.

[-] TimeSquirrel@kbin.social 2 points 6 months ago* (last edited 6 months ago)

My right of passage was trying to run hobby websites in the early 2000s using a pirated copy of Windows Server with IIS. Then I discovered Apache and Linux LAMP stacks and realized how much IIS sucks and it was all over from there.

I even was inspired to get back into programming due to wanting to learn PHP ( I only had some QBasic experience at the time). Now I can do PHP, C, C++, and JS (granted they all have extremely similar syntax)

[-] tkk13909@sopuli.xyz 1 points 6 months ago

I too screwed up a duel boot which led to me simply wiping Windows! I'm glad it worked out for you.

[-] Aman9das@lemmus.org 1 points 6 months ago

Pretty cool

[-] GustavoM@lemmy.world 1 points 6 months ago

My "rite of passage" to the magical world of GNU/Linux was... well... boredom. My Windows install was run fresh, with TCPOptimizer, with some things removed out of its core... until I took the decision of "trying to figure out how to use Linux even if it means losing my sanity."

...and here we are. Sanity is still intact tho...

...I think. :^)

[-] superbirra@lemmy.world 1 points 6 months ago
this post was submitted on 26 Dec 2023
111 points (88.3% liked)

Linux

45443 readers
1232 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