This is my first deep dive into setting up my Linux development environment.
- Hardware
- Dell Inspiron 14” Laptop (model: i7440-7304BLU-PUS)
- Intel Core 7 Series 1
- 1tb SSD
- 16gb RAM
- Dell Inspiron 14” Laptop (model: i7440-7304BLU-PUS)
- OS
- Pop_OS download
- Browser(s)
- Screen Capture
- Meetings/Communications
- Office Suite
- LibreOffice
- IDE(s)
- WP Development (for work)
sudo apt install fprintd libpam-fprintd
sudo pam-auth-update
Restart the computer and then go into Settings > Users > [User]. Click on Fingerprint Login to enable it.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
source ~/.nvm/nvm.sh
nvm install --lts
nvm use [version]