Showing headlines posted by bob

« Previous ( 1 ... 364 365 366 367 368 369 370 371 372 373 374 ... 1195 ) Next »

Documenting Proper Git Usage

Jonathan Corbet wrote a document for inclusion in the kernel tree, describing best practices for merging and rebasing git-based kernel repositories. As he put it, it represented workflows that were actually in current use, and it was a living document that hopefully would be added to and corrected over time.

Understanding Python's asyncio

How to get started using Python's asyncio.

Oops! Debugging Kernel Panics

A look into what causes kernel panics and some utilities to help gain more information.

Running GNOME in a Container

Containerizing the GUI separates your work and play. Virtualization has always been a rich man's game, and more frugal enthusiasts—unable to afford fancy server-class components—often struggle to keep up. Linux provides free high-quality hypervisors, but when you start to throw real workloads at the host, its resources become saturated quickly. No amount of spare RAM shoved into an old Dell desktop is going to remedy this situation. If a properly decked-out host is out of your reach, you might want to consider containers instead.

DNA Geometry with cadnano

This article introduces a tool you can use to work on three-dimensional DNA origami. The package is called cadnano, and it's currently being developed at the Wyss Institute. With this package, you'll be able to construct and manipulate the three-dimensional representations of DNA structures, as well as generate publication-quality graphics of your work.

Experts Attempt to Explain DevOps--and Almost Succeed

What is DevOps? How does it relate to other ideas and methodologies within software development? Linux Journal Deputy Editor and longtime software developer, Bryan Lunduke isn't entirely sure, so he asks some experts to help him better understand the DevOps phenomenon. The word DevOps confuses me.

Loadsharers: Funding the Load-Bearing Internet Person

The internet has a sustainability problem. Many of its critical services depend on the dedication of unpaid volunteers, because they can't be monetized and thus don't have any revenue stream for the maintainers to live on. I'm talking about services like DNS, time synchronization, crypto libraries—software without which the net and the browser you're using couldn't function.

Linux Journal Ceases Publication: An Awkward Goodbye

IMPORTANT NOTICE FROM LINUX JOURNAL, LLC: On August 7, 2019, Linux Journal shut its doors for good. All staff were laid off and the company is left with no operating funds to continue in any capacity. The website will continue to stay up for the next few weeks, hopefully longer for archival purposes if we can make it happen.

Another Episode of "Seems Perfectly Feasible and Then Dies"--Script to Simplify the Process of Changing System Call Tables

David Howells put in quite a bit of work on a script, ./scripts/syscall-manage.pl, to simplify the entire process of changing the system call tables. With this script, it was a simple matter to add, remove, rename or renumber any system call you liked. The script also would resolve git conflicts, in the event that two repositories renumbered the system calls in conflicting ways.

Why fear of failure is a silent DevOps virus

Do you recognize the following scenario? I do, because a manager once stifled my passion and innovation to the point I was anxious to make decisions, take risks, and focus on what's important: "uncovering better ways of developing software by doing it and helping others do it" (Agile Manifesto, 2001). Developer: "The UX hypothesis failed. Users did not respond well to the new navigation experience, resulting in 80% of users switching back to the classic navigation." read more

Trace code in Fedora with bpftrace

  • Fedora Magazine (Posted by bob on Aug 7, 2019 4:52 PM CST)
  • Story Type: News Story; Groups: Fedora
bpftrace is a new eBPF-based tracing tool that was first included in Fedora 28. This article covers some basics about bpftrace, and how it works.

Words, Words, Words--Introducing OpenSearchServer

How to create your own search engine combined with a crawler that will index all sorts of documents.

Tutanota Interviews Tim Verheyden, the Journalist Who Broke the Story on Google Employees Listening to People's Audio Recordings

Investigative journalist Tim Verheyden, who broke the story on how Google employees listen to people’s audio recordings, explains in an interview how he got hold of the story, why he is now using the encrypted contact form Secure Connect by Tutanota and why the growing number of "ghost workers" in and around Silicon Valley is becoming a big issue in Tech.

The Bash Trap Command

If you've written any amount of bash code, you've likely come across the trap command. Trap allows you to catch signals and execute code when they occur. Signals are asynchronous notifications that are sent to your script when certain events occur. Most of these notifications are for events that you hope never happen, such as an invalid memory access or a bad system call. However, there are one or two events that you might reasonably want to deal with...

Intro to Corteza, an open source alternative to Salesforce

  • Opensource.com (Posted by bob on Aug 7, 2019 5:53 AM CST)
  • Story Type: News Story
Corteza is an open source, self-hosted digital work platform for growing an organization's productivity, enabling its relationships, and protecting its work and the privacy of those involved. The project was developed entirely in the public domain by Crust Technology. It has four core features: customer relationship management, a low-code development platform, messaging, and a unified workspace. read more

Navigating the Bash shell with pushd and popd

  • Opensource.com (Posted by bob on Aug 7, 2019 2:10 AM CST)
  • Story Type: News Story
The pushd and popd commands are built-in features of the Bash shell to help you "bookmark" directories for quick navigation between locations on your hard drive. You might already feel that the terminal is an impossibly fast way to navigate your computer; in just a few key presses, you can go anywhere on your hard drive, attached storage, or network share. But that speed can break down when you find yourself going back and forth between directories, or when you get "lost" within your filesystem. read more

How to Setup Tonido Personal Cloud Server on Ubuntu 18.04 LTS

Tonido is a free application server that allows you to access all your files on your computer from a web browser. You can share files with your family, friends, and colleagues, and also create a secure share to only allow authorized people. In this tutorial, we will learn how to install and configure Tonido Personal Edition on Ubuntu 18.04 LTS.

Final Red Hat Enterprise Linux 7 version released

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Aug 6, 2019 4:28 PM CST)
  • Story Type: News Story; Groups: Linux, Red Hat
Red Hat has just released Red Hat Enterprise Linux 7.7.

Is Perl going extinct?

Is there an endangered species list for programming languages? If there is, Command Line Heroes suggests that Perl is somewhere between vulnerable and critically endangered. The dominant language of the 1990s is the focus of this week's podcast (Season 3, Episode 4) and explores its highs and lows since it was introduced over 30 years ago.

3 tools for doing presentations from the command line

  • Opensource.com; By Scott Nesbitt (Posted by bob on Aug 6, 2019 10:17 AM CST)
  • Story Type: Tutorial; Groups: Community, Linux
Tired of creating and displaying presentation slides using LibreOffice Impress or various slightly geeky tools and frameworks? Instead, consider running the slides for your next talk from a terminal window.

« Previous ( 1 ... 364 365 366 367 368 369 370 371 372 373 374 ... 1195 ) Next »