current community chat blog Unix & Linux Unix & Linux Meta Sign up or log in to customize your list. more stack exchange communities Stack Exchange sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site Unix & Linux Questions Tags Users Badges Unanswered Ask Question Take the 2-minute tour × Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required. Bash subshell creation with curly braces up vote 12 down vote favorite 3 According to this , placing a list of commands between curly braces causes the list to be executed i...
current community chat blog Unix & Linux Unix & Linux Meta Sign up or log in to customize your list. more stack exchange communities Stack Exchange sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site Unix & Linux Questions Tags Users Badges Unanswered Ask Question Take the 2-minute tour × Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required. Bash subshell creation with curly braces up vote 12 down vote favorite 3 According to this , placing a list of commands between curly braces causes the list to be executed i...
jump to content my subreddits announcements Art AskReddit askscience aww blog books creepy dataisbeautiful DIY Documentaries EarthPorn explainlikeimfive Fitness food funny Futurology gadgets gaming GetMotivated gifs history IAmA InternetIsBeautiful Jokes LifeProTips listentothis mildlyinteresting movies Music news nosleep nottheonion OldSchoolCool personalfinance philosophy photoshopbattles pics science Showerthoughts space sports television tifu todayilearned TwoXChromosomes UpliftingNews videos worldnews WritingPrompts edit subscriptions front - all - random | gadgets - sports - gaming - pics - worldnews - videos - AskReddit - aww - Music - funny - news - movies - books - history - food - philosophy - television - Jokes - Art - DIY - space - Documentaries - Fitness - askscience - nottheonion - todayilearned - personalfinance - gifs - listentothis - IAmA - TwoXChromosomes - creepy - no...
Share 23,558 views Share link Embed code Size: x Autoplay Mute Streamable Privacy Terms Report Sign Up ...
Sign up for a GitHub account Sign in All Gists colby / imgur Created April 05, 2015 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav A simple shell script to upload images to Imgur. View imgur imgur Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 #!/usr/bin/env bash # variables img= " $1 " tmp=/tmp/imgur id= ' 3e7a4deb7ac67da ' link= ' https://api.imgur.com/3/upload ' # functions errcho () { >&2 echo " $* " exit 1 } check () { which " $1 " || errcho " imgur: missing dependency: $1 " } # deps grep= $( check grep ) curl= $( chec...
Map Database Data Centers Properties Cloud Servers Internet Exchanges Search Fast DC Search Advanced DC Search Company Search Network Search Request quote Research Free White papers Analyst Reports Industry News Database Dump DCM Blog About Newsletter Profile Contact Advertise Login / Signup » Index » USA » Oregon » Portland Currently there are 18 colocation data centers from Portland in Oregon, USA. Save the trouble of contacting the providers, check out our quote service . ViaWest, Inc. 3935 NW Aloclek Place 97124 Hillsboro Oregon, USA » Visit website » View profile Short description: ViaWest is a leading provider of adaptable cloud, colocation & managed hosting solutions. ViaWest, Inc. is a premium member of Data Center Map. Telx 3825 NW Aloclek Place 97124 Hillsboro Oregon, USA » Visit website » View pr...
<![endif] Twitter Search query Search Twitter Remove Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Čeština Dansk Deutsch English UK Español Filipino Français Italiano Magyar Nederlands Norsk Polski Português Română Suomi Svenska Tiếng Việt Türkçe Русский Українська мова עִבְרִית العربية فارسی हिन्दी বাংলা ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Log in New to Twitter? Join Today » Log in Phone, email or username Password Log in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel Preston Holmes @ ptone Mar 30 Two views of new facebook offices...
Google Tag Manager End Google Tag Manager The Twelve-Factor App In the modern era, software is commonly delivered as a service: called web apps , or software-as-a-service . The twelve-factor app is a methodology for building software-as-a-service apps that: Use declarative formats for setup automation, to minimize time and cost for new developers joining the project; Have a clean contract with the underlying operating system, offering maximum portability between execution environments; Are suitable for deployment on modern cloud platforms , obviating the need for servers and systems administration; Minimize divergence between development and production, enabling continuous deployment for maximum agility; And can scale up without significant changes to tooling, architecture, or development practices. The twelve-factor methodology can be applied to apps written in any progr...
This is a dumb hack, we should only have one or the other from the the template context, so only one of the following will be rendered. ...
Sign up for a GitHub account Sign in All Gists colby / sandman Created April 01, 2015 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav Sandman: A bash script to find all known Vagrant VMs and halt them View sandman sandman Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 #!/usr/bin/env sh # variables tmp=/tmp/sandman # functions errcho () { >&2 echo " $* " exit 1 } check () { which " $1 " || errcho " Missing dependency: $1 " } fkey () { grep -m1 " \" $1 \" " " $tmp " | cut -d ' " ' -...
Sign up for a GitHub account Sign in All Gists colby / dumb.rb secret Created March 31, 2015 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav View dumb.rb dumb.rb Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 execute ' stop resque workers ' do command " monit -g workers stop " action :run # NOTE: only stop workers if the deploy revision is different from current not_if ' [[ "$(ls -l /var/www/*/current | grep -oE "releases/(.*)" | cut -d"/" -f2)" ] == "#{deploy_revision}" ]] ' # NOTE: start works back up after successful chef run notifies :run , ' execute[start resque workers] ' , :delayed end Sign up for free to join this ...
EFnet - Eris Free Network Home Docs Services Servers Channels Forums Links Stats Map RBL Voting 03/30/2015 at 19:25:06 EDT Random Quote <@msk> We haven't had a good witchhunt in what, a week? EFnet / Home / Server Information EFnet / Server Information / ( Back ) efnet.multiplay.co.uk - - 35 users - Hampshire, UK - Multiplay efnet.port80.se - - - 1774 users - Stockholm, Sweden - Port 80 efnet.portlane.se - - 1170 users - Stockholm, Sweden - Portlane efnet.xs4all.nl - - - 162 users - Amsterdam, NL - XS4ALL irc.ac.za - - 293 users - South Africa - Tenet irc.du.se - 424 users - Borlange, Sweden - Dalarnas University irc.efnet.fr - 148 users - Paris, France - BSO Communication irc.efnet.pl - 1116 users - Warsaw, Poland - ATMAN irc.homelien.no - - 1517 users - Oslo, Norway - Powe...
This is a dumb hack, we should only have one or the other from the the template context, so only one of the following will be rendered. ...
we're hiring! blog new post! about imgur imgur store uploading tools developer api need help? terms privacy upload images 23 Upload Images Video to GIF Make a Meme sign in sign up #secondary-nav .header-center #topbar Loading... browse your computer drag and drop here Ctrl + V paste from your clipboard gallery submit vars publish to Imgur create album Start Upload Blog Horizontal Grid (0) By uploading, you agree to our terms of service Optimizing your large GIFs... That file type is not supported! Supported formats: JPEG, GIF, PNG, APNG, TIFF, BMP, PDF, XCF Prev · Next First Image Second Image 31 seconds ago · 0 views · stats Love Imgur?...
we're hiring! blog new post! about imgur imgur store uploading tools developer api need help? terms privacy upload images 23 Upload Images Video to GIF Make a Meme sign in sign up #secondary-nav .header-center #topbar Loading... browse your computer drag and drop here Ctrl + V paste from your clipboard gallery submit vars publish to Imgur create album Start Upload Blog Horizontal Grid (0) By uploading, you agree to our terms of service Optimizing your large GIFs... That file type is not supported! Supported formats: JPEG, GIF, PNG, APNG, TIFF, BMP, PDF, XCF Prev · Next First Image Second Image 31 seconds ago · 0 views · stats Love Imgur?...