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.
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.
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 | |
#!/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 |
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 |
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 |
SecRule REQUEST_URI "/getonly" "chain,log,deny,status:403,phase:2,id:1234567010" | |
SecRule REQUEST_METHOD "!@rx ^(?:GET)$" |
find . -name '*[A-Z]*' -print0 | xargs -0 rename 'y/A-Z/a-z/' |
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 |
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 ( |