docker run --detach --interactive --tty --privileged --net=host fedora /bin/bashdocker attach $CONTAINER_IDyum install screen
docker attach $CONTAINER_IDscreen -S test- Detach from screen
| .Spotlight-*/ | |
| .DocumentRevisions-*/ | |
| .MobileBackups/ | |
| .Trashes | |
| /afs/* | |
| /automount/* | |
| /cores/* | |
| /dev/* | |
| /Network/* | |
| /private/tmp/* |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * @class Base64 | |
| * @author Abdul Qabiz (http://www.abdulqabiz.com) | |
| * @version 1.0 | |
| * @requires ActionScript 3.0 and Flash Player 8.5 (atleast) | |
| * | |
| * @credits Based on Aardwulf Systems'(www.aardwulf.com) Javascript implementation. | |
| * (http://www.aardwulf.com/tutor/base64/base64.html) | |
| * | |
| **/ |
| <?php | |
| // Youtube FLV Fetcher | |
| // Responds to both HTTP GET and POST requests | |
| // Author: Abdul Qabiz (abdul dot qabiz at gmail dot com) | |
| // | |
| // Description:Gets the path of FLV from YouTube URL | |
| // Is it a POST or a GET? | |
| if (isset($_GET['url'])) | |
| { | |
| $url = $_GET['url']; |
| /** | |
| _________________________________________________________________________________________________________________ | |
| Font Lib creator JSFL | |
| @author Abdul Qabiz (abdul.qabiz@gmail.com) | |
| @version 1.00 (7/13/2006) | |
| @availability 7.0+ | |
| @usage a) Double-click to run or Run from Flash IDE's command menu. | |
| @dependency - Requires fontlist.txt, that contains newline separated font-names. |
| package com.abdulqabiz.utils | |
| { | |
| public class CursorAttributes extends Object | |
| { | |
| public var cursorType:Class = null; | |
| public var priority:int = 2; | |
| public var xOffset:Number = 0; | |
| public var yOffset:Number = 0; | |
| public function CursorAttributes (cursorType:Class, |
| { | |
| "Version":"2012-10-17", | |
| "Statement":[ | |
| { | |
| "Sid":"ElasticBeanstalkEnvironmentPermissions", | |
| "Effect":"Allow", | |
| "Action":[ | |
| "elasticbeanstalk:DescribeEnvironmentResources", | |
| "elasticbeanstalk:DescribeEnvironments", | |
| "elasticbeanstalk:DescribeEvents", |
| FROM debian:8.1 | |
| MAINTAINER @cGuille <cguille.dev@gmail.com> | |
| RUN apt-get update && apt-get -y dist-upgrade | |
| RUN apt-get install -y golang git | |
| ENV GOPATH /usr/go | |
| RUN mkdir $GOPATH | |
| ENV PATH $GOPATH/bin:$PATH |
| #!/bin/bash | |
| # File: deis-backup.sh | |
| # Author: Ian Blenke | |
| # License: Apache License, Version 2.0 | |
| # | |
| # Note: This script is meant to be run under CoreOS "toolbox", as it uses the /media mount and talks locally to etcd to obtain Deis ceph credentials. | |
| # Error out whenever something returns a non-zero errno | |
| set -eo pipefail |