Home Blog Page 1202

How to burn .iso to USB drive

CD/DVD drives have gone obsolete and USB drives have become more popular and cheaper now. Thats the reason we prefer to use USB drives instead of CD or DVD to install a new system. 
 
There are many utilities available which can do this. UNetbootin (http://unetbootin.sourceforge.net/) is one of them. UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. The best part of it is that it runs on Windows, Linux, and Mac OS X. You can either let UNetbootin download one of the many distributions or supply your own Linux .iso file. It has a very simple user interface.
 
unetbootin-windows7
 
For Command Line Lovers
For command line lovers like me the best utility to burn a .iso to USB drive is “dd”. 
  • Insert the USB drive and open terminal (Ctrl+Alt+T)
  • better be a root (sudo -i), don’t be afraid believe in yourself
  • use “fdisk -l”  to find the USB device

fdisk-before

 

  • So in our case its /dev/sdb
  • Make sure the USB device is unmounted
umount /dev/sdb1
  • Assuming the .iso file is in your current working folder, type the below command and wait for it to finish.
dd bs=4M if=ubuntu-12.04.2-server-i386.iso of=/dev/sdb

dd

  • ubuntu-12.04.2-server-i386.iso is your .iso file
  • bs=4M” is optional. Its just to make it faster
Testing Time….
 
To test if everything has gone right, boot your system from the USB drive. To do so you will have to reboot your system. QEMU can help you in this. What?! Yes QEMU is a machine emulator and virtualizer. 
  • Make sure qemu is installed (apt-get install qemu)
  • run the below command and you will see a virtual machine booting from your USB Drive
qemu -hda /dev/sdb 

​Chromebook Pixel, the Rolls-Royce of Chromebooks, is Getting a Refresh

Google won’t confirm it, but it’s clear that there’s a new version of the Chromebook Pixel on its way.

Read more at ZDNet News

Why Open Source Freeriding is a Good Idea

In the wake of a high profile controversy, it’s clear: so-called freeriders should be encouraged, not condemned.

Read more at Datamation

5-Way Linux Distribution Comparison On The Core i3 NUC

The latest Linux benchmarks for your viewing pleasure are a comparison of five Linux distributions tested on the new Intel Core i3 Broadwell NUC with a variety of performance tests.

Read more at Phoronix

Mirantis, Google Team Up on Kubernetes and OpenStack Integration

Mirantis, focused on OpenStack, has announced a new initiative that integrates Kubernetes with OpenStack, letting developers deploy containers on OpenStack in what the company claims takes only minutes. The integration gives developers immediate access to Kubernetes clusters with Docker containers without needing to set up infrastructure. According to Mirantis, developers will be able to seamlessly move entire environments between OpenStack private clouds and public clouds that support Kubernetes, such as Google Cloud Platform.

“Our development work with Google to combine the power of Kubernetes with Mirantis OpenStack makes it easy for developers to manage Docker containers at scale,” said Mirantis CEO, Adrian Ionel. “Kubernetes automates the management of Docker containers, while OpenStack automates the configuration and deployment of infrastructure resources on which those containers run. By using the two technologies together, developers can focus on creating software because their underlying infrastructure just works.”

 

Read more at Ostatic

Android-Based Console OS Available For Download

If you’re after running Android on your laptop or desktop computer and Android x86 isn’t panning out, the Android-based Console OS is now available to download…

Read more at Phoronix

IBM, ARM Deliver Starter Kit for Internet of Things

There is no doubt that the Internet of Things (IoT) is emerging as one of the hottest stories of 2015. We’ve already reported on how as it gains momentum, there is a big need for collaboration, open and interoperable tools and standards, and governance. In our recent conversation with the AllSeen Alliance’s senior director of IoT, Philip DesAutels, he stressed the need for interoperability of devices.

Now ARM and IBM have announced a partnership that includes a starter kit for making IoT devices.  The ARM mbed IoT Starter Kit, Ethernet Edition, will channel data from Internet-connected devices directly into IBM’s Bluemix cloud platform. “The combination of a secure sensor environment by ARM with cloud-based analytics, mobile and application resources from IBM will allow fast prototyping of new smart products and unique value-added services,” claims ARM. The first products developed using the kit are expected to enter the market in 2015.

Read more at Ostatic

The Raspberry Pi VC4 Graphics Driver You Won’t Find In Linux 4.0

On top of the features mentioned in yesterday’s article about features you won’t find in the Linux 4.0 kernel like KDBUS and Tux3, there’s also the Raspberry Pi VC4 DRM driver that has yet to be mainlined…

Read more at Phoronix

KDE Plasma 5.2.1 Released

The KDE community has today announced the first bug-fix release to Plasma 5.2…

Read more at Phoronix

Valve Is Rolling Out Their Own VR Dev Kit Hardware

Next week at the Game Developers’ Conference (GDC) in San Francisco, Valve will be demoing their own VR headset hardware. This will make next week even more exciting beyond showing off the next-generation OpenGL API and this VR hardware will surely be supported under Linux/SteamOS…

Read more at Phoronix