Wiki Logo
/
Home/Linux

Linux

Pages

10 pages
Systemctl Template
Install Rust

Install Rust Install build dependencies

Install Oh My Zsh

Run the command below to install Zsh and Oh My Zsh in one step. This requires sudo privileges and an active internet connection. Project page: https://ohmyz.shhttps://ohmyz.sh

Install NodeJS via NVM

Tested on Ubuntu 22.04 Ubuntu 20.04 You can also install nvm on windows, there's an repository with an installer for it, nvmwindowshttps://github.com/coreybutler/nvmwindows/releases scroll down to

Install Go!

Go 1.23.5 Installation Script Using Zsh? This script automates the installation of Go 1.23.5 on Linux by performing the following steps: Download: Retrieves Go 1.23.5 from https://go.dev/dl/go1.23.5.

Install Docker

Install Docker with the Compose plugin Allow a nonroot to use Docker Tested on Ubuntu 20.04 Ubuntu 22.04

Customized PS1

Customizing Your Terminal Prompt with PS1 Scripts You can enhance your terminal's appearance by modifying the PS1 variable in your .bashrc file. Below are two examples of PS1 scripts, along with instr

Ubuntu Disk Resize

This has been tested on Ubuntu 20.04 Get started Expanding your logical volume on your system via the following commands: 1. Install parted 2. Open parted 2a. Print partitions 2b. Resize partition 2c

Resolvconf not found

Run the following command to map resolvconf to your user bin, this'll allow you to run the command straight from the Shell again.

Port 25 Occupied

1. Edit the master configuration file of postfix using the following command: 1. Locate the line that specifies port 25 and modify it to use a different port, such as 2525: Change it to: 1. Save the c