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/#
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
XMPP
XMPP Ports XMPP – Extensible Messaging and Presence Protocol (Wikipedia) 5222 TCP XMPP client connection (RFC 3920) Official 5223 TCP XMPP client connection over SSL Unofficial 5269 TCP XMPP server connection (RFC 3920) Official 5298 TCP UDP XMPP JEP-0174: Link-Local Messaging