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
| chooser=simple | |
| delay=1 | |
| timeout=1 | |
| # | |
| image=vmlinuz-generic | |
| label=vmlinuz-generic | |
| initrd=initrd.gz | |
| read-only | |
| append="root=/dev/sda2 vga=normal ro quiet" |
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
| split -v -d -n 8 windows.ova win. |
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
| media.decoder-doctor.notifications-allowed |
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
| adb forward tcp:8022 tcp:8022 |
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
| ffmpeg -ss 123 -i video.mkv -vframes 1 -q:v 2 img.jpg |
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
| udisksctl mount -b /dev/$block |
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
| #!/usr/bin/php | |
| <?php | |
| define("WORK", '/tmp/'.basename(__FILE__).'.processing'); | |
| declare(ticks = 1); | |
| pcntl_signal(SIGTERM, 'signalHandler');// Termination ('kill' was called) | |
| pcntl_signal(SIGHUP, 'signalHandler'); // Terminal log-out | |
| pcntl_signal(SIGINT, 'signalHandler'); // Interrupted (Ctrl-C is pressed) |
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
| ffmpeg -i in.mkv -c:v copy -c:a aac out.mkv |
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
| strict_chain | |
| quiet_mode | |
| proxy_dns | |
| remote_dns_subnet 224 | |
| tcp_read_time_out 15000 | |
| tcp_connect_time_out 8000 | |
| [ProxyList] | |
| socks5 127.0.0.1 8888 |
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/bash | |
| set -e | |
| slackpkg update | |
| slackpkg install-new | |
| slackpkg upgrade-all |
NewerOlder