π About Me π€ My name is Miguel Salgado. Iβm based in Mexico City π²π½ Currently Iβm a Systems Reliability Engineer working at Nutanix. πΌ Previously, I worked for: πΌ J.P. Morgan ...
Hello everyone! π
Analyzing perfomance in Linux
TOP top is a command-line utility in Linux that provides a dynamic view of system processes. It displays real-time information about the systemβs CPU usage, memory usage, and a list of running pr...
Journal in Linux
The journalctl command is used to query and view logs from the systemd journal, which is a centralized logging system used by most modern Linux distributions. It provides a structured and compreh...
Ticket Prefabs
The following prefabs worked for me when I used to work at Rackspace, they include many stuff that can be useful. Virtual Host Creation Good afternoon, As requested, your new domain has been cr...
Hammertime Commands
The following are the commands that have worked for me with the tool Hammertime. Connect using a specific port. $ ht login --ssh-port=PORT IP_OR_TICKET How to run commands as root. $ ht --quie...
Helpful Linux Commands
This is a list of useful commands that have worked for me over the years for multiple servers while I was working at RXT.. Apache / NGINX Commands Modify apache to redirect from http to https I...