https://github.com/shovoalways/linux
Every time when I install Linux, I need to do this sometimes I miss some and need to do it again. So I made this repository to ensure everything works fine.
https://github.com/shovoalways/linux
linux ubuntu
Last synced: 19 days ago
JSON representation
Every time when I install Linux, I need to do this sometimes I miss some and need to do it again. So I made this repository to ensure everything works fine.
- Host: GitHub
- URL: https://github.com/shovoalways/linux
- Owner: shovoalways
- Created: 2023-01-14T15:24:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T20:05:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T01:04:35.749Z (about 1 month ago)
- Topics: linux, ubuntu
- Homepage:
- Size: 54.7 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux Command for First Time Setup
## 📝 Why?
Every time when I install Linux, I need to do this sometimes I miss some and need to do it again. So I made this repository to ensure everything works fine.### Install Update
```bash
sudo apt update
```### Install Upgrade
```bash
sudo apt upgrade
```### Install Favorite Apps
```bash
sudo apt install obs-studio vlc gimp gparted synaptic
```### Install Ubuntu Restricted Extras
```bash
sudo apt install ubuntu-restricted-extras
```### Install Preload
```bash
sudo apt install preload
```### Improve Laptop Battery
```bash
sudo apt install tlp tlp-rdw
```### Install Custom Softwere
```bash
sudo dpkg -i (package location)]
```### Install Gnome
```bash
sudo apt install gnome-tweaks -y
sudo apt install gnome-shell-extensions
sudo apt install gnome-shell-extension-manager
```### Taskbar app click to open
```bash
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
```### Curl
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
```### To install the latest Node.js
```bash
nvm install nodenvm install --lts
```### Install Theme
https://www.gnome-look.org/p/1619506
Create Two folder on home directory and press Ctrl + H then create .themes & .icons## 🧑💻 Contributors
- [@Ali Hossain](https://github.com/shovoalways/)## 🥰 Follow me
- [@Github](https://github.com/shovoalways/)
- [@Facebook](https://facebook.com/shovoalways/)
- [@Twitter](https://twitter.com/shovoalways/)
- [@Instagram](https://instagram.com/shovoalways/)