Pavel Selivanov
Pavel Selivanov
### Summary `backup_and_restore.sh` has `--delete-days` parameter that works very straightforward: ``` find ${BACKUP_LOCATION}/mailcow-* -maxdepth 0 -mmin +$((${1}*60*24)) -exec rm -rvf {} \; ``` Also the script does rotation without checking...
I don't want to force my users to authorize some application on their account. Just providing the link to the issue with comments would be enough. Could you please add...
Could you please make toolbar buttons editable? For example, I'd like to add button "Thumbnail Preview" to the toolbar.
Now insecure Vagrant keys they are simply excluded. Should be able to include custom keys instead of it.
Boot parameters and boot files(rootfs.squashfs, home.tar.gz ...) might be saved on local drive that has label=THINCLIENT. On boot: - if server is not available - cached parameters and files are...
Most of tasks in our playbooks are written in short style, like this: ```yaml - name: test template: src=foo.cfg.j2 dest=/etc/foo/foo.cfg mode=0644 ``` Using tasks in expanded YAML style makes the...
http://downtothewire.io/ghpages-ghcomments/setup/ After `cd gatekeeper` add `git checkout master` , otherwise default `development` branch of gatekeeper is used. Before `git push heroku master` add `heroku git:remote --app `. You can not...
Different posts may have the same titles: for example, "Monthly report". So I would prefer to use `page.id` instead of `page.title`. I can set `post_title=page.id` when including gpgc_comments.html, but `gpgcCreateCommentIssue.sh`...
https://www.rsyslog.com/files/temp/doc-indent/configuration/modules/mmexternal.html : > **forcesingleinstance** > > This is an expert parameter, just like the equivalent _omprog_ parameter. See the message modification plugin’s documentation if it is needed. The issue is:...
**Describe the bug** On Ubuntu 20.04 Insomnia installed with snap package crashes with an error: `ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (failed to map segment from shared...