sysxplore's profile picture. Linux🐧| Sysadmin💻 | Networking 🌐| Automation |http://sysxplore.com|📘http://firststepswithlinux.com|👕http://shop.sysxplore.com

sysxplore

@sysxplore

Linux🐧| Sysadmin💻 | Networking 🌐| Automation |http://sysxplore.com|📘http://firststepswithlinux.com|👕http://shop.sysxplore.com

고정된 트윗

Locked in. 11 chapters complete for firststepswithlinux.com🐧

sysxplore's tweet image. Locked in. 11 chapters complete for firststepswithlinux.com🐧

sysxplore 님이 재게시함

How traceroute works? [+pdf]

sysxplore's tweet image. How traceroute works? [+pdf]

sysxplore 님이 재게시함

Quick Linux tip: Want to check which Linux distribution you're using? $ cat /etc/os-release This shows the distro name, version, and ID fields. Works across most modern Linux systems.

sysxplore's tweet image. Quick Linux tip:

Want to check which Linux distribution you're using? 

$ cat /etc/os-release 

This shows the distro name, version, and ID fields.
Works across most modern Linux systems.

sysxplore 님이 재게시함

Quick Linux tip: The diff command is a useful tool for finding differences between files in the Linux terminal. However, icdiff offers an even better side-by-side comparison with colorized output. $ icdiff config-dev.ini config-prod.ini The output will display both files…

sysxplore's tweet image. Quick Linux tip:

The diff command is a useful tool for finding differences between files in the Linux terminal. However, icdiff offers an even better side-by-side comparison with colorized output.

$ icdiff config-dev.ini config-prod.ini

The output will display both files…

sysxplore 님이 재게시함

Quick Linux tip: Working with CSV files in the terminal? You can make them readable by aligning columns neatly with column: $ cat inventory.csv | column -t -s, The -s, flag tells it to use commas as separators, and -t formats the output into a clean table. Perfect for quick…

sysxplore's tweet image. Quick Linux tip:

Working with CSV files in the terminal?

You can make them readable by aligning columns neatly with column:

$ cat inventory.csv | column -t -s,

The -s, flag tells it to use commas as separators, and -t formats the output into a clean table.

Perfect for quick…

sysxplore 님이 재게시함

Name a better operating system than Ubuntu


sysxplore 님이 재게시함

Docker cheatsheet

sysxplore's tweet image. Docker cheatsheet

Loading...

Something went wrong.


Something went wrong.