- Download driver(s) from manufacturer.
- Unpack and extract to a folder on a USB drive.
- Boot the broken computer into System Repair mode.
- Open the Command Prompt.
- Enter this to add a single driver:
dism /image:c:\ /add-driver /Driver:X:\ /recurse - Reboot
2019-10-18
Adding a driver to Windows 7 after replacing hardware (SSD, motherboard, etc)
2018-10-04
Upgrade Debian 8 to Debian 9 through ssh
https://www.cyberciti.biz/faq/how-to-upgrade-debian-8-jessie-to-debian-9-stretch/
How to convert file encoding to/from UTF-8
Convert from UTF-8 to Windows cp 1252
$ iconv -f UTF-8 -t Windows-1252 file.csv > output.csvConvert to UTF-8 from ISO-8859-15
$ iconv -f ISO-8859-15 -t UTF-8 file.csv > output.csv
Subscribe to:
Posts (Atom)