윈도우에서 WSL (Windows Subsystem for Linux) 써보신 분 계시나요?

slomo의 이미지

윈도우에서 WSL (Windows Subsystem for Linux) 써보신 분 계시나요?
저는 Cygwin, ConEmu를 써오고 있는데 혹시 WSL이 더 좋은가 해서요.
검색을 해봐도 사용하면서 실제 어떻게 편리한지 불편한지는 잘 못찼겠네요.
Cygwin은 리눅스가 아니라 새롭게 만든 유닉스 계열의 하나라고 봐야되고
WSL은 커널은 아니지만 리눅스의 소프트웨어들이 그대로 돌아간다고 하는데
제가 제대로 이한 것인지도 잘 모르겠네요.

WSL을 써보신 경험이나 Cygwin과 장단점을 말씀해 주시면 감사하겠습니다.

Prentice의 이미지

장점

  • Linux 바이너리 사용이 자유롭습니다.
  • 패키지 매니저도 그냥 Linux 거 사용하면 되니까 편합니다. apt-get든 뭐든 익숙하신 배포판 + 익숙하신 툴 쓰세요.
  • Windows 바이너리도 셸에서 띄울 수 있습니다. Path 형식 때문에 Linux/Windows 섞어 쓰는 게 골치아플 수는 있겠지만 간단한 케이스는 그냥 통합니다.

    • ln -sf /mnt/c/Windows/System32/clip.exe ~/bin/clip
      • ls -al ~ | clip 실행하면 결과물을 Windows 클립보드로 보냅니다.
    • 다른 예로 /usr/share/groff/current/font/devps 여기서 letter를 A4로 고치고 T를 P로 고치고 ~/.bashrc에서 함수 정의하고 pman 1 printfpman 3 printf 해보시면 Times 대신 Palatino 쓰는 A4 PDF를 Acrobat reader에서 볼 수 있습니다.

    pman() { man -t "$@" | ps2pdf - "/mnt/c/Users/Prentice/man/${@: -1}.pdf"; explorer.exe "C:\Users\Prentice\man\${@: -1}.pdf"; }

단점

  • Windows 쪽에서 Linux 파일시스템을 건드리면 안 됩니다. 공용 파일은 Windows 파일시스템 아래 넣어야 합니다.

엇비슷한 점?

  • perlbrew로 perl 신버전 컴파일해보기, Linux 커널 컴파일하기 같은 건 안 통합니다.
imyaman의 이미지

VirtualBox에 리눅스 설치한 것처럼 리눅스 느낌이 나는데, 윈도우즈랑 연결해서 쓰기 좋고 빠릅니다. 좋더라고요.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.