Author Archives: admin

HOW TO Flush The Linux File Cache

You can’t prevent Linux from using the file cache and you don’t want to. However, on occasion you may want to flush it. Here’s how: First, flush your filesystems to disk. Just run the command sync Then, echo 1, 2 … Continue reading

Posted in How Tos, linux | Leave a comment

HOW TO Extract the contents of a .scexe file

HP Releases self-extracting firmware update files for Linux as .scexe files. These files usually contain an installer and a bunch of XML controlls. A -h flag provides a couple options for running the installer, but sometimes you don’t want to … Continue reading

Posted in How Tos, linux, Unix | 4 Comments

HOW TO Use Multiple Filter Flags in PHP Filter Functions

Using multiple filter flags in PHP is easy, but the documentation does not explain it well. The Filter capabilities in PHP 5.3 and above are very powerful and save a ton of effort, but the passing of flags to various … Continue reading

Posted in How Tos, php, Programming | 2 Comments