IMPORTANT!

Snipt is going open source. We've toyed with this idea for quite a while, and have finally decided it's the right way to move forward.

A few things:
  • The entire Snipt source code will be released on GitHub under the 3-clause BSD License on Friday, September 10th.
  • While we'd like to think we're perfect, we realize we're only human. By open sourcing the software that runs this website, certain bugs or security flaws may be discovered that could compromise the privacy of your snipts.
  • Only the Lion Burger team will be able to push commits to the Snipt.net site. Contributors should send a pull request to add new features or submit patches.
  • By using this site, you agree not to be too angry or take any legal action against Lion Burger should this whole thing go up in flames some day.
  • Follow us on Twitter for updates.
I agree, close this message
Sign up to create your own snipts, or login.

Latest 100 public snipts » (gs) The latest public (gs) snipts.

showing 1-4 of 4 snipts for (gs)
  • (gs) Grid-Service backup to Amazon S3
    Automated Backup for (gs) Grid-Service to Amazon S3
    http://www.christinawarren.com/2008/06/24/s3-backup-media-temple-gs/
    
    http://code.google.com/p/ziplinebackup/
    

    copy | embed

    0 comments - tagged in  posted by abecker on May 13, 2010 at 7:36 p.m. EDT
  • Migrate WordPress
    In order to transfer a WordPress blog, you will have to complete the steps manually. This will require you to backup your files using FTP, and databases using phpMyAdmin or MySQL on your current host. You will then need to transfer the files and database to your (mt) Media Temple (gs) Grid-Service. For this you will need FTP access, and to be able to create a database, and database user. The WordPress Codex has an article the explains your options for migrating a WordPress installation, available at: http://codex.wordpress.org/Moving_WordPress
    
    For information on using FTP with your (mt) Media Temple services please visit http://kb.mediatemple.net/questions/131/.
    
    For information on how to create a Database User and set permissions please visit http://kb.mediatemple.net/questions/884/.
    
    For how to access phpMyAdmin on your (gs) Grid-Service please see our KnowledgeBase article at http://kb.mediatemple.net/questions/1570/.
    

    copy | embed

    0 comments - tagged in  posted by abecker on Mar 18, 2010 at 9:34 a.m. EDT
  • (gs) Default php.ini
    ; This is a example php.ini created by Brandon
    
    ; Instructions
    
    ; To use this file you will need to rename it php.ini and uncomment (by removing the semicolon) or add directives you wish to use. 
    ; Be sure not to uncomment the Descriptions
    ; For a complete list of valid directives, visit: http://us2.php.net/manual/en/ini.php
    
    ; For more information check out the following resources:
    ; (mt) Knowledge Base - http://kb.mediatemple.net
    ; (mt) Forums - http://kb.mediatemple.net/questions/824/
    ; (mt) System Status - http://status.mediatemple.net
    
    ; HOWTO: edit php.ini for (gs) Grid-Service users - http://kb.mediatemple.net/questions/137/
    ; HOWTO: edit php.ini for (dv) Dedicated-Virtual users - http://kb.mediatemple.net/questions/664/
    
    ;
    ;-----------------------------------------------------------------------------------------------------------
    
    [PHP]
    ; We highly recommend that you leave this options enabled
    cgi.fix_pathinfo=1
    
    ; Increase maximum post size
    ;post_max_size = 20M
    
    ; Increase execution time
    ;max_execution_time = 300
    
    ; Increase php Upload Filesize
    ;upload_max_filesize = 20M
    
    ; Uncomment to turn on register_globals
    ;register_globals = true
    
    ; Turn on Safe Made (default is off for your domains)
    ;safe_mode = on
    
    ;include_path = (.:/usr/local/php-4.x.x-x/share/pear/:/path/to/new/includes)
    
    ; Why is allow_url_fopen disabled on the (gs) Grid-Service? - http://kb.mediatemple.net/questions/793/
    ;allow_url_fopen = On
    
    ; Please be sure to also uncomment the following if you enable allow_url_fopen.
    ;memory_limit = 100M
    ;cgi.fix_pathinfo=1
    
    ; ;-----------------------------------------------------------------------------------------------------------
    ; For performance reasons, (mt) does not load all of the modules that are available
    ; into PHP. You may uncomment any one of the following "extension" lines to enable
    ; the desired module
    
    ; Salblotron XSLT
    ;extension=xslt.so
    
    ; save in local tmp
    session.save_path=/home/3628/data/tmp
    

    copy | embed

    0 comments - tagged in  posted by bhubbard on Mar 17, 2009 at 10:09 a.m. EDT
  • (gs) Grid-Service (dv) Dedicated-Virtual Server migration localhost check
    grep -rl 'localhost' *
    

    copy | embed

    0 comments - tagged in  posted by AvidDeville on Feb 23, 2009 at 5:31 p.m. EST
Sign up to create your own snipts, or login.