top of page
Search


How to find symbolic link or soft link in Linux - ls + find command example
There are two ways you can find a symbolic link or soft link in UNIX based operating system like Linux, Solaris, BSD, or IBM AIX. The...
The Tech Platform
Apr 27, 2021

How to send an email with body and attachment from Linux
One of the common tasks for programmers working in a Linux machine is to send emails, for example, your Java applications are running on...
The Tech Platform
Apr 27, 2021


How to install a LAMP stack on Oracle Linux
The open-source software frameworks Linux, Apache, MySQL, and PHP (LAMP) work together to create strong web applications. The operating...
The Tech Platform
Apr 21, 2021

Basic Linux/Unix Commands with Examples & Syntax
File Management becomes easy if you know the right commands. Sometimes, commands are also referred as "programs" since whenever you run a...
The Tech Platform
Apr 20, 2021

My Workflow: Systems Programming for Linux on Window
Simple and efficient C/C++ *nix programming on Windows System software development has always been my passion. It’s so much fun! But with...
The Tech Platform
Apr 13, 2021

How to Find Large Files and Directories with Size in Linux?
One of the common problems while working in Linux is to find large files to free some space. Suppose, your file system is full and you...
The Tech Platform
Mar 17, 2021

Linux Command Line Tutorial: Manipulate Terminal with CD Commands
The most frequent tasks that you perform on your PC is creating, moving or deleting Files. Let's look at various options for File...
The Tech Platform
Mar 15, 2021

Linux/Unix SSH, Ping, FTP, Telnet Communication Commands
While working on a Linux operating system, you may need to communicate with other devices. For this, there are some basic utilities that...
The Tech Platform
Feb 24, 2021

Back up Linux virtual machines running mission-critical workloads
As organizations continue to embrace Linux, we see a growing number of enterprises running business and mission-critical workloads on...
The Tech Platform
Feb 11, 2021

LAMP (Linux, Apache, MySQL, PHP)
LAMP is an open-source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the...
The Tech Platform
Feb 3, 2021
bottom of page