Learned about the chage command today. Can be used to set the expiry of a Linux account. There’s some more information about disabling user accounts.
Setting user expiry with ‘chage’
Reply
Learned about the chage command today. Can be used to set the expiry of a Linux account. There’s some more information about disabling user accounts.
Lot’s to watch! FreedomBox talks.
Planning to check out Openfire.
Watched this presentation today: FreedomBox 1.0.
Also, there’s more information about the FreedomBox.
On my TODO list is reading about the PHP filter_input_array.
Using http_build_query now that I know about it! Handy!
Using the jQuery Validation Plugin to validate my web forms… handy!
Found this article today which had a method for preserving white space in jQuery’s .val() function.
$.valHooks.textarea = { get: function( elem ) { return elem.value.replace( /\r?\n/g, "\r\n" ); }};