Home Search

install - search results

If you're not happy with the results, please do another search

Micro – A Modern Terminal Based Text Editor with Syntax Highlighting

Micro is a modern, easy-to-use and intuitive cross-platform terminal-based text editor that works on Linux, Windows and MacOS. It is written in GO programming language and designed...

Trivial Transfers with TFTP, Part 3: Usage

In previous articles, we introduced TFTP and discussed why you might want to use it, and we looked at various configuration options. Now let’s...

Tracing the User Space and Operating System Interactions

Like the bug that no one can solve, many issues occur on the interface between the user application and the operating system. But even...

pyDash – A Web Based Linux Performance Monitoring Tool

pydash is a lightweight web-based monitoring tool for Linux written in Python and Django plus Chart.js. It has been tested and can run on the following mainstream Linux distributions: CentOS, Fedora, Ubuntu,...

Bodhi Linux 4.1.0: Like Visiting an Old Friend

When I first started working with Linux, some 20 years ago, I sat in wonder at how much I could do. It seemed the...

Speak at The Linux Foundation’s Open Source Summit North America in L.A.

Four events, one name: LinuxCon, ContainerCon, CloudOpen and the all-new Community Leadership Conference have combined to form one big event: Open Source Summit North...

Trivial Transfers with TFTP, Part 2: Configuration

In the first article of this series, we looked at some of the, admittedly limited, features of TFTP along with some reasons why you...

Continuous Integration: CircleCI vs Travis CI vs Jenkins

CI definition and its main goal Continuous Integration (CI) is a software development practice that is based on a frequent integration of the code into...

Trivial Transfers with TFTP, Part 1: Why Use It?

Sometimes we find ourselves using technologies that -- although we may not realize it -- stem from way back in the history of the...

Docker Tutorial — Getting Started with Python, Redis, and Nginx

What is Docker? Docker is an open source tool that automates the deployment of the application inside software container.  The easiest way to get the idea behind...