Skip to content

Instantly share code, notes, and snippets.

@zeusintuivo
zeusintuivo / kx_vm_options2.sh
Last active November 15, 2016 09:42
kx_vm_options2.sh
#!/bin/bash
# http://bit.ly/2eP5qN7 version 1.0
# http://bit.ly/2ePMpdu version 1.1
# http://bit.ly/2g9CTUq version 1.2 http://bit.ly/2fQDl9m
# http://bit.ly/2fTCbdj version 1.3
#version:1.3
echo "Cent OS 5.11 Setup "
USUARIO="fronter"
if [ ! -e step1.install ] ; then
{
@zeusintuivo
zeusintuivo / enlightenment_nineteen_14_trusty.sh
Created April 16, 2016 19:40
Enlightenment 19 build script for Ubuntu Vivid 14.04/Trusty. From https://gist.github.com/bhundven/11439386. With a Few adjustments to work.
#!/bin/bash
# @author Zeus Intuivo <zeus AT intuivo DOT com>
#
# NINETEEN_VIVID.SH
# This script allows you to install/update Enlightenment 19 git version on
# Ubuntu 15.04 LTS or Ubuntu 14.04 LTS or Debian wheezy/sid,
# or remove E19 git from your system.
# Originally from: http://ubuntuforums.org/showthread.php?t=2203190
# By: Philippe J. Guillaumie (batden AT sfr DOT fr).
# Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com).
@zeusintuivo
zeusintuivo / enlightenment_nineteen_16_xenial.sh
Last active June 22, 2016 18:11
Enlightenment 19 build script for Ubuntu Vivid 16.04/Xenial. From https://gist.github.com/bhundven/11439386. With a Few adjustments to work.
#!/bin/bash
# @author Zeus Intuivo <zeus AT intuivo DOT com>
#
# enlightenment_nineteen_16_xenial.sh
# This script allows you to install/update Enlightenment 19 git version on
# Ubuntu 16.04 LTS Xenial ,
# or remove E19 git from your system.
# Originally from: http://ubuntuforums.org/showthread.php?t=2203190
# By: Philippe J. Guillaumie (batden AT sfr DOT fr).
# Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com).
@zeusintuivo
zeusintuivo / intoostation_16_xenial_setup.sh
Last active April 16, 2016 19:28
Desktop Automated Setup. This script allows you to setup your working environment with what I consider to be minimum development requirements version on Ubuntu 16.04 LTS Xenial
#!/bin/bash
# @author Zeus Intuivo (zeus AT intuivo DOT com)
#
# intoostation_xenial_setup.sh
# This script allows you to setup your working environment with what I consider to be minimum requirements
# version on
# Ubuntu 15.04 LTS or Ubuntu 14.04 LTS or Debian wheezy/sid
#
# Optional Requires:
# install_sublime_text.sh -> https://gist.github.com/askmatey/c4fcbf37b598aee180bb
@zeusintuivo
zeusintuivo / intoostation_vivid_setup.sh
Last active August 30, 2015 14:49
Desktop Automated Setup. This script allows you to setup your working environment with what I consider to be minimum requirements version on Ubuntu 15.04 LTS or Ubuntu 14.04 LTS or Debian wheezy/sid
#!/bin/bash
# @author Zeus Intuivo (zeus AT intuivo DOT com)
#
# intoostation_vivid_setup.sh
# This script allows you to setup your working environment with what I consider to be minimum requirements
# version on
# Ubuntu 15.04 LTS or Ubuntu 14.04 LTS or Debian wheezy/sid
#
# Optional Requires:
# install_sublime_text.sh -> https://gist.github.com/askmatey/c4fcbf37b598aee180bb
@zeusintuivo
zeusintuivo / enlightenment_nineteen_15_vivid.sh
Last active June 11, 2016 06:59
Enlightenment 19 build script for Ubuntu Vivid 15.04/Debian. From https://gist.github.com/bhundven/11439386. With a Few adjustments to work.
#!/bin/bash
# @author Zeus Intuivo <zeus AT intuivo DOT com>
#
# NINETEEN_VIVID.SH
# This script allows you to install/update Enlightenment 19 git version on
# Ubuntu 15.04 LTS or Ubuntu 14.04 LTS or Debian wheezy/sid,
# or remove E19 git from your system.
# Originally from: http://ubuntuforums.org/showthread.php?t=2203190
# By: Philippe J. Guillaumie (batden AT sfr DOT fr).
# Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com).