Home Search

unix - search results

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

Welcoming FRRouting to The Linux Foundation

One of the most exciting parts of being in this industry over the past couple of decades has been witnessing the transformative impact that...

Deploying Microservices to a Cluster with gRPC and Kubernetes

Although it is true that microservices follow the UNIX philosophy of writing short compact programs that do one thing and do it well, and...

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...

Open Source Project Uses Docker for Serverless Computing

Function as a Service (FaaS) uses Docker and Swarm to create a simple system for running functions in the container, language, and runtime of...

How to Use Different Linux Bash Shells in Windows 10

It’s no secret that Linux dominates the cloud, whether it’s a private cloud running on OpenStack or if it’s AWS or Microsoft Azure cloud....

Interact with the Intel Edison Using SparkFun Blocks

In the previous article, I looked at the Intel Edison -- how fast it was, and how much power it needed. This time, I...

Principles for C Programming

In the words of Doug Gwyn, “Unix was not designed to stop you from doing stupid things, because that would also stop you from...

Restrict SSH User Access to Certain Directory Using Chrooted Jail

There are several reasons to restrict a SSH user session to a particular directory, especially on web servers, but the obvious one is a system security....

Why Using Open Source Software Helps Companies Stay Flexible and Innovate

Companies that use Open Source Software (OSS) find that it offers the most flexibility of any third-party software alternative. You are, for example, never...

How to Securely Transfer Files Between Servers with scp

If you run a live or home server, moving files between local machines or two remote machines is a basic requirement. There are many...