diff --git a/know-how/hacking/bios-password/_posts/2008-07-20-sony-vaio.md b/know-how/hacking/bios-password/_posts/2008-07-20-sony-vaio.md index 48e9b70..a5b8fa6 100644 --- a/know-how/hacking/bios-password/_posts/2008-07-20-sony-vaio.md +++ b/know-how/hacking/bios-password/_posts/2008-07-20-sony-vaio.md @@ -116,3 +116,4 @@ This is a naked SONY VAIO V505: *[CD]: Compact Disc *[FAT]: File Allocation Table *[RAM]: Random Access Memory +*[TFT]: Thin Film Transistor diff --git a/know-how/hardware/hp-spectre-x360/_posts/2016-07-28-bios-update.md b/know-how/hardware/hp-spectre-x360/_posts/2016-07-28-bios-update.md index 1139dcf..c6658d8 100644 --- a/know-how/hardware/hp-spectre-x360/_posts/2016-07-28-bios-update.md +++ b/know-how/hardware/hp-spectre-x360/_posts/2016-07-28-bios-update.md @@ -151,4 +151,11 @@ directory and copy those manually onto your flash drive to this directory: Hewlett-Packard/BIOS/New/ The files are named `0802D.*`, `08035.*`, `0804E.*` and `0804F.*`. Each as -`*.bin` and `*.sig`. \ No newline at end of file +`*.bin` and `*.sig`. + + +*[BIOS]: Basic Input/Output System +*[VM]: Virtual Machine +*[USB]: Universal Serial Bus +*[PC]: Personal Computer +*[HP]: Hewlett-Packard diff --git a/know-how/software/_posts/2016-03-05-ipxe-network-boot.md b/know-how/software/_posts/2016-03-05-ipxe-network-boot.md index 2fae7f7..4156b51 100644 --- a/know-how/software/_posts/2016-03-05-ipxe-network-boot.md +++ b/know-how/software/_posts/2016-03-05-ipxe-network-boot.md @@ -195,3 +195,14 @@ And this is what it looks like: ![]({{ site.url }}/assets/ipxe04.jpg){: width="400px"} ![]({{ site.url }}/assets/ipxe05.jpg){: width="400px"} + +*[HTTP]: Hypertext Transfer Protocol +*[FTP]: File Transfer Protocol +*[iSCSI]: Internet Small Computer Systems Interface +*[SMB]: Server Message Block +*[WiFi]: Wireless Fidelity, technology for WLANs (Wireless Local Area Networks) +*[DHCP]: Dynamic Host Configuration Protocol +*[URL]: Uniform Resource Locator +*[ROM]: Read-only Memory +*[CD]: Compact Disc +*[ISO]: International Organization for Standardization, referring to their standard no. 9660 diff --git a/know-how/software/_posts/2016-03-11-multi-usb-boot.md b/know-how/software/_posts/2016-03-11-multi-usb-boot.md index 1690f16..eb46d28 100644 --- a/know-how/software/_posts/2016-03-11-multi-usb-boot.md +++ b/know-how/software/_posts/2016-03-11-multi-usb-boot.md @@ -153,3 +153,10 @@ That's it. You should now be able to boot SysRescCD from your flash drive. MegaByte where 1 MB = 1000 kB = 1000 Bytes. And although most system tools show "MB", some mean "MiB" and others actually mean "MB". And some mix it up completely. + +*[USB]: Universal Serial Bus +*[GiB]: Gibibyte (=1024 MiB) +*[GB]: Gigabyte (=1000 MB) +*[MiB]: Mebibyte (=1024 KiB) +*[MB]: Megabyte (=1000 kB) +*[ISO]: International Organization for Standardization (refers to their standard no. 9660) diff --git a/know-how/software/windows/_posts/2011-01-10-dv-capture-64bit.md b/know-how/software/windows/_posts/2011-01-10-dv-capture-64bit.md index b9fe063..2595a5f 100644 --- a/know-how/software/windows/_posts/2011-01-10-dv-capture-64bit.md +++ b/know-how/software/windows/_posts/2011-01-10-dv-capture-64bit.md @@ -29,3 +29,8 @@ To switch the driver, do the following: 1. click **Let me pick from a list of device driver on my computer** 1. select the **1394 OHCI Compliant Host Controller (Legacy)** (that *(Legacy)* is important!) 1. click **Next** + + +*[OHCI]: Open Host Controller Interface +*[IEEE]: Institute of Electrical and Electronics Engineers +*[IEEE1394]: Institute of Electrical and Electronics Engineers Standard 1394 diff --git a/know-how/software/windows/_posts/2016-12-12-outlook-2016-with-exchange-2007.md b/know-how/software/windows/_posts/2016-12-12-outlook-2016-with-exchange-2007.md index 41ebcd3..bdebbe5 100644 --- a/know-how/software/windows/_posts/2016-12-12-outlook-2016-with-exchange-2007.md +++ b/know-how/software/windows/_posts/2016-12-12-outlook-2016-with-exchange-2007.md @@ -49,3 +49,6 @@ that Exchange 2007 (and you can login to OWA just fine). 3. Add a new *String* (REG_SZ), name it `company.com` (the part after the `@` in your mail address) and assign the value `C:\autodiscover.xml` to it. 4. Done. Now open Outlook 2016 and add your account. It should work now. + + +*[OWA]: Outlook Web Access