มาลองเล่น Ubuntu บน Windows 10 กัน !!!!
เป็นวิธีรัน Bash (Shell script) ของ Ubuntu บน Windows 10 (Build 14316)
แต่ต้องลงทะเบียนก่อนที่ https://insider.windows.com/
แล้วก็ทำตามรูปในลิงค์ ง่าย ๆ
http://thehackernews.com/…/how-to-run-ubuntu-on-windows-10.…
ซึ่งเมื่อทำแล้ว ก็สามารถใช้คำสั่งพวก ssh, apt, rsync, find, grep, awk, sed, sort, xargs, md5sum, gpg, curl, wget, apache, mysql, python, perl, ruby, php, vim, emacs และอื่น ๆ
.ใครลองแล้วเป็นไง มาเล่าสู่กันบ้างนะอิ ๆ
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「windows shell script」的推薦目錄:
- 關於windows shell script 在 โปรแกรมเมอร์ไทย Thai programmer Facebook 的最佳解答
- 關於windows shell script 在 โปรแกรมเมอร์ไทย Thai programmer Facebook 的最佳貼文
- 關於windows shell script 在 紀老師程式教學網 Facebook 的最讚貼文
- 關於windows shell script 在 コバにゃんチャンネル Youtube 的最佳解答
- 關於windows shell script 在 大象中醫 Youtube 的最佳解答
- 關於windows shell script 在 大象中醫 Youtube 的精選貼文
- 關於windows shell script 在 How to run .sh on Windows Command Prompt? - Stack Overflow 的評價
- 關於windows shell script 在 Guide to Windows Batch Scripting - /* steve jansen */ 的評價
- 關於windows shell script 在 windows shell script - add hosts entries - gists · GitHub 的評價
- 關於windows shell script 在 Is there a way to create a screen windows from shell script? 的評價
- 關於windows shell script 在 GitHub Actions default shell on Windows runners is changing ... 的評價
windows shell script 在 โปรแกรมเมอร์ไทย Thai programmer Facebook 的最佳貼文
ข่าวลือที่เป็นจริง ...เมื่อ Ubuntu จะมาอยู่บนวินโดวส์ ข่าวดีสำหรับนักพัฒนาซอฟต์แวร์บนวินโดวส์ โดยเฉพาะ (น้ำตาจะไหลดีเปล่าเนี่ย)
ที่ประชุมงาน BUILD 2016 ไมโครซอฟต์ประกาศ Windows 10 ตัวอัพเดตใหม่ (เรียกว่า Anniversary Update) จะสามารถรัน Bash (Shell script) ของ Linux เป็นแบบ Native ใน cmd.exe ของวินโดวส์ได้แล้วจ้า!!!!
+++++ต่อไปเราก็จะทำได้ดังนี้+++++
1) มียูสเซอร์บน Windows 10
2) เปิด Start menu ขึ้นมา
3) พิมพ์คำว่า bash แล้วกด Enter
4) เมื่อนั้นคอนโซลในตำนานที่เรารู้จักกันดีอย่าง cmd.exe ก็จะโผล่ขึ้นมา
5) สามารถรันคำสั่ง /bin/bash
6) เมื่อนั้น User space ของ Ubuntu ก็จะได้สิทธิเต็มที่
7) ต่อไปเราก็สามารถใช้คำสั่งพวกนี้้ได้ apt, ssh, rsync, find, grep, awk, sed, sort, xargs, md5sum, gpg, curl, wget, apache, mysql, python, perl, ruby, php, gcc, tar, vim, emacs, diff, patch…
8) นั้นหมายความว่า หลายหมื่นกว่าแพคเก็จไบนารี่ของ Ubuntu สามารถเอามาติดตั้งได้ ...โอ้พระเจ้าทอดกล้วยปิ้ง
++++ต้องเข้าใจอย่างนี้ว่า++++
- มันไม่ใช่ virtual machine
-ไม่ใช่ Container
-ไม่ใช่ Cygwin
-ไม่เหมือนตัว Linux emulator
*มันเป็นเพียง Ubuntu user space
*มันเป็นเพียงไบนารี่แบบ Native ของ Ubuntu ที่รันได้โดยตรงในวินโดวส์
*และไมโครซอฟต์ก็เรียกว่าเป็น Windows Subsystem สำหรับ Linux
+++++ในข่าวมันยังบอกอีกว่า++++
- เราสามารถ mount เห็นระบบไฟล์ของ Ubuntu ได้ด้วยนะ จาก Windows Explorer
- จะพิมพ์คำสั่ง ssh ต่อเน็ตเวิร์คออกไปข้างนอกก็ได้ โดยไม่ต้องพึ่งโปรแกรม Putty
- สามารถใช้ apt ติดตั้ง และอัพเกรตอะไรก็ได้ ตามที่อยากได้
ถ้าสนใจจะอ่านรายละเอียดอ่านเพิ่มได้ที่ (แปลและเรียบเรียงใส่สีตีเข่ามาอีกที)
https://insights.ubuntu.com/…/ubuntu-on-windows-the-ubuntu…/
windows shell script 在 紀老師程式教學網 Facebook 的最讚貼文
PowerShell 講得很清楚的一篇!
PowerShell 是 Windows 系統管理裡,讓流程自動化很重要的一環。如果您很羨慕 Linux 有大量的指令,並且可以把它們寫成 Shell Script,那您一定會喜歡 PowerShell。舉凡要用滑鼠點的動作,PowerShell 都有相應指令。這可讓您把日常的一些工作,寫成 PowerShell 後,一口氣全自動執行。
如果您對 PowerShell 有興趣,推薦您看看這篇介紹文:
http://net.tutsplus.com/tutorials/asp-net/say-hello-to-powershell/
windows shell script 在 Guide to Windows Batch Scripting - /* steve jansen */ 的推薦與評價
I love shell scripting – it's the duct tape of programming to me. Low cost, high benefit. And it feels like art, where one can learn to … ... <看更多>
windows shell script 在 windows shell script - add hosts entries - gists · GitHub 的推薦與評價
windows shell script - add hosts entries. GitHub Gist: instantly share code, notes, and snippets. ... <看更多>
windows shell script 在 How to run .sh on Windows Command Prompt? - Stack Overflow 的推薦與評價
... <看更多>
相關內容