Essential First Steps for Every New Linux Server Build

preview_player
Показать описание
In this video for new Linux users, Jay covers the essential first tweaks that should made to every new Linux server build. Although these first tweaks may seem a bit "basic", don't underestimate their importance! A little preparation goes a long way.

*LEARN LINUX TV - YOUR HOME FOR LINUX-RELATED FUN AND LEARNING!*

*⏰ TIME CODES*
00:00 - Intro
02:00 - Installing all available updates via apt (Debian/Ubuntu/etc)
05:03 - Installing all available updates (Fedora)
06:10 - Creating a non-root user for ourselves (general method)
08:00 - Creating a non-root user for ourselves (Debian/Ubuntu specific method)
10:15 - Setting the hostname/domain name for the server
11:19 - Adding the servers hostname/domain name to /etc/hosts
13:13 - Generating an SSH key
14:05 - Copying an SSH public key to a server
16:08 - Disabling root login password access for SSH
19:15 - Rebooting the server

*Support Linux Learning (commission earned)*

*Recommended stand-alone videos from Learn Linux TV*
• How to connect to a Linux server via ssh ➜ Coming soon!

*Full Courses from Learn Linux TV*

*🌐 LEARN LINUX TV ON THE WEB*

*Content Ethics*

*⚠️ DISCLAIMER*
LearnLinuxTV produces technical content that will hopefully be helpful to you and teach you something new. However, this content is provided without any warranty (expressed or implied). LearnLinuxTV is not responsible for any damages that may arise from any use of the content and information that's being provided. The viewer is expected to follow best judgement and to make his/her/their best decisions while working with production or non-production software, systems and hardware.

#Linux #LinuxTutorial #LinuxForBeginners
Рекомендации по теме
Комментарии
Автор

I’ve been a system engineer in and Windows environment for 17 years. My goal is to be a DevOps engineer by 2024. Your videos and books make learning Linux simple besides I love technology and have a passion for it. I really enjoy your content. Please keep the videos coming sir.

Brutus
Автор

What a great video! I thought I had a good routine for setting up servers, but man was I wrong.

Thanks so much, Jay!

Anthony-Webb
Автор

A year latter and the video still kicks ass ;~o

rnlvshe
Автор

This is amazing stuff. I'm going to be referencing this when starting my homelab projects for sure.

davemeech
Автор

Great video! One of the most valuable channels that I ever subscribed to.

brotaque
Автор

What a great timing. I am about to build my first server and of course I'm going to install Linux on it. Just waiting for a motherboard, everything else already arrived.

navidan
Автор

Your videos are so amazing, thank you Jay!

rayjaymor
Автор

Great video amigo! Keep up the good content 🤩

model.citizen.ps
Автор

This is the only channel I keep checking.

altan_duman
Автор

To add a user in Debian I use adduser(8) or addgroup(8) instead of usermod(8) to add secondary group to an account, as that has less switch and easier to remember.

Usually one change configurations for the sshd by adding files into /etc/ssh/sshd_config.d/ direcotory instead of editing /etc/ssh/sshd_config.

AndersJackson
Автор

Great video.
- Next steps would be to configure your firewall (ufw on Debian) and setup and VPN connections etc.
- then automating everything (e.g. via Ansible) for repeatable infrastructure

AdrianGoodyer
Автор

Thank you for all you are doing sir! 💪🏾👽👌🏽

GrindAlchemyNation
Автор

Again, when upgrading your packages, don't do it blindly. Read the list of upgraded packages.

If you see something you were not expecting, press "n". "Just like that." 😉

AlbandAquino
Автор

I am your old subscriber.
Your all videos are gold mines.
👍🏻👌🏻

VirendraBG
Автор

Love the new Intro. Don't remember if I said

wyfyj
Автор

Nice Video :) This is my first time owning a VPS and viewing /var/log/auth.log was a little unnerving. I feel a little more confident now. Thanks.

TheChrissutcliffe
Автор

Useful video! I will be going through this shortly once I finish building this 7900 (non-x) PC that I plan to put Mint Cinnamon on.

asdf
Автор

Nice tutorial with very clear and detail introduced steps, would be even better with some basic firewall setup steps :D

johnnycoding
Автор

Pretty solid video! Thanks much! Is there a concise guide for hardening a Linux Server you would recommend?

jojobobbubble
Автор

I've been a linux guy for over 20 years and I didn't know about copy-ssh-id.. I've been copy/pasting my RSA keys into ~/.ssh/authorized_keys like a dummy this entire time. I assume the command appends, so as not to remove existing keys, if so I'm gonna have to start using that!

paul.phillips