Deploying your PHP projects on cPanel hosting without any downtime with Envoyer.
Posts
- Deploying your project with Envoyer on cPanel hosting
- Composer: use private repositories from GitHub
Unfortunately not all your packages can be open source. Some companies don't join the "open source train" while other packages must remain private for other reasons...
- Howto: Fix Microsoft Sculpt keyboard sticky keys
Fixing the annoying sticky keys problem with the Microsoft Sculpt keyboard.
- Quick tip: Empty trash from command line (Windows and Linux)
Emptying the trash or recycle bin can be done by right clicking on the icon and hitting the empty option, but what if you want to empty the trash from the command line?
- DirectAdmin: apt libz error
Getting the `/usr/local/lib/libz.so.1: no version information available` error? Let's fix that!
- Quick tip: Finding subfolders
When organizing folders you might want to find out if (and which) folder has subfolders. Let's figure out how to find those.
- XPath select parent by child attribute
Using the XML parser for a crawler works great. Most of the sources are well formatted and easy to parse. Unfortunately not all sources are that easy and that's where some advanced XPath comes in handy.
- View XPath results in Google Chrome
Using XPath in your browser is really useful for testing your XPath expressions.