Showing headlines posted by bob

« Previous ( 1 ... 279 280 281 282 283 284 285 286 287 288 289 ... 1156 ) Next »

Introducing our new Lua cheat sheet

  • Opensource.com (Posted by bob on Feb 13, 2020 8:28 PM EDT)
  • Story Type: News Story
Lua is a minimalistic, lightweight language implemented as a C library. It's fast and simple to learn, efficient to run, embeddable, and tiny (its source code download is under 500 KB, and it's just over 1MB compiled). You can use Lua to create an API for your application or as a scripting language, for quick prototyping, or as the foundation of your software project. read more

Oracle tells Supremes: Fair use? Pah! There's nothing fair about 'Google's copying'

  • The Register (Posted by bob on Feb 13, 2020 7:13 PM EDT)
  • Groups: Oracle; Story Type: News Story
Should they be allowed to grab our stuff just cos it's 'popular' and it works? Not to be outdone by Google in ominous warnings over the future of software, Oracle has declared to American Supreme Court justices that no company would make an "enormous investment" like it did in Java SE if rivals get a free pass to copy code simply because it is "popular" and "functional".…

How the Iowa caucus app went wrong and how open source could have helped

  • ZDNet (Posted by bob on Feb 13, 2020 5:59 PM EDT)
  • Story Type: Editorial
Opinion: It was incompetence, not politics, that led to the Iowa caucus app misfiring. Above all, it was poor programming. Open-source software techniques could have prevented this blunder.

Why developers like to code at night

  • Opensource.com (Posted by bob on Feb 13, 2020 4:45 PM EDT)
  • Story Type: News Story
If you ask most developers when they prefer to work, many will say their most productive hours are at night. This may be especially true for open source contributors who are contributing to projects outside of their day job (though hopefully within healthy limits to avoid burnout). Some like to start in the evening and work till the early hours while others get up super early—say, 4 a.m.—to get most of the programming work done before the daily grind kicks in. read more

CES 2020: New Dell Linux developer XPS 13 laptop is on its way

The next-generation of Dell's high-end Linux laptops will come with up to 32GB of RAM.

Manage your SSL certificates with the ssl-on-demand script

It happens all the time, to the largest of companies. An important certificate doesn't get renewed, and services become inaccessible. It happened to Microsoft Teams in early February 2020, awkwardly timed just after the launch of a major television campaign promoting it as a Slack competitor. Embarrassing as that may be, it's sure to happen to someone else in the future. read more

Extend the life of your SSD drive with fstrim

  • Opensource.com (Posted by bob on Feb 12, 2020 5:28 PM EDT)
  • Story Type: News Story
Over the past decade, solid-state drives (SSD) have brought about a new way of managing storage. SSDs have benefits like silent and cooler operation and a faster interface spec, compared to their elder spinning ancestors. Of course, new technology brings with it new methods of maintenance and management. SSDs have a feature called TRIM. This is essentially a method for reclaiming unused blocks on the device, which may have been previously written, but no longer contain valid data and therefore, can be returned to the general storage pool for reuse. read more

How to use byobu to multiplex SSH sessions

Byobu is a text-based window manager and terminal multiplexer. It's similar to GNU Screen but more modern and more intuitive. It also works on most Linux, BSD, and Mac distributions. Byobu allows you to maintain multiple terminal windows, connect via SSH (secure shell), disconnect, reconnect, and even let other people access it, all while keeping the session alive. read more

Building a Linux desktop, CERN powered by Ceph, and more industry trends

As part of my role as a senior product marketing manager at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends for product marketers, managers, and other influencers. Here are five of my and their favorite articles from that update.

How to Install OrangeScrum on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 12, 2020 5:03 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Orangescrum is an open-source and collaboration web application written by using CakePHP. It is simple and easy to use tools to manage projects, teams, documents, tasks, and communicate with the team on important issues.

Embedded Online Conference reg is free through Feb. 28

An “Embedded Online Conference” scheduled for May 20 is open for free registration through Feb. 28 and will then cost $90. The online event will stream 16 sessions in four tracks. Beningo Embedded Group and EmbeddedRelated.com have launched an Embedded Online Conference scheduled for May 20 with 16 sessions for live streaming and interactive Q&A […]

How to Use the RPM Command (with Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 11, 2020 10:51 PM EDT)
  • Story Type: Tutorial; Groups: Linux
RPM stands for "Redhat Package Manager" is a command-line package management tool for RHEL/CentOS based operating system. In this tutorial, we will show you how to use RPM package manager with some examples.

Why innovation can't happen without standardization

  • Opensource.com (Posted by bob on Feb 11, 2020 9:37 PM EDT)
  • Story Type: News Story
Any organization facing the prospect of change will confront an underlying tension between competing needs for standardization and innovation. Achieving the correct balance between these needs can be essential to an organization's success. Experiencing too much of either can lead to morale and productivity problems. Over-stressing standardization, for example, can have a stifling effect on the team's ability to innovate to solve new problems. Unfettered innovation, on the other hand, can lead to time lost due to duplicated or misdirected efforts. read more

Using external libraries in Java

  • Opensource.com (Posted by bob on Feb 11, 2020 7:08 PM EDT)
  • Story Type: News Story
Java comes with a core set of libraries, including those that define commonly used data types and related behavior, like String or Date; utilities to interact with the host operating system, such as System or File; and useful subsystems to manage security, deal with network communications, and create or parse XML. Given the richness of this core set of libraries, it's often easy to find the necessary bits and pieces to reduce the amount of code a programmer must write to solve a problem. read more

Basic kubectl and Helm commands for beginners

  • Opensource.com (Posted by bob on Feb 11, 2020 3:25 PM EDT)
  • Story Type: Interview
Recently, my husband was telling me about an upcoming job interview where he would have to run through some basic commands on a computer. He was anxious about the interview, but the best way for him to learn and remember things has always been to equate the thing he doesn't know to something very familiar to him. Because our conversation happened right after I was roaming the grocery store trying to decide what to cook that evening, it inspired me to write about kubectl and Helm commands by equating them to an ordinary trip to the grocer. read more

South Koreas government explores move from Windows to Linux desktop

In what may prove to be the biggest migration from Windows to the Linux desktop, the South Korean government is looking into shifting from Windows 7 to a trio of Linux desktops.

Automate your live demos with this shell script

  • Opensource.com (Posted by bob on Feb 11, 2020 11:42 AM EDT)
  • Story Type: News Story
I gave a talk about multi-architecture container images at LISA19 in October that included a lengthy live demo. Rather than writing out 30+ commands and risking typos, I decided to automate the demo with a shell script. read more

Scan Kubernetes for errors with KRAWL

  • Opensource.com (Posted by bob on Feb 11, 2020 9:38 AM EDT)
  • Story Type: News Story
When you're running containers with Kubernetes, you often find that they pile up. This is by design. It's one of the advantages of containers: they're cheap to start whenever a new one is needed. You can use a front-end like OpenShift or OKD to manage pods and containers. Those make it easy to visualize what you have set up, and have a rich set of commands for quick interactions. read more

Music composition with Python and Linux

I met Brendan Becker working in a computer store in 1999. We both enjoyed building custom computers and installing Linux on them. Brendan was always involved in several technology projects at once, ranging from game coding to music composition. Fast-forwarding a few years from the days of computer stores, he went on to write pyDance, an open source implementation of multiple dancing games, and then became the CEO of music and gaming event MAGFest. Sometimes referred to as "Mr. read more

Playing Music on your Fedora Terminal with MPD and ncmpcpp

  • Fedora Magazine (Posted by bob on Feb 10, 2020 10:29 PM EDT)
  • Groups: Fedora; Story Type: News Story
MPD, as the name implies, is a Music Playing Daemon. It can play music but, being a daemon, any piece of software can interface with it and play sounds, including some CLI clients. One of them is called ncmpcpp, which is an improvement over the pre-existing ncmpc tool. The name change doesn’t have much to […]

« Previous ( 1 ... 279 280 281 282 283 284 285 286 287 288 289 ... 1156 ) Next »