Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: gzip

11 Nov

Burn Compressed ISO Image

Burn a compressed ISO image


gzip -dc cd_iso.gz | cdrecord dev=/dev/cdrom
admin Posted in Command Line, Linux burn, cd, cdrecord, command, compressed, dvd, filler, gzip, image, iso, Linux Leave a comment
06 Mar

Create Compressed Image

Create a compressed iso image of cdrom on disk


mkisofs /dev/cdrom | gzip > cd_iso.gz
admin Posted in Command Line, Linux command, compressed, gzip, image, Linux, mkisofs Leave a comment
30 Oct

Compress PHP Output from .htaccess

Compress all PHP output by adding this line to .htaccess file


php_value output_handler ob_gzhandler 

admin Posted in PHP compress, gzip, htaccess, PHP Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑