systemctl set-default multi-user.target
systemctl get-default # shows new default mode
reboot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## Author: Yotam Gingold | |
## License: CC0 (public domain) https://creativecommons.org/share-your-work/public-domain/cc0/ | |
## URL: https://gist.github.com/yig/af5bbb054bb9c4de39abc9156e6863e1/ | |
## Download the latest Zoom installer. | |
echo "==> Downloading the latest Zoom installer." | |
cd ~/Downloads | |
## Intel: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jmhobbs@Cordelia:/data/working/example$ (193m|master|?AM)$ phlint | |
= Checking 176 files with 4 processes... | |
(1) = 50 | |
(2) = 100 | |
(3) = 150 | |
(1) Done | |
(0) Done | |
(3) Done | |
(2) Done | |
jmhobbs@Cordelia:/data/working/example$ (193m|master|?AM)$ |