Lessons Learned After Finally Configuring a Raspberry Pi CM4 Mini Router (Bought in 2022) Product Mini Router built with Raspberry Pi Compute Module 4 Dual Gigabit Ethernet NICs 4GB RAM / 32GB eMMC Pre-installed OpenWrt Compact form factor, fanless, low power Background: A Device That Waited Its Turn I bought this device back in 2022 . At the time, it looked like the perfect small router: Raspberry Pi Compute Module 4 Dual Ethernet ports OpenWrt already installed No SD card required thanks to eMMC But like many homelab projects, it ended up sitting on a shelf . Fast forward to today — with more networking experience, a clearer home network plan, and a real need for a flexible router — I finally decided to configure it properly. That’s when the real journey started. What I Expected (Even in 2025) Even knowing this wasn’t a consumer router, I still expected: Plug WAN into my upstream router Plug LAN into my laptop Access 192.168.1.1 Hav...
One of my favorite applications for taking screen shots in Ubuntu is Screecloud unfortunately there's no version available for Ubuntu 16.04.
Searching in a github wiki, I found a discussion on running Screencloud at our own "risk" in Ubuntu 16.04.
If you want to read the thread in github: https://github.com/olav-st/screencloud/issues/204
Steps for installing Screencloud at your own "risk" Ubuntu 16.04
Small tips
Be sure that screencloud is selected as the applications that begin running when you start you Ubuntu session
Searching in a github wiki, I found a discussion on running Screencloud at our own "risk" in Ubuntu 16.04.
If you want to read the thread in github: https://github.com/olav-st/screencloud/issues/204
Steps for installing Screencloud at your own "risk" Ubuntu 16.04
- Download libqtmultimediakit1
- wget http://de.archive.ubuntu.com/ubuntu/pool/universe/q/qtmobility/libqtmultimediakit1_1.2.0-1ubuntu2_amd64.deb
- sudo dpkg -i libqtmultimediakit1_1.2.0-1ubuntu2_amd64.deb
- sudo apt-get install -f
- We need to modify our source list
- sudo nano /etc/apt/sources.list
- We add the following line to the end of the file
- deb http://cz.archive.ubuntu.com/ubuntu wily main universe
- We install screencloud
- sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/olav-st/xUbuntu_15.10/ /' >> /etc/apt/sources.list.d/screencloud.list"
- sudo apt-get update
- sudo apt-get install screencloud
- We just open a console and type screencloud and the application will begin running.
- We remove from the source list the deb file we added in step 2
- sudo nano /etc/apt/sources.list
Small tips
Be sure that screencloud is selected as the applications that begin running when you start you Ubuntu session

Comentarios
Publicar un comentario