unixrecipes.blogspot.com
Unix Recipes: noviembre 2011
http://unixrecipes.blogspot.com/2011_11_01_archive.html
Code fragments and cheats for unix admins. Linux scripting for dummies. Everyday stuff for Linux. Martes, 22 de noviembre de 2011. Using shell scripting with mysql. Echo "select * from users" mysql myride - skip-column-names awk {'print $1'}. Martes, noviembre 22, 2011. Creating a HashBang wrapper. Bin/bash export database=$1 #echo "Database: $1 SQL: $2" #echo $1 holds the file where sql data is stored export sql data=`cat $2 grep -v "#! Echo "DEBUG: $sql data " echo $sql data mysql $1 echo $?
unixrecipes.blogspot.com
Unix Recipes: OpenSSL CMS comand line operation
http://unixrecipes.blogspot.com/2014/01/openssl-cms-comand-line-operation.html
Code fragments and cheats for unix admins. Linux scripting for dummies. Everyday stuff for Linux. Miércoles, 15 de enero de 2014. OpenSSL CMS comand line operation. Here comes the new recipe for this year related to encryption with Openssl. And yessss, we are still alive. Miércoles, enero 15, 2014. OpenSSL CMS comand line operation. My Favorite Unix Bloggs. Plantilla Simple. Con la tecnología de Blogger.
unixrecipes.blogspot.com
Unix Recipes: Linux scripting for dummies
http://unixrecipes.blogspot.com/p/small-courses.html
Code fragments and cheats for unix admins. Linux scripting for dummies. Everyday stuff for Linux. Linux scripting for dummies. We have tried to write a reference guide for Linux and Unix Admins. The folling code is the typical helloWorld program writen in shell scripting:. Bin/bash # do something like echo hello world! The first line contains the shebang declaration. It declares which interpreter is going to be used in order to execute the script. Forth line the exit status mainly. On any shell or any sc...
unixrecipes.blogspot.com
Unix Recipes: Everyday stuff for Linux
http://unixrecipes.blogspot.com/p/everyday-stuff-for-linux.html
Code fragments and cheats for unix admins. Linux scripting for dummies. Everyday stuff for Linux. Everyday stuff for Linux. Useradd -d /home/sbayo -m -s /bin/bash sbayo. Script for non interactive password changing. Save the script in a file, make it executable for root. Find / -name core -print. Local server as Workgroup. Suscribirse a: Entradas (Atom). Managing cache-control in Apache with UrlRewrite C. My Favorite Unix Bloggs. Plantilla Simple. Con la tecnología de Blogger.
unixrecipes.blogspot.com
Unix Recipes: julio 2014
http://unixrecipes.blogspot.com/2014_07_01_archive.html
Code fragments and cheats for unix admins. Linux scripting for dummies. Everyday stuff for Linux. Jueves, 24 de julio de 2014. Managing cache-control in Apache with UrlRewrite. GET /sample.html HTTP/1.1. HTTP/1.1 200 OK. Date: Thu, 24 Jul 2014 18:30:04 GMT. Server Apache/2.4.7 (Ubuntu) is not blacklisted. Server: Apache/2.4.7 (Ubuntu). Last-Modified: Thu, 24 Jul 2014 17:30:06 GMT. Con rewriter (sample.jsp). GET /sample.jsp HTTP/1.1. HTTP/1.1 200 OK. Date: Thu, 24 Jul 2014 18:30:24 GMT.
unixrecipes.blogspot.com
Unix Recipes: julio 2013
http://unixrecipes.blogspot.com/2013_07_01_archive.html
Code fragments and cheats for unix admins. Linux scripting for dummies. Everyday stuff for Linux. Martes, 23 de julio de 2013. Web aplicaciones security checklist. Modern day web is mainly a hostile environment. Martes, julio 23, 2013. Suscribirse a: Entradas (Atom). Web aplicaciones security checklist. My Favorite Unix Bloggs. Plantilla Simple. Con la tecnología de Blogger.
unixrecipes.blogspot.com
Unix Recipes: septiembre 2012
http://unixrecipes.blogspot.com/2012_09_01_archive.html
Code fragments and cheats for unix admins. Linux scripting for dummies. Everyday stuff for Linux. Lunes, 10 de septiembre de 2012. Accesing a H2 server database with PostgreSQL driver via ODBC. In order to setup a h2 instance we must start h2 daemon with the following syntax:. Java -jar h2-1.3.163.jar -tcp -pg -baseDir /temp/db2. This command line means :. Start h2 in server mode, allowing connections only from localhost setting root database to /temp/db2. Other interesting options are:.
unixrecipes.blogspot.com
Unix Recipes: enero 2014
http://unixrecipes.blogspot.com/2014_01_01_archive.html
Code fragments and cheats for unix admins. Linux scripting for dummies. Everyday stuff for Linux. Miércoles, 15 de enero de 2014. OpenSSL CMS comand line operation. Here comes the new recipe for this year related to encryption with Openssl. And yessss, we are still alive. Miércoles, enero 15, 2014. Suscribirse a: Entradas (Atom). OpenSSL CMS comand line operation. My Favorite Unix Bloggs. Plantilla Simple. Con la tecnología de Blogger.
unixrecipes.blogspot.com
Unix Recipes: enero 2012
http://unixrecipes.blogspot.com/2012_01_01_archive.html
Code fragments and cheats for unix admins. Linux scripting for dummies. Everyday stuff for Linux. Lunes, 30 de enero de 2012. Another usefull feature of openLDAP is ldap backend.With it you can use a ldap server as a backend for queries. This backend is very similar to the "meta" backend, but you must use the same DN in both origin and target servers. LDAP opensso users # # # # # # # # # # # # # # # # # database ldap suffix "ou=persons,dc=test,dc=es" uri ldap:/ localhost:1389/. Lunes, enero 30, 2012.