Linux – File Name Globbing with *, ?, [ ]

Linux – File Name Globbing with *, ?, [ ] Sometimes you want to do something to a group of files, e.g., delete all of them, without having to perform the command on each file individually. For example, suppose we want to delete all of the .c files in a directory. A wildcard is aContinue reading “Linux – File Name Globbing with *, ?, [ ]”

Command Line Basics (ls, cat and echo)

15 Basic ‘ls’ Command Examples in Linux ls command is one of the most frequently used command in Linux. I believe ls command is the first command you may use when you get into the command prompt of Linux Box. We use lscommand daily basis and frequently even though we may not aware and neverContinue reading “Command Line Basics (ls, cat and echo)”

Difference between terminal and console

The short answer is that terminal = text input/output environment console = physical terminal shell = command line interpreter In the linux world they can all look the same from the point of view of the user at the keyboard. The differences are in how they interact with each other. The shell is the programContinue reading “Difference between terminal and console”

Linux Desktop Environments and Desktop Managers

GNOME Shell GNOME is one of the oldest Linux desktop environments, and certainly one of the most popular. GNOME—specifically GNOME Shell, the most recent iteration of the platform—has been designed to be easy to use, modern looking and attractive, and easy to customize and personalize. The break between GNOME 2 and GNOME Shell (the UIContinue reading “Linux Desktop Environments and Desktop Managers”

Ubuntu Software Center – Install And Remove Applications

This tutorial’s intention is to teach newbies how to download, install and remove software in Ubuntu. I know this tutorial is for newbies like my Grandmother, but if we geeks don’t help newbies, who is going to help them? When I first heard about Ubuntu I didn’t even know how to delete items. I wasContinue reading “Ubuntu Software Center – Install And Remove Applications”

Major Open source (Linux) Applications

Linux is embedded in: Roku Chromebooks Kindle Android Phones PS4 runs Orbis OS, a modified version of FreeBSD that’s similar to Linux ESXi Factory autmation Raspberry Pi Mars Rovers Linux Firewalls: Smoothwall PfSense Monowall Major open source applications: Apache Libre Office Samba NFS MySQL Postfix Firefx OpenOffice THunderbird Chromium Webmin SSH Clients Mobile Browsers CContinue reading “Major Open source (Linux) Applications”

How To Install Webmin with SSL on Ubuntu 14.04

Introduction Webmin is a web-based system administration tool for Unix-like systems. It provides an easy alternative to command line system administration and can be used to manage various aspects of a system, such as users and services, through the use of the provided Webmin modules. If you want to manage your own server but youContinue reading “How To Install Webmin with SSL on Ubuntu 14.04”

How to Install and Configure phpMyAdmin on Ubuntu 14.04

phpMyAdmin is an open source tool used for the administration of MySQL. In addition to offering the capability to perform administration tasks such as creating, editing, or deleting databases, and managing users and permissions, phpMyAdmin provides a graphical user interface to do all of these tasks and more. Pre-Flight Check These instructions are intended specificallyContinue reading “How to Install and Configure phpMyAdmin on Ubuntu 14.04”

Installing MySQL Server on Ubuntu

Meet MySQL MySQL is an open-source relational database. In a nutshell, for those unfamiliar with it: A database is where an application keeps its stuff. To break it down a little further, “relational database” is a term that refers to how data is organized and accessed within the database. The “SQL” part refers to theContinue reading “Installing MySQL Server on Ubuntu”

How To Install KVM On Ubuntu And Run Virtual Machines

How To Install KVM On Ubuntu And Run Virtual Machines Kernel Virtual Machine (KVM) is one of the popular virtualization solutions available today to run guest  Operating Systems (Virtual Machines) on a Linux hosts (Physical Machines). Few other popular alternatives are Oracle VirtualBox, VMware Player / Workstation and Xen. In this article, we will focusContinue reading “How To Install KVM On Ubuntu And Run Virtual Machines”