programming
How to Install and Configure GitLab CE on CentOS 7
GitLab is an open source repository manager based on Rails developed by GitLab Inc. It is a web based git repository manager that allows your…
How to Deploy Clojure Web Application on Debian 9
Clojure is a modern general-purpose programming language for the JVM that focuses on concurrent programming found in operating systems. Clojure enables you to make use…
Uncommon but useful GCC command line options – part 2
The gcc compiler offers a seemingly never-ending list of command line options. Of course, no body uses or has expertise on all of them, but…
Adding a Simple GUI to Linux shell scripts with kdialog
Shell scripts are incredibly useful things. They allow you to do something as basic as creating an easy command to replace a more difficult one…
How to Install Gitlab on Debian 8 (Jessie)
Gitlab is a web-based management and collaboration software for GIT servers similar to GitHub. It contains features like issue tracking, file browser, change tracking and…
Uncommon but useful GCC command line options
Software tools usually offer multiple features, but – as most of you will agree – not all their features are used by everyone. Generally speaking,…
How to install and use profiling tool Gprof on Linux
There’s no doubt that testing is an integral and one of the most important aspects of the software development process. And by testing, we don’t…
How to use plugins (add-ons) in ONLYOFFICE Desktop Editors
ONLYOFFICE Desktop Editors allows users to edit text documents, spreadsheets and presentations offline by providing access to the web-based ONLYOFFICE portals for an efficient remote…
Develop Network Applications for ESP8266 using Mongoose in Linux
Let’s talk about how to start to develop network applications for ESP8266 chip using Mongoose Embedded Web Server in Linux. I will use Ubuntu, but…
Useful Vim editor plugins for software developers – part 3: a.vim
Up until now, in this series of articles covering programming-related plugins for Vim, we discussed basics of Vim plugin installation using Pathogen plugin manager, and…