This file contains 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
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: |
This file contains 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
ExitNodes {co} | |
StrictNodes 1 | |
UseBridges 1 | |
ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy | |
Bridge 204.93.130.141:443 97700DFE9F483596DDA6264C4D7DF7641E1E39CE | |
This file contains 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
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' ); |
This file contains 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
/** | |
* 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: |
This file contains 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
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; |
This file contains 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
perl -MLWP::Simple -MJSON -e '$ref = JSON->new->utf8(0)->decode(get("https://s3.amazonaws.com/dolartoday/data.json")); print $ref->{'USD'}{'transferencia'}. "\n";' |
This file contains 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 | |
# Carlos Sanchez <cargabsj175 (at) gmail.com> | |
# Proyecto VegnuX 2007-2011 | |
# cirilyc to latin 0.1 GPL v3 | |
# cirilyc alphabet (russian) | |
c0="А" | |
c1="а" | |
c2="Б" | |
c3="б" |
This file contains 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
<!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> |
This file contains 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
<!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>Mis monederos:</title> | |
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> | |
<meta name="generator" content="Geany 1.24.1" /> | |
</head> |
This file contains 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body> | |
<div> | |
<h2 align="center"> Pago directo a monederos </h2> | |
<table align="center" border="1"> | |
<tbody><tr> | |
<th>Faucet</th> | |
<th>Depósitos</th> |