Ir al contenido principal

Entradas

Mostrando las entradas de abril, 2017

forensics recoverung data: Journaling or reading will always touch the data

When try to recover data, untouch the disk its very important, but live disk or mount readonly are not enought, due journaling features... so precautions must be taken to property make images of the disk after testing data or try to recover those important files.. the untouched data its important to preciceslly maketrace of history of ... SPANISH VERSION:  https://groups.google.com/forum/m/#!topic/vegnuli/Lr-corc2Xrw  (with updates) The Journaling file system will always touch the data When mounting (and unmounting) several journaling file systems with only "-o ro" mount flag a different number of data writes will happened, thats happened due journaling, so this its a list of options that must be use when preform the mount command and u must passed with "-o" flag: File system When data writes happen Notes Ext3/Etx4 File system requires journal recovery To disable recovery: use "noload" flag, or use "ro,loop" flags, or use "ext2...

Initv, OpenRC, upstart y Systemd y sus porquerias

"las cosas malas suceden porque la gente buena no hace nada" Desde hace dos anios se intentba poner systemd como el por defecto, al no poder lograrlo se uso la tecnica "guindows", y todo lo que se usaba como login y udev ahora depende de systemd, MALDITOS!   para los que no quieren leer ver la tabla abajo directo  ... la creciente interdependencia obligo a las distros adoptarlo, el disparador fue udev, que ahora es parte de systemd, obligando a empaquetar esto. . systemd tiene ahora gran terreno, a pesar de existir  eudev ,  eglibc ,  elogind , y tambien una debian completa  devuan , y aun asi ninguno de estos proyectos recibe apoyo.. poque los muy higueputas cobardes no lo hacen... descargue devuan y al fin encontre algo que hace honor a el debian... ademas devuan usa nombres de astros, no estupidos juguetes.... eglibc no dio frutos, y eso que obtuvo el peso de debian (por alla cuando lenny a squeeze...) y siguieron con glibc normal..  ...

buckaro banzay - santo senor: ni chuck norrys es tan grande

Codeigniter: grocerycrud asociation 1-1 with a custom query, dropdown list, column asociation

(under construction) NO AJAX COMPLICATIONS; only pure php and grocery crud * 1 to 1 relationship grocery crud (currently grocerycrud does not have that) * 1 to n custom column relationship grocerycrud (currenlty need name name) i now explain how: 1) controller made normal, here tables: CREATE TABLE tablemain ( colkeymain TEXT , collink_noname TEXT , PRIMARY KEY ( colkeymain )   ); CREATE TABLE tablerefer ( colkeyrefer TEXT , collink_naming TEXT , PRIMARY KEY ( colkeyrefer )   ); 2) here controller $arrayrowsfromtablerefer = $this -> modeltablerefer -> get_allrows_as_array (); .... // code for show in list action $crud -> callback_column ( 'collink_noname' , array ( $this , '_linkrelation' )); // code for show in add and edit, maybe read $crud -> field_type ( 'collink_noname' , 'dropdown' , $arrayrowsfromtablerefer );... ... function '_linkrelation' ( $vale , $rowf ) { return $arrayrowsfromtableref...

Popular