or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Linux Tools for Windows Users
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Over the years, Windows became more and more friendly with respect to interaction with Linux environment. Recent implementation of "Windows Subsystem for Linux - version 2" WSL2 is a significant step toward this direction and perhaps might be one of the best approach in the near feature.
Despite that, there are tools that have became essential over the time and are more than enough for the purpose of effective interaction with Linux.
Advise:
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →YouTube - MobaXTerm intro
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Advantages
Disadvantages
.exe
at the end, that might need fixes to your bash scripts to be able to work.YouTube - How to Use WinSCP FTP Client
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Advantages
Download and install the .msi package. If for some reason you are restricted and cannot use the installer - download the 64-bit executable
putty.exe
andpageant.exe
and save it for convenience on your Desktop.YouTube - PuTTY Tutorial for beginners
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Advantages
If you need
ssh
only, this might be enough + some extras.- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Make sure you get WSL2 since the older version 1 is outdated. You get lightweight virtual Linux environment which is really capable in contrast to the old version. GWSL is designed and works very well with WSL 2 - one of the best combination to have Linux environment running on your Windows computer.
Alternatively, combined with X11 server ( VcXsrv Windows X Server or the built-in X11 server from MobaXterm )
YouTube - WSL 2: Getting started
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →WSL2 with X11 MobaXterm
WSL2 and X11 complications (solved with GWSL)
The WSL2 virtual machines are running into separate virtual network space and the default DISPLAY environment is not properly setup. The easiest way to get the virtual network adapter IP address (172.19.16.1 in this example) for your instance is via:
Windows power shell
orCommand Prompt
Then the correct
DISPLAY
environment to export is:As such, one can install fully virtualized Linux environment which gives you the closest Linux experience. Effectively you get access to real Linux environment while sharing the CPUs and reserve RAM on your computer.
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →YouTube - Installing VcXsrv X Server
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Hint: use this settings to start the program
"C:\Program Files\VcXsrv\vcxsrv.exe" :0 -ac -terminate -lesspointer -multiwindow -clipboard -wgl -dpi auto
Keep in mind that
-ac
option disables the access control restrictions, which is a security concern.- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Unless, you need explicitly Cygwin, MobaXterm will be more than an adequate replacement.
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →ThinLinc graphical connection user guide @UPPMAX
Contacts:
tags:
UPPMAX
,SNIC
,User practices