Showing headlines posted by bob

« Previous ( 1 ... 849 850 851 852 853 854 855 856 857 858 859 ... 1148 ) Next »

Cory Doctorow on influencing the future instead of predicting it

Cory Doctorow is good with words. He just prefers stringing them into sentences, not subroutines. "I was a software developer," he says. "I'm much better at writing science fiction novels. Like, seriously."

Facebook's Android app: Now Tor lets you connect anonymously

Facebook is rolling out a new feature on its Android app that will let mobile users access the social network anonymously over The Onion Router network, or Tor.

6 non-code contributions you can make to open source

  • Opensource.com (Posted by bob on Jan 20, 2016 6:30 PM EDT)
  • Story Type: News Story
Contribute to open source! It’ll look great on your resume! It’s gratifying work! You may have heard people make these statements, or ones similar to them, numerous times throughout your career. They’re not wrong—contributing to open source is a rewarding endeavor in multiple dimensions—but, when software engineers advise other software engineers to contribute to open source they usually mean code contributions. This is a fair assumption to make, but the reality is that there are numerous opportunities to contribute to open source without writing a single line of code. read more

A minimalistic approach to debugging

  • Opensource.com (Posted by bob on Jan 20, 2016 2:41 PM EDT)
  • Story Type: News Story
Carl Sagan once said, "We live in a society exquisitely dependent on science and technology in which hardly anyone knows anything about science and technology." Katrina Hayes is clearly an exception to that—she uses her knowledge and skills to great effect to debug code. Katrina took time from her busy schedule prior to her presentation, Logging in the debugger's toolkit at the upcoming ScaLE 14X to talk to Opensource.com. She talks to us about her surprisingly minimal use of tools and a bit about her debugging process. read more

Hot Potato exploit mashes old vulns into Windows System 'sploit

  • The Register (Posted by bob on Jan 20, 2016 12:47 PM EDT)
  • Story Type: News Story
Exploit takes a long time to cook Windows, but gives hackers a menu of evil options Shmoocon Foxglove Security bod Stephen Breen has strung together dusty unpatched Windows vulnerabilities to gain local system-level access on Windows versions up to 8.1.…

Beginner’s guide to IRC

  • Fedora Magazine (Posted by bob on Jan 20, 2016 11:49 AM EDT)
  • Groups: Fedora; Story Type: News Story
IRC, short for Internet Relay Chat, is a great way for individuals and teams to communicate and work together. Although there are new apps like Slack that mimic it, IRC itself has been around for decades. It’s a time-tested system with a... Continue Reading →

$65 hacker board runs 64-bit Linux on quad-core Atom

The Linux- and Android-friendly “JaguarBoard” SBC, based on a 64-bit quad core Atom processor, has won over 600 percent of its Kickstarter funding goal. Hong Kong-based Jaguar Electronic HK’s successful Kickstarter campaign for a $65 “JaguarBoard” SBC based on the quad-core Intel Atom Z3735G processor will end on Jan 22, having conjured up more than […]

How Kubernetes is helping Docker blossom

Kubernetes and Docker are the latest buzz words in the IT sector. Businesses and IT enthusiasts alike are clamoring to learn more about containerization. I managed to grab Red Hat software analyst Jason Brooks, who will be speaking at SCaLE 14x about Kubernetes, to ask him a few questions about the software and container movement.

IBM flexible mainframes with Golang, Mozilla keeps FireFox OS in play for IoT, and more news

  • Opensource.com; By David Both (Posted by bob on Jan 20, 2016 12:05 AM EDT)
  • Story Type: Roundups; Groups: IBM, Mozilla
In this week's edition of our open source news roundup, we take a look at IBM's flexible mainframes with Golang, Mozilla keeps FireFox OS in play for IoT, and other news.

Wine 1.8 Released

The Wine team members released version 1.8 of their project this week. The project has been in constant development since 1993 and reached version 1 only in 2008, so new releases are major events.

A first-timer's guide to getting started with open source code and communities

  • Opensource.com (Posted by bob on Jan 19, 2016 7:19 PM EDT)
  • Story Type: News Story
So, you want to start using that open source thing... read more

How to setup a intermediate compatible SSL website with LetsEncrypt certificate

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 19, 2016 6:22 PM EDT)
  • Groups: Linux, Mobile; Story Type: News Story
Many people have decided to implement Let's Encrypt into their production sites. I find this still a very bad idea to be done without being very (but really very) careful. Let's Encrypt brings you freedom but also limits you in using the certificate with SHA-256 RSA Encryption. Support for SHA-2 has improved over the last few years. Most browsers, platforms, mail clients and mobile devices already support SHA-2. However, some older operating systems such as Windows XP pre-SP3 do not support SHA-2 encryption. Many organizations will be able to convert to SHA-2 without running into user experience issues, and many may want to encourage users running older, less secure systems to upgrade. In this tutorial, we are going to deal with this incompatibility in a simple, but still nasty way.

Pocket-sized Linux server doubles as a smartphone power pack

iCracked’s “Ocean” is a tiny battery powered microserver and power pack that comes with Debian but also supports Android, Raspbian, and other Linux builds. You might call iCracked the “Uber” of the iOS device repair market. Founded in 2010, the company has since grown into a network over 4,000 “certified iTechs” located in a dozen […]

Devs complain GitHub's become slow to fix bugs, is easily gamed

  • The Register (Posted by bob on Jan 19, 2016 3:30 PM EDT)
  • Story Type: News Story
Open letter calls on site to be more responsive and accelerate own development More than 1,100 maintainers of GitHub projects have put their names to an open letter expressing frustration that the famous software hub is ignoring them.…

Going open can be a culture shock

  • Opensource.com (Posted by bob on Jan 19, 2016 2:33 PM EDT)
  • Groups: Red Hat; Story Type: News Story
Several months ago, Red Hatters David Egts and Gunnar Hellekson welcomed Paul Smith, Red Hat Public Sector VP, onto their podcast, The Dave & Gunnar Show, where they discussed Smith's experience in an open organization. The conversation is insightful—and we recommend tuning in. read more

Open source software powers NASA's Mars VR project

  • Opensource.com (Posted by bob on Jan 19, 2016 12:39 PM EDT)
  • Story Type: News Story
Parker Abercrombie is a software engineer at NASA Jet Propulsion Laboratory, where he builds software to support Mars science missions. He has a special interest in geographic information systems (GIS) and has worked with teams at NASA and the U.S. Department of Energy on systems for geographic visualization and data management. read more

OpenSSH patches information leak that could expose private SSH keys

If you're connecting to servers over the secure shell (SSH) protocol using an OpenSSH client, you should update it immediately. The latest version patches a flaw that could allow rogue or compromised servers to read users' private authentication keys.

Encryption backdoors by law? France says 'non'

The French government has rejected a proposed bill that would have required hardware makers to design products that give authorities access to stored data, even if it is encrypted.

Linux, 101: Customize or write simple scripts

  • IBM developerWorks : Linux (Posted by bob on Jan 19, 2016 1:54 AM EDT)
  • Story Type: News Story; Groups: IBM, Linux, LPI
Learn how to customize existing scripts or write simple new bash scripts using standard shell syntax, looping and control structures, and tests for success or failure. You can use the material in this tutorial to study for the LPI 102 exam for Linux system administrator certification, or to learn for fun.

How to Install VestaCP on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 18, 2016 8:11 PM EDT)
  • Groups: Linux; Story Type: News Story
VestaCP is a Free Open Source Control panel for server systems. It can help ease the burden of common system administration tasks such as website creation, database deployment and management, and more. This guide will help you get up and running with VestaCP on your CentOS.

« Previous ( 1 ... 849 850 851 852 853 854 855 856 857 858 859 ... 1148 ) Next »