Home Blog Page 1644

Ex-Googlers’ Startup Shape Turns Hackers’ Code-Morphing Tricks Against Them

For decades the information security industry’s default analogy has been virus versus antivirus, a futile race to detect hackers’ weapons as they constantly mutate. Now a few security veterans are flipping the game: Deciphering a shape-shifting chunk of code is about to become the attacker’s problem.

In late January a team of entrepreneurs out of Google and the defense world unveiled a startup called Shape Security. The 58-person Mountain View, Calif. company sells a pizza-box-size appliance called a ShapeShifter that plugs into a company’s network and obfuscates the code behind the customer’s website. It replaces variables with random strings of characters that change every time a page is loaded, all without altering the way the site appears to human visitors. This trick, known as polymorphism, makes it vastly more difficult for cybercriminals to use automated tools to crack passwords, scrape content from thousands of sites or use malware-infected PCs to spy on victims’ online banking.

Read more at Forbes.

Deadline Scheduler Merged for 3.14

After years of development, the deadline scheduling class has finally been merged for the 3.14 kernel. This class allows processes to declare an amount of work needing to be done and a deadline by which it must happen; with care, it can guarantee that all processes will meet their deadlines. It has applications in the realtime world, in streaming media processing, and elsewhere.

Read more at LWN

Large Enterprises Purposely Build Walls Between Developers and Operators

DevOps encourages informal, spontaneous and collaborative connections between developers and computer operators. Everything that large organizations seek to reduce.

The Linux Foundation Delivers Complete 2014 Event Schedule

The Linux Foundation has changed up its mode of planning events, and has released its schedule of events for the entire year.  A new video is also being launched with the announcement, which is live here: The Linux Foundation Event Experience. Here are more details on what this year’s foundation events will focus on.

The 2014 events schedule, which includes LinuxCon and CloudOpen in North America and Europe, as well as the Linux Foundation Collaboration Summit, Embedded Linux Conference, Android Builders Summit and ApacheCon, among others.  LinuxCon and CloudOpen North America will take place this year in Chicago and will be co-located with the Linux Kernel Summit. LinuxCon and CloudOpen Europe will be in Duesseldorf, Germany, along with Embedded Linux Conference, KVM Forum and Linux Plumbers Conference.

 



 
Read more at Ostatic

Fedora Workstation Proposal: Ease Installation of Non-Free Software

The Fedora Workstation working group has come out with a proposal to ease Fedora’s traditional “see no evil” approach to non-free software in the hope of making the distribution appealing to a wider group of users. “In order to keep with the Fedora policy of only shipping free software we will only make available 3rd party software that offers their own repository for their software. Examples here include Google Chrome and Adobe Acrobat.

Read more at LWN

New SteamOS Beta Has Non-UEFI Support

A new SteamOS 1.0 “Alchemist” Beta was made available on Monday night. This latest SteamOS beta has support for installing Valve’s Debian-based Linux distribution on non-UEFI systems…

Read more at Phoronix

Linux 3.14: Generic CPU Boost, P-State Improvements

The ACPI and power management updates for the Linux 3.14 kernel have a wide range of changes, including updates to Intel’s new P-State CPUfreq driver, various fixes, and other CPUfreq improvements…

Read more at Phoronix

CentOS / RHEL: Yum Lock Package Version At a Particular Version

yum-plugin-versionlock plugin takes a set of name/versions for packages and excludes all other versions of those packages (including optionally following obsoletes). This allows you to protect packages from being updated by newer versions, for example. This quick tutorial explains how to install and use yum versionlock to prevent package update using yum on a CentOS or RHEL based server.

Read more: CentOS / RHEL: Yum Lock Package Version At a Particular Version

Intel Introduces Nine New Core i5, Core i7 Haswell Mobile Processors

The fourth-generation Core laptop lineup gets a new Extreme Edition quad-core CPU that costs over $1,000.

How to Search Text Files for Patterns Efficiently

For a system admin or a programmer, grep and the likes are probably the most popular tools when it comes to searching through complex configuration directories and large trees of source code for a particular text string or pattern. If grep is one of your favorite tools, chances are that you will like ack even […]
Continue reading…

The post How to search text files for patterns efficiently appeared first on Xmodulo.

Read more at Xmodulo