This shows you the differences between two versions of the page.
- | Both sides previous revision Previous revision Next revision |
- | apple [2017/01/17 13:40] 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 -67,11 +96,14 @@ | |
# | |
curl --data " | |
sed -E ' | |
sleep 11 # if launched as a daemon, live for 11s to not be detected as buggy. | |
</ | |
That "sleep 11" is to mitigate the buggy daemon detection mentioned [[https:// | |
Note that we had to specify the path to the homebrew grep, because LaunchAgent would use the default one instead. | |
cd into ~/ | |
<code xml com.dlma.tag_ip_address.plist> | |
@@ Line -85,11 +117,15 @@ | |
< | |
< | |
< | |
< | |
< | |
< | |
< | |
| |
| |
| |
| |
| |
</ | |
</ | |
@@ Line -99,5 +135,5 @@ | |
<code bash> | |
$ launchctl load -w / | |
</ | |
@@ Line -106,21 +142,10 @@ | |
* [[http:// | |
| |
* [[http:// | |
* Code Editing | |
* [[ | |
* [[http:// | |
* Paint program | |
* [[http:// | |
@@ Line -131,5 +156,5 @@ | |
* [[http:// | |
[[http:// | |
* http:// | |
@@ Line -145,5 +170,6 @@ | |
* Command Key: Control Panel -> Keyboard -> Modifier Keys... -> swap Command and Control keys | |
* Except that [[https:// | |
* [[http:// | |
* [[http:// | |
@@ Line -154,5 +180,4 @@ | |
* [[wp> | |
* A [[http:// | |
==== Sokoban ==== | |
@@ Line -163,8 +188,4 @@ | |
What matters here is the ability to scrobble what I've played to last.fm directly from my iPhone/ | |
====== Prey ====== | |
@@ Line -172,5 +193,5 @@ | |
[[https:// | |
====== NFS for | |
On the server side get your user ID and group ID (id -u; id -g), and update / |