Showing all newswire headlines
View by date, instead?« Previous ( 1 ... 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 ... 7359 ) Next »
EFF Changes Position On Net Neutrality: Recognizes FCC Must Act, But Narrowly
For years, the EFF has pushed back against the FCC's attempts to preserve net neutrality, reasonably worrying that it might open the door to the FCC further meddling in the internet where it had no real mandate. We here at Techdirt have been similarly concerned. As we've noted, net neutrality itself is important, but we were wary of FCC attempts to regulate it creating serious unintended consequences. However, over the past few years, the growth in power of the key broadband internet access providers, and their ability to degrade the internet for profit, has made it quite clear that other options aren't working.
Chumby back from the dead with 1,000 apps
Chumby, which sold Linux-based tabletop devices that ran Flash-based apps, is back in business under Blue Octy, with an overhauled website and 1,000 apps.
Is open data living up to the hype? One data journalist weighs in
In this interview, Kayser-Bril discusses why open source is the right choice for journalism organizations, how being open has benefited his clients, and why open data may not be the boon that it seems to be.
BrickPi Bookreader 2 interview
A robotic, mechanical reader of printed books that melds together the Raspberry Pi and Lego Mindstorms. When the Raspberry Pi camera module was originally released we thought it would be great to show that you can use the camera with some of the Lego robots and that there’s a whole lot of awesome stuff you can do with it. We put something together that was just an arm to turn the Kindle and the camera to read it aloud; we thought that would be really interesting but it got the wrong type of attention. We got a lot of comments saying, “Well there’s already stuff that can do that”. People missed the point that we were trying to show a tour de force with a Raspberry Pi. So we doubled down and decided we just had to put together a mechanical version that would turn pages – just so we could make our point [laughs]. So the first Bookreader did the Kindle and we read a book off of it out loud and people were like, “Well that’s cool, but there’s already software to do that”.
Atom E3800-based industrial PC boots from just about everything
WinSystems is prepping a industrial PC with a 1.91GHz, quad-core Atom E3845, industrial temperature support, dual displays, and numerous boot options. The Linux-ready SYS-405Q is sold principally with the quad-core Atom E3845, but is also available with a 1.75GHz Atom E3827 or single-core 1.46GHz Atom E3815.
antiX MX-14.2 Screenshot Tour
MX-14.2 'Symbiosis' bug-fix upgrade release available. Upgraded bug-fix versions (PAE and non-PAE) of MX-14 are now available. This version has fixed some bugs found in MX-14.1.1 and Debian upstream. LibreOffice updated to the 4.2.5 version; Google search engine bug fixed; toned down faulty hard drive error when installing; image files open with mirage; wl modules for Broadcom wireless now on the CD image; updated documentation.
Short Stack: Is Rackspace going private?, OpenStack enterprise adoption and CERN contributes to OpenStack
This week, I look at rumors of Rackspace going private, CERN joining OpenStack and why Linux and OpenStack play nicely together.
Clonezilla Live 2.2.3-25 Is Now Powered by Linux Kernel 3.14.7
The stable channel of the Clonezilla Live Linux distribution, an open source operating system designed for hard disk drive cloning operations, has been updated to version 2.2.3-25, as announced by its developer, Steven Shiau.
Android Wear: Way Better Than You Think
Google’s Android Wear operating system got very real last week. Google executives demonstrated the platform to 6,000 developers and press at the company’s annual Google I/O conference in San Francisco on Wednesday. And then they gave each attendee a watch running Android Wear. (I accepted an LG G watch as an evaluation and will be returning it.)
DuckDuckGo may be the next big thing in search engines
In today's open source roundup: DuckDuckGo may eventually give Google a run for its money. Plus: A screenshot tour of Peppermint Five, and helpful tools for new Linux engineers.
Survey: Hadoop Not the Answer for Big Data Diversity
A survey of data scientists from database vendor Paradigm4 suggests that Hadoop and Spark are not as useful for sophisticated Big Data analytics as a non-expert might think.
14 Command line tips & tricks
To build a strong foundation in Linux, good knowledge of the command line is essential. Here we’ve
answered 14 of the most commonly asked questions...
Calculate Linux 13.19 Released with Support for exFAT Filesystems
Alexander Tratsevskiy had the pleasure of announcing a few minutes ago, July 2, that Calculate Linux, a Russian distribution of Linux based on the Gentoo operating system, reached version 13.19 with tons of new features, updated applications, and general system improvements.
Wearable Device Users are Data Hogs: Nielsen
Businesses, get ready. In a study, Nielsen discovers that wearables users consume nearly twice the data of smartphone-only users.
How to Use Parental Controls on Ubuntu Linux
The Internet serves as a vast reserve of knowledge and information. From the latest news to funny videos of cats playing pianos, pretty much everything can be found on the World Wide Web. However, the dangers of the Internet are rarely talked about openly.
6 fresh guides for managing OpenStack
Looking for a guide to walk you through the creation, care and upkeep of your open source cloud running OpenStack? We've collected some of our favorite tutorials and technical how-tos from the past month all here in one place. Be sure to visit the official documentation for OpenStack if you need further guidance.
read more
Why XFCE is the Best Linux Desktop
I have used various Linux desktop environments over the years: GNOME, KDE, LXDE and XFCE. As for the best Linux desktop? Each experience has its advantages. Some Linux desktops offer lots of glamour and neat effects, while others provide a solid (be it simpler) user experience without making the end user feel like they’re using a desktop from the late 20th century.
Manage Linux Containers with Docker on Ubuntu
Manage Linux Containers with Docker on Ubuntu
This guide explains how to install Docker and manage virtual machines effectively. Docker is a Open Source Linux virtualistaion platform for developers and system administrators to build, deploy, and execute distributed applications easily. Docker consists of the Docker Engine, a light runtime and virtualisation layer, tools to package and version virtual machines similar to a sourcecode repository and Docker Hub, a service in the cloud to share applications and automate workflow. Docker allows applications quickly assembled from components and eliminates friction between development environments, quality control and production.
Python Foundation uncoils as membership opens up
By relaxing its rather constrictive membership process, The Python Software Foundation is starting to uncoil. And Nick Coghlan, Provisioning Architect in Red Hat Engineering Operations, couldn't be happier.
Coghlan recently earned a seat on the Foundation's Board of Directors, where he'll help oversee the open source programming language's governing body. He assumes his position at a critical juncture for Python. Many high-profile Linux distributions are beginning to offer Python 3 by default, encouraging developers to transition to the latest version as Python 2 support dwindles. And the PSF is altering its membership structure—making joining a much more straightforward matter for developers all over the world.
read more
How to find and kill misbehaving MySQL queries
Sometimes the complexity of a relational database system can be overwhelming. Fortunately, sometimes that complexity is an advantage, as with MySQL's tools for managing queries. To view the currently-running queries, log in to the MySQL console and run the 'show processlist' command: mysql> show processlist; The first column you should look at is 'Time', which […]Continue reading...
The post How to find and kill misbehaving MySQL queries appeared first on Xmodulo.
Related FAQs:
How to view a list of MySQL users and their privileges
How to log in to MySQL server without password
How to install MySQL server and client on Linux
How to upgrade MySQL server on Debian or Ubuntu
How to set up a lightweight web server on Raspberry Pi
« Previous ( 1 ... 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 ... 7359 ) Next »
