Small CSS Animation which zoom out in a pic and add text on it.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* Functions and definitons | |
* This is a child theme of Twentysixteen theme | |
* V1.0 - AJAX Filter posts | |
* Largely inspired by Vlado Bosnjak work that you can find here: | |
* https://www.bobz.co/filter-wordpress-posts-by-custom-taxonomy-term-with-ajax-and-pagination/ | |
* | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# @author: Alexandre Plennevaux | |
# @description: MIRROR DISTANT FOLDER TO LOCAL FOLDER VIA FTP | |
# | |
# FTP LOGIN | |
HOST='sftp://ftp.domain.com' | |
USER='ftpusername' | |
PASSWORD='ftppassword' | |
# DISTANT DIRECTORY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nicspeed1="0" | |
mtu="0" | |
sockSnd="64" | |
sockRcv="64" | |
tcpWndSnd="64" | |
tcpWndRcv="64" | |
Forwarding(0)="rdp,tcp,,3390,,3389" | |
Forwarding(1)="ssh,tcp,127.0.0.1,2222,,22" | |
Forwarding(2)="winrm,tcp,127.0.0.1,55985,,5985" | |
Forwarding(3)="winrm-ssl,tcp,127.0.0.1,55986,,5986" |