Some ASCII/ANSI/Shift_JIS/Unicode art of Jeep Wranglers. They are easy to modify and introduce your own customizations. These I found on the web: __________ | |…
Some ASCII/ANSI/Shift_JIS/Unicode art of Jeep Wranglers. They are easy to modify and introduce your own customizations. These I found on the web: __________ | |…
[bash]#!/bin/sh HOST="silveiraneto.net" if ping -c 1 $HOST > /dev/null then echo your command fi [/bash] replace silveiraneto.net for your desired hostname or ip ping sends…
$ cat AtoF A B C D E F Print only odd lines sed -n ‘p;n’ AtoF A C E -n suppress automatic printing of…
You can use ImageMagick to convert multiple PNGs into a PDF and convert a multiple pages PDF into multiple PNGs. PDF to PNG $ convert…
I’m using this add-on with Firefox 24.0 in a Lenovo Yoga 11S and it’s really good. https://addons.mozilla.org/en-us/firefox/addon/grab-and-drag/
With a ∈ {0,1} and b ∈ {0,1}, the XOR function {0,1}→{0,1} can be defined by the truth table: a b a XOR b 0 0 0…
Can I have a secret? Can I tell you a secret? Can I tell you a secret when we know there is someone snooping around?…