Archivo del Autor: carlosap

Installing and Configuring OpenSSH on Windows Server 2019

Following are setup steps for OpenSSH shipped with Windows 10 v.1803 (April 2018 update. See comments to this post, it might not work with 1809). Server setup (elevated powershell): Install OpenSSH server: Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0. Start agent and sshd services: Start-Service ssh-agent; Start-Service sshd (this will generate host keys and default configuration automatically in $env:ProgramData\ssh). [Optional] Install OpenSSHUtils… Leer más »

Fix Google Chrome Status_Invalid_Image_Hash Error

If you’re getting the status_invalid_image_hash error on Google Chrome, use this troubleshooting guide to fix the problem on Windows and Android. Open Command Prompt as an administrator and type this command:

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… Leer más »

Categoría: Nix

THE BLACK VAULT

The Black Vault is the largest privately run archive of declassified documents in the world. https://www.theblackvault.com/

OS X Catalina – /cores directory taking up a lot of space?

Long story short, it’s safe to delete them. The /cores folder is where OS X stores Core Dumps. These are files that are intended for developers to trouble-shoot and diagnose faults in their software. They are generated as software crashes. If you’re not a developer, or aren’t testing software for a developer, then these files serve no… Leer más »

blade x6250 firmware update procedure

Updating the Firmware With the ILOM CLI 1. Log onto the ILOM CLI through the Management Ethernet Port (see Using the CLI Through the Management Ethernet Port) or the serial port (see Using the CLI Through the Serial Port). 2. From the ILOM CLI, use the following command: load -source tftp://tftpserver/ilom.firmware.pkg where tftpserver is the trivial file-transfer protocol (TFTP)… Leer más »