View Solarized Light.terminal
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBlackColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMS | |
AAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVRyb290gAGjCwwTVSRudWxs0w0ODxARElVO | |
U1JHQlxOU0NvbG9yU3BhY2VWJGNsYXNzTxAoMC4wMjc0NTA5ODAzOSAwLjIxMTc2NDcw | |
NTkgMC4yNTg4MjM1Mjk0ABACgALSFBUWF1okY2xhc3NuYW1lWCRjbGFzc2VzV05TQ29s |
View PaperColor_Light.terminal
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBlackColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMS | |
AAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVRyb290gAGmCwwXHR4lVSRudWxs1Q0ODxAR | |
EhMUFRZcTlNDb21wb25lbnRzVU5TUkdCXE5TQ29sb3JTcGFjZV8QEk5TQ3VzdG9tQ29s | |
b3JTcGFjZVYkY2xhc3NPECgwLjkzMzMzMzMzMzMgMC45MzMzMzMzMzMzIDAuOTMzMzMz |
View vid2mp4.sh
This file contains 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
#!/usr/bin/env bash | |
# vid2mp4.sh: Convert a video file into MP4 using the VLC Media Player CLI. See: | |
# | |
# https://wiki.videolan.org/VLC_command-line_help | |
# | |
# for the options available with VLC CLI and: | |
# | |
# https://wiki.videolan.org/VLC_Features_Formats | |
# | |
# for the supported video and audio codecs during encoding. |
View nvidia_96xx_legacy_kernel-3.19.8.patch
This file contains 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
Patch for the Nvidia Linux 32-bit "legacy" driver v96.43.23 to make the | |
kernel-module work with Linux kernel-3.19.8. Based on the patches and the | |
shell-script found here: | |
https://slackbuilds.org/slackbuilds/14.1/system/nvidia-legacy96-kernel/ | |
To patch and install: | |
1. NVIDIA-Linux-x86-96.43.23-pkg1.run --extract-only |