This tutorial goes through how to install openssl 1.1.1 on CentOS 7, since the yum repo only installs up to openssl 1.0.
Upgrade the system
yum -y update
| /** | |
| @description Auto-adding connections in linkedin | |
| @instruction Open url https://www.linkedin.com/search/results/people/ and type your query. | |
| When you see the result, you should paste the code (below) into the console of your browser and press enter. | |
| This bot can add connections automatically, and it also uses page pagination. | |
| When you reach the weekly limit, the bot will stop. | |
| */ | |
| // Configuration constants | |
| const CONFIG = { |
You must ensure that you have Telethon installed. Run pip install telethon to install.
[optional]
You can can create file called .env in the directory from which you are running the script.
.env
| ############ WordPress #################### | |
| # Disable logging for favicon and robots.txt | |
| location = /favicon.ico { | |
| try_files /favicon.ico @empty; | |
| access_log off; | |
| log_not_found off; | |
| expires max; | |
| } |
| # Add user with host 172.18.0.1 then connect to database | |
| # 172.18.0.1 - if localhost connection | |
| version: '3.7' | |
| services: | |
| mariadb: | |
| image: 'bitnami/mariadb:latest' | |
| environment: | |
| - MARIADB_ROOT_PASSWORD=root | |
| volumes: | |
| - 'mariadb_data:/bitnami' |
| App theme: Material Arc Dark [https://plugins.jetbrains.com/plugin/8006-material-theme-ui/] | |
| Code theme: Monokai Sublime Text 3 [http://color-themes.com/?view=theme&id=563a1a7680b4acf11273ae94] | |
| Font: Source Code Pro | |
| Plugins: | |
| - CodeGlance | |
| - .env | |
| Settings: | |
| - Password: In KeePass |
| // Version 1.0+ | |
| export const leaflet_russian = () => { | |
| L.drawLocal = { | |
| draw: { | |
| toolbar: { | |
| actions: { | |
| title: 'Прекратить рисование',//'Cancel drawing', | |
| text: 'Отмена' | |
| }, | |
| finish: { |
| server { | |
| listen 80 default_server; | |
| listen [::]:80 default_server; | |
| root /your/root/path; | |
| index index.html; | |
| server_name you.server.com; |
16.06.2022
Дима Zerobias
01.03.2022
⛴➡️🍆