Skip to content

Instantly share code, notes, and snippets.

View SharafatKarim's full-sized avatar
🎯
focusing...

Sharafat Karim SharafatKarim

🎯
focusing...
View GitHub Profile
@sr-tamim
sr-tamim / Linux-server-setup-script.md
Last active July 11, 2025 05:40
A bash script which automates the initial setup process for a new Linux server

Linux Server Setup Script

This script automates the initial setup process for a new Linux server, focusing on basic security and maintenance tasks. It is designed to save time and ensure consistency when configuring multiple servers.

Why Use This Script?

Manually setting up a Linux server can be time-consuming and prone to errors. This script automates the essential steps, ensuring that your server is configured securely and efficiently. It covers:

  1. Updating and upgrading system packages
  2. Creating a new user and granting sudo privileges

linux-server

Initial Linux Server Setup Guide

This guide covers the initial setup process for a new Linux server, focusing on basic security and maintenance tasks.

For those interested in automating this setup process, please refer to the Linux Server Setup Script.

1. Update and Upgrade System Packages (Must-Do)

@kenjyco
kenjyco / 01-Learning-Python3.md
Last active September 5, 2025 23:45
Learn Python 3 with Jupyter Notebook