Showing all newswire headlines
View by date, instead?« Previous ( 1 ... 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 ... 7359 ) Next »
UbuntuTrusty&&Cirros Cloud Instances (IceHouse) without floating IP working on the Net
This post is supposed to demonstrate that Neuton DHCP,MetaData,L3 agents (services) and OVS plugin properly configured in RDO IceHouse provide outbound connectivity for cloud instance upon creation without assigning this instance a floating IP.
OpenSSL Gets Patch for 4-Year-Old Flaw
The open-source OpenSSL cryptographic library is being patched for a pair of security flaws, one of which has been in the code for at least four years.
OpenSSL, of course, is the source of the now infamous Heartbleed vulnerability, first disclosed on April 7. While Heartbleed has had a wide-ranging impact that has left hundreds of millions of users vulnerable, the newly patched issues are not quite as dramatic.
OpenSSL, of course, is the source of the now infamous Heartbleed vulnerability, first disclosed on April 7. While Heartbleed has had a wide-ranging impact that has left hundreds of millions of users vulnerable, the newly patched issues are not quite as dramatic.
Solaris deposed as US drone-ware, replaced by Linux administration
Death from above brought to you by the happy, peaceful world of open source
Hey, Linux fans: a high-profile, colossal, global outfit is about to dump a proprietary operating system and replace it with Linux in a very, very, demanding application that literally involves life and death situations.…
How a hacker slumber party gets girls into code
When I walked into Carroll Hall, for a moment I felt like I was back in college... and at the World’s Best Slumber Party. There were tables full of salty snacks, stacks of sleeping bags, and the chatter of excited young women. But, unlike the sleepovers of my youth, talk was about Python, HTML, and Ruby. These were young women interested in learning to code.
Interconnection: Or How Big Broadband Kills Net Neutrality Without Violating 'Net Neutrality'
For years now, every time the net neutrality debate starts getting really confusing, Tim Lee comes along and puts it all into useful perspective. Six years ago, there was his exceptionally useful position paper on net neutrality for the Cato Institute. A couple years ago, he wrote another great piece for National Affairs magazine that deftly explained why the internet wasn't competitive and why that's a problem. Now working for Vox, he's put together a great piece that explains the technical difference between the interconnection fights and the net neutrality battle -- but also explains how the end result is basically the same.
How to use LVM in Linux
Logical Volume Manager (LVM) is a versatile disk management system that can easily be used in Linux or similar operating systems. traditional partitions are created in fixed sizes, and resizing them is a tedious process. On the other hand, LVM creates and manages "logical" volumes off of physical hard disks, and provides administrators the flexibility […]Continue reading...
The post How to use LVM in Linux appeared first on Xmodulo.
Related FAQs:
How to create a Linux LVM partition
How to build a network attached storage (NAS) server with Openfiler
How to run fdisk in non-interactive batch mode
How to create an encrypted disk partition on Linux
How to change a XenServer’s local storage repository from LVM to EXT
How DRM Harms Our Computer Security
DRM and the laws that back it up actively undermine our computer security. On this Day Against DRM, the first one since we learned about the US government’s efforts to sabotage the integrity of our cryptography and security technology, it's more important than ever to consider how the unintended consequences of copyright enforcement make us all less safe.
5 steps for tackling bugs and fixes for an open source project
I do a lot of work on open source, but my most valuable contributions haven't been code. Writing a patch is the easiest part of open source. The truly hard stuff is all of the rest: bug trackers, mailing lists, documentation, and other management tasks. Here's some things I've learned along the way.
Evolve OS Might Just Be the Most Beautiful Traditional OS with Modern Technology
Evolve OS, a Linux distribution that is in the works and aims to marry both modern and traditional trends, has been announced.
The Perfect Server - Ubuntu 14.04 (nginx, BIND, MySQL, PHP, Postfix, Dovecot and ISPConfig 3)
The Perfect Server - Ubuntu 14.04 (nginx, BIND, MySQL, PHP, Postfix, Dovecot and ISPConfig 3)
This tutorial shows how to prepare an Ubuntu 14.04 (Trusty Tahr) server (with nginx, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers nginx (instead of Apache), BIND (instead of MyDNS), and Dovecot (instead of Courier).
Atom, GitHub's code editor based on web tech, goes open source
Code-sharing site GitHub has announced that Atom, its highly customizable code editor, has left beta and its full source code is now available to world+dog under the MIT open source license. Why another text editor? In an interview, GitHub developer Nathan Sobo told The Reg that he and the other developers wanted a powerful editor that was fully customizable using JavaScript, which Sobo argued is now the most popular scripting language in the world.
5 easy ways to make a hacker's life harder
That reality became painfully clear to more than 40 million Target customers, whose credit card numbers got hijacked over the Christmas holidays. In an attempt to salvage the department-store chain’s reputation, the board yesterday removed CEO Gregg Steinhafel. Don’t be fooled, though. That was only a PR maneuver and, having come five months late, a bad one too.
How to dual boot Ubuntu 14.04 with Windows 8.1
Having gone through the pain of dual booting Ubuntu 14.04 with Windows 8.1, I thought it worthwhile to document the steps that I performed to get it all working. I hope this helps some other people who are struggling to get it to work.
oRouter Linux box offers secure Wi-Fi via Tor network
In today's open source roundup: The oRouter provides a secure Internet connection via Tor. Plus: Does Android stink? And SuperTuxKart gets a graphics overhaul.
Another Star, A Very Retro RPG Will Come To Linux With Version 2
I know what you're thinking when you see the word "retro", but don't worry Another Star actually looks the part. It does a similar thing to You Have To Win The Game and gives you a slightly bendy screen to make it all more authentic and I love it.
Five Things in Fedora This Week (2014-05-06)
A roundup of events in Fedora.
Review: OpenMandriva Lx 2014.0
It is far more stable than its predecessors, and it continues to do basically everything I want it to do, so it's pretty good!
The Conflict at the Heart of Open Source
A project's choice of a license will have significant effects on its ability to sustain itself. Despite the rivers of ink that have flowed regarding the recent Heartbleed vulnerability, I believe the developer community has not addressed the right problem. Developers have fixated on a debate about one of open-source's most touted advantages: With many eyes looking at the code, is open source able to correct bugs faster than closed-source projects?
AMD surprise: pin-compatible ARM and x86 CPUs
When AMD revealed an “ambidextrous” processor roadmap based on both x86 and ARM cores last Fall, it saved one surprise for today: they’ll be pin compatible!
Running Clojure on the BeagleBone Black
I’ve found a few articles about using the Clojure programming language on the BeagleBone Black. However, all of them I’ve seen gloss over the installation steps. I got Clojure 1.6.0 running on my rev B BeagleBone Black (aka BBB from here on) and I’ve outlined the steps to do it in this post. If you haven’t done anything with your BBB yet, plug it in to a free USB port and open START.htm when it mounts as a drive.
« Previous ( 1 ... 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 ... 7359 ) Next »