Tips & tricks
PiCockpit v.0.11.0 & picockpit-client v0.15.6 released–live pi monitoring!
Freshly released for you – now picockpit.com offers you a possibility to monitor up to 5 Pis from everywhere on this planet (with an Internet connection) for free! This is how it looks like: The data (under the heartbeat button) is updated live, currently every second. How do I start monitoring my Pis for free?…
WeiterlesenSpecifying Debian dependency between two versions & apt-get installing .deb files
These informations are probably of most interest to package maintainers: Dependency on specific package versions Here is how to specify a python3 dependency between version 3.5 (equals to or later), and 3.6 (must be earlier) in debian/control: Depends: python3 (>= 3.5), python3 (<< 3.6) So you basically specify two dependencies. Note, this will not work…
WeiterlesenAvahi how to assign several .local names to same IP
In some situations you would like to access the same computer / IP using different .local names. This is possible using the Avahi daemon. The following is written for Ubuntu 18.04 Bionic Beaver. Install Avahi apt install avahi-daemon avahi-utils Avahi automatically adds your computer’s hostname to the .local Domain. For instance, my computer is called…
WeiterlesenCreating a Raspbian repository
If you want to host your own Raspbian repository, this article is for you. A Raspbian repository consists of a special directory structure on a webserver. The files, including the packages, are all static – therefore this repository could also simply be hosted on an Amazon S3 instance, for example. The sources.list entry in Raspbian…
WeiterlesenCancel datafeedwatch subscription / Datafeedwatch kündigen
DataFeedWatch is a very useful tool for generating feeds from your online shop into a variety of targets (e.g. eBay MIP, Amazon Marketplace, Geizhals, other price comparison engines). However some time you may want to cancel your subscription. The link for it is quite hidden. Here’s the way to do it: click on Account (the…
WeiterlesenOfficeTabLoader.Dll Initialization error 4
I’ve bought and installed OfficeTabLoader, as I work A LOT with office documents – don’t know why I didn’t come up with the idea to optimize this before! Anyways, right out of the box I get this Initialization error 4 from OfficeTabLoader.Dll. It turns out that my Antivirus Software (Bitdefender) is the problem: This works…
Weiterlesen