How to Debug a Bash Shell Script in Linux

In most of the programming languages, debugger tool is available for debugging. A debugger is a tool that can run a program or script that enables you to examine the internals of the script or program as it runs. In this post, we will learn … Read more

OpenOffice4

Install Latest Version of OpenOffice on Ubuntu 14.10

OpenOffice is an open source office software suite which provides Word Processor as Writer, spreadsheet as Calc , presentation PPT application as Impress, drawing tool as Draw, a Mathematical tools as Math and Database management application as Base. OpenOffice is developed and maintained be “Apache … Read more

Apt-Command-Examples-Ubuntu-Debian

15 apt Command Examples in Ubuntu / Debian Linux

Apt is a command line package management utility for Ubuntu and Debian Linux. Apt is used to install, remove, update and upgrade Debian packages from command line in Ubuntu and Debian systems. Apt (Advanced package tool) overcomes the issues and bugs that were noticed in … Read more

Launch-VLC-Player-Ubuntu

How to Install VLC Media Player on Ubuntu 22.04

In this post, we will cover how to install VLC media player on Ubuntu 22.04. Ubuntu 22.04 brings a wave of excitement for Linux enthusiasts and newcomers alike. With its user-friendly interface and robust performance, it’s the perfect platform for multimedia consumption. To enhance your … Read more

Linux-ls-Command-Examples

14 Useful ls Command Examples in Linux

In this tutorial, we will cover ls command in Linux with 14 useful practical examples. ls command in Linux/UNIX list the directory contents. When we issue ls command without any option, it displays the information about files and directories of present working directory in alphabetical … Read more