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 March 24, 2026 20:11
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)

@Amm1rr
Amm1rr / fix_kde_google_integration.md
Last active August 23, 2026 12:10
Fix Google Account and Drive Integration on KDE

Fix Google Account and Drive Integration on KDE

Easily resolve Google Account and Drive integration issues on KDE with this simple script.


Quick Fix

  1. Download the script:
    The script fix_kde_google_integration.sh is located alongside this README. Download it to your system.
@kenjyco
kenjyco / 01-Learning-Python3.md
Last active August 6, 2026 15:31
Learn Python 3 with Jupyter Notebook