Compressing images for webspeed

To improve your pagespeed rating, you often need to reduce the size of the images used on your website. Let’s look at a simple way to solve this problem. 1) Run the service https://pagespeed.web.dev/ and look at the first diagnostic item, which is related to images. 2) Select the links that the analysis offers and […]

Read more
Upgrade to PHP 8.2: Unleash the Power of Modernization

In the dynamic world of web development, staying up-to-date with the latest technologies is crucial. PHP, the popular server-side scripting language, continues to evolve, and its latest iteration, PHP 8.2, offers a host of benefits that make upgrading from older versions a smart choice. 1. Improved Performance: PHP 8.2 introduces optimizations that make your code […]

Read more
Harness the power of ChatGPT: a new assistant for developers

In today’s fast-paced world of software development, the need for reliable assistance and guidance is paramount. Developers often face complex challenges, seeking solutions that are both efficient and accurate. Enter ChatGPT, a groundbreaking language model developed by OpenAI. With its vast knowledge base and natural language processing capabilities, reaching out to ChatGPT for assistance offers […]

Read more
rsync – fast and easy way to copy files to another server

Before making changes, it can be helpful to save the files in a safe place so that you can restore them. The rsync utility will help with this task, which minimizes traffic by copying only the changed parts of the files. First of all, let’s install the package on both servers, if it doesn’t already […]

Read more
Bulk reduce the size of images with ImageMagick

With the rapid growth of the resource, it can be difficult to keep track of the correct processing of images: images are loaded randomly, which negatively affects page loading speed and takes up extra space on the server. You can fix this situation using the ImageMagick utility. Its toolkit is very extensive, but we will […]

Read more
Preparing a VDS server for Bitrix

Starting tasks on bare VSD Tools Pytty + configured ROOT connection Hosting + Account WinCSP + configured connection Notepad++ User preparation In Ubuntu, it is highly discouraged to work under the ROOT account, so first we will create our own user with sudo rights List all users: nano /etc/passwd Create a new user with console […]

Read more
Import/Export Database via SSH

Works faster and more reliably than through phpmyadmin and with databases of any size. On large databases, in order not to crash the server, we use the configuration mysqldump -u USER -p –single-transaction –quick –lock-tables=false DATABASE | gzip > OUTPUT.gz Go to the client’s SSH server Test Mysql connection mysql -u [DB_username] -p (will ask […]

Read more
What is mining and where did all the video cards go?

In simple words: what is mining and where did all the video cards go You probably heard from the news that all video cards have disappeared from sale. You even found out from there who bought everything – the miners. They “mine” cryptocurrency on their “farms”. I am sure that you have heard about the […]

Read more
How to choose an antivirus for your home computer

Which antivirus is better? Absolutely all users, from computer gurus to beginners, know about such a terrible concept as “computer viruses”. Beginners are afraid of computer viruses, because for them they are fraught with a lot of myths and unknown, and advanced users know the extent of the consequences of such an unpleasant event as […]

Read more
1 2 3
Begin work on your project today
Contact us on Telegram. Ask a question and get a quick response.
or
Message
in Telegram
By clicking the button, you give your consent to the processing of personal data and agree to the privacy policy.