I'm happy you're having fun computing and all, but I'm going to be that guy: It's rite of passage.
I think it is a left at Albaquarkie.
All right, OP’s in the club!
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.
rite* of passage
Which is not to be confused with the "Right to Dressage" from the 9th Amendment.
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.
If you could coherently phrase the issue, it might be an easy one to solve. As it stands your comment is impossible to decipher.
Sorry, done , if you can please let me know
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).
Sounds like you may have accidentally been installing an ssh server on zorin.
Yes that's what I want to do
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.
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.
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.
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.
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.
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)
I too screwed up a duel boot which led to me simply wiping Windows! I'm glad it worked out for you.
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. :^)
Pretty cool
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0