# Awaiting list

# Android

# MacOS



# To review

QR Journal

QR Capture

KeePassXC

KeePassXC extention for Firefox

AltTab

Flameshot

Hidden Bar

Scroll Reverser

# Research on alternative to native Calendar application in MacOS

# Disadvantages or "What could be done better"

[![](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2025-07/scaled-1680-/juP4KzxhMxATDfaT-image-1753543902450.png)](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2025-07/juP4KzxhMxATDfaT-image-1753543902450.png)


## Creating overlapping event

The biggest challenge in the native calendar app on Macintosh is to get the new meeting of the new event created in the middle of the day because there is many layers of events overlapping and it's impossible to click into the empty space without being selected another event.

In the screenshot below, it is demonstrated that it is impossible to create an event on 10.30 on Friday without selecting the green event. 

[![](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2025-07/scaled-1680-/geeFFtSA3hdCdmWC-image-1753543552613.png)](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2025-07/geeFFtSA3hdCdmWC-image-1753543552613.png)


## Setting up the time is non-intuitive and difficult

Another challenge is to set the time when event beings and ends. it is necessary to press [Space], follown by [Tabulator] several times to move from one field to another.

[![](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2025-07/scaled-1680-/K4uG0Lb6ZsiOxqoE-image-1753543761839.png)](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2025-07/K4uG0Lb6ZsiOxqoE-image-1753543761839.png)




# Advantages or what I like:

It is positive that the duration of event can be chosen.

[![](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2025-07/scaled-1680-/G7m3cD5khFJG2Ww7-image-1753544298182.png)](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2025-07/G7m3cD5khFJG2Ww7-image-1753544298182.png)

# Windows XP

# Windows Nowdays

# Linux



# certbot

All commands executed in priviledged mode

Show certificates in certbot registry
```bash
certbot certificates
```

Renew (with and withour dry-run)
```bash
certbot renew --dry-run
certbot renew
```


Interactive deletion
```bash
certbot delete
```

Remove cert from certbot's registry
```bash
certbot delete --cert-name (domain)
```


You will need to review nginx's config and disable sites to avoid 'nginx -t' negative response.

# Web applications