Generally the easier method of breaking into tech, using Amazon and Microsoft's cloud computing learning modules is faster depending on your experience. Training is free and is nearly an associates level
Standard vehicle equipment:
- Simple Cigarette lighter powered airpump. These things are super helpful.
- Jumpstarter kit for dead battery. Good for up to 5-10 jumps before recharging.
- Tool bag, (Harbor freight has some great kits, or you can make your own)
- Tire Patch kit.
- Large trash bags.
- general purpose flares.
- 1000+ lumen flashlight/headlamp.
- Medical/trauma kit.
This file contains hidden or 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
function featureTest() { | |
document.getElementById("heading").innerHTML = "Compatible HTML5 Features"; | |
var typeValues = ["search", "number", "range", "color", "tel", "url", "email", "date", "month", "week", "datetime", "datetime-local"]; | |
var i = document.createElement("input"); | |
var dataValues = ""; | |
dataValues += "<ul>"; | |
for(l=0; l <= typeValues.length; l++) { | |
i.setAttribute("type",typeValues[l]); | |
var result = i.type !== "text" ? "YES" : "NO"; | |
dataValues += "<li>" + typeValues[l] + ": " + result+"</li>"; |
This file contains hidden or 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
# See this wiki page for more info: | |
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info | |
print_info() { | |
info title | |
info underline | |
info "OS" distro | |
info "Host" model | |
info "Kernel" kernel | |
info "Uptime" uptime |
This file contains hidden or 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/bash | |
echo "Starting file system backup." | |
cd | |
cd Desktop | |
if [! -d "$backups" ]; | |
then mkdir "$backups" ; | |
# Not sure if I did this correctly. Will test tomorrow... | |
tar -cvpzf parrotos-backup.tar.gz --exclude=/parrotos-backup.tar.gz \ --exclude=/proc \ --exclude=/tmp \ --exclude=/mnt \ --exclude=/dev \ --exclude=/sys \ --exclude=/run \ --exclude=/media \ --exclude=/var/cache/apt/archives \ --exclude=/usr/src/linux-headers* \ --exclude=/home/*/.gvfs \ --exclude=/home/*/.cache / |
This list will include my pc building resources as well as a few programming resources
This file contains hidden or 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
Salsa : | |
Llorarás- Oscar D’León | |
El Cantante -Héctor Lavoe | |
El Preso- Fruko y sus Tesos | |
La Rebelión -Joe Arroyo | |
Cali Pachanguero-Grupo Niche | |
Carnaval -Celia Cruz | |
Aguanile -Marc Anthony | |
La Murga- Héctor Lavoe & Willie Colon | |
Idilio-Willie Colin |
This file contains hidden or 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
# Leaving this public for all to notate and to read. | |
# Updated, 27/08/2017 - EJS. | |
# Special mentions to my mom. for finding this data. | |
http://m.huffpost.com/us/entry/us_57f8399fe4b0b665ad817fea | |
https://www.google.com/amp/s/www.psychologytoday.com/blog/attention-please/201501/adult-pandas-seek-and-ye-shall-find%3famp | |
https://www.psychologytoday.com/blog/attention-please/201102/evil-pandas-scourge-the-brain |
This file contains hidden or 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
config-version: 1.0 | |
Commands-msgs: | |
perm-denied: '%prefix% &cUnable to comlete your request! &7You need permission!' | |
plugin-reloaded: '%prefix% &7The &6config &7has been &areloaded.' | |
Log-To-Console: true | |
Vote-Reminder: | |
Enabled: false | |
msg: | |
- '&8--------- %prefix% &8---------' | |
- '&6Remember to vote for the &2Server!, &3&l%player%' |
This file contains hidden or 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
So, I usually don't make posts like this on Facebook, but this one is truly important to myself and should be important to practically everyone in the United States and around the world. I'm talking about Net Neutrality. | |
A great video explanation of what Net Neutrality is. (With CC) | |
https://vimeo.com/222706185 | |
Here are a couple of good articles. | |
https://www.savetheinternet.com/net-neutrality-what-you-need-know-now | |
https://www.battleforthenet.com/#widget-learn-more |
NewerOlder