nc -l 5566 > data-dump.sql
Listen on port 5566 and redirect output to data-dump.sql
{ | |
"animation_enabled": false, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"font_size": 10, | |
"ignored_packages": | |
[ | |
"Markdown", | |
"Vintage" | |
], | |
"scroll_speed": 0, |
⨀_⨀ | |
⨂_⨂ | |
(/◔ ◡ ◔)/ | |
°ﺑ° | |
(¬_¬) | |
(´・ω・`) | |
(ʘ_ʘ) | |
(ʘ‿ʘ) | |
(๏̯͡๏ ) | |
(◕_◕) |
body { | |
width: 1200px; | |
} | |
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, | |
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 | |
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { | |
float: left; | |
} | |
.col-sm-12, .col-md-12, .col-lg-12 { |
65 Days of Static | |
A Long Away From Here | |
Aesthesys | |
Aisha Duo | |
Al Fin De Dia | |
Alejandro Seoane | |
Ambiente | |
Austin TV * | |
Board of Canada | |
Commonplaces |
sudo ifconfig wlan0 mtu 1398 |
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 |
#CHANGE SITEURL & HOMEURL | |
UPDATE wp_options SET option_value = replace(option_value, 'http://www.oldsiteurl.com', 'http://www.newsiteurl.com') WHERE option_name = 'home' OR option_name = 'siteurl'; | |
#CHANGE GUID | |
UPDATE wp_posts SET guid = REPLACE (guid, 'http://www.oldsiteurl.com', 'http://www.newsiteurl.com'); | |
# CHANGE URL IN CONTENT | |
UPDATE wp_posts SET post_content = REPLACE (post_content, 'http://www.oldsiteurl.com', 'http://www.newsiteurl.com'); |
# Be sure to restart your server when you modify this file. | |
# Add new inflection rules using the following format | |
# (all these examples are active by default): | |
ActiveSupport::Inflector.inflections do |inflect| | |
inflect.plural /([taeiou])$/, '\1s' | |
inflect.plural /([rlmnd])$/, '\1es' | |
inflect.singular /([taeiou])s$/, '\1' | |
inflect.singular /([aeiou][rlmnd])es$/, '\1' |
ruby -run -e httpd . -p 5000 |