<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
- Herramientas de seguridad en Linux - Publicada en la revista Linux Free Magazine nº 3.
- [[Correo tragalotodo|http://www.turegano.net/sistema-de-correo-tragalotodo/]]
- [[Instalación de un servidor de prácticas de Tecnologías de Internet|http://linuxalbacete.org/web/content/view/151/31/]]
- [[Introducción a LDAP|http://linuxalbacete.org/web/content/view/150/31/]]
- [[Simulador NS-2|httpp://linuxalbacete.org/web/content/view/149/31/]]
- [[Linuxico Bot 1.0|http://linuxalbacete.org/web/content/view/148/31/]]
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #014
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
Miembro activo de la comunidad de Software Libre, en el seno de la cuál he participado en múltiples eventos de colaboración y difusión.
Cofundador de la Asociación Linux Albacete y presidente de la misma entre los años 2002 y 2004.
Miembro de Hispalinux, del Grupo de Usuarios de Linux de la Universidad Carlos III de Madrid y de Iniciativa Focus Madrid.

- Introducción al Cloud Computing (Universidad de Málaga)
- ~SaaS in Public Administration (Cebit - Hannover) - [[VER VIDEO|http://www.techcast.com/events/cebit10/fr02-turegano/]] [EN]
- Administrando Jboss (Universidad Carlos III Madrid)
- Desplegando servicios en la nube (Universidad Carlos III Madrid)
- Soluciones profesionales de correo con Software Libre (Universidad Carlos III Madrid)
- Servicios de directorio basados en OpenLDAP (Universidad Carlos III Madrid)
- La tecnología que nos hace libres [[X Congreso Hispalinux|http://congreso.hispalinux.es]] - [[Feria de empleo Libre|http://www.emplealibre.es/programa]]
- Servicios de directorio basados en OpenLDAP - [[III Jornadas de Software Libre de Albacete 2007|http://linuxalbacete.org/web/content/view/214/72/]]
- Alta disponibilidad y balanceo de carga en Linux (Universidad Carlos III Madrid) 
- Soluciones avanzadas de correo electrónico con Software Libre (Gobierno de Canarias)
- Alta disponibilidad y balanceo de carga en Linux (Jornadas de software libre de Albacete)
- Curso de iniciación a VSL (Valdemoro Software Libre)
- Cómo montar un servidor casero con Debian (Party Quijote)
- Taller de Apache 2 en la [[Tarde de Linux|http://linuxalbacete.org/web/component/option,com_remository/Itemid,39/func,download/id,12/chk,eed2e67bffc2ec3baf0ca3a433703776/]]
- Software Libre en la Universidad - [[I jornadas de Software Libre de Castilla-La Mancha|http://linuxalbacete.org/web/content/view/158/31/]] (2004)
- Charla Inaugural - [[I jornadas de Software Libre de Castilla-La Mancha|http://linuxalbacete.org/web/content/view/158/31/]] (2004)
- Introducción al Software Libre - Ateneo XXI Valencia
- Mesa Redonda sobre Software Libre  [[I jornadas de Software Libre de Albacete|http://linuxalbacete.org/web/content/view/154/31/]]
- Charla Inaugural - [[I jornadas de Software Libre de Albacete|http://linuxalbacete.org/web/content/view/154/31/]]
- [[Acto inaugural Asociación Linux Albacete|http://linuxalbacete.org/web/content/view/155/31/]]
Planificación de proyectos y gestión de equipos de trabajo.
Especificación de requisitos y análisis funcional de nuevos servicios en sistemas. 
Amplios conocimientos de administración de sistemas Linux.
Implementación de sistemas de alta disponibilidad y balanceo de carga.
Soluciones Opensource.

VARIOS
Gestión de proyectos: Project Open, Openproj, PS-Next
Virtualización: Xen, kvm, qemu, virtualbox
Cloud Computing: Amazon EC2
Integración continua: Hudson
Control de versiones: Subversion
Servidores de aplicaciones: JBoss, Tomcat
Creación de paquetes y repositorios Debian.

SISTEMAS OPERATIVOS
Amplios conocimientos de administración de sistemas Linux (Debian, RedHat, Mandrake, Gentoo, etc).
Administración de Microsoft Windows NT 4, 2000 y 2003 Server
SUN Solaris 8 y 9 (x86 y SPARC)
CISCO IOS
Microsoft Windows 95, 98, Millenium, 2000 y XP.

REDES
Diseño e implantación de redes y proyectos de cableado estructurado.
Hardware de red (Routers CISCO, Switches CISCO Catalyst, productos 3COM).
Diseño, instalación y securización de redes inalambricas (802.11)
Experiencia en la implantacion de soluciones de hosting/housing, compra y gestión de dominios, servicios de correo electrónico, administración de bases de datos, servidores de archivos, etc... Todos ellos tanto en entornos de producción (24/7) como de desarrollo.
Gestión de red: SNMP, RMON, MRTG, etc
Creación y gestión de clusters con Openmosix

SEGURIDAD
Experiencia en la implantación de soluciones de Seguridad Perimetral con cortafuegos 
Sistemas de detección de intrusiones (locales y de red)
Análisis de vulnerabilidades y técnicas forenses
Sistemas de protección antivirus y antispam.
Creación de manuales de actuación ante incidencias y recuperación de desastres.
Conocimientos de criptografia (ssh, ssl, pgp, md5, des, 3des, etc...)

BASES DE DATOS
Instalación y Administración de MySQL, Postgresql
Analisis y creación de proyectos (C, C++,PHP) con acceso a MySQL

PROGRAMACION
Pascal, C, C++, Visual C++,  Shell Script
Programación CGI en C, PHP, HTML, Javacript
WEB (Macromedia Dreamweaver, Flash y Coldfusion)
 Programacion de sockets en C bajo Linux
Nombre: Javier Turégano Molina
Fecha de Nacimiento: 09/07/1978
Ciudad de Residencia: Getafe, Madrid, España
Contactar: [[Pulse aquí.|http://www.turegano.net/contacto/]]

En esta página web intentaré mantener mi Curriculum Vitae ampliado lo más al día posible, aprovechando la ventaja de hacerlo sobre un Wiki.
Es posible que también estés interesado en visitar [[mi blog: Turegano.NET|http://www.turegano.net]] o mi [[perfil en Linkedin|http://es.linkedin.com/in/jturegano]] .
[[Datos Personales]]
PageTemplate, ViewTemplate or EditTemplate
ColorPalette
MainMenu
!!Jefe de Proyecto (Junio 2007 hasta la actualidad)
Andago Ingeniería

Encargado de la planificación, dirección y ejecución de proyectos en las áreas de sistemas y desarrollo. Reponsable de la gestión de equipos de trabajos multidisciplinares, comunicación con el cliente así cómo la gestión económica de los proyectos.
Andago es una empresa de ingeniería expecializada en la realización de proyectos innovadores para la administración pública y pionera en el uso del software libre.

!!Consultor Senior (Marzo de 2005 hasta Junio 2007)
Andago Ingeniería

Encargado de la implantación y explotación de proyectos de sistemas en alta disponibilidad. Realizaba tareas de consultoría y auditoría en cliente, así cómo soporte 24x7. También impartía formación a los administradores.

!!Jefe del departamento de sistemas (Febrero de 2003 hasta Marzo de 2005)
I.D. Ando Experiencias S.L.

Dirección del equipo de sistemas (3-4 técnicos), encargado del buen funcionamiento de todos los servicios ofrecidos a los clientes y responsable de seguridad.
Ideando es una empresa dedicada a ofrecer servicios de internet: hosting, housing, correo electrónico, etc... así como al desarrollo de portales interactivos.

!!Administrador de Sistemas (1 de Diciembre de 2000 hasta Febrero de 2003)
I.D. Ando Experiencias S.L.

Encargado de la administración de los servidores de la empresa, así cómo del diseño de la red de servicios y su mantenimiento dentro del departamento de sistemas. También realicé tareas de programación web.
!!Formación Universitaria

Ingeniero Técnico en Informática de Sistemas
       -Escuela Politécnica Superior de Albacete

!!Certificaciones y cursos

- RHCE: [[Red Hat Certified Engineer|https://www.redhat.com/training/certification/verify/?rhce_cert_display:certno=804006089520626&rhce_cert_display:verify_cb=Verify Red ]] y RHCT Red Hat Certified Tecnician.
- LPIC [[Linux Profesional Institude Certificated|http://www.lpi.org/en/lpi/english/about_lpi]]
- Novell CLA [[Novell Certified Linux Administrator|http://www.novell.com/training/certinfo/cla/]]
- CNAP [[Cisco Networking Accademy Program|http://www.cisco.com/edu/emea/index.shtml]]
- Jboss for Administrators
- Liferay Portal Administrator
- Auditoría Informática. Avances de seguridad en Internet (30 horas) <GSII Universidad Salamanca>
- Seguridad y Administración de Redes TCP/IP en UNIX Solaris 9. (100 horas) < Universidad Complutense de Madrid >
- Seguridad en la Red (40 horas) < GSII Universidad Salamanca.>
- Curso de Linux Avanzado (25 horas) <IDR y Dept. Informatica UCLM>
- Curso de programación en Visual C++ (20 horas) <UCLM>
- Elaboración de documentos en Hipertexto e Hipermedia (30 horas) <UCLM>
- Tendencias en Redes de altas prestaciones (20 horas) <UCLM>
     - Español (nativo).
     - Inglés. Nivel alto hablado y escrito. Superado el nivel avanzado de la Escuela Oficial de Idiomas (6 cursos).
[[Datos Personales]]
[[Experiencia Profesional]]
[[Proyectos]]
[[Formación]]
[[Idiomas]]
[[Conferencias]]
[[Articulos]]
[[Comunidad]]
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<!--<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>-->
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
!!ADAMS: Andago Deploy And Management System (Andago Ingeniería)
Enero 2010 - Actualidad
Tareas: Proyecto interno de la compañía para crear una plataforma que mejore los actuales procesos de gestión de entornos y despliegue de aplicaciones.
Plataforma/Tecnologías: Puppet, ~ControlTier, Chef, Subversion,  

!!Liberación de soluciones de Andago (Andago Ingeniería)
Enero 2010 - Actualidad
Tareas: Análisis, Diseño y ejecución de la estrategia de liberación de soluciones Community de Andago Ingeniería, que incluye la paquetización, gestión del código fuente, liberación y promoción de las plataformas de la compañía.
Plataforma/Tecnologías: Paquezación .deb, repositorios debian, bash, Amazon S3, 

!!Opencities as a Service (Andago Ingeniería)
Julio 2009 – Marzo 2010
Tareas: Proyecto interno de la compañía para la integración de las distintas soluciones de la compañía (Opencities, Openlicita, Opencitizen, Opengeoservices, etc...) para ofrecer ~SaaS en plataformas de Cloud Computing privadas (Xen) y públicas (Amazon ~EC2).
Plataforma/Tecnologías: Xen, Amazon ~EC2, Jboss, Apache, Postgresql, Opencities, Perl

!!Plataformas Administración Electrónica (Varios proyectos en Ayuntamientos y Gobiernos autonómicos)
Enero 2009 - Actualidad
Tareas: Análisis, diseño y despliegue y formación de las distintas soluciones de Andago para Administración Electrónica en el área de arquitectura de sistemas en diversos clientes.
Plataforma/Tecnologías: Debian, RHEL, Apache, Jboss, Heartbeat, Postgresql, Mapserver,

!!Unificación de frontales de correo (Gobierno Autonómico)
Marzo 2009 - Septiembre 2009
Tareas: Gestión, Análisis, Diseño e Implantación de la unificación del acceso a través de un sistema único de frontales opensource a las 3 plataformas de correo actuales (Microsoft, SUN y ~OpenSource)
Plataforma/Tecnologías: Postfix, Perdition, LDAP, Exchange, SUN One, Perl, Courier

!!Arquitectura de plataformas (Andago Ingeniería)
Mayo 2008 – Marzo 2009
Tareas: Proyecto interno de la compañía para la creación de un departamento de Arquitecutra de Plataformas encargado de definir y unificar todo el área de sistemas de las diferentes soluciones de la compañía.
Plataforma/Tecnologías: Debian, Jboss, Tomcat, Jonas, SVN, Java, Hudson, Postgresql, Opencities,

!!Consultoría Desktop (Universidad)
Abril 2008 – Mayo 2008
Tareas: Consultoría sobre posibles mejoras y soluciones sobre la migración a escritorios Linux.
Plataforma/Tecnologías: Debian, Ubuntu, VMWARE, SAN

!!Portal Transferencia Tecnologías  (Ministerio)
2007 Octubre – 2008 Marzo
Tareas: Gestión del proyecto de mejora del portal de transferencia de tecnologías de un ministerio.
Plataforma/Tecnologías: RHEL 5, Jahia, Gforge, Tomcat,  ~J2EE, Postgresql, LDAP, Apache, PHP, PILAR

!!Red inalámbrica metropolitana (Ayuntamiento)
2007 Enero – 2008 Mayo
Tareas: Análisis, diseño y gestión del proyecto de implantación de la red inalámbrica del Ayuntamiento en el espacio de su área metropolitana.
Plataforma/Tecnologías: Wimax Alvarion, CISCO, Meraki Mesh, Chilispot, squid, bind, Nagios, Debian

!!Mejora al sistema de correo (Ayuntamiento)
2007 Dic – 2008 Feb
Tareas: Análisis, diseño e implantación de diversas mejoras (listas de correo, sistema de monitorización, etc...) del cluster de correo.
Plataforma/Tecnologías: Suse Linux, Postfix, heartbeat, IPVS, Keepalive, DRBD, Nagios, Mailman

!!Migración del sistema de correo (Gobierno Autonómico)
Agosto 2006 – Junio 2007
Tareas: Análisis, diseño y ejecución de la migración del sistema de correo del gobierno autonómico, basado en Software privativo de SUN a la plataforma openSource previamente instalada por Andago.
Plataforma/Tecnologías RHES 4, ~OpenLDAP, PERL, Sun Direcotry

!!Cluster de correo (Gobierno Autonómico)
Enero 2006 – Agosto 2006
Tareas: Análisis, desarrollo e implantación del sistema de correo de alta disponibilidad del Gobieno autonónmico.
Plataforma/Tecnologías: RHES 4, ~OpenLDAP, Heartbeat, Postfix, Courier, Amavis, ~SpamAssassin, Clamav, ~TrendMicro IMSS, egroupware, PHP, Mysql

!!Sistema de control de parches (Ayuntamiento)
Septiembre 2005 – Enero 2006
Tareas: Despliegue de  Novell Zenworks Patch  Management encargada de la gestión de 11000 terminales
Plataforma/Tecnologías: Novell Patch Management, Windows 2003 Server, SQL Server 2000, Internet Information Server

!!Migración del sistema de FAX (Cadena de supermercados)
2005/ Agosto
Tareas: Migración del sistema de fax de la cadena a Red Hat Enterprise Server 4 en cluster.
Plataforma/Tecnologías: RHES 4 Cluster, Hylafax

!!Aulas wifi (Ayuntamiento)
2005/ Junio – Septiembre
Tareas: Instalación y gestión remota de una biblioteca con sistemas basados en Windows/Linux.
Plataforma/Tecnologías: Novell Suse, eDirectory, LDAP, Samba, NFS, Iptables, CUPS, Windows XP, Novell Desktop, Novell Zenworks Suite, Tecnologia wireless 802.11g


!!Portal Web (Confederación de organizaciones)
Tareas: Apoyo al desarrollo del portal de la confederación en el area de sistemas del proyecto.
Plataforma/Tecnologías: Debian, Gforge, PHP, LDAP, Postgresql, Proftpd, Bind, Mailman, ~VMWare

!!Servicio integral de mensajería (Ayuntamiento)
2005/ Abril
Tareas
Instalación y configuración del sistema de alta disponibilidad, servicios de correo y mensajería.
Plataforma/Tecnologías Debian, LVS, Heartbeat,  DRBD, ~OpenLDAP, Active Directory, Postfix Courier ~ClamAV ~SpamAssasin.  Amavis. Jabber. Apache/PHP + Tomcat, iptables
2005/ Abril – Agosto


!!Mejora plataforma de correo (Centro de investigación nacional) 
2005/ Abril - Mayo
Tareas: Apoyo a las tareas de puesta en marcha y mantenimiento del sistema de correo del centro de investigación
Plataforma/Tecnologías: RHEL, Trend Micro Antivirus, Postfix, ~OpenLDAP
/***
|Name|SinglePageModePlugin|
|Source|http://www.TiddlyTools.com/#SinglePageModePlugin|
|Documentation|http://www.TiddlyTools.com/#SinglePageModePluginInfo|
|Version|2.9.6|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|Show tiddlers one at a time with automatic permalink, or always open tiddlers at top/bottom of page.|
This plugin allows you to configure TiddlyWiki to navigate more like a traditional multipage web site with only one tiddler displayed at a time.
!!!!!Documentation
>see [[SinglePageModePluginInfo]]
!!!!!Configuration
<<<
<<option chkSinglePageMode>> Display one tiddler at a time
><<option chkSinglePagePermalink>> Automatically permalink current tiddler
><<option chkSinglePageKeepFoldedTiddlers>> Don't close tiddlers that are folded
><<option chkSinglePageKeepEditedTiddlers>> Don't close tiddlers that are being edited
<<option chkTopOfPageMode>> Open tiddlers at the top of the page
<<option chkBottomOfPageMode>> Open tiddlers at the bottom of the page
<<option chkSinglePageAutoScroll>> Automatically scroll tiddler into view (if needed)

Notes:
* The "display one tiddler at a time" option can also be //temporarily// set/reset by including a 'paramifier' in the document URL: {{{#SPM:true}}} or {{{#SPM:false}}}.
* If more than one display mode is selected, 'one at a time' display takes precedence over both 'top' and 'bottom' settings, and if 'one at a time' setting is not used, 'top of page' takes precedence over 'bottom of page'.
* When using Apple's Safari browser, automatically setting the permalink causes an error and is disabled.
<<<
!!!!!Revisions
<<<
2008.10.17 [2.9.6] changed chkSinglePageAutoScroll default to false
| Please see [[SinglePageModePluginInfo]] for previous revision details |
2005.08.15 [1.0.0] Initial Release.  Support for BACK/FORWARD buttons adapted from code developed by Clint Checketts.
<<<
!!!!!Code
***/
//{{{
version.extensions.SinglePageModePlugin= {major: 2, minor: 9, revision: 6, date: new Date(2008,10,17)};
//}}}
//{{{
config.paramifiers.SPM = { onstart: function(v) {
	config.options.chkSinglePageMode=eval(v);
	if (config.options.chkSinglePageMode && config.options.chkSinglePagePermalink && !config.browser.isSafari) {
		config.lastURL = window.location.hash;
		if (!config.SPMTimer) config.SPMTimer=window.setInterval(function() {checkLastURL();},1000);
	}
} };
//}}}
//{{{
if (config.options.chkSinglePageMode==undefined)
	config.options.chkSinglePageMode=false;
if (config.options.chkSinglePagePermalink==undefined)
	config.options.chkSinglePagePermalink=true;
if (config.options.chkSinglePageKeepFoldedTiddlers==undefined)
	config.options.chkSinglePageKeepFoldedTiddlers=false;
if (config.options.chkSinglePageKeepEditedTiddlers==undefined)
	config.options.chkSinglePageKeepEditedTiddlers=false;
if (config.options.chkTopOfPageMode==undefined)
	config.options.chkTopOfPageMode=false;
if (config.options.chkBottomOfPageMode==undefined)
	config.options.chkBottomOfPageMode=false;
if (config.options.chkSinglePageAutoScroll==undefined)
	config.options.chkSinglePageAutoScroll=false;
//}}}
//{{{
config.SPMTimer = 0;
config.lastURL = window.location.hash;
function checkLastURL()
{
	if (!config.options.chkSinglePageMode)
		{ window.clearInterval(config.SPMTimer); config.SPMTimer=0; return; }
	if (config.lastURL == window.location.hash) return; // no change in hash
	var tids=decodeURIComponent(window.location.hash.substr(1)).readBracketedList();
	if (tids.length==1) // permalink (single tiddler in URL)
		story.displayTiddler(null,tids[0]);
	else { // restore permaview or default view
		config.lastURL = window.location.hash;
		if (!tids.length) tids=store.getTiddlerText("DefaultTiddlers").readBracketedList();
		story.closeAllTiddlers();
		story.displayTiddlers(null,tids);
	}
}


if (Story.prototype.SPM_coreDisplayTiddler==undefined)
	Story.prototype.SPM_coreDisplayTiddler=Story.prototype.displayTiddler;
Story.prototype.displayTiddler = function(srcElement,tiddler,template,animate,slowly)
{
	var title=(tiddler instanceof Tiddler)?tiddler.title:tiddler;
	var tiddlerElem=document.getElementById(story.idPrefix+title); // ==null unless tiddler is already displayed
	var opt=config.options;
	var single=opt.chkSinglePageMode && !startingUp;
	var top=opt.chkTopOfPageMode && !startingUp;
	var bottom=opt.chkBottomOfPageMode && !startingUp;
	if (single) {
		story.forEachTiddler(function(tid,elem) {
			// skip current tiddler and, optionally, tiddlers that are folded.
			if (	tid==title
				|| (opt.chkSinglePageKeepFoldedTiddlers && elem.getAttribute("folded")=="true"))
				return;
			// if a tiddler is being edited, ask before closing
			if (elem.getAttribute("dirty")=="true") {
				if (opt.chkSinglePageKeepEditedTiddlers) return;
				// if tiddler to be displayed is already shown, then leave active tiddler editor as is
				// (occurs when switching between view and edit modes)
				if (tiddlerElem) return;
				// otherwise, ask for permission
				var msg="'"+tid+"' is currently being edited.\n\n";
				msg+="Press OK to save and close this tiddler\nor press Cancel to leave it opened";
				if (!confirm(msg)) return; else story.saveTiddler(tid);
			}
			story.closeTiddler(tid);
		});
	}
	else if (top)
		arguments[0]=null;
	else if (bottom)
		arguments[0]="bottom";
	if (single && opt.chkSinglePagePermalink && !config.browser.isSafari) {
		window.location.hash = encodeURIComponent(String.encodeTiddlyLink(title));
		config.lastURL = window.location.hash;
		document.title = wikifyPlain("SiteTitle") + " - " + title;
		if (!config.SPMTimer) config.SPMTimer=window.setInterval(function() {checkLastURL();},1000);
	}
	if (tiddlerElem && tiddlerElem.getAttribute("dirty")=="true") { // editing... move tiddler without re-rendering
		var isTopTiddler=(tiddlerElem.previousSibling==null);
		if (!isTopTiddler && (single || top))
			tiddlerElem.parentNode.insertBefore(tiddlerElem,tiddlerElem.parentNode.firstChild);
		else if (bottom)
			tiddlerElem.parentNode.insertBefore(tiddlerElem,null);
		else this.SPM_coreDisplayTiddler.apply(this,arguments); // let CORE render tiddler
	} else
		this.SPM_coreDisplayTiddler.apply(this,arguments); // let CORE render tiddler
	var tiddlerElem=document.getElementById(story.idPrefix+title);
	if (tiddlerElem&&opt.chkSinglePageAutoScroll) {
		// scroll to top of page or top of tiddler
		var isTopTiddler=(tiddlerElem.previousSibling==null);
		var yPos=isTopTiddler?0:ensureVisible(tiddlerElem);
		// if animating, defer scroll until after animation completes
		var delay=opt.chkAnimate?config.animDuration+10:0;
		setTimeout("window.scrollTo(0,"+yPos+")",delay); 
	}
}

if (Story.prototype.SPM_coreDisplayTiddlers==undefined)
	Story.prototype.SPM_coreDisplayTiddlers=Story.prototype.displayTiddlers;
Story.prototype.displayTiddlers = function() {
	// suspend single/top/bottom modes when showing multiple tiddlers
	var opt=config.options;
	var saveSPM=opt.chkSinglePageMode; opt.chkSinglePageMode=false;
	var saveTPM=opt.chkTopOfPageMode; opt.chkTopOfPageMode=false;
	var saveBPM=opt.chkBottomOfPageMode; opt.chkBottomOfPageMode=false;
	this.SPM_coreDisplayTiddlers.apply(this,arguments);
	opt.chkBottomOfPageMode=saveBPM;
	opt.chkTopOfPageMode=saveTPM;
	opt.chkSinglePageMode=saveSPM;
}
//}}}
Curriculum Vitae
Javier Turégano
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<!--<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>-->
<!--<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>-->
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->