Linux

Linux stuff

download the package corresponding with your OS version, for instance x86/x64 /Linux/windows, from: https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases Extract the contents of the file in ~/Downloads/ As a result you will have a file called libffmpeg.so extacted in Downloads. So, open a Terminal and go to the opera folder cd /usr/lib/x86_64-linux-gnu/opera then rename the original libffmpeg.so opera codec file: sudo mv /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so.orig Then Read more...
If we want to configure rsync daemon service in openwrt we can follow the next step. Let's start by updating packages and installing software (connecting through SSH and using the CLI) # opkg update # opkg install rsyncd Please, note you can install the software through the web, you are required to update the files through SSH though Once we install the software, we will configure couple of things like usernames and passwords, and folders that we will share... To do so, edit the Read more...

I really like openWRT routers software. It is a brilliant piece of software easy to manage and very powerful. Compatible with thousands of routers but also with a lot of ARM boards and others (GL-B1300, raspberry Pi4,  raspberry Pi3, raspberry Pi2, X86 virtual machines, bananaPi Pro, nanopi, etc..)

digging a bit in internet, I could not find any documentation about how to configure openWRT to work with PPTP/L2TP/iKev2 instead of openVPN as client.

Whether obviously openVPN is more integrated Read more...

Symptoms:

Loading the System Overview page  it does not show any App running, even when you have some up and working.
Apps tab does not show any App installed or even running.
in System --> Settings tab we cannot start/stop apps (i.e ReadyDLNA). Any attempt to start any app (iTunes, UPnP, etc) shows the error "Cannot start service without volume" (also showing an error code like 15002040001)
You do not have the /apps or the /home folders mounted and available.

That is caused Read more...