Pario TechnoBlob
About Posts

Posts

Using brace expansion in bash Everyone has done one of the following to make a quick backup of a file: $ cp filename filename-old $ cp filename-old filename These seem fairly straightforward, what could...
May 20, 2007 8:12PM
Linux routing magic Suppose you’re setting up a test environment, and you want a server to be able to handle some improbably large number of IP addresses, like a /16 or even larger. You could...
May 19, 2007 2:13AM
Fikse rett dato på bildefil ut i fra EXIF info Av og til kopierer man bilder og da kan det hende bildefila får feil dato og tid for når bildet ble tatt. Kjør dette scriptet er for å rette dette igjen
May 18, 2007 9:06PM
Delete files older than x days
find /data/folder -type f -ctime +60 -exec /bin/rm {} \;
May 18, 2007 4:33PM
«« « 1 2 3  …  89 90 91  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom