Simple backup solution for Mayan EDMS
When it comes to backing up Mayan, we essentially have to back up two components: The /opt/mayan-edms/media directory The PostgreSQL database Remote storage location First thing we need is a
Zinsderivate & Finanzmärkte – Linux – Embedded Systems
When it comes to backing up Mayan, we essentially have to back up two components: The /opt/mayan-edms/media directory The PostgreSQL database Remote storage location First thing we need is a
1. Installation of Mayan on Ubuntu 22.04 Server First thing we have to do is to put a naked installation of Mayan on the new Ubuntu 22.04 Server. Installation steps
About 2 years ago, I already posted an article on upgrading Raspbian from Stretch to Buster. Now it’s time to move from Buster to Bullseye. Here’s a quick walk-through: 1.
1. Situation / Problem There are two (or more) organizational units. Each org unit uses Mayan to manage its documents. Each unit should only see and work on its own
Sharing folders between a VirtualBox host and a client is normally presented as a no-brainer: Insert the (virtual) guest addons CD on the client machine, have the addons installed, go
There is a lot of confusing instructions circling around regarding network sharing of scanners. Windows users are told to install programs like BlindScanner, additional network devices are advertised, and even
When working with ESP8266 or with Arduino boards I sometimes come across expressions like client.println(F(“Server started.”)); – That is the moment when I wonder what difference there is compared to
I recently bought a Chinese clone of the Lolin Wemos D1 Mini Pro ESP8266 device from the FEIYANG store at AliExpress. As I had problems running Wifi when setting the
The GtkEntry widget is pretty dumb: Whatever input is sent to the entry field (whether by user input or by the set_text method) is treated as a String. Time to
When developing GUI applications for Python, PyGTK expects the the coder to define the complete layout of the GUI with its objects and the corresponding wiring of events, signals and