Compare commits
2 Commits
90e35cea1a
...
14d55adfda
Author | SHA1 | Date |
---|---|---|
shwetha729 | 14d55adfda | |
shwetha729 | a3044d678c |
|
@ -13,7 +13,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/Launchd info.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/About terminal.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -85,7 +85,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/Launchd info.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/About terminal.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/Launchd info.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/About terminal.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -125,7 +125,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/Launchd info.md"
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/About terminal.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -151,6 +151,8 @@
|
|||
},
|
||||
"active": "90073c0865339749",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/BBEdit/Launchd.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/Launchd info.md",
|
||||
"hi.mainsite/Coding Projects.md",
|
||||
"hi.mainsite/Main Page.md",
|
||||
"hi.mainsite/Quantum Stuff.md",
|
||||
|
@ -180,8 +182,6 @@
|
|||
"Coding Tips (Classical)/Terminal Tips/Servers/Databases/About Databases.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Servers/Cloud Servers/Nginx.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Servers/Cloud Servers/Linode.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Servers/Cloud Servers/Docker.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Servers/Cloud Servers/Cloudron.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Servers/Cloud Servers",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Media Hosts",
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/Networking/VPN",
|
||||
|
|
|
@ -6,6 +6,8 @@ dg-permalink: "your-terminal"
|
|||
|
||||
Your terminal is the main way that you interact with the machine. So you have to make sure that it is optimized to be as lightweight as possible. It is also the main way you create [software](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FCommands%20%2B%20Settings%2FInternet%2FRepos%2FAbout%20Repositories) interactively to be [hosted](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FCommands%20%2B%20Settings%2FInternet%2FHosting%2FOn%20Hosts) on the [Internet](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FCommands%20%2B%20Settings%2FInternet%2FHosting%2FBrowser%20talk%2FAbout%20Browsers)! For more information on internet tools, click on any of the previous links to take you to the appropriate area.
|
||||
|
||||
This is where I intend on making the most changes.
|
||||
|
||||
If you ever want to take a screen recording of the terminal just type in:
|
||||
```
|
||||
asciinema rec
|
||||
|
|
|
@ -2,7 +2,9 @@ A MacOS specific version of a [cron](obsidian://open?vault=enter&file=Coding%20T
|
|||
|
||||
In computing, **launchd**, a unified operating system service management framework, starts, stops and manages daemons, applications, processes, and scripts in macOS. It was introduced with Mac OS X Tiger and is licensed under the Apache License —Wikipedia. For more tips with launchd please head [here](https://www.maketecheasier.com/use-launchd-run-scripts-on-schedule-macos/).
|
||||
|
||||
The official source is found [here](https://launchd.info/).
|
||||
The official source is found [here](https://launchd.info/). My version of LaunchControl for GUI troubleshooting is found [here](https://soma-zone.com/download/).
|
||||
|
||||
---
|
||||
|
||||
Here are some helpful tips;
|
||||
|
||||
|
|
Loading…
Reference in New Issue