Skip to content

Instantly share code, notes, and snippets.

View oc013's full-sized avatar
🎯
Focusing

oc013

🎯
Focusing
View GitHub Profile
@oc013
oc013 / darkmode.css
Last active October 30, 2023 03:18
Ferdium Google Voice Dark Mode
:root {
--dark-grey: rgb(24, 26, 27);
--dark-medium-grey: rgb(27, 30, 31);
--medium-grey: rgb(31, 34, 35);
--dark-green: rgb(23, 55, 53);
--grey: grey;
--light-medium-grey: rgb(140, 130, 115);
--light-grey: rgb(208, 204, 197);
--near-medium-white: rgb(192, 186, 178);
--near-white: rgb(232, 230, 227);
@oc013
oc013 / VNC_Server_On_Ubuntu_22.04LTS.md
Created June 20, 2023 19:54 — forked from indyfromoz/VNC_Server_On_Ubuntu_22.04LTS.md
VNC Server setup on Ubuntu 22.04 LTS

Setup

Install TigerVNC -

$ sudo apt install tigervnc-standalone-server

Configure VNC Server by running