Linuxopsys

Linuxopsys

@linuxopsys

Learn something new daily from our daily infographic tweets. What to expect to learn from us: Linux🐧, Sysadmin💻, and DevOps.

t.co انضم Jan 2024
88
سلاسل التغريدات
261
عدد المشاهدات
83.7K
متابعون
3.9K
تغريدة

سلاسل التغريدات

Linux networking commands that every sysadmin should know: https://t.co/MwumhqUZAL

Knowing how to locate files in your filesystem is crucial for a developer or sysadmin. Here are 7 Linux command-line tools to help you quickly and easily search files on your syst...

As a sysadmin or Linux power user, how do you transfer files from your local system to a remote? To synchronize directories or files to another machine we need a fast and reliable...

99.9% of Linux users use the cat command every day. Despite this, most people do not take advantage of its full potential. In this thread, I'll explain what the cat command is an...

Bash is not the only shell available in Linux. Here are a few more you should probably be aware of:

16 Basic Linux commands for text manipulation (save this)🧵↓

12 destructive Linux terminal commands every Linux user must be aware of (don't run these):

The Linux filesystem and directory structure explained (detailed thread)🐧↓

95+ Linux commands that Linux Sysadmins regularly use, with brief explanation of what they do (bookmark this):

pushd and popd are very underutilized commands, yet incredibly powerful. These cmds give you the ability to manage your directory stack and easily switch between directories, mak...

70+ Linux networking commands and their explanation (bookmark this):

Quick Linux tip💡 🐧 In Linux, the pipe(|) is very useful if you want to redirect the output of one command to serve as input to the next for further processing. However, this doen...