Home Blog Page 40

Replace your Linux file manager with Midnight Commander

If you want the experience of “walking” through your filesystem but don’t want to leave the comfort of your terminal, try the mc command.

Read More at Enable Sysadmin

3 surprising things you can do with the Linux wc command

You can use the wc command to count a file’s word, line, character, or byte count. But those aren’t the only system tasks it can handle.

Read More at Enable Sysadmin

7 Linux commands to gather information about your system

Get information about your CPU, storage, RAM, BIOS, and more without leaving the terminal.

Read More at Enable Sysadmin

Drop the Linux cat command for bat

Bat, known as “a cat clone with wings,” functions similarly to cat, more, sed, and awk, but it does it with a lot more style.

Read More at Enable Sysadmin

Sigstore Announces General Availability at SigstoreCon

Read the original post at: Read More 

How to replace HTTP with HTTPS to help protect your network

Using clear-text protocols like HTTP can put your network at risk. Learn how to upgrade to HTTPS.

Read More at Enable Sysadmin

Save keystrokes with Vim abbreviations

Use Vim abbreviations to replace text you type often, such as signatures, code blocks, typos, or even long expressions, in your text editor or Linux command line.

Read More at Enable Sysadmin