From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/linux-cheatsheet.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'public/linux-cheatsheet.html') diff --git a/public/linux-cheatsheet.html b/public/linux-cheatsheet.html index 9b4afb3..ec09752 100755 --- a/public/linux-cheatsheet.html +++ b/public/linux-cheatsheet.html @@ -1,9 +1,12 @@ -List of essential Linux commands for server management

List of essential Linux commands for server management

post, Aug 1, 2021 on Mitja Felicijan's blog

Generate SSH key

ssh-keygen -t ed25519 -C "your_email@example.com"
 
 # when no support for Ed25519 present
 ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
@@ -135,8 +138,7 @@ In this article, I describe my goals, which hardware I picked for my new build (
 Design Goals
 I use my netw…

Generated with openring.

\ No newline at end of file +catch up with me on Telegram.

This website does not track you. Content is made available under the CC BY 4.0 license unless +specified otherwise. Blog is also available as RSS feed. \ No newline at end of file -- cgit v1.2.3