1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Add ubuntu resource (#3088)

Added reference for book The Linux Command Line by William Shotts.
It is an excellent book for learning Linux commands
This commit is contained in:
vrushali-d
2023-01-04 20:21:35 +05:30
committed by GitHub
parent 4a7cdd6da2
commit daec505876

View File

@@ -11,3 +11,4 @@ Ubuntu is a free and open-source Linux distribution based on Debian. Ubuntu is a
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://help.ubuntu.com/'>Ubuntu Documentation</BadgeLink>
<BadgeLink badgeText='Install Documentation' colorScheme='blue' href='https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview'>Install Ubuntu Desktop Documentation</BadgeLink>
<BadgeLink badgeText='Tutorials' colorScheme='yellow' href='https://itsfoss.com/getting-started-with-ubuntu/'>Getting Started with Ubuntu Tutorials</BadgeLink>
<BadgeLink badgeText='Tutorials' colorScheme='yellow' href='https://linuxcommand.org/tlcl.php'>The Linux Command Line by William Shotts</BadgeLink>