sudo apt install build-essential checkinstall libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libreadline-dev libffi-dev python3-pip python3-venv liblzma-dev
This file contains hidden or 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 | |
| defaults write com.apple.dock autohide-delay -float 0 | |
| defaults write com.apple.dock autohide-time-modifier -int 0 | |
| killall Dock |
This file contains hidden or 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 | |
| defaults write com.apple.dock autohide-delay -float 0.5 | |
| defaults write com.apple.dock autohide-time-modifier -float 0.5 | |
| killall Dock |
This file contains hidden or 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 | |
| ### BEGIN INIT INFO | |
| # Provides: jupyterhub | |
| # Required-Start: $remote_fs $syslog | |
| # Required-Stop: $remote_fs $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Start jupyterhub | |
| # Description: This file should be used to construct scripts to be | |
| # placed in /etc/init.d. |
This file contains hidden or 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
| /* IBM Plex Mono */ | |
| @font-face { | |
| font-family: mastodon-font-monospace; | |
| src: local("IBM Plex Mono Italic"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.woff2) format("woff2"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.woff) format("woff"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.ttf) format("truetype"); | |
| font-weight: 400; | |
| font-display: swap; | |
| font-style: italic | |
| } | |
| @font-face { |
This file contains hidden or 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
| a:link, a:visited, a.active { | |
| color: navy !important; | |
| } | |
| a:hover { | |
| border-bottom: 1px solid; | |
| } | |
| div.main-navigation-wrap a:link, | |
| div.main-navigation-wrap a:visited, |
The steps below were based on the information provided in a blog post at Richard Loxley Ltd
- Audacity
- Ring Modulator effect
- Audio clip of someone saying something in a robotic manner
Switch the version in System / Update / System Update from the new version to the current version
Under Diagnostics / Command Prompt, run the following command:
pkg-static clean -ay; pkg-static install -fy pkg pfSense-repo pfSense-upgradeBack under System / Update / System Update, switch to the new version.