Pario TechnoBlob
About Posts

Posts

Force a user to change password upon first login This is how you can force a Redhat user to change his password upon first login on a Redhat 5 installation. This might work on other versions and distributions… First lock...
Dec 23, 2008 9:31AM
MySQL search and replace This is a simple SQL query to perform search and replace in a MySQL table update tablename set fieldname = replace(fieldname,'search_for_this','replace_with_this');
Dec 14, 2008 11:17PM
Network upgrade Ubuntu Server 8.04 to 8.10 This post describes how I upgraded my Ubuntu (Hardy Heron) 8.04 server installation to (Intrepid Ibex) 8.10 from the command line. First you’ll need to make sure you are...
Nov 30, 2008 11:29PM
Rename file name suffix to uppercase or lowercase This is a little oneliner to rename a files suffix from/to uppercase/lowercase. Rename a jpg suffix to JPG in the current folder # find -name "*.jpg" | while read a;...
Oct 24, 2008 8:12PM
«« « 1 2 3  …  33 34 35  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom