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.confsudo gedit /var/www/phptest.php<? php phpinfo(); ?>sudo /etc/init.d/apache2 restartsudo gedit /etc/mysql/my.cnfsudo apt-get install libapache2-mod-auth-mysql phpmyadminsudo /etc/init.d/apache2 restart
Big news for developers out there: Google has released a new, open source programming language, Go. Go, is currently experimental, and it combines the performance and security benefits associated with using a compiled language like C++ with the speed of a dynamic language like Python. The official mascot of Google Go is a nice little Gopher.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.