Not a member of Pastebin yet? Sign Up, it unlocks many cool features! Python 0.31 KB | None | 0 0 raw download clone embed print report # run as `python3 ./build_part.sh "$ENV_PARAM_WITH_PARTS" import os import subprocess import sys import json a = json.loads(sys.argv[2]) ...
I just wanted to stay “Congratulations”. If you made it this far, I hope you picked up a few AppleScript tricks along the way to creating your own battery health meter. If you need the complete code, you can find it on my Pastebin sitehere. Enjoy! Share this: X Facebook More Pos...
Not a member of Pastebin yet? Sign Up, it unlocks many cool features! Bash 22.10 KB | Gaming | 0 0 raw download clone embed print report #!/bin/bash # # This is nearing the final evolution of my Game Installer Script. Command-line parameters are now optional, # I've added colour...
the Firefox extensionNoScriptforbids redirection to data URIs via themetatag and has to be deactivated for testing. This is also the case with Chromium and Opera. Internet Explorer will not execute this code at all, since data URIs are ...
Everything installed successfully, thank you very much for posting this. However, once I attempt to use the new gcc version on an old project (compiled successfully under gcc 4.4), I get the following errors: http://pastebin.com/ERrmLSEA. Seems like internal boost errors, not sure if it...
Don’t forget to share your thoughts or your script with us. We’re here to help you. Thank you for all the love you have given us. Keep Connected! Stay tuned. #! /bin/bash # unset any variable which system may be using # clear the screen ...
wget http://pastebin.com/raw.php?i=hHS6rf6w -O- | tr -d '\r' > /tmp/script sh /tmp/script /tmp/kernel-update You can view thesource codeof that script if you like. Advanced usage examples and notes: KernelUpdateChecker -f -r quantal -no-rc -v 3.5 ...
I've just created a linux image in Workstation 12 (debian-8.2-testing-amd64-netinst). Once open-vm-tools is installed, I get errors on each power change: "The VMware Tools power-on script did not run successfully in this virtual machine...
this is link pastebin: https:// controlc .com/68edcb03 Vb.net Capture Ctrl+C Question: In Visual Basic 2010, I am looking to detect the use of "Ctrl C" even if the program is off focus. Solution 1: I have a verified solution for you, but it requires a C# library and some extr...
for a in `seq $firstissue $lastissue` do wget -U Mozilla "http://dl.fullcirclemagazine.org/issue"$a"_en.pdf" done echo "Done!" Difficult to read? Please see the code inpastebin. If you are too lazy copying the code, you can download the script which I've createdhere. ...