What do you mean “how do I make use of this link”? Are you struggling with the directions in the link? Have you already done some of the instructions? Are you trying to use this link in a different way?
linux4noobs
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
Actually l don't understand how to proceed with the steps involved.
Have you used a terminal before? What OS/distro are you using?
I work on my WSL terminal.
If you have generated the SSH key, which they describe in a linked article, then you just enter the "ssh" command they list in this article to confirm that it's working.
You'll probably have some sort of virtual terminal program in your desktop environment that'll bring up a prompt that probably ends in a dollar sign where you can enter bash commands. If you're using KDE, it'll be "Konsole". If GNOME, I believe it's "GNOME Terminal".
The instructions are for Windows. There seems to be a program called 'Git Bash' that emulates a terminal.
Yeah, but I assume that given that he's posting to linux4noobs, he's trying to do this on Linux.
I use WSL.
Then, the terminal emulator you should be using is the PowerShell in which you should start the the BASH provided by WSL by typing wsl.
This works on the WSL ?
Yes and no: No, on WSL, it's the wsl command executed in the MS Windows PowerShell, that will give you the Linux command prompt.
Yes, from there on, the commands to be executed within the shell are identical.
So it's the fish terminal where i use the linux commands ?
Yes, whatever shell your WSL is using. Usually, it should be the Ubuntu default Bash, but if you happen to have chosen a distro that uses Fish or installed it yourself, it's Fish.