bLog
Tech stuff all over. It's not really a (we)Blog.
You'll figure it out, otherwise read the manual.
Categories
Search posts
All posts
-
Internet video optimisation using FFmpeg
- 2016-01-18, 15:22
-
- parentnode.dk
This guide will explain how to encode video in the following formats: .mp4 (h264), .webm (VP8), .ogv (theora), .3gp (h263) and .mov (mpg), which should provide you with all the formats required to have your video shown on all devices.
-
Release of Detector v3.1
- 2016-01-07, 12:10
-
- parentnode.dk
Ever wished for serverside Detector in Java, an advanced drag'n'drop segment builder or a /text api endpoint, returning the segment as plain text?
-
Size matters (disks and folders)
- 2015-11-24, 15:49
-
- parentnode.dk
This post is about the linux commands "df" and "du" and will show you how to get information about available diskspace and determine the accumulated size of a directory/folder using terminal on Linux/OS X.
-
gzip'ing tarballs
- 2015-11-23, 09:01
-
- parentnode.dk
This post is about the linux commands "tar" and "gzip" and will show you how to use these convenient tools in terminal on Linux/OS X. Gzip is a compression tool much like Zip or RAR. A tarball is a collection of files bundled into one .tar file. A tarball is not compressed, only glued together for ease of handling.
-
Create new users on a Linux server using the terminal
- 2015-09-20, 11:43
-
- parentnode.dk
In some cases you need to install more users on your server - to allow other people to maintain the server or just upload files. Here is a short guide to adding other users, and granting them privileges to perform relevant tasks.