Archivo del Autor: carlosap

antimatter

That is what antimatter can do. Annihilating a kilogram of antimatter will give out about ten billion times the amount of energy released when a kilogram of TNT explodes. Under suitable circumstances a proton can change into a neutron and emit energy some of which materializes as a positron, similar to what happens in the… Leer más »

the Tunguska large explosion 1908

https://en.wikipedia.org/wiki/Tunguska_event The Tunguska event was a large explosion that occurred near the Podkamennaya Tunguska River in Yeniseysk Governorate (now Krasnoyarsk Krai), Russia, on the morning of 30 June 1908 (NS).[1][2] The explosion over the sparsely populated Eastern Siberian Taiga flattened 2,000 square kilometres (770 square miles) of forest, yet caused no known human casualties. The explosion is generally attributed to the air burst of a meteor. It is classified as an impact… Leer más »

Checking Your Ubuntu Version From the Terminal

Step 1: Open the terminal. Step 2: Enter the lsb_release -a command. Step 1: Open “System Settings” from the desktop main menu in Unity. Step 2: Click on the “Details” icon under “System.” Step 3: See version information.

dynatrace

https://www.dynatrace.com/ Software intelligence todo en uno: APM, monitorización de infraestructuras cloud, AIOps y DEM. Simplifica y automatiza tu enterprise cloud híbrido gracias a la …

Disable password complexity in ESXi 6.5

After ESXi 6.5 setup is complete, password complexity requirements are enforced for users, esp. root. To change root password to a simple non-complex password by disabling password complexity requirements temporarily use following steps: SSH to host vi /etc/pam.d/passwd Comment first (requisite) and second (sufficient) lines Copy sufficient line and remove use_auth_ok. Leave this edited line… Leer más »

colitis

Si sufres de colitis agarra 7 hojas tiernas de guayaba ponlas a hervir en 1 taza de agua por 10.minutos cuela y bebe tibio 2 veces la.dia ..en pocos dias ya tu estomago estará desinflamado y sin gases

cuda mac mini

0 There is a conflict between the driver CUDA wants to use (nvidia-390) and the one you have installed. I had the same problem: «which is also in package nvidia-340…» For me this was solved by first purging the old nvidia driver sudo dpkg -P nvidia-340 Only then would sudo apt –fix-broken install work. You can purge… Leer más »

tigervnc and ubuntu 18.04

# yum -y install tigervnc tigervnc-server vncpasswd # firewall-cmd –permanent –zone=public –add-port=5901/tcp success # firewall-cmd –reload success Running VNC as a System Service Next, we’ll set up the VNC server as a systemd service so we can start, stop, and restart it as needed, like any other service. This will also ensure that VNC starts… Leer más »

SNMP on Centos 7.5 config

InstallInstall the service using our loved yum. yum install net-snmp net-snmp-utils ConfigTo the configuration; which can be found here : /etc/snmp/snmpd.confI however remove the original one -most of the time- and just copy/paste the one I use on all servers; Keep the original for reference, although its very verbose (IMHO) mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.ori This is the config… Leer más »