Below JavaScript Code will help you calculate total pictures you have in Google Plus.
Go to your google plus pictures albums page, run the script in the browser developer console. You will get your total pictures number.
cmd.exe /C del C:\chef\validation.pem | |
cmd.exe /C del C:\chef\client.rb | |
cmd.exe /C del C:\chef\client.pem | |
> C:\chef\validation.pem ( | |
<%= validation_key %> | |
) | |
> C:\chef\client.rb ( |
REM Check certificates | |
certutil -store MY | |
REM Import cert | |
certutil -p PASSWORD -ImportPFX CERT_PATH | |
REM Check winrm listners | |
winrm e winrm/config/listener | |
REM delete if it exists |
find . -name '*[A-Z]*' -print0 | xargs -0 rename 'y/A-Z/a-z/' |
SecRule REQUEST_URI "/getonly" "chain,log,deny,status:403,phase:2,id:1234567010" | |
SecRule REQUEST_METHOD "!@rx ^(?:GET)$" |
mkdir ~/tdv-core | |
cd ~/tdv-core | |
#clone all repos | |
git clone [email protected]:tdigital-ondemand/tdv-core.git | |
#Clone parent firstly | |
git clone [email protected]:tdigital-ondemand/parent.git | |
cd parent | |
git checkout dev |
if ! grep -q 'test.com' /etc/resolv.conf | |
then | |
sed -i "s/`grep search /etc/resolv.conf`/`grep search /etc/resolv.conf` test.com/" /etc/resolv.conf | |
fi |
#!/bin/bash -e | |
IFADDR="192.168.3.1/24" | |
if [[ ! ip link show docker0 ]]; then | |
ip link add docker0 type bridge | |
ip addr add "$IFADDR" dev docker0 | |
ip link set docker0 up | |
iptables -t nat -A POSTROUTING -s "$IFADDR" ! -d "$IFADDR" -j MASQUERADE | |
fi |
require 'net/http' | |
require 'uri' | |
def downloadFile(filePath, url,username, password) | |
uri = URI(URI.encode(url)) | |
Net::HTTP.start(uri.host,uri.port) do |http| | |
request = Net::HTTP::Get.new uri.path | |
request.basic_auth username,password | |
Below JavaScript Code will help you calculate total pictures you have in Google Plus.
Go to your google plus pictures albums page, run the script in the browser developer console. You will get your total pictures number.
conn L2TP-PSK-noNAT │ | |
authby=secret │ | |
pfs=no │ | |
auto=add │ | |
keyingtries=3 │ | |
rekey=no │ | |
ikelifetime=8h │ | |
keylife=1h │ | |
type=transport |