Saturday, October 12, 2019

12
Oct

Chromium to play Netflix videos on Debian Testing

If you have already Chrome installed then: sudo ln -fs /opt/google/chrome/libwidevinecdm.so /usr/lib/chromium/libwidevinecdm.so If you don't then: Check current available version of libwidevine: https://dl.google.com/widevine-cdm/current.txt . Download and extract the current version: wget https://dl.google.com/widevine-cdm/1.4.8.1008-linux-x64.zipunzip...

Saturday, November 28, 2015

28
Nov

Fix to play local files on Debian testing (stretch)

Spotify needs older versions of libavcodec, libavformat and libavutil to play local files. I found this fix for Ubuntu and I checked the steps that are needed for Debian. This is just dirty fix and...
28
Nov

Missing KDE4 Dolphin "Service Menu / Actions" menu entries in Plasma5 desktop?

All of my Dolphin plugins didn't show up on Dolphin anymore even if they were placed in the right folder: /usr/share/kservices5 Most of those KDE4 era plugins are actually Konqueror plugins. You can find that by opening the *.desktop files of plugins that are not visible in text editor. [Desktop...

Tuesday, March 03, 2015

03
Mar

Xposed alpha for Lollipop is finally available!

This has been quite hot topic on the Android hacking scene to get Xposed for Lollipop. No more uncertainty, first alpha release is online! You still should note that this is an alpha version and for...

Sunday, January 04, 2015

04
Jan

Tips to fix sound server issues on linux (Alsa, Pulseaudio)

Usually everything else works out of the box on linux but the audio. I think analog audio would work just fine but I always use digital audio over SPDIF or HDMI so that could be the reason why I have...

Tuesday, December 23, 2014

23
Dec

Custom Intel HD graphics shortcuts for display modes

Usually you don't find anymore xorg.conf file after installation because the current X doesn't need it anymore. My problem was that when I closed the TV and the Monitor and opened those again in next...

Wednesday, December 17, 2014

17
Dec

Xposed framework and android Lollipop compatibility

UPDATE: Xposed alpha for Lollipop is now available! Read more Mainly I have focused things around real Linux but this time something about Android. The way Google is destroying the privacy on Android disturbs me but there are certain must-have apps that force me to use Android on the phone. I have...

Wednesday, November 26, 2014

26
Nov

6 channel AAC to AC3 on the fly encoding on the MPV player

Old audio amplifiers usually doesn't support 6 channel AAC audio playback. Let's say that you have video file in the MKV container that contains 6 channel audio in AAC format. In the playback that file...

Tuesday, November 25, 2014

25
Nov

H265 (HEVC) is flowing to the mainstream

The new HandBrake 0.10 seems to contain open source HEVC encoder. HEVC is official 4K BluRay codec and it said to double the data compression ratio compared to H.264/MPEG-4 AVC at the same level of...

Friday, November 21, 2014

21
Nov

Apple Magic Trackpad on KDE

It seems that it's quite easy to get Apple Magic Trackpad work on linux. Besides the trackpad you will need a bluetooth receiver. The most recent laptops come with a built-in Bluetooth but in...
21
Nov

UEFI booting on Linux

All the new laptops and pc's support UEFI. So good bye BIOS, now you have UEFI with more graphics, whistles and bells to manage your computer. The way you boot the OS is changed too. Before installing...

Thursday, November 20, 2014

20
Nov

Fix to get play Spotify local files on Debian Testing (Jessie)

Updated fix for current Debian testing aka Stretch can be found here. Spotify needs older versions of libavcodec, libavformat and libavutil to play local files. I found this fix for Ubuntu and...

Friday, November 14, 2014

14
Nov

SOLVED! Debian mount USB stick always as root and you cannot write it as normal user (Known Debian Jessie USB installation issue)

I just installed Debian Jessie KDE edition ISO and I got problem to save the files to USB memory stick. Then I checked the the permissions of the USB stick and it was root:root. I finally fixed...

Tuesday, November 11, 2014

11
Nov

Download subtitles via Dolphin

Introduction to Subliminal Subliminal is perfect subtitle downloader that comes with an easy CLI (command-line interface) that can be integrated to the Dolphin as service menu. Subliminal uses multiple...