Make a DSDT and SSDT

Wiki The DSDT (Differentiated System Description Table) is the main table in the ACPI part of a computer's BIOS. The Advanced Configuration and Power Interface (ACPI) defines a large number of tables that provide the interface between an ACPI-compliant operating…

Useful .htaccess Tips & Tricks

Wiki Apache web servers has a great way to manipulate information using .htaccess files. .htaccess (hypertext access) is the default name of a directory-level configuration file that allows for decentralized management of web server configuration. The .htaccess file is placed…

Add tree Command in OS X

Command Line Not found of OS X default tree command, this command line similar to the effect of the tree... $ find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' ... like this . |____extra | |____httpd-autoindex.conf | |____httpd-dav.conf | |____httpd-default.conf…