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
syntax on | |
set noerrorbells "This removes vim's default error bell, turning it off so that it doesn't annoy us | |
set textwidth=100 "Ensures that each line is not longer than 100 columns | |
set tabstop=4 softtabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set smartindent | |
set linebreak | |
set number |
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
version: "3.3" | |
services: | |
NginxProxy: | |
image: "jwilder/nginx-proxy:latest" | |
volumes: | |
- "NPhtml:/usr/share/nginx/html" | |
- "NPdhparam:/etc/nginx/dhparam" |
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
# Database | |
#MYSQL_RANDOM_ROOT_PASSWORD=1 | |
#MYSQL_ROOT_PASSWORD= | |
MYSQL_DATABASE=NC | |
MYSQL_USER=nextcloud | |
#MYSQL_PASSWORD= | |
MYSQL_HOST=NCDatabase | |
# Nextcloud |
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
version: "3.7" | |
services: | |
NCDatabase: | |
image: "mariadb:10.5.2" | |
volumes: | |
- "NCMariaDB:/var/lib/mysql" | |
environment: |
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/lib/gdm3/gdm-x-session[1443]: (II) No input driver specified, ignoring this device. | |
/usr/lib/gdm3/gdm-x-session[1443]: (II) No input driver specified, ignoring this device. | |
/usr/lib/gdm3/gdm-x-session[1443]: (II) event9 - Intel HID events: device is a keyboard | |
/usr/lib/gdm3/gdm-x-session[1443]: (II) event9 - Intel HID events: device is a keyboard | |
/usr/lib/gdm3/gdm-x-session[1443]: (II) event9 - Intel HID events: device removed | |
/usr/lib/gdm3/gdm-x-session[1443]: (II) event9 - Intel HID events: is tagged by udev as: Keyboard | |
/usr/lib/gdm3/gdm-x-session[1443]: (II) event9 - Intel HID events: is tagged by udev as: Keyboard | |
/usr/lib/gdm3/gdm-x-session[1443]: (II) No input driver specified, ignoring this device. | |
/usr/lib/gdm3/gdm-x-session[1443]: (II) No input driver specified, ignoring this device. | |
/usr/lib/gdm3/gdm-x-session[1443]: (II) No input driver specified, ignoring this device. |
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
# buildah run centos-working-container yum install httpd -y | |
Loaded plugins: fastestmirror, ovl | |
Determining fastest mirrors | |
* base: centos.gbnetwork.my | |
* extras: centos.gbnetwork.my | |
* updates: centos.gbnetwork.my | |
base | 3.6 kB 00:00 | |
extras | 3.4 kB 00:00 | |
updates | 3.4 kB 00:00 | |
(1/4): base/7/x86_64/group_gz | 166 kB 00:00 |
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
1 | |
00:00:00,959 --> 00:00:13,744 | |
"THE CABINET | |
OF DR. CALIGARI" | |
2 | |
00:00:40,084 --> 00:01:02,088 | |
A TALE of the modern re-appearance of an 11th Century Myth | |
involting the strange and mysterious influence | |
of a mountebank monk over a somnambulist. |
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
$ ccextractor $something.mkv | |
CCExtractor 0.87, Carlos Fernandez Sanz, Volker Quetschke. | |
Teletext portions taken from Petr Kutalek's telxcc | |
-------------------------------------------------------------------------- | |
Input: $something.mkv | |
[Extract: 1] [Stream mode: Autodetect] | |
[Program : Auto ] [Hauppage mode: No] [Use MythTV code: Auto] | |
[Timing mode: Auto] [Debug: No] [Buffer input: No] | |
[Use pic_order_cnt_lsb for H.264: No] [Print CC decoder traces: No] | |
[Target format: .srt] [Encoding: UTF-8] [Delay: 0] [Trim lines: No] |