mkdir -p /backup/mysql/hourly
mkdir -p /backup/mysql/daily
| [AutoProxy 0.2.9] | |
| ! ===== Facebook ===== | |
| ||facebook.com | |
| ||fbcdn.net | |
| ||messenger.com | |
| ! ===== YouTube ===== | |
| ||youtube.com | |
| ||youtube-nocookie.com |
Copy ssserver.service to under /lib/systemd/system/ and run:
sudo systemctl enable ssserver
sudo systemctl start ssserver
sudo systemctl status ssserver
| { | |
| "log": { | |
| "level": "trace" | |
| }, | |
| "dns": { | |
| "servers": [{ | |
| "tag": "local", | |
| "address": "217.218.127.127", | |
| "detour": "direct" | |
| }, { |
SSH Login Notifications in Slack
It’s handy to know who’s logging into servers around your projects. Slack offers a beautiful way to do this in combination with pam.d.
I am assuming you’re using a CentOS-derived OS for locations, but this should work on any *nix-based OS with pam.d enabled.
https://YOUR_DOMAIN.slack.com/apps/manage/custom-integrations
We recommend naming the spot something that is recognizable; that way it won’t get deleted in the future.This tutorial show you how to install kerio vpnClient on rhel8 64bit.
Kerio vpnClient does not have any .rpm official version!
First of all download kerio-control-vpnclient-###-linux-amd64.deb from
http://www.ryadel.com/en/kerio-control-vpn-client-all-versions-direct-download-links/
which contain many version of kerio-control-vpn-client or everywhere else.
after download kerio-control-vpnclient-###-linux-amd64.deb we must convert it to .rpm
| <?php | |
| $string = 'aboozar'; | |
| $dic = [ | |
| 'a' => [1, 2, 'a'], | |
| 'b' => [3, 4, 'b'], | |
| 'o' => [5, 6], | |
| 'z' => [7, 8, 'd', 'f'], | |
| 'r' => [9, 0, 'e'] | |
| ]; |
| #!/usr/bin/env bash | |
| set -u | |
| # Downloads Oracle JDK tarball and makes fancy debs out of it. | |
| # Output is full of warnings, but the packages work. ;) | |
| # Example URL='http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.tar.gz' | |
| MAJOR=8 | |
| MINOR=45 | |
| BUILD=14 |
| # Download latest Android image, "hammerhead" for Nexus 5 (GSM/LTE) | |
| https://developers.google.com/android/nexus/images#hammerhead | |
| # Download latest TWRP | |
| https://dl.twrp.me/hammerhead/ | |
| # Download latest SuperSu | |
| https://download.chainfire.eu/supersu | |
| Enable USB debugging. |