Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 ... 7359 ) Next »

NVIDIA Driver with Improved Optimus Support Lands for Fedora 25+

For those using an NVIDIA powered machine, especially those running Optimus laptops, a new NVIDIA driver stack has landed in the negativo17.org repo for Fedora 25 (and up) users.

NSA-created cyber tool spawns global attacks — and victims include Russia

Leaked alleged NSA hacking tools appear to be behind a massive cyberattack disrupting hospitals and companies across Europe, Asia, with Russia among the hardest-hit countries... Researchers said the malware is exploiting a Microsoft software flaw.

Understand Pascal / Delphi Programming with Free Books

Pascal is a popular teaching language to introduce structured programming techniques to students. There are many benefits from this type of programming such as code reusability, partitioning code into readable modules and procedures, and help programmers work together on code simultaneously. The language also lends itself to teaching with its easy syntax. Pascal is a strongly typed language, procedural, case insensitive, with extensive error checking. It has built in data types such as arrays, records, files and sets. There are also user defined data types. Pascal supports object oriented programming.

Open-Source Applicant Tracking System OpenCATS updated with new features

  • opencats.org; By Press Release (Posted by russh on May 13, 2017 1:06 AM EDT)
  • Story Type: Press Release
Announcing OpenCATS (open-source Applicant Tracking System) new release 0.9.4. Forked from CATS when it moved to a closed-source SAAS model. New features, security fixes and supports current PHP,MySQL

Track the night sky with Stellarium on Fedora

  • Fedora Magazine (Posted by bob on May 12, 2017 11:32 PM EDT)
  • Groups: Fedora; Story Type: News Story
Ever looked up at the night sky and tried to identify specific celestial bodies out of the millions you can see? Stellarium is an awesome open source planetarium application available in Fedora to help you identify and track objects in the... Continue Reading →

MySQL administration via command line

  • Linux.org; By Rob Kennedy (Posted by kprojects on May 12, 2017 9:37 PM EDT)
  • Story Type: Tutorial; Groups: MySQL
When using MySQL on a Linux server, you'll no doubt come into a situation where you'll want to manipulate something via command line. Some of you will have tools like PHPMyAdmin installed, but you should always know a way to do things via command line.

Orchestration with MCollective

I originally got into systems administration because I loved learning about computers, and I figured that was a career that always would offer me something new to learn. Now many years later that prediction has turned out to be true, and it seems like there are new things to learn all the time.

Wire – A Secure Open Source Chat Application for Linux Systems

Wire is a cross-platform, encrypted instant messaging application developed by a team of engineers from Swiss.

How to work with dates and time with Python

When trying to make things work with the datetime module, most Python users have faced a point when we resort to guess-and-check until the errors go away. datetime is one of those APIs that seems easy to use, but requires the developer to have a deep understanding of what a few things actually mean. Otherwise, given the complexity of date- and time-related issues, introducing unexpected bugs is easy. read more

VLC Media Player 2.2.5 Improves Video Scaling in VDPAU, MP3 Playback, and More

  • Softpedia; By Marius Nestor (Posted by hanuca on May 12, 2017 2:45 PM EDT)
  • Story Type: News Story
VLC 2.2.5 arrived recently with a great number of improvements over the previous stable update of the open-source, free and cross-platform video player application for GNU/Linux, macOS and Microsoft Windows operating systems.

Set up a mail server with PostfixAdmin and MariaDB on CentOS 7

In this guide, we will explain how to setup and configure a mail server with PostfixAdmin, Postfix, Dovecot, MariaDB and SpamAssasin on a CentOS VPS. PostfixAdmin is a PHP-based web front-end that allows you to manage virtual domains and users for a Postfix mail transport agent. This guide should work on other Linux VPS systems as well but was tested and written for a CentOS 7 VPS.

A simple command-line tool for recording audio

  • Opensource.com (Posted by bob on May 12, 2017 12:28 PM EDT)
  • Story Type: News Story
Machine learning and natural language processing are transforming our relationship with our devices by giving them a human voice. People with visual impairments have especially benefited from these technologies, but those who speak languages like my native Odia have largely been left behind by most voicebanks. read more

TensorFlow: I want to like you, but you're tricksy

  • The Register (Posted by bob on May 12, 2017 11:20 AM EDT)
  • Groups: Cloud; Story Type: News Story
Wrestling with Google's machine learning framework Hands-on Occasionally a technology comes along that changes the way that people work. Docker has had a profound effect on how applications are deployed in the cloud, Hadoop changed how analysis of big data was done and the R language has disrupted the statistics market.…

3 types of useful Atom text editor packages for writers

  • Opensource.com (Posted by bob on May 12, 2017 10:11 AM EDT)
  • Story Type: News Story
Text editors aren't just something developers use to crank out code. Writers use them, too. A good text editor enables writers to focus on their words, but also packs other features that help them craft and publish their work more efficiently. While popular among the techies, GitHub's Atom text editor has evolved into a solid editor for writers, too. That's thanks to Atom's 6,100+ packages, which greatly extend the editor's capabilities. read more

Mozilla Relents, Thunderbird Can Stay

After nearly a year and a half with an uncertain future, Mozilla tells Thunderbird it can stay and that its future is now certain -- in a most uncertain way.

11 wisdoms from half a life in open source

  • Opensource.com; By Ruth Holloway (Posted by bob on May 12, 2017 7:54 AM EDT)
  • Story Type: Editorial; Groups: Community
Brad Fitzpatrick, a software engineer at Google working on the Go programming language, is a life-long nerd. Fitzpatrick's keynote at OSCON this year was based on bits of wisdom from half a life in open source.

The hijacking flaw that lurked in Intel chips is worse than anyone thought

  • ars technica; By Dan Goodin (Posted by bob on May 12, 2017 6:45 AM EDT)
  • Story Type: Security
A remote hijacking flaw that lurked in Intel chips for seven years was more severe than many people imagined, because it allowed hackers to remotely gain administrative control over huge fleets of computers without entering a password.

Starting an Open Source Project: A Free Webinar Highlights Best Practices

Have you launched an open source project or are you considering doing so? Making a success of your project can involve everything from evaluating licenses to community outreach. The good news is that there are many free resources that can help you advance and protect your project.

Building Linux Firewalls With Good Old Iptables: Part 2

  • Linux.com; By Carla Schroder (Posted by bob on May 12, 2017 4:28 AM EDT)
  • Story Type: Tutorial; Groups: Linux
When last we met we reviewed some iptables fundamentals. Now you'll have two example firewalls to study, one for a single PC and one for a LAN. They are commented all to heck to explain what they're doing. This is for IPv4 only, so I'll write up some example firewalls for IPv6 in a future installment.

Linux lsof command tutorial for beginners (10 examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 12, 2017 3:19 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The lsof command in Linux displays in its output information about files that are opened by processes. In this article, we will discuss the tool using 10 easy to understand examples.

« Previous ( 1 ... 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 ... 7359 ) Next »