INC1.net

Developer blog

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→

Perl. Search for short domains-2 solutions

November 26, 2018November 28, 2018 AlexanderBot, Domains, PERL

There are situations when you need to find a free and short domain, for example, three-character. I chose the .net domain zone for myself Method One: On the internet it is possible to find not actual today bases, for example:…

Read More→

NGINX from all subdomains redirect 301 to the primary domain

November 23, 2018November 29, 2018 AlexanderNGINX

Today I faced this problem, when configuring virtual hosts Nginx, after the customizations made and creating the appropriate configs, my subdomains began to refer through 301 Redirect to the main domain of the second level. First I decided to recheck…

Read More→

Selenium Webdriver + Java + XPath search item by URL part in href

November 22, 2018November 29, 2018 AlexanderBot, Java, WebDriver

When writing a bot for Instagram, using a stack of technologies selenium Webdriver, Java, XPath, encountered a problem. Instagram is now trying to protect themselves from bots, so to disassemble it most interesting. The task arose, to get the number…

Read More→

Posts navigation

Previous 1 2 3 Next
  • РусскийРусский

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