Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace git.io links in command gallery #569

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,5 @@ Deleted /tmp/Download-2019-01-23-10-28-49
To import this command into your JumpCloud tenant run the below command using the [JumpCloud PowerShell Module](https://github.com/TheJumpCloud/support/wiki/Installing-the-JumpCloud-PowerShell-Module)

```
Import-JCCommand -URL 'https://git.io/fhF4l'
Import-JCCommand -URL 'https://github.com/TheJumpCloud/support/blob/master/PowerShell/JumpCloud%20Commands%20Gallery/Mac%20Commands/Application%20Installs/Mac%20-%20Generic%20DMG%20Installer.md'
```
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Searching headers for download links
Download link found
Downloaded Firefox%2065.0.dmg to /tmp/Download-2019-01-23-10-28-59
DMG File Found: Firefox%2065.0.dmg
Used hdiutil to mount Firefox%2065.0.dmg
Used hdiutil to mount Firefox%2065.0.dmg
Located DMG Volume: /Volumes/Firefox
Located DMG Mount Point: /dev/disk3s3
Located App: Firefox.app
Expand All @@ -208,5 +208,5 @@ Deleted /tmp/Download-2019-01-23-10-28-59
To import this command into your JumpCloud tenant run the below command using the [JumpCloud PowerShell Module](https://github.com/TheJumpCloud/support/wiki/Installing-the-JumpCloud-PowerShell-Module)

```
Import-JCCommand -URL 'https://git.io/fhQD5'
Import-JCCommand -URL 'https://github.com/TheJumpCloud/support/blob/master/PowerShell/JumpCloud%20Commands%20Gallery/Mac%20Commands/Application%20Installs/Mac%20-%20Install%20FireFox%20DMG.md'
```
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ This is a community written command from [joffems](https://github.com/joffems) t
To import this command into your JumpCloud tenant run the below command using the [JumpCloud PowerShell Module](https://github.com/TheJumpCloud/support/wiki/Installing-the-JumpCloud-PowerShell-Module)

```
Import-JCCommand -URL 'https://git.io/JJ6Vk'
Import-JCCommand -URL 'https://github.com/TheJumpCloud/support/blob/master/PowerShell/JumpCloud%20Commands%20Gallery/Mac%20Commands/Application%20Installs/Mac%20-%20Install%20Microsoft%20Office.md'
```
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Searching headers for download links
Download link found
Downloaded Slack-3.3.7.dmg to /tmp/Download-2019-01-23-10-28-49
DMG File Found: Slack-3.3.7.dmg
Used hdiutil to mount Slack-3.3.7.dmg
Used hdiutil to mount Slack-3.3.7.dmg
Located DMG Volume: /Volumes/Slack.app
Located DMG Mount Point: /dev/disk2s1
Located App: Slack.app
Expand All @@ -208,5 +208,5 @@ Deleted /tmp/Download-2019-01-23-10-28-49
To import this command into your JumpCloud tenant run the below command using the [JumpCloud PowerShell Module](https://github.com/TheJumpCloud/support/wiki/Installing-the-JumpCloud-PowerShell-Module)

```
Import-JCCommand -URL 'https://git.io/fhQDd'
Import-JCCommand -URL 'https://github.com/TheJumpCloud/support/blob/master/PowerShell/JumpCloud%20Commands%20Gallery/Mac%20Commands/Application%20Installs/Mac%20-%20Install%20Slack%20DMG.md'
```
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Shows all the running /System daemons. Daemons scheduled via JumpCloud commands
To import this command into your JumpCloud tenant run the below command using the [JumpCloud PowerShell Module](https://github.com/TheJumpCloud/support/wiki/Installing-the-JumpCloud-PowerShell-Module)

```
Import-JCCommand -URL 'https://git.io/fhSkF'
Import-JCCommand -URL 'https://github.com/TheJumpCloud/support/blob/master/PowerShell/JumpCloud%20Commands%20Gallery/Mac%20Commands/LaunchDaemons/Mac%20-%20List%20All%20Launch%20Daemons.md'
```
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ rm jumpcloud.reboot.plist

#### Description

Removes the launch daemon `jumpcloud.reboot.plist` created by the command [Mac - Schedule Daily System Restart Daemon](https://git.io/fhSkx)
Removes the launch daemon `jumpcloud.reboot.plist` created by the command [Mac - Schedule Daily System Restart Daemon](https://github.com/TheJumpCloud/support/blob/master/PowerShell/JumpCloud%20Commands%20Gallery/Mac%20Commands/LaunchDaemons/Mac%20-%20Schedule%20Daily%20System%20Restart%20Daemon.md)

#### *Import This Command*

To import this command into your JumpCloud tenant run the below command using the [JumpCloud PowerShell Module](https://github.com/TheJumpCloud/support/wiki/Installing-the-JumpCloud-PowerShell-Module)

```
Import-JCCommand -URL 'https://git.io/fhSkA'
Import-JCCommand -URL 'https://github.com/TheJumpCloud/support/blob/master/PowerShell/JumpCloud%20Commands%20Gallery/Mac%20Commands/LaunchDaemons/Mac%20-%20Remove%20Daily%20System%20Restart%20Daemon.md'
```
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ launchctl load -w "/Library/LaunchDaemons/jumpcloud.reboot.plist"

#### Description

Uses a [launch daemon](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html) to schedule a forced daily system restart for a given time specified in the hour='' and minute='' variables. The daemon will be listed as JumpCloud.system.reboot.at.'${hour}':'${minute}' within the launch daemon list. Use the command [Mac - List All Launch Daemons.md](https://git.io/fhSkF) to see a list of all launch daemons.
Uses a [launch daemon](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html) to schedule a forced daily system restart for a given time specified in the hour='' and minute='' variables. The daemon will be listed as JumpCloud.system.reboot.at.'${hour}':'${minute}' within the launch daemon list. Use the command [Mac - List All Launch Daemons.md](https://github.com/TheJumpCloud/support/blob/master/PowerShell/JumpCloud%20Commands%20Gallery/Mac%20Commands/LaunchDaemons/Mac%20-%20List%20All%20Launch%20Daemons.md) to see a list of all launch daemons.

This .plist file can be modifyed to run using differnt time based parameters (day of week, specific month). Find more information on this [here](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/ScheduledJobs.html#//apple_ref/doc/uid/10000172i-CH1-SW1).

Expand All @@ -68,5 +68,5 @@ This .plist file can be modifyed to run using differnt time based parameters (da
To import this command into your JumpCloud tenant run the below command using the [JumpCloud PowerShell Module](https://github.com/TheJumpCloud/support/wiki/Installing-the-JumpCloud-PowerShell-Module)

```
Import-JCCommand -URL 'https://git.io/fhSkx'
Import-JCCommand -URL 'https://github.com/TheJumpCloud/support/blob/master/PowerShell/JumpCloud%20Commands%20Gallery/Mac%20Commands/LaunchDaemons/Mac%20-%20Schedule%20Daily%20System%20Restart%20Daemon.md'
```