Backstory
I have a nice computer. Like nice. Because I do a lot of machine learning for my work, I’m able to work more efficiently (and earn more) by taking advantage of a mid-tier GPU. Unfortunately, my workstation crashed unexpectedly just as I was wrapping up two major projects and just before I temporarily relocated to Alabama for a Techstars accelerator program. It turns out the culprit was a failed boot sector on the primary hard drive (still not sure why it failed — maybe I just got unlucky). Anyway, I scrambled to get back to a working desktop environment as quickly as possible. Here are the steps I took.
Running on Ubuntu
- Use a small flashdrive with an Ubuntu live disk written to it to install Ubuntu on a larger flash drive that will serve as the temporary OS drive.
- Boot off of the large flash drive and complete hardware configuration (monitors, input devices)
- Install Brave Browser, set up sync codes, log into Google accounts in the correct order (to preserve bookmark account association)
- Install VS Code
- Install VS Code Extensions:
- Auto Rename Tag, ESLint, GitLens, Prettier, Visual Studio IntelliCode, HTML CSS Support
- Install git and github cli, github login
gh auth login
- Install node
sudo apt install nodejs
, install npm if not installed, nvm optional- ->
npm install n -g
,sudo n stable
- ->
- Install firebase, firebase login
sudo npm install -g firebase-tools
- Install Zoom
- Install Piper for Mouse Settings
- -> Use system settings dialog to remap keyboard shortcut for listing all applications (show the overview), because remapping the SUPER key doesn’t seem to work.
- Add Google Drive Accounts to Ubuntu Login
- Log in to dropbox online
Restoring Windows
After the Techstars program concluded [this section is an edit to the original post], I had the breathing room to replace the hard drive and try to get my Windows environment working again. Here’s what I did:
- Write Recovery Disk ISO to flash drive (in Ubuntu, can use “Disks” program)
- Note: may require the OEM option, or something. Needs some hardware drivers pre-installed?
- Install Windows on the new hard drive
- Install Brave (Download using Edge)
- Use NVIDIA GeForce Experience to install GPU Drivers
- Install CUDA using the NVIDIA Installer
- Install CuDNN using the NVIDA Local Install Link or (or Python library nvidia-cudnn ?)
- Windows App Armoury Crate (automatically prompted) to control case lighting.
- Download Mouse Software
- Setup mouse profile (shortcuts for copy, paste, list active programs, backspace, enter)
- Add Google Drive Sync
- Add Dropbox Sync
- Install Anaconda
- Use
conda
to uninstall and reinstall pytorch (with CUDA support) if necessary.
- Use
- Install VS Code
- Set default tab spacing to 2 and line wrap to true.
- VS Code Extensions: Auto Rename Tag, ESLint, GitLens, Prettier, Visual Studio IntelliCode, HTML CSS Support
- Install git (https://git-scm.com/) and Github CLI
- Install node (https://nodejs.org/en/download/), then Firebase and Ionic (
npm install -g @ionic/cli
,npm install -g firebase-tools
). - Install Steam (and Epic Games, and EA Launcher)
- Install John’s Background Switcher
- Install Zoom
- Install Razer Kiyo Webcam Software (Razer Synapse)
- Install Microsoft Teams
- Install LibreOffice
- Push these instruction updates to GitHub Pages
Edit: Setting up a Mac in 2025
I got a Macbook Pro (laptop not replacing my desktop) through my new R&D role and needed to port over my toolchain. Now, more than ever, most of my work is in the browser. But there were still some details to getting up and running that were particular to a Mac:
- Login, set up auth for IT management software.
- Install Brave Browser. Sync bookmarks. Install work-related extensions. (Begin signing into Gmail, Notion, GitHub, …)
- Also install OneTab extension and Google Scholar PDF Viewer
- Install Cursor (based on VSCode, which I also installed as backup).
- Install Command Line Developer Tools (specific to Mac, includes git)
- Install homebrew (“brew”)
- Install GitHub CLI
brew install gh
- Install Anaconda (Python, conda, Jupyter included) - Open and update to latest version. Apparently includes VS Code now.
- Install Node, nvm, pnpm, firebase-tools, aws cli
- Install Docker
- Install Slack
- Install Zoom
- Install .Net
- Install Mouse Software - Key mapping, etc. (Trying Karabiner Elements, also testing virtual bluetooth device via reWASD on Windows.)
Unnecessary Commentary
A lot of the work I do uses cloud software, and all of my essential files are backed up to the cloud (either via Google Drive, Dropbox, or GitHub), so most of what I have to install are OS- or hardware- -related software packages. Although I do occasionally play games on my desktop (game design is an academic hobby of mine), much of the gaming-related hardware and software I have fulfills business purposes. For example, the case has controllable RGB lighting, but I only got it because it provided the best options for ventilation and multiple fans. I also use the Logitech G600 mouse (originally intended for playing MMO’s, I think) because it was the mouse I found with the most buttons available. By setting the buttons to perform operations useful to editing code (and more broadly, document and file manipulation), I’m able to do a larger fraction of my work without switching back and forth between the mouse and keyboard. I’m still on the lookout for more efficient input tools.
Thanks,
- (S)am