FileMood

Download Linux in 2 Days The Efficient Guide for Busy Professionals

Linux in Days The Efficient Guide for Busy Professionals

Name

Linux in 2 Days The Efficient Guide for Busy Professionals

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

6.8 GB

Total Files

131

Last Seen

2025-07-23 00:22

Hash

DB28591E0B7F67764C19FEACBF56CDD2DACC15C9

/1 - Getting Started with Linux/

1 - Introduction.mp4

132.0 MB

2 - The Slides for This Course.html

0.6 KB

3 - What is Linux.mp4

32.8 MB

4 - Setting Up Ubuntu on Windows with VirtualBox.mp4

510.9 MB

5 - Setting Up the Linux Terminal on macOS without a VM.mp4

90.4 MB

6 - Setting Up Ubuntu on macOS with UTM.mp4

283.0 MB

/2 - Command Line Essentials/

1 - Test Your Knowledge on Linux Command Line Basics.html

0.3 KB

2 - Test Your Knowledge of File Navigation.html

0.3 KB

3 - Test Your Knowledge on Getting Help and Managing Files.html

0.2 KB

4 - Test Your Knowledge on Moving Copying and Deleting Files.html

0.3 KB

7 - Introduction to Linux Command Line Essentials.mp4

12.1 MB

8 - Getting Started with Bash.mp4

26.2 MB

9 - Fundamentals of Command Line Syntax echo.mp4

46.3 MB

10 - File Navigation in Linux pwd ls cd.mp4

57.2 MB

11 - How to Get Help help man.mp4

93.0 MB

12 - Creating Files and Folders touch mkdir.mp4

28.1 MB

13 - Moving and Copying Files mv cp.mp4

15.4 MB

14 - Removing Files and Folders rm rmdir.mp4

18.2 MB

15 - Files for Photo Management Exercise.html

1.6 KB

16 - Exercise Photo Management.mp4

55.9 MB

17 - Solution Photo Management.mp4

65.7 MB

18 - Handout Command Line Essentials.html

0.6 KB

/3 - Handling Text Files/

5 - Test Your Knowledge on Handling and Editing Text Files.html

0.3 KB

6 - Test Your Knowledge on Managing Large Files and Disk Space.html

0.3 KB

7 - Test Your Knowledge on Analyzing Contribution Files.html

0.3 KB

19 - Introduction to Text File Management in Linux.mp4

8.0 MB

20 - Data for This Chapter.html

1.8 KB

21 - Introducing Data for This Chapter.mp4

26.9 MB

22 - Outputting Files to the Terminal cat head tail.mp4

200.7 MB

23 - Editing Text Files nano.mp4

51.8 MB

24 - Managing Large Files Efficiently in Linux wc less.mp4

149.4 MB

25 - Calculating Disk Space Usage du.mp4

31.8 MB

26 - Exercise Analyzing Contribution Files.mp4

15.7 MB

27 - Solution Analyzing Contribution Files.mp4

37.5 MB

28 - Outlook.mp4

4.5 MB

29 - Handout Handling Text Files.html

0.7 KB

/4 - User and System Management/

8 - Test Your Knowledge on User Management.html

0.3 KB

9 - Test Your Knowledge on Command Line Privileges.html

0.3 KB

10 - Test Your Knowledge on User Data and Group Management.html

0.4 KB

11 - Test Your Knowledge on File and Directory Access Management.html

0.4 KB

12 - Test Your Knowledge on Managing Software.html

0.3 KB

30 - Introduction to User and System Management in Linux.mp4

11.2 MB

31 - Understanding Linux Users System Regular and Super User htop.mp4

123.6 MB

32 - Effective User Management.mp4

53.9 MB

33 - Handout User Management.html

0.7 KB

34 - Gaining Administrative Privileges sudo.mp4

315.8 MB

35 - Switching users su.mp4

33.1 MB

36 - Understanding Essential Files in Linux User Data.mp4

95.9 MB

37 - Essentials of Group Management for Security and Permissions groups.mp4

26.0 MB

38 - Handout Group Management.html

0.7 KB

39 - File Permissions in Linux for Access Control and Management ls l.mp4

69.9 MB

40 - Changing File Permissions chmod chown.mp4

62.3 MB

41 - Handout File Permissions.html

0.7 KB

42 - Package Management Essentials apt update apt install apt remove.mp4

115.6 MB

43 - Advanced Package Management apt upgrade apt autoremove.mp4

174.8 MB

44 - Handout Package Management.html

0.8 KB

45 - Outlook.mp4

9.6 MB

/5 - Practice Exam 1/

1 - PRACTICE EXAM Test your knowledge so far 12.html

0.8 KB

/6 - Redirection and Pipes/

13 - Test Your Knowledge on Redirection.html

0.3 KB

14 - Test Your Knowledge on Standard Streams.html

0.3 KB

15 - Test Your Knowledge on Output and Input Redirection.html

0.4 KB

16 - Test Your Knowledge on Pipes and Output Management.html

0.3 KB

17 - Test Your Knowledge on Filtering and Extracting Data.html

0.3 KB

18 - Test Your Knowledge on Sorting and Modifying Text Data.html

0.3 KB

19 - Test Your Knowledge on Advanced Analysis of Contribution Files.html

0.3 KB

46 - Introduction to Redirection and Pipes in Linux.mp4

8.3 MB

47 - Data for This Chapter.html

1.8 KB

48 - Redirecting Output to a File.mp4

21.3 MB

49 - Understanding Standard Streams Input Output and Error 1 2.mp4

59.7 MB

50 - Redirecting Standard Output and Error to the Same File 21.mp4

55.1 MB

51 - Redirecting Input from a File.mp4

19.0 MB

52 - Connecting Commands in Linux with Pipes.mp4

32.8 MB

53 - Saving and Displaying Output Simultaneously tee.mp4

33.9 MB

54 - Filtering Data grep.mp4

152.0 MB

55 - Extracting Data cut.mp4

13.4 MB

56 - Sorting and Finding Unique Entries sort uniq.mp4

80.6 MB

57 - Replacing Text sed.mp4

16.0 MB

58 - Exercise Advanced Analysis of Contribution Files.mp4

24.5 MB

59 - Solution Advanced Analysis of Contribution Files.mp4

186.5 MB

60 - Handout Redirection and Pipes.html

0.8 KB

/7 - Managing the Environment/

20 - Test Your Knowledge on the Shell Environment.html

0.3 KB

21 - Test Your Knowledge on the PATH Variable and Configuration.html

0.3 KB

22 - Test Your Knowledge on Environment Variables and Aliases.html

0.3 KB

61 - Introduction to Managing the Environment.mp4

7.3 MB

62 - Understanding Environment Variables env export.mp4

82.9 MB

63 - Exploring the PATH Variable.mp4

47.4 MB

64 - Configuring the Environment bashrc.mp4

74.3 MB

65 - Optional Advanced Environment Configuration.mp4

352.8 MB

66 - Passing Environment Variables to Programs.mp4

205.5 MB

67 - Simplifying Commands with Aliases alias unalias.mp4

35.4 MB

68 - Wrapping Up the Shell Environment.mp4

6.4 MB

69 - Handout Managing the Environment.html

0.8 KB

/8 - Bash Expansions/

23 - Test Your Knowledge on Bash Expansions.html

0.3 KB

24 - Test Your Knowledge on Filename Expansion and Word Splitting.html

0.2 KB

25 - Test Your Knowledge on Quotes and Filename Expansion.html

0.2 KB

26 - Test Your Knowledge on Command Substitution and Escaping.html

0.2 KB

70 - Introduction to Bash Expansions.mp4

12.5 MB

71 - Tilde Expansion.mp4

12.2 MB

72 - Variable and Shell Parameter Expansions VARIABLE.mp4

39.9 MB

73 - Filename Expansion.mp4

23.5 MB

74 - Word Splitting.mp4

39.4 MB

75 - How Quotes Affect Bash Commands.mp4

102.5 MB

76 - The Dangers of Filename Expansion.mp4

44.0 MB

77 - Command Substitution.mp4

154.5 MB

78 - Escaping.mp4

23.7 MB

79 - Files for File Extraction Exercise.html

1.8 KB

80 - Exercise File Extraction.mp4

23.6 MB

81 - Handout Bash Expansions.html

0.7 KB

/9 - SSH and Webserver Essentials/

27 - Test Your Knowledge on SSH Basics.html

0.3 KB

28 - Test Your Knowledge on SSH Setup Options.html

0.4 KB

29 - Test Your Knowledge on SSH Port Security.html

0.2 KB

30 - Test Your Knowledge on SSH Authentication and Webserver Setup.html

0.4 KB

31 - Test Your Knowledge on Managing Services and Uploading Website.html

0.2 KB

82 - Introduction to SSH and Webserver Essentials.mp4

25.7 MB

83 - Data for This Chapter.html

1.7 KB

84 - What is SSH ssh.mp4

18.3 MB

85 - Solution File Extraction.mp4

44.5 MB

86 - SSH Setup Options.mp4

10.3 MB

87 - Server Options Dedicated vs Virtual Managed vs Unmanaged.mp4

19.7 MB

88 - Option A Setting Up an Unmanaged Virtual Server.mp4

249.5 MB

89 - Option B Configuring VirtualBox for SSH Access from Windows.mp4

43.7 MB

90 - Option C Setting Up SSH Locally on Ubuntu.mp4

16.4 MB

91 - Enhancing Server Security by Changing the SSH Port systemctl sshdconfig.mp4

234.3 MB

92 - Implementing KeyBased SSH Authentication sshkeygen authorizedkeys.mp4

296.7 MB

93 - Installing a Webserver apache2 apache2conf 000defaultconf accesslog.mp4

190.8 MB

94 - Managing Services apache2service.mp4

237.9 MB

95 - Uploading the Website scp sftp.mp4

293.1 MB

96 - Reminder Safely Shut Down Your DigitalOcean Server.html

0.6 KB

97 - Handout SSH and Webserver Essentials.html

0.8 KB

/10 - Practice Exam 2/

2 - PRACTICE EXAM Test your knowledge so far 22.html

0.7 KB

/11 - Outro/

98 - Outro.mp4

7.8 MB

 

Total files 131


Copyright © 2025 FileMood.com