On Linux or UNIX OS, you can mount a Windows share on a specific point in the local directory tree using mount command with the cifs option. The Common Internet File System (CIFS) is a network file-sharing protocol. CIFS is a form of SMB. This tutorial explains how to mount Windows share on Linux systems.
Make Linux Great Again
How to Add or Remove a User from a Group in Linux
Linux is by default a multi-user system (meaning many users can connect to it simultaneously and work), thus user management is one of the fundamental tasks of a system administrator. User management includes everything from creating, updating, and deleting user accounts or user groups on a Linux system. In this short quick article, you will
Fsck Command in Linux (Repair File System)
The fsck command is used to check perform consistency and repair Linux file systems. It is useful to repair corrupted file systems when system fails to boot, or a partition cannot be mounted. We will discuss about the fsck command in this article. Make sure you are logged in with root or user with sudo
7 Amazing Linux Distributions For Kids
Linux and open source is the future and there is no doubt about that, and to see this come to a reality, a strong foundation has to be lied, by starting from the lowest level possible and that is exposing kids to Linux and teaching them how to use Linux operating systems. Linux Distros For
History Command in Linux (Bash History)
When you are working with terminal for long time, you need some of commands repeatedly. It would be easier if you can view the history of previously used command on your command line. In this article, we will discuss about history command, using that you can view the previously executed commands. Use the history Command#
10 Linux Distributions and Their Targeted Users
As a free and open-source operating system, Linux has spawned several distributions over time, spreading its wings to encompass a large community of users. From desktop/home users to Enterprise environments, Linux has ensured that each category has something to be happy about. Related Article: The Best Linux Distributions for Beginners This guide highlights 10 Linux
SSH Command
SSH, Secure Shell is a protocol used for an encrypted connection between client machine and server. Using it client machine will make a secure connection to the SSH server on a remote system. By this connection user can run commands on remove server. In this tutorial we will show you how to use OpenSSH command-line
How to Install and Use FFmpeg on Ubuntu 20.04
FFmpeg is an open-source and free cross-platform solution for streaming audio, video, recording and conversion. It can be used to convert media files to from one format to another and set sample rates, capture streaming audio/video, and resize videos. In this tutorial, we will show you how to install FFmpeg on Ubuntu 20.04. Prerequisites# Before
How to Install Memcached on Debian 10
Memcached is a high performance free and opensource in-memory key-value store used as a caching system. It’s mainly used for speeding up database-driven sites and web applications by caching data in RAM. In so doing, it significantly reduces the frequency that an eternal source of data is read. Memcached is simple and easy to deploy
How to Install and Use FFmpeg on Ubuntu 20.04
FFmpeg is a free and open-source collection of tools for handling multimedia files. It contains a set of shared audio and video libraries such as libavcodec, libavformat, and libavutil. With FFmpeg, you can convert between various video and audio formats, set sample rates, capture streaming audio/video, and resize videos. This article describes how to install