Skip to content

Instantly share code, notes, and snippets.

View bfmags's full-sized avatar
🎧

bfmags bfmags

🎧
View GitHub Profile
[
{
"name": "Bruno",
"message": "Happy Birthday, Filipa! Hope you have a fantastic day filled with joy and laughter. 🎉"
}
]
supervisorctl stop newshub-collectors:*
docker ps -a --format '{{.Names}}' | grep "^newshub-microservice-mos-collector" | awk '{print $1}' | xargs -I {} docker rm {} -f
supervisorctl start newshub-collectors:*
@bfmags
bfmags / media_rendered.md
Last active February 11, 2019 11:15
Media and Rendered

Rendered : xAFA4-Rendered.mov

  Metadata:
    major_brand     : qt  
    minor_version   : 512
    compatible_brands: qt  
    encoder         : Lavf58.9.100
  Duration: 00:00:42.56, start: 0.000000, bitrate: 160302 kb/s
    Stream #0:0(eng): Video: h264 (High 4:4:4 Predictive) (avc1 / 0x31637661), yuv444p, 1920x1080 [SAR 1:1 DAR 16:9], 159042 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc (default)
@bfmags
bfmags / casparcg_nrk.txt
Created February 8, 2019 14:45
CasparCG Dropping frames logs
[2019-02-08 14:29:32.706] [400] [info] ############################################################################
[2019-02-08 14:29:32.707] [400] [info] CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2019-02-08 14:29:32.707] [400] [info] under the GNU General Public License GPLv3 or higher.
[2019-02-08 14:29:32.707] [400] [info] Please see LICENSE.TXT for details.
[2019-02-08 14:29:32.707] [400] [info] http://www.casparcg.com/
[2019-02-08 14:29:32.707] [400] [info] ############################################################################
[2019-02-08 14:29:32.707] [400] [info] Starting CasparCG Video and Graphics Playout Server 2.1.4.12092 0608ec38d NRK
[2019-02-08 14:29:32.708] [400] [info] Initialized reroute module.
[2019-02-08 14:29:32.709] [400] [info] Initialized ffmpeg module.
@bfmags
bfmags / athens3days.md
Last active February 27, 2019 14:04
Athens in 3 days, A.F.

Athens in 3 days

24-hours-in-athens

Compiled list of places/things to do for 3 days in Athens.

SYNTAGMA (Central Square / Shopping street & Parliament )

Hellenic Parliament https://goo.gl/maps/15tZLTH8NgT2

@bfmags
bfmags / visjonote.md
Last active December 4, 2018 09:35
visjo notes
{
"type": "responsive-top-stories",
"title": "Top Stories",
"maxRelatedLinks": 4,
"items": [
{
"assetTypeCode": "PRO",
"contentType": "Feature",
"firstCreated": "2018-10-23T15:09:50+00:00",
"lastUpdated": "2018-10-23T15:09:50+00:00",
@bfmags
bfmags / Taipei 1day ENG
Created October 19, 2018 13:53
Taipei 1day
1 Day Taipei - Places to Visit
Bookmarked on Google Maps (offline)
Arrive at Taipei station
Peace Park
Lungshan Temple
Bopiliao Historical Block
@bfmags
bfmags / docker_cheat_sheet.md
Last active October 10, 2018 13:27
docker_cheat_sheet.md

Build docker image

$ cd /path/to/Dockerfile
$ sudo docker build .

View running processes

@bfmags
bfmags / gist:4f7bbc169e863c85be8b0e355953bc69
Created September 20, 2018 15:26
axion-release-plugin
https://axion-release-plugin.readthedocs.io/en/latest/
apply from: 'http://nexus'
apply plugin: 'pl.allegro.tech.build.axion-release'
scmVersion {
tag {
versionIncrementer 'incrementMinor'
prefix = 'v'
versionSeparator = ''