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:
Install maildrop filters on SquirrelMail webmail client
Had to activate the following modules in SquirrelMail: server_settings_backend server_side_filters server_side_filters_maildrop In the sqmail/config/config.php file we must have the following settings: $default_folder_prefix = ‘INBOX’; $trash_folder = ‘.Trash’; $sent_folder = ‘.Sent’; $draft_folder = ‘.Drafts’; Especially important is the $default_folder_prefix, which is removed