Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
Instalación de Archlinux | |
PREPARACION | |
1. Descargar la iso | |
2. Crear una parición para este propósito (ext4) | |
3. Determinar exactamente la dirección de la partición en /dev (blkid, lsfdisk, etc) | |
4. Reiniciar el equipo desde CD/DVD/USB | |
5. Conectar a la wifi en caso de no disponer de LAN (wifi-menu) | |
6. Verificar conexión haciendo ping a cualquier sitio *.com |
debootstrap (debian): | |
1. crear una partición (ext3 o ext4): | |
/dev/sdX | |
2. montar manualmente la partición: | |
mount -vt auto /dev/sdX /mnt/debian | |
3. ejecutar como root: |
ExitNodes {co} | |
StrictNodes 1 | |
UseBridges 1 | |
ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy | |
Bridge 204.93.130.141:443 97700DFE9F483596DDA6264C4D7DF7641E1E39CE | |
add_action( 'woocommerce_after_shop_loop_item_title', 'cj_show_dimensions', 9 ); | |
function cj_show_dimensions() { | |
global $product; | |
$dimensions = $product->get_dimensions(); | |
if ( ! empty( $dimensions ) ) { | |
echo '<p style="font-family: CaviarDreams; color: #b3b3b3; text-transform: uppercase; font-weight: bold;" class="dimensions">' . $dimensions . '</p>'; | |
} | |
} | |
add_shortcode( 'show_dimensions', 'cj_show_dimensions' ); |
/** | |
* Attributes shortcode callback. | |
* Original by: https://stackoverflow.com/users/383847/helgatheviking | |
*/ | |
/** | |
* Usage: This would be used in 1 of 2 ways. | |
* First, to display specific attributes use: | |
* [display_attributes attributes="color|material"] | |
* Second, to display all attributes use: |
const getBsfOfParalelo = (ticker, quantity, discount = 0) => { | |
ticker = ticker.toUpperCase(); | |
return fetch("https://s3.amazonaws.com/dolartoday/data.json") | |
.then(res => res.json()) | |
.catch((err) => { throw new Error('Data cannot be reached. Check the URL.') }) | |
.then(val => { | |
let price = val[ticker].dolartoday; |
perl -MLWP::Simple -MJSON -e '$ref = JSON->new->utf8(0)->decode(get("https://s3.amazonaws.com/dolartoday/data.json")); print $ref->{'USD'}{'transferencia'}. "\n";' |
#!/bin/bash | |
# Carlos Sanchez <cargabsj175 (at) gmail.com> | |
# Proyecto VegnuX 2007-2011 | |
# cirilyc to latin 0.1 GPL v3 | |
# cirilyc alphabet (russian) | |
c0="А" | |
c1="а" | |
c2="Б" | |
c3="б" |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<title>OK TOR: bitcoin faucets</title> | |
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> | |
<meta name="generator" content="Geany 1.23.1" /> | |
</head> |