Skip to content

Instantly share code, notes, and snippets.

View shaansubbaiah's full-sized avatar
🌌

Shaan Subbaiah shaansubbaiah

🌌
View GitHub Profile
@shaansubbaiah
shaansubbaiah / toggle_cleartype.ps1
Created September 7, 2022 06:12
Toggle ClearType in Remote Desktop
# From https://stackoverflow.com/a/14004451
$signature = @'
[DllImport("user32.dll")]
public static extern bool SystemParametersInfo(
uint uiAction,
uint uiParam,
uint pvParam,
uint fWinIni);
'@
@shaansubbaiah
shaansubbaiah / brother-dcpt300-drivers-arch.md
Last active January 20, 2021 09:36
Install Brother DCP-T300 Printer and Scanner Drivers on Arch Based Distributions

Brother DCP-T300 Printer and Scanner Drivers on Arch Based Distributions

Install the corresponding driver from the AUR

yay -S brother-dcpt300

Scanner drivers. brscan4 is required for the DCP-T300. Look at this link other scanners.

yay -S brscan4

@shaansubbaiah
shaansubbaiah / Debian-Advocacy-for-Sugar--ShaanSubbaiah.md
Last active August 31, 2020 14:08
GSoC 2020 at Sugar Labs - Debian Advocacy for Sugar | Final Work Product Submission.

Debian Advocacy for Sugar

Google Summer of Code 2020 | Sugar Labs
@shaansubbaiah
shaansubbaiah / Install_Huion_Drivers_On_Manjaro.md
Last active July 10, 2022 09:53
Install Huion 1060plus drivers on Manjaro

Install Huion 1060plus drivers on Manjaro

install (from the AUR) digimend-kernel-drivers-dkms-git and the linux-headers for the kernel you're running.

sudo modprobe -r hid-kye hid-uclogic hid-polostar hid-viewsonic

reboot.