Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

connect

ARM's Super-Efficient New Chip Can Get "Years of Battery Life" [Guts]
Tuesday, 13 March 2012 10:14
With processors, it's easy to get caught up in gigahertz and petaflops and the top-end specs. But blazing fast speed doesn't mean all that much for, say, your refrigerator. ARM's says its Cortex-M0+ chip will connect your dumb appliances to a smart grid, and offer "years" of battery life on some of them. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/_lAUkSLadaQ/arms-super+efficient-new-chip-can-get-years-of-battery-life

 
Installing MySQL Administrator Tool To Connect To Remote Databases
Monday, 12 September 2011 15:33

Installing MySQL Administrator Tool To Connect To Remote Databases

This tutorial provides step-by-step instructions on how to install MySQL Admin tool on an Ubuntu 11.04 system and how to connect to a remote host with it. This should also work on most Debian based operating systems.

Read more: http://www.howtoforge.com/installing-mysql-administrator-tool-to-connect-to-remote-databases

 
New Features Now Available in iTunes Connect
Tuesday, 23 August 2011 15:07

We are pleased to announce two new features added to iTunes Connect to help you manage your apps. The latest version of the iTunes Connect Developer Guide (version 7.0) provides details on the following features:

  • New Metadata Rejected App Review Status

    You can now resolve metadata issues that have been identified by the App Review team without having to recompile and resubmit a new binary for review.

  • App Bundle IDs Now Editable Before Binary Submission

    You can now edit your app's assigned Bundle ID in iTunes Connect as long as you have not submitted a new binary for review and your app is not using Game Center or the iAd Network.

You can find more information about these new features in the iTunes Connect Developer Guide.


Read more: http://developer.apple.com/news/index.php?id=08232011a

 
Reset MySQL Password on Ubuntu
Sunday, 19 June 2011 06:54
Check if MySQL is running. (display all sockets with TCP protocol, show program name for them)

netstat -tap | grep mysql


Stop MySQL:

sudo stop mysql

or

sudo /etc/init.d/mysql stop


Start MySQL server so that everyone could connect without a password and with all privileges (+ prevent remote clients from connecting for security reasons):

sudo mysqld --skip-grant-tables --skip-networking


In another shell tab connect to MySQL without password

mysql


Update passwords in the MySQL:

mysql> update mysql.user set password = password('your_new_password') where user = 'root';
mysql> flush privileges;


Stop the MySQL server:

sudo mysqladmin shutdown


Start normally:

sudo start mysql


Connect normally:

mysql -u root -p

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/Jn1--7Pghu4/13267

 
Verizon's 4G LTE Mobile Hotspot Has Arrived [4G]
Tuesday, 29 March 2011 11:44
Verizon's 4G mobile hotspot is here, which lets up to five your wi-fi devices connect to Big Red's LTE network on the go. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/NBcHaQM0qQY/verizons-4g-lte-mobile-hotspot-hath-arrived

 


Taxonomy by Zaragoza Online