Statistics Sawmill – commercial (need licenses), many formats AWStats – open source Pflogsum – open source Graphing If you need to graph your mail server performance in real time you might try to use one of the graphing scripts. All of them use
TrueCrypt končí
Včera nečakane ukončila vývoj šifrovacieho nástroja TrueCrypt skupina anonymných vývojárov. Túto skutočnosť oznámili na stránke projektu na sourceforge.net. Autori zároveň odporúčajú prechod na BitLocker: Tento softvér bol roky používaný mnohými používateľmi na kryptovanie súborov, ale aj celých diskov. Softvér je
JSON Parsing and Comments
Note: JSON can not have comments by specification. Though, there are some interpreters which allow use of comments. PHP functions to encode and decode JSON can be found here: http://www.php.net/manual/en/ref.json.php
DATE Arithmetic Operations
In order to include date and time arithmetic operations we can use SQL queries to our database. For example we can use MySQL such as: Resources http://www.intechgrity.com/mysql-working-with-date-time-arithmetic-part-2-3-1/#
Cloning an Existing Git Repository
To clone a repository in Git just execute the following command: $ git clone [url] Example: $ git clone https://github.com/phalcon/forum Resources: