Skip to content

Instantly share code, notes, and snippets.

View warjiang's full-sized avatar
🎯
Focusing

warjiang warjiang

🎯
Focusing
  • Southeast university
  • China
View GitHub Profile
@warjiang
warjiang / .env
Last active March 4, 2024 09:02
tsx-cli demo
HELLO=WORD
NAME=WARJIANG
AGE=22
@warjiang
warjiang / headless.md
Created February 4, 2016 09:49 — forked from addyosmani/headless.md
So, you want to run Chrome headless.

#If you're on Ubuntu or working with a Linux VM...

Step 1: Install the Ubuntu dependencies needed:

SSH into your server as a root or do sudo -i.

Then install necessary software:

apt-get update