http://icode-source.blogspot.com/
This site will be used as a code journal, till the final release is out. Request friends and folks to come out with ideas to improve the product and/or any of its features.
In the interest of transparency, we should declare that Canonical is contributing engineering to Google under contract. In our discussions, Sundar Pichai and Linus Upson made it clear that they want , wherever feasible, to build on existing components and tools from the open source community without unnecessary re-invention. This clear focus should benefit a wide variety of existing projects and we welcome it.
Prerequisites
You need to have Linux. We currently support the following:
sudo apt-get install lamp-server^
sudo gedit /etc/apache2/apache2.conf
sudo gedit /var/www/phptest.php
<? php phpinfo(); ?>
sudo /etc/init.d/apache2 restart
sudo gedit /etc/mysql/my.cnf
sudo apt-get install libapache2-mod-auth-mysql phpmyadmin
sudo /etc/init.d/apache2 restart
package main
import "fmt"
func main() {
fmt.Printf("Hello, 世界\n")
}
$sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
$sudo gedit /etc/X11/xorg.conf
Section "Monitor"
Identifier "0-CRT1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1280x1024"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Mail me
Disclaimer: This work is licenced under the terms of Creative Commons Attribution-Noncommercial-Share Alike 2.5 India License.
You are allowed to copy any material from this blog, for non-commercial purposes, so long as you link back.