Skip to content

Instantly share code, notes, and snippets.

View Rougnt's full-sized avatar

Rougnt

  • Hohai University
  • NanJing, China
  • 14:17 (UTC +08:00)
View GitHub Profile
@Nexarian
Nexarian / xrdp-nvidia-setup.sh
Last active March 5, 2025 15:40
Setup for XRDP using Nvidia Acceleration
#!/usr/bin/env bash
set -e
cd ~
sudo -v
# Make sure system is in a good, updated, clean, state.
sudo apt-get -y update
@killercup
killercup / pandoc.css
Created July 3, 2013 11:31
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
/*
* I add this to html files generated with pandoc.
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}