pwncollege
DojosLeaderboardCommunity
Back to intro-to-programming-languages

LecLabs 1.0 Intro and Linux

intro-to-programming-languages
0/14 challenges completed

[ ← Module List ]

This module introduces the basics of Linux, including its history, architecture, and common commands. It is designed for beginners who are new to Linux and want to understand its fundamental concepts.

Challenges

1
Lecture 1.1. Course Environment
2
Lab 1.1 - Start Terminal
3
Lecture 1.2. Linux Shells
4
Lecture 1.3. Linux File System
5
Lecture 1.4. Executing Programs
6
Lecture 1.5. Common Commands
7
Lab 1.5.2 - Using ls and cd
8
Lab 1.5.3 - Using grep
9
Lecture 1.6. Redirection of I/O
10
Lab 1.6 - Using grep and pipe
11
Lecture 1.7. Regular Expressions
12
Lecture 1.8. Misc Linux
13
Lecture 1.9. Testing Code on pwn.college
14
Lab 1.9 - Test some If Statements