This shows you the differences between two versions of the page.
- | Both sides previous revision Previous revision Next revision |
- | apple [2017/01/17 14:50] dblume [Daemons, Agents, Cron, Launchd] |
---|---|
+ | Previous revision |
+ | apple [2023/02/28 17:14] (current) dblume [BSD vs. Linux commands] |
@@ Line -7,5 +7,5 @@ | |
* System Preferences: | |
* Trackpad -> Tap to Click (For not having to press hard for a click.) | |
* Tap-and-drag: | |
* Open the Photos app, and drag a userpic to it. Then change your userpic in the System Preferences. | |
* Get [[http:// | |
@@ Line -26,21 +26,50 @@ | |
* Position on Right | |
* Automatically show and hide dock | |
* iTerm2 | |
* User Powerline Fonts per [[private: | |
* Outlook | |
* Turn off auto underline-to-italic, | |
| |
brew install gnu-sed | |
brew install findutils | |
brew install ctags | |
brew install gawk | |
brew install jq | |
brew install tree | |
brew install httpie | |
brew install inetutils | |
brew install telnet | |
brew install gnuplot | |
brew install pv | |
brew install gnupg | |
brew install socat | |
brew install wget | |
brew install nmap | |
brew install tmux | |
brew install saulpw/ | |
brew install ripgrep | |
brew install moreutils | |
brew install bash-completion. " See .bash_profile | |
brew install gitui | |
# Maybe also readline if you brew install python3 | |
brew install bash | |
# Note where it was installed. Then something like... | |
| |
sudo echo / | |
chsh - | |
Log out of that console window and log back in again. | |
@@ Line -60,5 +89,5 @@ | |
===== Daemons, Agents, Cron, Launchd ===== | |
The preferred way to set a repeating task is not to use a cronjob but launchd. :!: Note that there' | |
In your ~/bin directory, create a job to run, tag_ip_address.sh | |
@@ Line -88,11 +117,15 @@ | |
< | |
< | |
< | |
< | |
< | |
< | |
< | |
| |
| |
| |
| |
| |
</ | |
</ | |
@@ Line -102,5 +135,5 @@ | |
<code bash> | |
$ launchctl load -w / | |
</ | |
@@ Line -109,21 +142,10 @@ | |
* [[http:// | |
| |
* [[http:// | |
* Code Editing | |
* [[ | |
* [[http:// | |
* Paint program | |
* [[http:// | |
@@ Line -134,5 +156,5 @@ | |
* [[http:// | |
[[http:// | |
* http:// | |
@@ Line -148,5 +170,6 @@ | |
* Command Key: Control Panel -> Keyboard -> Modifier Keys... -> swap Command and Control keys | |
* Except that [[https:// | |
* [[http:// | |
* [[http:// | |
@@ Line -157,5 +180,4 @@ | |
* [[wp> | |
* A [[http:// | |
==== Sokoban ==== | |
@@ Line -166,8 +188,4 @@ | |
What matters here is the ability to scrobble what I've played to last.fm directly from my iPhone/ | |
====== Prey ====== | |
@@ Line -175,5 +193,5 @@ | |
[[https:// | |
====== NFS for | |
On the server side get your user ID and group ID (id -u; id -g), and update / |