You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🌀
Verified
Jesus Suarez
jesussuarz
🌀
Verified
Hacker, Sysadmin Linux RedHat and Developer Web PHP, Python, Bash Scripting
This SQL snippet provides a simple way to manage Passbolt user permissions directly from the MySQL database,
It can be used by system administrators who need to adjust resource access (passwords, folders, or shared secrets) without using the web interface, for example, when a user has left the organization or needs elevated privileges on multiple entries,
By using these queries, you can,
identify a user’s internal Passbolt UUID (id) using their email address,
bulk update their access level (type) in the permissions table,
convert all “update” permissions (editable) to “owner” permissions (full control), or any combination you require,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Guide: Increase phpMyAdmin Upload Limit for All PHP Versions in CyberPanel
Guide: Increase phpMyAdmin Upload Limit for All PHP Versions in CyberPanel
When importing large databases using phpMyAdmin in CyberPanel, you may encounter upload size restrictions due to PHP's default configuration. This guide provides a ready-to-use bash script to massively increase the upload limits (upload_max_filesize and post_max_size) for all PHP (lsphp) versions used by CyberPanel, ensuring seamless database imports up to the size you set.
Why Change the Upload Limit?
phpMyAdmin relies on PHP settings to determine the maximum allowed upload size. By default, this limit is often set very low (2MB or 8MB). Increasing these limits is essential if you plan to import large database dumps.
Welcome, guardians of digital anonymity! 🕵️♂️
If you're here, it's because you want to prevent Wappalyzer (that nosy tool 👀) from snooping around your website and discovering what technologies you use.
Install ISO VMWare ESXi 8 U3 via KVM in OVH Servers
I hope this helps you all!
I’m the only one who has managed to solve this issue, and so far, no one else has posted about it. That’s why I’ll be the first to share the correct solution because I’ve successfully done it.
To keep using ESXi, the first thing you need is an ISO that includes the correct drivers. I’ve prepared an ISO specifically optimized for OVH servers.
Guide: Using the Get-WindowsKey PowerShell Script on Windows Server 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Migration Guide for Koha 16.05 from Ubuntu 14.04.6 LTS to Ubuntu 22.04 LTS
Migration Guide for Koha 16.05 from Ubuntu 14.04.6 LTS to Ubuntu 22.04 LTS
This guide will help you migrate a Koha 16.05 instance from an older Ubuntu 14.04.6 LTS server to a new Ubuntu 22.04 LTS server. The instance will be named "koha16".
Prerequisites:
Ensure you have a backup of your Koha database and configuration files.
Verify the availability of all required dependencies and packages on the new server.
Have root or sudo access on both the old and new servers.