Which Shell Am I Using?

Which shell am I using?

Shell is a command interpreter. It interprets the commands entered by you, runs against Unix/Linux Kernel, and provides the result on the standard output device. There are many shells developed since Unix came into existence. Below is the list, Bourne Shell – sh C Shell – csh T Shell – tcsh Korn Shell – ksh …

Which shell am I using? Read More »

cp omitting error in Linux

What is cp: omitting directory error in Linux and how to solve

Linux cp command allows you to copy files and directories. By default, it works on file only. When you try to copy a directory, you get the cp: -r not specified; omitting directory error on the terminal. Let’s reproduce the error. Copy a file from src_file.txt to /home/imaginelinux/dest_dir folder. cp src_file.txt /home/imaginelinux/dest_dir This works fine for …

What is cp: omitting directory error in Linux and how to solve Read More »

install slack on Ubuntu

Getting Started with Slack on Ubuntu : A Complete Installation Guide

Slack is a collaboration hub for work where all the information like Project discussions, important documents, Conversation, and announcements stored together which makes collaborating online as easy as collaborating in person. Features, Effective communication Channels Direct messages Notifications Mentions Access to your tools and services Secure working environment You can refer to the official link to …

Getting Started with Slack on Ubuntu : A Complete Installation Guide Read More »

phpmyadmin create database and user

How to use PHPMyAdmin to Create Database, User

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute …

How to use PHPMyAdmin to Create Database, User Read More »

install kodi on Ubuntu

How to Install Kodi on Ubuntu

Kodi (formerly known as XBMC) is your personal home theatre. It is a free and open-source (GPL) media player and entertainment hub, available for most of the operating systems including Linux, OSX, Windows, iOS, and Android. You can also use it on television with remote control as it supports a 10-foot user interface. Kodi Features, …

How to Install Kodi on Ubuntu Read More »

Scroll to Top