show system
stop/id=nnnn (where nnnn is the PID from the above command)
Heisenberg - Digital Alchemist, Software Architect, Automation Specialist and Mechanical Engineer.
show system
stop/id=nnnn (where nnnn is the PID from the above command)
Current startup commands;
Start the Alpha Software;
@DFCROOT:[COMS]DFC_STARTUP.COM
Start the RMS software;
@DKB0:[SCOMAGG.S4111.STARTUP]DMS_START
affects the FixLink application on INTERFACE PC
affects the RMSLNK application on INTERFACE PC
To restart (1) without rebooting Alpha, do;
SET DEF DFCROOT:[COMS]
@STOP_PROCS.COM
@DFC_STARTUP.COM
To restart (2) without rebooting Alpha, do;
SET DEF DKB0:[SCOMAGG.S4111.STARTUP]
@DMS_STOP
@DMS_START
Reset Windows password
We can modify the /etc/paths file or we can create a file under /etc/paths.d such as /etc/paths.d/docker
which could contain;
~/.docker/bin
where the docker bin was located at /Users/my_username/.docker/bin
See also [here] for an example of adding JAVA to the System PATH in Linux.
xcode-select --install
Often we see an error such as:
ERROR 1129 (HY000): Host 'nn.nn.nn.nn' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
A note for .ssh/config and .ssh/authorized_keys
I found this useful and interesting, especially as the terms are so easily mixed up (by me at least).
Unlocking, rooting, installing a custom recovery, installing Kali and reverting my Nexus 5 back to stock.