Category Archives: Debian

Installing steam on debian 9

Article last update: March 2019 I had some issues installing steam on my debian jessie, so here are the steps that worked for me. Install required libs Add i386 Update packages data Install required libs Video card specific libs For … Continue reading

Posted in Debian, Linux | Tagged | Leave a comment

Debian Jessie and php7.1

I will explain how to install php7.1 on Debian Jessie using deb.sury.org Install packages required for third party repositories over https $ apt-get install apt-transport-https lsb-release ca-certificates wget Get the repository key $ wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg Add the repository $ … Continue reading

Posted in Debian, Linux, php | Comments Off on Debian Jessie and php7.1

Skype video and linux

I’m running debian 8 (Jessie). My skype video and screen share worked fine. For a few weeks both are not working. Here is how to fix the issue: stop skype rm ~/.Skype -r rm ~/.config/Skype -r Start skype Note that … Continue reading

Posted in Debian, Linux | Comments Off on Skype video and linux

LXC bridge on Debian jessie

New: Insert the following in /etc/network/interfaces: auto lxc-bridge-nat iface lxc-bridge-nat inet static bridge_ports none bridge_fd 0 bridge_maxwait 0 address 192.168.100.1 netmask 255.255.255.0 up iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE Give this command to enable forwarding echo 1 … Continue reading

Posted in Debian, Linux, Virtualization | Leave a comment

Оправих проблема със звука в ff/flash

Когато гледам клипче на html5 или flash, не може в същото време да слушам друга музика. Съответно и когато слушах друга музика не можеш да имам звук от флаш/html5. Вчера вечерта намерих решение на проблемът, за нещастие не помня линка. … Continue reading

Posted in Debian, Linux | Leave a comment