Home Search

install - search results

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

Linux Block I/O Tracing

Written by Gabriel Krisman Bertazi, Software Engineer at Collabora. Like starting a car with the hood open, sometimes you need to run your program with...

How to Set Up External Service Discovery with Docker Swarm Mode and Træfik

In my previous post, I showed how to use service discovery built into Docker Swarm Mode to allow containers to find other services in...

Manjaro: User-Friendly Arch Linux for Everyone

Arch Linux has never been known as a user-friendly Linux distribution. In fact, the whole premise of Arch requires the end user make a...

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

How to Set Up an Environment for Android Apps Automation Testing on Linux

In this day and age mobile app development has become decidedly mainstream. As more and more people do everything from ordering food to paying...

Vim Shortcuts and Text Searches

In our previous Vim how-to, An Introduction to Vim for Sysadmins, we learned enough about using Vim to bang around in short text files...

Performance Analysis in Linux

Written by Gabriel Krisman Bertazi, Software Engineer at Collabora. Dynamic profilers are tools to collect data statistics about applications while they are running, with minimal...

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

Avoid Complex Infrastructure When Building Simple Things

3 suggestions on how to stay simple and avoid complexity. “You don’t understand — as soon as I install consul, set up service discovery for my microservices,...

How to Deploy Node.js Applications with pm2 and Nginx on Ubuntu

pm2 is a process manager for Node.js applications, it allows you to keep your apps alive and has a built-in load balancer. It's simple...