top of page
Search


LINUX Operating System
Linux is one of popular version of UNIX operating System. It is open source as its source code is freely available. It is free to use....
The Tech Platform
Feb 3, 2021

LINUX – INSIDE THE BUILD PROCESS
The Executable and Linking Format (ELF) is the file format standard for executables, objects, shared libraries and core dumps in...
The Tech Platform
Jan 31, 2021


LINUX – HANDLING SIGNALS IN A MULTITHREADED APPLICATION
Signals are very useful feature in linux to send notification from one process to another and from the kernel to the process. Signals are...
The Tech Platform
Jan 31, 2021


Install Privacy-friendly WhatsApp Alternative Signal on Linux Desktop
It’s been more than a year since we covered Signal as an ideal choice for instant messaging. While privacy-aware and tech-savvy people...
The Tech Platform
Jan 18, 2021


Ruby On Rails
Ruby on Rails is an open source framework for Web development in Ruby, an object-oriented programming (OOP) language similar to Perl and...
The Tech Platform
Dec 11, 2020
Install Ruby on Rails on Linux
We are installing Ruby On Rails on Linux using rbenv. It is a lightweight Ruby Version Management Tool. The rbenv provides an easy...
The Tech Platform
Dec 11, 2020
Python 3 Network Packet Sniffer
A simple pure-Python network packet sniffer. Packets are disassembled as they arrive at a given network interface controller and their...
The Tech Platform
Dec 3, 2020

How to Add a GUI to Linux Shell Scripts
You can use GUI windows, sliders, radio buttons, progress bars, and more in your Bash scripts. Learn how to use the zenity toolkit and...
The Tech Platform
Oct 16, 2020

Demystifying the “SVCHOST.EXE” Process and Its Command Line Options
The Service Host process or “svchost.exe” is one the most notorious processes out there. It got a bad reputation for being “malicious”...
The Tech Platform
Sep 30, 2020

10 command-line tools for data analysis in Linux
Why load everything into a spreadsheet when the terminal can be faster, more powerful, and more easily scriptable? So you've landed on...
The Tech Platform
Sep 28, 2020
bottom of page