Skip to content

Instantly share code, notes, and snippets.

@masmarius
masmarius / win_inst_time
Created June 18, 2018 21:24
How do I find the install time and date of Windows?
systeminfo|find /i "original"
@masmarius
masmarius / measure temp
Created September 4, 2014 18:35
Oneliners
sed "s/\(...\)$/.\1°C/" < /sys/class/thermal/thermal_zone0/temp
@masmarius
masmarius / disable_lvds_output.md
Last active May 24, 2018 03:06
GRUB - Disable secondary display output (LVDS) on startup

edit /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="<default paramaters> video=LVDS-1:d"

update your changes to grub:

update-grub