Skip to content

Instantly share code, notes, and snippets.

View raghuborusu's full-sized avatar

Raghu Borusu raghuborusu

View GitHub Profile
Complete Python - https://bit.ly/3AbYClH
Efficient Code Optimization techniques for Python : https://bit.ly/3tAbNsW
System Design Important terms - https://bit.ly/3Om9d3H
ML System Design Case Studies Series : https://bit.ly/3i5EDiH
System Design Case Studies
Design Messenger App : https://bit.ly/3DoAAXi
Design Instagram : https://bit.ly/3BFeHlh
Design Twitter : https://bit.ly/3qIG9Ih
Design Uber : https://bit.ly/3fyvnlT
Design TikTok : https://bit.ly/3UUlKxP
ls - The most frequently used command in Linux to list directories
pwd - Print working directory command in Linux
cd - Linux command to navigate through directories
mkdir - Command used to create directories in Linux
mv - Move or rename files in Linux
cp - Similar usage as mv but for copying files in Linux
rm - Delete files or directories
touch - Create blank/empty files
ln - Create symbolic links (shortcuts) to other files
cat - Display file contents on the terminal