Google links worth knowing
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 »
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 »
If the files have the extension .JPG #!/bin/bash for i in *.JPG; do convert $i -resize 10% $(basename $i .JPG).JPG;
Resizing images with Bash Read Post »
How to replace a string in multiple files at once? When there are files in one directory: perl -pi -e
Replacing strings in files with regexp Read Post »
Which FTP server should I install at Ubuntu? VSFTP – simple and easy to configure, can be set up quickly.
Ubuntu which FTP server? Read Post »
CUPS – printing system in Linux CUPS is a modern and universal printing system for Unix systems. It can be
CUPS – printing and print management Read Post »
Solving problem with Gmail in KDE Plasma If you cannot run the Google plasmoid widget and instead of an envelope,
Gmail Plasmoid Python ScriptEngine Read Post »