Paul Hartman
Things I found useful or interesting.
Pages
(Move to ...)
Home
▼
Sunday, December 19, 2021
QEMU/KVM/virt-manager guest can't access network in bridged mode with iptables
›
I could not access the network in a guest VM using bridged networking. To fix I had to set the following in iptables: # iptables -I FORWARD...
Sound stops working in Linux
›
If your sound stops working in linux, you may see errors about being unable to connect to ALSA, or mplayer might say "Audio device got ...
Sunday, April 11, 2021
View all packages installed from overlay in Gentoo Linux
›
To easily view which packages were installed from which overlay, using app-portage/eix: eix --installed-in-overlay <optional overlay nam...
Thursday, October 8, 2020
SQL Server Management Studio (SSMS) 18.x won't save server passwords
›
Starting around SSMS 18.x, Microsoft changed the way credentials were stored. This caused any saved passwords from previous versions to stop...
3 comments:
Friday, October 2, 2020
Force Windows to use all available cores to process NGen queue
›
If it seems like mscorsvw.exe is running forever, you can use this script from the official .NET github repo to force ngen to process the q...
Monday, September 21, 2020
Copy & Paste does not work in Firefox on Google Docs
›
Firefox blocks certain clipboard events by default. This breaks some Google Docs functionality. To reenable it, go to about:config and set ...
1 comment:
Prevent Gentoo Portage from unmerging kernel sources during a world upgrade
›
Portage typically unmerges all but the newest kernel sources, while I'd prefer to leave the sources to the running kernel and backup ker...
Determining the manufacturer and recording medium of a blank CD or DVD
›
Every recordable CD and DVD actually has a little bit of data on the blank disc. On CDs this is called the ATIP (Absolute Time in Pregroove)...
SQL: Get just the date part of a DATETIME on SQL Server 2005
›
In Microsoft SQL Server 2008+ there is a DATE type, and getting just the date portion of a DATETIME is as easy as a cast or convert to DATE....
Easily straighten a crooked scan or photo in GIMP
›
To easily straighten a crooked scan or photo in GIMP, don't bother with manual rotation and rulers. Just use the Measure tool (Shift-M) ...
1 comment:
Determining where a CD or DVD was manufactured
›
On factory-pressed CDs (and some DVDs), on the shiny side of the disc near the center spindle ring there is usually text, known as the matr...
‹
›
Home
View web version