Showing headlines posted by bob

« Previous ( 1 ... 269 270 271 272 273 274 275 276 277 278 279 ... 1156 ) Next »

Why I use WordPress for education

  • Opensource.com (Posted by bob on Mar 25, 2020 4:03 AM EDT)
  • Story Type: News Story
I believe that WordPress has a place in every PK-12 school. Most teachers are looking for ways to quickly engage parents with news from the classroom, and while many use social media, WordPress provides a powerful alternative. A simple classroom blog that's easily accessible to all is a great way to improve communication. read more

How to replace CalDAV with a secure calendar protocol

  • Opensource.com (Posted by bob on Mar 24, 2020 11:40 PM EDT)
  • Story Type: News Story
Calendar technology is not encrypted by default. That means any individual or provider between you and your calendar notifications can read and potentially store that information. Data deserves to be owned and secured by users through the use of open source paired with end-to-end encryption. read more

Linux-driven, Cortex-A72 edge computer supports up to 25GbE Ethernet

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Mar 24, 2020 9:28 PM EDT)
  • Story Type: News Story; Groups: Linux, Ubuntu
Nexcom’s networking-focused, rackmount “NSA 6310” edge computer runs Ubuntu on an 8- to 16- Cortex-A72 LX2160A with SATA 4x GbE, 2x SerDes slots for up to 25GbE, and PCIe, mini-PCIe, and M.2 expansion. Nexcom announced an edge computer and uCPE networking white box appliance that runs Ubuntu Linux on NXP’s Cortex-A72 based Layerscape LX2160A SoC. […]

Postgres is Open Source Software at its Best

  • Linux.com; By Swapnil Bhartiya (Posted by bob on Mar 24, 2020 7:17 PM EDT)
  • Story Type: Editorial; Groups: Linux
Ubiquity and Democracy are the two words that best describe the open source PostgreSQL (Postgres) database management system. And, much like Linux, both are great examples of “open source at its best”.

An SRE's guide to Memcached for building scalable applications

  • Opensource.com (Posted by bob on Mar 24, 2020 5:05 PM EDT)
  • Story Type: News Story
Memcached is a general-purpose memory-caching system. This means it is designed to save (or cache) answers to questions that take a long time to compute or retrieve and are likely to be asked again. A common use case is to accelerate the use of a database: for example, if we expect to need the list of "names of all people who are on team X" repeatedly, we might put this data in Memcached rather than run a SQL query each time. (Note: Memcached is occasionally referred to as "memcache." We will stick to the full name throughout this article.) read more

i.MX8M Mini SBC aims for industrial HMI

Garz & Fricke’s “Tanaro” SBC runs Linux or Android on an i.MX8M Mini with 2x Ethernet, mini-PCIe, LVDS with optional touchscreens, and isolated CAN and serial ports. Garz & Fricke announced a “coming up” Tanaro (or Tanaro Core) SBC that features NXP’s quad -A53, 1.8GHz i.MX8M Mini Quad, the faster, but HD-only cousin to the […]

Install hub to make your Git command-line as fully featured as GitHub

  • Opensource.com (Posted by bob on Mar 24, 2020 10:31 AM EDT)
  • Story Type: News Story
Many people are becoming involved with open source software development by contributing to projects on GitHub. Many of them use GitHub's graphical user interface (GUI), especially those who are new to the command-line interface (CLI). But what if you prefer working on the command line? read more

How to Install Magento on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 24, 2020 8:19 AM EDT)
  • Groups: Linux; Story Type: News Story
Magento is one of the most popular open-source e-commerce platforms that allows you to set up e-commerce websites and online stores in minutes. In this tutorial, we will show you how to install Magento on CentOS 8 with Let's Encrypt free SSL.

How to create a Virtual Private Cloud (VPC) in AWS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 23, 2020 11:47 PM EDT)
  • Groups: Linux, Cloud; Story Type: News Story
VPC (Virtual Private Cloud) falls under - Network and Content Delivery - service in AWS (Amazon Web Services). VPC provides us logically a virtual private, isolated cloud. In this article, we will see how to create a VPC using the Wizard as this is the simplest way to start with.

5 Python scripts for automating basic community management tasks

I've written before about what a community manager does, and if you ask ten community managers, you'll get 12 different answers. Mostly, though, you do what the community needs for you to do at any given moment. And a lot of it can be repetitive. Back when I was a sysadmin, I had a rule: if I had to do something three times, I'd try to automate it. And, of course, these days, with awesome tools like Ansible, there's a whole science to that. read more

Don't love diff? Use Meld instead

  • Opensource.com (Posted by bob on Mar 23, 2020 3:01 PM EDT)
  • Story Type: News Story
Meld is one of my essential tools for working with code and data files. It's a graphical diff tool, so if you've ever used the diff command and struggled to make sense of the output, Meld is here to help. Here is a brilliant description from the project's website: read more

Linus Torvalds ponders: is Linux 5.6 going well because it's bug-free, or thanks to that other bug?

  • The Register; By Simon Sharwood (Posted by bob on Mar 23, 2020 10:38 AM EDT)
  • Story Type: Editorial; Groups: Kernel, Linux
‘The world around us may be going through strange times, but so far kernel development looks normal’ says Penguin emperor. Linus Torvalds has released a new release candidate of the Linux kernel – version 5.6 rc7 - and added a little COVID-19 commentary.…

How to create a personal file server with SSH on Linux

The Raspberry Pi makes for a useful and inexpensive home server for lots of things. I most often use the Raspberry Pi as a print server to share a laser printer with other devices in our home or as a personal file server to store copies of projects and other data.

Storage management with Cockpit

Cockpit is a very useful utility allowing you to manage a compatible system over the network from the comfort of a web browser (See the list of supported web browsers and Linux distributions). One such feature is the ability to manage storage configuration. Cockpit contains a frontend for udisks2 – it allows you to create […]

When do you code?

Recently, we published an article about why developers prefer to code at night. Author Matt Shealy highlighted the many benefits of nocturnal programming including the quiet time and space for creative thinking.

3 metrics to measure your open source community health

  • Opensource.com; By Kevin Xu (Posted by bob on Mar 22, 2020 6:22 AM EDT)
  • Story Type: Editorial; Groups: Community
Community building is table stakes in the success of any open source project. Even outside of open source, community is considered a competitive advantage for businesses in many industries—from retail, to gaming, to fitness. (For a deeper dive, see "When community becomes your competitive advantage" in the Harvard Business Review.)

How technical debt is risking your security

Everyone knows they shouldn't take shortcuts, especially in their work, and yet everyone does. Sometimes it doesn't matter, but when it comes to code development, though, it definitely does. As any experienced programmer knows, building your code the quick and dirty way soon leads to problems down the line. These issues might not be disastrous, but they incur a small penalty every time you want to develop your code further.

Engineers share designs for DIY ventilators online as coronavirus pandemic spreads

  • Daily Mail; By Michael Thomsen (Posted by bob on Mar 21, 2020 11:47 PM EDT)
  • Story Type: News Story
With ventilators in dangerously short supply during the COVID-19 pandemic, a number of DIY groups have begun working on open source designs that could be made at home.

Run a command on binary files with this script

  • Opensource.com (Posted by bob on Mar 21, 2020 9:36 PM EDT)
  • Story Type: News Story
Examining files from the command-line is generally an easy thing to do. You just run the command you want, followed by a list of files to be examined. Dealing with binary files, however, is more complicated. These files are often packaged up into archives, tarballs, or other packaging formats. The run-on-binaries script provides a convenient way to run a command on a collection of files, regardless of how they are packaged. The invocation of the script is quite simple: read more

Tracking the real US coronavirus testing numbers with open source

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Mar 21, 2020 6:15 AM EDT)
  • Story Type: News Story; Groups: Community
We not only don't know how many people have coronavirus in the US, but we also don't even know how many have been tested. So, researchers, using open-source tools, are digging out the real numbers for us.

« Previous ( 1 ... 269 270 271 272 273 274 275 276 277 278 279 ... 1156 ) Next »