usb_modeswitch -v 230d -p 0103 -u 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# enable site | |
sudo a2ensite | |
# disable site | |
sudo a2dissite | |
# enable an apache2 module | |
sudo a2enmod | |
# e.g. a2enmod php4 will create the correct symlinks in mods-enabled to allow the module to be used. In this example it will link both php4.conf and php4.load for the user |
sudo apt-get install vnstat
http://1.bp.blogspot.com/-UoTDWSJwJxg/UYUSewzPHzI/AAAAAAAABB0/HBSFeRag5ZA/s1600/vnstat.png
GWoffice - Google Docs Client
- Create the /usr/share/X11/xorg.conf.d/20-intel.conf file with root privlidges (from a terminal window):
Code:
sudo -i gedit /usr/share/X11/xorg.conf.d/20-intel.conf
- Copy/paste the following code:
Code:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Perfecting HTML5 Geolocation</title> | |
<meta name="description" content="Perfecting HTML5 Geolocation"> | |
<meta name="keywords" content="HTML5,CSS,JavaScript,GeoLocation"> | |
<meta name="author" content="Tushar Deo <tushar.deo(at)lokconnect.com>"> | |
<!-- Styles --> | |
<style type="text/css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Adding List of ppa | |
echo <<EOF | |
Adding PPA... | |
EOF | |
sudo add-apt-repository -y ppa:donadigo/power-installer | |
sudo add-apt-repository -y ppa:indicator-multiload/stable-daily | |
sudo add-apt-repository -y ppa:tomahawk/ppa | |
sudo add-apt-repository -y ppa:birdie-team/stable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
vagrantfile-local: | |
vm: | |
box: puphpet/centos65-x64 | |
box_url: puphpet/centos65-x64 | |
hostname: '' | |
memory: '512' | |
cpus: '1' | |
chosen_provider: virtualbox | |
network: |
exec curl https://sdk.cloud.google.com | bash
restart shell exec -l $SHELL
maximize your shell and exec gcloud components list
install required components with gcloud components update
In my case: gcloud components update gae-go app
This guide shows how to set up a PHP and MySQL development environment using OSX's built-in Apache, using Homebrew to install necessary components. With this strategy, you can use different versions of PHP for certain virtual hosts.
VirtualHostX is a convenient way to manage development sites, but not required.
brew update
brew install php56
brew install php56-mcrypt
brew install mysql