Archivo por meses: diciembre 2020

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 »

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