Archivo de la categoría: Nix

fix java errors

No appropiate protocol (protocol is disabled or cipher suites are inappropriate) java version «1.8.0_261»Java(TM) SE Runtime Environment (build 1.8.0_261-b12)Java HotSpot(TM) Client VM (build 25.261-b12, mixed mode) FIX Disable: In $JRE/lib/security/java.security: Comment this lines: Certificates do not conform to algorithm constraints FIX Disable: In $JRE/lib/security/java.security: Comment this lines:

perfect6502 6502

https://github.com/mist64/perfect6502 perfect6502 is a MOS 6502 CPU emulator that performs a simulation of the original NMOS 6502 netlist that was extracted by the visual6502.org project. Consequently, perfect6502 is perfect: It is not a reimplementation of the 6502, but a simulation of the original transistors. Its complete behavior, its internal state and its outputs are half-cycle exact. slow: Even though perfect6502 is highly… Read More: perfect6502 6502 »

Categoría: Nix

Advantages of using set -o vi

By setting your readline editing to either emacs (the default) or vi (set -o vi) you are essentially standardizing your editing commands, across the shell and your editor of choice1. Thus, if you want to edit a command in the shell you use the same commands2 that you would if you were in your text editor.… Read More: Advantages of using set -o vi »

lowendbox.com

https://lowendbox.com About LowEndBox Low End Box is dedicated to helping people run websites and services on low end dedicated servers and virtual private servers, where you only need to pay a few dollars a month to get full root access. Our mission is to help people find cheap vps hosting. [

Quick Tip – Allow unsupported CPUs when upgrading to ESXi 7.0

As outlined in the vSphere 7.0 release notes (which everyone should carefully read through before upgrading), the following CPU processors are no longer supported: Intel Family 6, Model = 2C (Westmere-EP) Intel Family 6, Model = 2F (Westmere-EX) To help put things into perspective, these processors were released about 10 years ago! So this should not come… Read More: Quick Tip – Allow unsupported CPUs when upgrading to ESXi… »