PHP – displaying a variable
Wyświetlanie zmiennej w PHP To debug variables in PHP – probably the most popular programming language for web services, it […]
PHP – displaying a variable Read Post »
Wyświetlanie zmiennej w PHP To debug variables in PHP – probably the most popular programming language for web services, it […]
PHP – displaying a variable Read Post »
How to rotate PDF? Exactly! Sometimes you need to quickly flip a PDF by 90 or 180 or any number
How to rotate a PDF file in Linux? Read Post »
If we want to find specific text, e.g. “Ania” only in PHP files: find . -name “*.php” -print0 | xargs
Search for a string of characters in files of a specific type Read Post »
If we want to delete, for example, only *.js files in the given directory and subdirectories: find . -name “*.js”
Deleting files with search in Bash Read Post »
Useful Google links When using the Internet, we are practically stuck with Google. To a greater or lesser extent, each
Google links worth knowing Read Post »
How to automatically update WordPress installations? How do I enable major updates? To do this, open the wp-config.php file in
Automatic WordPress updates Read Post »
How to make a transparent background, i.e. how to convert the background, e.g. from white to transparent: convert test.png -transparent
Transparent background in PNG using Bash Read Post »
Fixing: You do not have sufficient permissions This script will update permissions, clear cache and perform login actions: function txfx_log($text)
You do not have sufficient permissions to enter this page Read Post »
To update the entire distribution: sudo apt-get dist-upgrade
Distribution update: apt-get dist-upgrade Read Post »