diff --git a/sql/hpr-db-part-14.sql b/sql/hpr-db-part-14.sql index dfb042e..c772207 100644 --- a/sql/hpr-db-part-14.sql +++ b/sql/hpr-db-part-14.sql @@ -513,7 +513,8 @@ INSERT INTO `eps` (`id`, `date`, `title`, `duration`, `summary`, `notes`, `hosti (3986,'2023-11-13','Optical media is not dead',435,'Archer72 shows command line options for creating and writing iso files','
4.7Gb DVD - Actual capacity: 4.377Gb
\nWhat is the\nactual storage capacity of a dvd disc
\nA disc with a 25GB capacity is the equivalent of 23.28 gigabytes\nNormally rated at 50GB, in practice they can record about 46.57GB of\ndata
\nWhat is the\nmaximum capacity of a blu ray disc
\nGenerate ISO image from directory
\ngenisoimage -U -R -allow-lowercase -allow-multidot -o mydvd.iso "$1"
\nAlternative is mkisofs
\n-U\n\nAllows "untranslated" filenames, completely violating the ISO9660 standards described above. Enables the following flags: -d -l -N -allow-leading-dots -relaxed-filenames -allow-lowercase -allow-multidot -no-iso-translate. Allows more than one `.' character in the filename, as well as mixed-case filenames. This is useful on HP-UX, where the built-in cdfs filesystem does not recognize any extensions. Use with extreme caution.\n\n-R\n\nGenerate SUSP and RR records using the Rock Ridge protocol to further describe the files on the ISO9660 filesystem.\n\n[Wikipedia - ISO 9660](https://en.wikipedia.org/wiki/ISO_9660#SUSP "Wikipedia - ISO 9660")
\ngenisoimage -R -o mydvd.iso "$1"
\nBurning data to a DVD or Blu-ray
\nNote:
\nMake sure that the medium is not mounted when you begin to write to\nit. Mounting may happen automatically if the medium contains a readable\nfile system. In the best case, it will prevent the burn programs from\nusing the burner device. In the worst case, there will be misburns\nbecause read operations disturbed the drive. So if in doubt, do:
\numount /dev/sr0
\ngrowisofs has a small bug with blank BD-R media. It issues an error\nmessage after the burning is complete. Programs like k3b then believe\nthe whole burn run failed. To prevent this, either format the blank BD-R\nby dvd+rw-format /dev/sr0 before submitting it to growisofs or use\ngrowisofs option
\n-use-the-force-luke=spare:none
\nArchwiki - Optical disk\nburning
\ncdrecord -v -sao dev=/dev/sr0 isoimage.iso
\ngrowisofs -dvd-compat -Z /dev/sr0=isoimage.iso
\nxorriso -as cdrecord -v dev=/dev/sr0 -dao isoimage.iso
\nArchwiki - Optical disk\ndrive
\nDebian - Gensisoimage man\npage
\nMount an ISO file and\nBurning
\nWhat is the size capacity of\nmy DVD
\nSource: Action\nrole-playing game.
Source: Grim\nDawn.
Supporting Source: Grim Dawn Game\nGuide.
Supporting Source: Steam page\nfor Grim Dawn.
Supporting Source: Grim Dawn Tools (Third party\nsite).
Supporting Source: Soldier\nClass. Soldiers readily charge into the carnage and unleash crushing\nmight upon their foes. Their physical prowess is unmatched and their\nability to survive through the most brutal conflicts makes them an\nexcellent choice for defense-oriented players.
Source: Diablo 4
This work is licensed under a Creative Commons\nAttribution-ShareAlike 4.0 International License.
\n',391,0,0,'CC-BY-SA','Grim Dawn, ARPG, Diablo 4, Video Games',0,0,1), (3988,'2023-11-15','Beeper.com',750,'operat0r talks about Beeper dot com a multi chat client','I talk about Beeper dot com a multi chat client
\nBeeper is a universal messaging app that lets you chat with anyone on\nany chat app, including Whatsapp, iMessage, Telegram and 12 other\nnetworks.
\nIn 2022, LastPass disclosed that it had been hacked, and I think by\nnow just about everyone has heard about it. Now we have evidence that\npassword vaults have been hacked. So what does this mean, and what\nshould you do?
\nIn 2022, LastPass disclosed that it had been hacked, and I think by\nnow just about everyone has heard about it. Now we have evidence that\npassword vaults have been hacked. So what does this mean, and what\nshould you do?
\n01 membership card
\n
Click the\nthumbnail to see the full-sized image
02 membership card back
\n
Click the\nthumbnail to see the full-sized image
03 front panel card
\n
Click the\nthumbnail to see the full-sized image
04 front card back
\n
Click the\nthumbnail to see the full-sized image
05 assembled
\n
Click the thumbnail to\nsee the full-sized image
06 in the can
\n
Click the thumbnail to\nsee the full-sized image
07 things added
\n
Click the thumbnail\nto see the full-sized image
08 fits inside
\n
Click the thumbnail\nto see the full-sized image
09 compleat
\n
Click the thumbnail to\nsee the full-sized image
10 docs
\n
Click the thumbnail to see\nthe full-sized image
4.7Gb DVD - Actual capacity: 4.377Gb
\nWhat is the\nactual storage capacity of a dvd disc
\nA disc with a 25GB capacity is the equivalent of 23.28 gigabytes\nNormally rated at 50GB, in practice they can record about 46.57GB of\ndata
\nWhat is the\nmaximum capacity of a blu ray disc
\nGenerate ISO image from directory
\ngenisoimage -U -R -allow-lowercase -allow-multidot -o mydvd.iso "$1"
\nAlternative is mkisofs
\n-U\n\nAllows "untranslated" filenames, completely violating the ISO9660 standards described above. Enables the following flags: -d -l -N -allow-leading-dots -relaxed-filenames -allow-lowercase -allow-multidot -no-iso-translate. Allows more than one `.' character in the filename, as well as mixed-case filenames. This is useful on HP-UX, where the built-in cdfs filesystem does not recognize any extensions. Use with extreme caution.\n\n-R\n\nGenerate SUSP and RR records using the Rock Ridge protocol to further describe the files on the ISO9660 filesystem.\n\n[Wikipedia - ISO 9660](https://en.wikipedia.org/wiki/ISO_9660#SUSP "Wikipedia - ISO 9660")
\ngenisoimage -R -o mydvd.iso "$1"
\nBurning data to a DVD or Blu-ray
\nNote:
\nMake sure that the medium is not mounted when you begin to write to\nit. Mounting may happen automatically if the medium contains a readable\nfile system. In the best case, it will prevent the burn programs from\nusing the burner device. In the worst case, there will be misburns\nbecause read operations disturbed the drive. So if in doubt, do:
\numount /dev/sr0
\ngrowisofs has a small bug with blank BD-R media. It issues an error\nmessage after the burning is complete. Programs like k3b then believe\nthe whole burn run failed. To prevent this, either format the blank BD-R\nby dvd+rw-format /dev/sr0 before submitting it to growisofs or use\ngrowisofs option
\n-use-the-force-luke=spare:none
\nArchwiki - Optical disk\nburning
\ncdrecord -v -sao dev=/dev/sr0 isoimage.iso
\ngrowisofs -dvd-compat -Z /dev/sr0=isoimage.iso
\nxorriso -as cdrecord -v dev=/dev/sr0 -dao isoimage.iso
\nArchwiki - Optical disk\ndrive
\nDebian - Gensisoimage man\npage
\nMount an ISO file and\nBurning
\nWhat is the size capacity of\nmy DVD
\nSource: Action\nrole-playing game.
Source: Grim\nDawn.
Supporting Source: Grim Dawn Game\nGuide.
Supporting Source: Steam page\nfor Grim Dawn.
Supporting Source: Grim Dawn Tools (Third party\nsite).
Supporting Source: Soldier\nClass. Soldiers readily charge into the carnage and unleash crushing\nmight upon their foes. Their physical prowess is unmatched and their\nability to survive through the most brutal conflicts makes them an\nexcellent choice for defense-oriented players.
Source: Diablo 4
This work is licensed under a Creative Commons\nAttribution-ShareAlike 4.0 International License.
\n',391,0,0,'CC-BY-SA','Grim Dawn, ARPG, Diablo 4, Video Games',0,0,1), (3988,'2023-11-15','Beeper.com',750,'operat0r talks about Beeper dot com a multi chat client','I talk about Beeper dot com a multi chat client
\nBeeper is a universal messaging app that lets you chat with anyone on\nany chat app, including Whatsapp, iMessage, Telegram and 12 other\nnetworks.
\nIn 2022, LastPass disclosed that it had been hacked, and I think by\nnow just about everyone has heard about it. Now we have evidence that\npassword vaults have been hacked. So what does this mean, and what\nshould you do?
\nIn 2022, LastPass disclosed that it had been hacked, and I think by\nnow just about everyone has heard about it. Now we have evidence that\npassword vaults have been hacked. So what does this mean, and what\nshould you do?
\n01 membership card
\n
Click the\nthumbnail to see the full-sized image
02 membership card back
\n
Click the\nthumbnail to see the full-sized image
03 front panel card
\n
Click the\nthumbnail to see the full-sized image
04 front card back
\n
Click the\nthumbnail to see the full-sized image
05 assembled
\n
Click the thumbnail to\nsee the full-sized image
06 in the can
\n
Click the thumbnail to\nsee the full-sized image
07 things added
\n
Click the thumbnail\nto see the full-sized image
08 fits inside
\n
Click the thumbnail\nto see the full-sized image
09 compleat
\n
Click the thumbnail to\nsee the full-sized image