Highlights
Pinned Loading
- Upgrade OpenSSH to 7.3p1 in Cent OS 6
Upgrade OpenSSH to 7.3p1 in Cent OS 6 1#!/bin/bash2# Copyright © 2016 Faishal Saiyed3cd4timestamp=$(date +%s)5if [ !-f openssh-7.3.zip ];then wget https://github.com/faishal/openssh-portable/releases/download/cent.os.6.7.openssh.7.3p1/openssh-7.3.zip;fi;
- Exploit-Scanner
Exploit-Scanner PublicFork of https://wordpress.org/plugins/exploit-scanner plugin To add some extra options
- webgrind
webgrind PublicForked from michaelschiller/webgrind
Xdebug Profiling Web Frontend in PHP
Python 2
- Wordpress Multisite Crontab using WP...
Wordpress Multisite Crontab using WP-CLI 1WP_PATH="/var/www/site_path"2forSITE_URLin = $(wp site list --fields=domain,path,archived,deleted --format=csv --path="$WP_PATH"| grep ",0,0$"| awk -F ',''{print $1 $2}')
3do4echo$SITE_URL
5forEVENT_HOOKin$(wp cron event list --format=csv --fields=hook,next_run_relative --url="$SITE_URL" --path="$WP_PATH"| grep 'now$'| awk -F ',''{print $1}')
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.

