Showing headlines posted by bob

« Previous ( 1 ... 570 571 572 573 574 575 576 577 578 579 580 ... 1275 ) Next »

How to Setup Apache Subversion with Let's encrypt SSL on Ubuntu 18.04

Apache Subversion or SVN is an open-source software versioning and revision control system developed by the Apache Software Foundation. In this article, I will show you how to set up the Apache Subversion using Ubuntu 18.04 LTS server.

9 flowchart and diagramming tools for Linux

  • Opensource.com (Posted by bob on Aug 22, 2018 2:04 PM EDT)
  • Groups: Linux; Story Type: News Story
Flowcharts are a great way to formalize the methodology for a new project. My team at work uses them as a tool in our brainstorming sessions and—once the ideation event wraps up—the flowchart becomes the project methodology (at least until someone changes it). My project methodology flowcharts are high-level and pretty straightforward—typically they contain just process, decision, and terminator objects—though they can be composed of many tens of these objects. read more

It may be poor man's Photoshop, but GIMP casts a Long Shadow with latest update

  • The Register (Posted by bob on Aug 22, 2018 12:49 PM EDT)
  • Story Type: News Story
Open-source pixel botherer cranks it up to version 2.10.6 There appears to be no rest for Wilber as the GIMP team has updated the venerable image editor to version 2.10.6.…

Cloud Foundry survey finds top enterprise languages

Programmers may love hot newer languages like Kotlin and Rust, but according to a Cloud Foundry Foundation (CFF) recent survey of global enterprise developers and IT decision makers, Java and Javascript are the top dog enterprise languages. They may not be the coolest languages, but Java and JavaScript remain the top enterprise developer languages for the cloud.

Rugged, Linux-ready mini-PC showcases Ryzen V1000

Tranquil PC open pre-orders on a fanless, barebones “Mini Multi Display PC” mini-PC with AMD’s Ryzen Embedded V1000 SoC, 4x simultaneous 4K DisplayPort displays, 2x GbE, and up to 32GB DDR4 and 1TB storage. Manchester, UK based Tranquil PC has launched the first mini-PC based on the AMD Ryzen Embedded V1000.

Freespire 4.0, Mozilla Announces New Fellows, Flatpak 1.0, KDevelop 5.2.4 and Net Neutrality Update

News briefs for August 21, 2018.

Linux chpasswd Command Tutorial for Beginners (5 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 21, 2018 11:00 PM EDT)
  • Groups: Linux; Story Type: News Story
Here at HowtoForge, we have already discussed the passwd command, which lets you change your account password on a Linux system. But what if you want to change passwords of multiple users in one go? Well, there exists a command - chpasswd - that lets you do this.

A checklist for submitting your first Linux kernel patch

One of the biggest—and the fastest moving—open source projects, the Linux kernel, is composed of about 53,600 files and nearly 20-million lines of code. With more than 15,600 programmers contributing to the project worldwide, the Linux kernel follows a maintainer model for collaboration. read more

How to Install HTTP Git Server with Nginx on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 21, 2018 7:17 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Git is a free and open source version control system that can be used to track changes of code. Git allows you to create many repositories for the same application and coordinating work on those files among multiple people. It is primarily used for source code management in software development.

Everything You Need to Know about Linux Containers, Part I: Linux Control Groups and Process Isolation

Everyone's heard the term, but what exactly are containers? To understand the technology completely, you first need to understand the many pieces that make it all possible.

Create DIY music box cards with Punchbox

  • Opensource.com (Posted by bob on Aug 21, 2018 3:34 PM EDT)
  • Story Type: News Story
I love it when the opportunity to combine music and coding comes together. I've worked on a few personal projects related to music, from making music with network traffic to an auto-accompaniment system for electronic drums. More recently, my wonderful wife gave me a beautiful, programmable music box for my birthday. You punch out music notes on a card and crank it through the music box to play a tune. read more

Teaching kids Linux at summer camp

  • Opensource.com (Posted by bob on Aug 21, 2018 1:05 PM EDT)
  • Groups: Linux; Story Type: News Story
As the late, great mathematician, computer scientist, and educator Seymour Papert once said, "I am convinced that the best learning takes place where the learner takes charge." Unfortunately, most schools stifle children's natural curiosity and creativity, locking down technology and reducing students to consumers of content they have no hand in creating. read more

Python wriggles onward without its head

  • The Register (Posted by bob on Aug 21, 2018 10:36 AM EDT)
  • Groups: Python; Story Type: News Story
The software's just fine, annual codefest agrees Analysis At the third annual PyBay Conference in San Francisco over the weekend, Python aficionados gathered to learn new tricks and touch base with old friends.…

Rugged, sandwich-style Sitara SBC has optimized Linux stack

Forlinx’s sandwich-style, industrial temp “OK5718-C” SBC runs Linux on a “FET5718-C” module with a Cortex-A15 based TI AM5718 SoC. Other features include SATA, HDMI, MIPI-CSI, USB 3.0, CAN, and mini-PCIe.

AV1 and the Video Wars of 2027

It's six years in the future, and Netflix costs $4,000 a month. What happened? We continued our reliance on patented video codecs to stream web video, instead of supporting royalty-free AV1.

Blueberry Pi DIY hacker board taps Allwinner V3

Marcel Thürmer has posted schematics for building a two-layer, Linux-ready “Blueberry Pi” SBC with a solderable, Cortex-A7 Allwinner V3 with 64MB RAM, plus WiFi/BT, Ethernet, USB, RGB, MIPI-CSI, and a 26-pin RPi header. Hardware developer Marcel Thürmer has gone to Hackaday to announce the release of open schematics for DIYers to build a Linux hacker […]

Decentralize common Fedora apps with Cjdns

  • Fedora Magazine (Posted by bob on Aug 20, 2018 8:59 PM EDT)
  • Groups: Fedora; Story Type: News Story
Are you worried about a few huge corporations controlling the web? Don’t like censorship on centralized social media sites like facebook and twitter? You need to decentralize! The internet was designed to be decentralized. Many common activities, from social media to email to voice calls, don’t actually require a centralized service. The basic requirement for […]

Linux chfn Command Tutorial for Beginners (6 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 20, 2018 7:44 PM EDT)
  • Groups: Linux; Story Type: News Story
A user in Linux has a lot of information associated with it, including home and office phone numbers, office room number, and more. We usually skip filling this information (as it's all optional) while creating a user. But did you know there exists a command that lets you tweak all this information?

Introduction to writing pipelines-as-code and implementing DevOps with Jenkins 2

  • Opensource.com (Posted by bob on Aug 20, 2018 6:30 PM EDT)
  • Story Type: News Story
One of the key ideas of DevOps is infrastructure-as-code—having the infrastructure for your delivery/deployment pipeline expressed in code—just as the products that flow it. read more

« Previous ( 1 ... 570 571 572 573 574 575 576 577 578 579 580 ... 1275 ) Next »