INC1.net

Developer blog

Month: December 2018

Briefly about MySQL/mariadb backups in Ubuntu

December 24, 2018February 22, 2019 AlexanderMariaDB, MySQL

If you were waiting for the right moment… It was him. Make a backup of the MySQL database, MariaDB: mysqldump -u username -p database_to_backup > backup_name.sql Restore from the dump MySQL, MariaDB: mysql -u username -p database_name < backup_name.sql

Deploying Nginx + PHP on the Ubuntu server

December 13, 2018February 25, 2019 AlexanderNGINX, PHP

NGinx-is a quick and easy Web-server, to install it you need to enter several commands in the terminal: sudo apt update sudo apt install nginx php-fpm Check the health of the Web server: systemctl status nginx In this case, change…

Read More→

Complete removal of postfix, SpamAssassin and Dovecot in Ubuntu

December 5, 2018February 25, 2019 Alexanderubuntu

You will not have time to be attached to any pleasant, calm place, and already some voice makes you stand up and retire from it, as the hour of rest has passed. –Charlotte Bronte. Jane Eyre–Edward Rochester In case you…

Read More→

  • РусскийРусский

Recent Posts

  • Number of hits to the WordPress database
  • PHP page generation speed
  • Install Nginx, PHP, MySQL (Mariadb) on Ubuntu
  • How to configure SSH without a password with a key pair in Ubuntu
  • Intercept require output in PHP or execute PHP in file_get_contents

Archives

  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018

Categories

  • AJAX
  • Bot
  • Domains
  • Java
  • JavaScript
  • jQuery
  • JSON
  • MariaDB
  • MySQL
  • NGINX
  • PERL
  • pgAdmin
  • PHP
  • ubuntu
  • WebDriver
  • WordPress

RSS Entries RSS

  • Настройка сервера VPS WordPress под ключ
Copyright © All rights reserved.
Alexander Cheremnykh