Skip to content

Instantly share code, notes, and snippets.

View Salzian's full-sized avatar

Fabian Fritzsche Salzian

View GitHub Profile
@ArgonQQ
ArgonQQ / README.md
Last active March 3, 2023 02:06
Brew install specific version / Locally freeze version

Brew install specific version / Locally freeze version

# Please define variables
packageName=<packageName>
packageVersion=<packageVersion>

# Create a new tab
brew tap-new local/$packageName
@itsabdelrahman
itsabdelrahman / linux-server-setup.md
Last active April 1, 2024 08:00
Linux Debian Server Setup

Linux Ubuntu/Debian Server Setup

On remote machine

As root

  1. Change root password
    • $ passwd
  2. Create user & their home directory
  • $ useradd -m