Ir al contenido principal

Entradas

Adminer reborns and phppgadmin is dead

Some years ago I predicted that the Windows tools phpXXadmin should be replaced, today that proposal will be forced to become reality because one of them has died and the proposal has risen from its ashes stronger than ever! admin!

Grub Error: invalid environment block. Press any key to continue

 Sometimes a rare error happened! when you boot up your system: about invalid environment block ... here you can learn how to resolve!

Journaling is not need! Clearing up myths about recovery and fast boot

A journaling file system keeps track of changes not yet committed to the file system's using circular log . Its used only to recover after a crash as fast as possible. Its not about safe data or backup data agains corruption.. common misconception of Linux users. So any ext4/etx3/reiserfs/xfs/btrfs will not guarantee your data integrity "just cos has journal".. is just a way to boot again in conssistency. . and some files will be missing as usually witout journaling.. So you cannot understand then why? well dont worry .. i'll explain you easy with an example...

OMV and facts about NAS/SAN implementations and speeds

  Storage, its the key of the work! Open Media Vault is a open source NAS software for normal computers to work as servers. Here we will deal and reveals some facts that people ignores about long time taboo NAS service offers storage to devices over network

The false minimalist and the stupid thinking of developers

  The false minimalist from stupid geeks: dunst looks minimal but has more bloab dependencies rather than gtk notification daemon..

BRUTAL DOOM vs BRUTAL DOOM64 - remake vs complete new game

 The DOOM64 Unlike the ports for other consoles, it's not exactly a port, but a completely new game, featuring completely new levels, textures, sprites, enemies, and a new plot that takes place right after the events of Doom 2, and it's plot strongly suggests to be the prequel to "Doom 2016"  Here we will analize and compared the Brutal DOOM (a enhanced version of DOOM) and the BRUTALDOOM64 the only way to play DOOM64 in linux

DOOM 3 BFG editon on debian 10, 11 or 12 with vanilla package

  Doom3 BFG is a special content that comes with fully HD enhanced version of doom3 + Doom1/2 + expansions .. here you will learn how to install on Debian by the vanilla debian package way.. NOTE: this article is only for people that dont use our Doom VenenuX packages

Pollifill CVE that will deprecate many browsers! It is a trap? CVE-2024-38526

 The new Chinese owner of the popular Polyfill JS CDN source domain for javascrip file delivery seems let to injects malware into more than 100 thousand sites  CVE-2024-38526 : The chain attack, why?

Dynamically create link to cups printer service from the index server page on dinamic ips

This description is too short so we can summarize this tutorial in several points: obtain the server's IP from the index with javascrip, because its IP is dynamic try to modify the text value of a web page at a specific point It tries to create the value of a link when the page loads, or of any html tag modify the attribute of any html nu tag when loading the page with javascrip modify the attribute of an html tag when performing a mouse action before clicking

nodejs right way to made daemon services

.. do you use node server  command? dont use shitty containers for stupid windosers? foudn a so dumb stupid unit files in stackoverflow and cannot made a right well made unit service? ok i have it ! check this entry and use this right made scritps in your servers.. all the code is CC-BY-SA licensed by the way.. i provide script unit files for SHITstemd, sysvinit, openrc and some more.. 

zabbix Aborted connection to db solution

 Unfortunately the people at zabbix are just slaves to making money, an open project is just a way to get hooked and its developers don't address real bugs. This error is due to one or another parameter that is only found by increasing the level of detail in the log file, here we will give an example of how it could be for  https://support.zabbix.com/browse/ZBX-20729 unsolved issue or common forums probles like https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/440755-zabbix-6-raspbian-warning-aborted-connection-to-db !

E3 is dead — how big was it? legend for gamers

  E3  (short for  Electronic Entertainment Expo )  was an annual show/trade event  for/from the video game industry and/or players  organized and presented by the  Entertainment Software Association  (ESA)  from 1995 to 2019,  and virtually in 2021 as final stablisment! The covid event was a crucial to its dead, not only the current events!

2024 gif - the book of the history of Ocean video game company

  Complete Ocean history by Chris Wilkins & Roger M. Kean

Geento goes to binary after long time being source based

Well that was actually a long time ago, but few knew it and now the geento page makes it official so that they know that they can choose this option... without having to wait hours or have the power to compile You probably all know Gentoo Linux as your favourite source-based distribution. Did you know that our package manager, Portage, already for years also has support for binary packages, and that source- and binary-based package installations can be freely mixed?

Vertica vs RDBMS and noSQL database cases

  Document/key-value databases is typically good for unstructured/"schemaless" data. Usually, the cases when you don't need to explicitly define your schema up front and can just include new fields without any ceremony. Most modern fiscal printers uses such way of storage in the client machine. In recent years those kind of databases where a boom, previously we have been on the benealt of LevelDB but such engine was very unstable when crashing. It's often very easy to scale out document/key-value databases. Just by more parts of same structures (knows as nodes) to replicate data to is one way to offer more scalability and offer more protection against data loss. Otherwise, complex/dynamic queries/reporting are best served from an RDBMS. Often...

aptitude - gui - cant find a source to download version package and a fix

Aptitude can save the day! the error happens when we install a package called "x" but version "A-y", well it happens that just at that moment they update and the newer version "A-z" and the apt obviously when you try to download it you won't find it... because of this When trying to reopen aptitude, the following error appears: Continue to read the solution:

Apache2 for alpine linux professional SSL setup

This is made by the separate package.. and will depends of the target compatibility for SSL layer decoding at the client web browser side Please check the previous articles about installing and configuring Apache2 over Alpine Linux. If do you note the command  php$phpverx-apache2  in many tutorials, that is a prof that are incomplete, here you will learn why this ilogic command. The recommendation its to use apache2 behind a reverse proxy setup, such like lighttpd or hiawatta servers. Currently the most lazy and slow server .. just for windosers that wants to learn..  PREVIOUS: Apache2 for alpine linux professional installation

Apache2 for alpine linux professional configuration

 PREVIOUS: Apache2 for alpine linux professional installation Due to the minimalism of alpine Linux, unfortunately the apache2 packaging is the worst ever seen, its configuration file makes it impossible to configure with only single line commands so the commands for quick configuration with cares of overwriting are very dedicated. If do you note the command  php$phpverx-apache2  in many tutorials, that is a prof that are incomplete, here you will learn why this ilogic command. The recommendation its to use apache2 behind a reverse proxy setup, such like lighttpd or hiawatta servers. Currently the most lazy and slow server .. just for windosers that wants to learn..

Apache2 for alpine linux professional installation

The most famous cos was the first Linux server that was widely deployed. The apache2 server is the main choice when you want to get support in development, cos some setup are in a way of granular customization, with extended documentation. If do you note the command  php$phpverx-apache2  in many tutorials, that is a prof that are incomplete, here you will learn why this ilogic command. The recommendation its to use apache2 behind a reverse proxy setup, such like lighttpd or hiawatta servers. Currently the most lazy and slow server .. just for windosers that wants to learn..

Popular

R.U.S.N.I.E.S. http://rusnies.opsu.gob.ve/

(ACTUALIZADO) la pagina fue reestablecida hay muchos cambios pero los usuarios no lo notaran, para verlos o informacion haz click aqui rusnies cambios y consejos para verlos 1) primer dia no se pudo hacer login, ni recuperando password! 2) segundo dia (mas abajo) al fin logeado! 3) para poder aunquesea ver tu planilla, pulsa aqui: planilla rusnies, soluciones algunas! 4)y aqui: tercer dia, algunos detalles arreglado, pero... todos los defectos son algo raros! -si no puedes entrar lee mas abajo, se explica porque y como acceder a tu cuenta en el R.U.N.E.S. -ojo quiero aclarar que un monton de inutiles no ingresaban bien la direccion y por ello no llegaban a ver nunca la pagina! porque ponian la "gov" en vez de "gob" ya que el pedazo de periodico no sabe escribir! 1) Primer dia del R.U.N.I.E.S. : (powered by apache+php+debian, pero estupidizado por los TSU y ingenieros informaticos graduados, que creen saber de programacion!) Cuan triste es ver m...

planilla de rusnies, algunas soluciones! principalmente para los que ya la hicieron!

(ACTUALIZADO) LEER PRIMERO ANTES DE COMENTAR POR FAVOR! la pagina del rusnies ya esta activa hay muchos cambios que los usuarios no notaran perro estan listados, para verlos haz clik aqui rusnies cambios un tip para los que ya la generaron! si conoces la URL de tu planilla (termina en letras mayusculas) puedes ingresarla directamente y obtendras la planilla! Los que tenga el gran Konqueror podran guardarla como si fuese un archivo cualquiera! el resto se les empotrara en los navegadores! pudiendo imprimirla pero no guardarla! esto se puede porque creo la peticion se hace directamente al php y este genera el postscript de la planilla! para los que no han generado su planilla pueden usar la chache de google y listo, como! hagan una busqueda del google para rusnies! pero no le den click al link, en la misma entrada esta unas letricas que dicen "en cache", si dan click ally podran entrar (funciona en la mayoria de los casos) Lo de la cahce sirve mas de noche, de di...

rusnies actualizada, nuevo php y apache actualizado!

AL parecer los ineptos tardaron mas de 5 dias normalizando una actualizacion de apache y php, aparte de ajustar configuraciones para evitar DOS y cuellos de botellas! ANALISIS PROFUNDO, algunos consejos Y ESPECTATIVAS POSITIVAS: Me complace felicitar a los "tecnicos" encargados ya que lograron reestablecer la normalidad en la web! (hasta ahora)! pero.... LAstimosamente las personas que hayan hecho la planilla deberan realizarla de nuevo CUIDADOSAMENTE,porque ineptamente los datos anteriores ahora no coordinaran! (eso era obvio de esperar!) debido a las actualizaciones que hicieron en los codigos fuentes relacionadas con la DB y los datos actuales! (los cuales estaban bien viejitos) LASTIMOSAMENTE TAMBIEN.. los datos se generan mal, deben tener cuidado y no imprimir a la ligera aunque esta informacion esta de mas pues cualquier persona con 4 dedos de frente revisa dos veces un evento tan importante como dicho registro! PARA LOS PROGRAMADORES les recomiendo lean el fina...

Debian vs Devuan - the complete guide to choose

Devuan project aims to made a complete Linux distribution, but the fact its that tracks 90% of the Debian work. This article are up to date to Aug 2021 with release of bullseye. Debian its the mother of most famous distros, including Devuan! But must be considering that Devuan are now more faster but more. so lest see some important thing respect the recently "/usr merge" and "systemd home invassion" incoming things in future: We have two parts, overall differences, and more deep technical differences, recommended for those that will be used more than only to see movies or browse the internet! Before read the complete article , i currently used Devuan as main system, but please take in consideration that almost all notes seems negative; why? well Devuan are more efficient rather than Debian .. but if we take the overall user vision.. Devuan will fail as complete solution .

Venezuela Real : cuidado con basura mediatica

El miundo entero esta lleno de gente "pila", "avispada", en pocas palabras gente que solo vive de aprovechar oportunidades, llamandole a esta actividad burda "trabajo"! y venezuela desgraciadamente no es la excepcion, pue que en cualquier pais hay gente asi! Buscando informacion del sistema de educacion superior llege a una pagina estilo periodico (poco original, hacer de las entradas de un blog, un "multiperiodico") El blog es puro criticar, leyendo las primeras lineas hay objetividad, pero los articulos intentan demostrar desde un "falso punto neutral" oposicionismo, pero ninguna solucion.. Es facil criticar, dificil es mejorar... aprende a ser gente, no chismosa! Los gerentes y "profesionales" en el mundo entero es lo que hacer, criticar y culpar, esperando que les solucionen los problemas, justo como el marco usuario-guindo, donde el usuario estupidamente espera que un "flamante" encorbatado, le solucione la ...