Encrypt home dir with ecryptfs on Fedora

It is pretty easy to access your unencrypted data, if someone have physical access to your computer. That is where ecryptfs encryption comes in. It will make sure your laptop, if lost or otherwise accessed by unauthorised user, is harder to extract data from. When encrypted,data cannot be accessed unless user has entered proper login …

Continue reading ‘Encrypt home dir with ecryptfs on Fedora’ »

Presonus Audiobox USB – Pulseaudio

The PreSonus USB is a great soundcard. It enhances the listening audio quite a bit because of the 48KHz audiorange. There are 2 audio inputs, Either XLR and 6.3 mm jack, for microphone or musical instrument input. However since the audiobox uses a 48kHz instead of default 44kHz sampling,this can cause havoc to sound for instance …

Continue reading ‘Presonus Audiobox USB – Pulseaudio’ »

Make a script for cleaning Google chrome, and set back to a predefined setup

So I wrote small this script, we needed it for our laptops at work, they have a single user account for simplicity. When our students sign in to google.com, their username is keept, which makes it problematic for user other students to sign in if not cleaned from Chrome. This script restores chrome to default …

Continue reading ‘Make a script for cleaning Google chrome, and set back to a predefined setup’ »

Ati Eyefinity

Denne guide er afprøvet i Windows 10 Pro med et Radeon HD 6970 og AMD Catalyst Control Center (version 2015.0715.2138.37093). Grafikkortet er udstyret med 2x DVI, 1x HDMI og 2x mDP. Ved op til 2 monitor kan alle kombinationer bruges Ved 3 monitor kan følgende kombinationer bruges: 2x mDP + 1x DVI 1x mDP + …

Continue reading ‘Ati Eyefinity’ »

Screen recorder with ffmpeg

Ubuntu 14.04 ffmpeg -y -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1920×1080 -i :0.0 -vcodec libx264 -pix_fmt yuv420p -crf 22 -acodec libmp3lame -ar 44100 -ab 126k -threads 3 ~/Skrivebord/screencast.mp4   Fedora 23, screengrab 720p no audio. bitrate 1200k ffmpeg -video_size 1280×720 -framerate 30 -f x11grab -i :1+3840,200 -vcodec libx264 -b:v 1200k …

Continue reading ‘Screen recorder with ffmpeg’ »

Arch Linux and Lightworks 12.0.2 / 12.0.3 Beta

Current date 19. April 2015, and version Lightworks 12.0.2 / 12.0.3 Beta Lightworks has a dependancy on older version of OpenSSL v. 1.0.1, which has been superseeded by v.1.0.2 Symptoms are Lightworks quits while trying to authenticate to server. This can of course be fixed, by downloading older version from bellow, and then either install to …

Continue reading ‘Arch Linux and Lightworks 12.0.2 / 12.0.3 Beta’ »

Windows 7 All In One image – and Danish Language Pack 32bit

Download one of the official iso from here Microsoft: http://www.microsoft.com/en-us/software-recovery Download the Config removal tool from here: http://www.itso.dk/files/winapps/eicfg_removal_utility.zip Run the eicfg_removal_utility and point to your iso file. Download the Windows USB/DVD Download tool from Microsoft: http://wudt.codeplex.com/ or http://www.itso.dk/files/winapps/Windows7-USB-DVD-tool.exe Run Windows7-USB-DVD-tool.exe and point to Windows 7 iso and either a DVD or USB key for destination. Boot and install wanted windows 7 …

Continue reading ‘Windows 7 All In One image – and Danish Language Pack 32bit’ »