Tue 25 Jul 2023 10:13:47 AM CEST - starlink
https://www.agilicus.com/pricing/
]]>Dotmana Shaarli - Thursday 13, January 2022http://dotmana.com/shaarli/?do=daily&day=20220113http://dotmana.com/shaarli/?do=daily&day=20220113Thu, 13 Jan 2022 00:00:00 +0100Marvy Animations – Just another WordPress site
Thu 13 Jan 2022 03:56:07 PM CET - elementor background animations
https://wordpress.iqonic.design/product/plugin/marvy/
elementor background animations
]]>Dotmana Shaarli - Thursday 18, November 2021http://dotmana.com/shaarli/?do=daily&day=20211118http://dotmana.com/shaarli/?do=daily&day=20211118Thu, 18 Nov 2021 00:00:00 +0100Edit Synology IP Block list through SSH | Tim's Blog
Thu 18 Nov 2021 08:01:31 AM CET - synology ssh diskstation
https://tklaassens.wordpress.com/2016/03/25/edit-synology-ip-block-list-through-ssh/
SSH to your Synology Diskstation as “root”.
The “Autoblock list” is located at /etc/synoautoblock.db
This is a SQLLite database, so don’t try to edit it with VI.
sqlite3 synoautoblock.db
.header on
select * from AutoBlockIP;
sqlite> select * from AutoBlockIP;
IP RecordTime ExpireTime Deny IPStd
————– ———- ———- ———- —————————————
blocked IP xxx.xxx.xxx.xxx 0 1 0000:0000:0000:0000:0000:FGGG:C3A8:B415
delete from AutoBlockIP where IP = “xxx.xxx.xxx.xxx”;
.exit
]]>Dotmana Shaarli - Friday 29, October 2021http://dotmana.com/shaarli/?do=daily&day=20211029http://dotmana.com/shaarli/?do=daily&day=20211029Fri, 29 Oct 2021 00:00:00 +0200linux - Where are all my inodes being used? - Stack Overflow
Fri 29 Oct 2021 11:48:35 AM CEST - inode
https://stackoverflow.com/questions/347620/where-are-all-my-inodes-being-used
The command qui va bien :
find / -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
]]>Dotmana Shaarli - Thursday 08, October 2020http://dotmana.com/shaarli/?do=daily&day=20201008http://dotmana.com/shaarli/?do=daily&day=20201008Thu, 08 Oct 2020 00:00:00 +0200Enable jQuery Migrate Helper – WordPress plugin | WordPress.org
Thu 08 Oct 2020 03:04:08 PM CEST - wordpress jquery
https://wordpress.org/plugins/enable-jquery-migrate-helper/
depuis WP 5.5, le jQuery Migrate n'est plus actif. Si votre "vieux" theme WP est cassé suite à une mise à jour, ça peut simplement venir de là.
]]>Dotmana Shaarli - Friday 12, June 2020http://dotmana.com/shaarli/?do=daily&day=20200612http://dotmana.com/shaarli/?do=daily&day=20200612Fri, 12 Jun 2020 00:00:00 +0200change plugin permissions
Fri 12 Jun 2020 09:34:00 AM CEST - wordpress
https://wordpress.org/support/topic/how-to-allow-non-admins-editors-authors-to-use-certain-wordpress-plugins/
he minimum level required is usually hard-coaded into the plugin.
Open the main file of the plugin you want to change access rights for and search for ‘manage_options’. Chances are it will be in a function called either add_options_page(), add_submenu_page() or add_menu_page(). This basically means that the link to access the plugin will not be displayed to users who cannot ‘manage_options’.
To allow Editors to access the plugin, change all occurances of ‘manage_options’ to ‘edit_pages’.
To allow Authors to access the plugin, change to ‘publish_posts’.
To allow Contributors to access the plugin, change to ‘edit_posts’.
To allow Subscribers to access the plugin, change to ‘read’.
Note though, that any change will be wiped out when you update the plugin in the future.
]]>Dotmana Shaarli - Thursday 16, April 2020http://dotmana.com/shaarli/?do=daily&day=20200416http://dotmana.com/shaarli/?do=daily&day=20200416Thu, 16 Apr 2020 00:00:00 +0200GitHub - pipes-digital/pipes: Repository for Pipes
Thu 16 Apr 2020 01:40:31 PM CEST - pipes
https://github.com/pipes-digital/pipes