Found 2065 Articles for Operating System

How to Install Git on Linux

Samual Sam
Updated on 23-Jan-2020 07:47:55

11K+ Views

Git is a popular open source version control system like CVS or SVN. This article is for those, who are not familiar with Git. Here, we are providing you with basic steps of installing Git from source, Creating a new project, and Commit changes to the Git repository.Difference between Git and other Version Control SystemsMost of the other version control systems, store the data as a list of files and changes are made to each file over time. Instead, Git thinks of its data more like a set of snapshots in a file system. Every time, it takes a snapshot ... Read More

How to Install PlayOnLinux

Samual Sam
Updated on 23-Jan-2020 07:46:36

370 Views

Wine platform is developed for allowing you to run Microsoft Windows applications on Linux and other UNIX-based operating systems (MacOS X, FreeBSD, Solaris). PlayOnLinux is a graphical interface for Wine, which streamlines the installation process of well-known Windows applications and games under Wine platform by automatically configuring Wine as needed.Installing PlayonLinuxTo install playOnLinux use the following command –$ sudo apt-get install playonlinuxThe output should be like this –Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libgail-common liblouis-data liblouis2 python3-brlapi python3-louis python3-pyatspi python3-speechd qt-at-spi xbrlapi Use 'apt-get ... Read More

How To Set Up and Configure NFS on Ubuntu 16.04

Samual Sam
Updated on 23-Jan-2020 07:31:54

783 Views

In this article, we will learn how to install NFS on Ubuntu 16.04Network File System (NFS) protocol and a filesystem which allows you to access the shared folders from the remote system or server and also allows you to mount as a remote directory on the servers. This allows you to share the storage space between different clients in different locations. NFS has been always the easiest way to access the remote storages over a network.To accomplish this demo, we need two systems which Ubuntu installed and user with sudo permissions with a private network.Installing the Packages on ServerWe will ... Read More

Mastering User Management on Linux

karthikeya Boyini
Updated on 23-Jan-2020 07:09:12

180 Views

Are you working as Linux admin? Do you create/delete users in Linux Command line? If yes, then this article is for you guys! After reading the below content, you will be able to manipulate users and group permissions in Linux system.In the below example sai is the username.usermodThe usermod command modifies the approach account records to reflect the alterations which can be targeted on the command line.To get more information about usermod, use the following command –$ usermod --helpThe sample output should be like this –-c, --comment        COMMENT new value of the GECOS field -d, --home HOME_DIR ... Read More

How to Setup Rsyslog Remote Logging on Linux

Samual Sam
Updated on 23-Jan-2020 06:55:03

2K+ Views

Every Linux distribution comes with some logging systems to record system activities. This might be helpful during system troubleshooting. Rsyslog is an open source and is rocket-fast in terms of speed for system log process. It is available for several major Linux distributions including Debian and Red Hat based systems. Compared to SYSLOG protocol, It has several additional features such as content-based filtering of TCP for transporting and provides tons of configuration options. This article describes how to setup Rsyslog Remote Logging in simple steps.InstallationIf Rsyslog is not installed on your linux system, install using the following command −$ sudo ... Read More

Mastering Package Management system with Dpkg

karthikeya Boyini
Updated on 23-Jan-2020 06:55:03

168 Views

Dpkg is a device to install, build, dispose of and manage Debian programs and is managed utterly through command line parameters, which consists of precisely one action and zero or extra options. The action parameter tells to dpkg, what to do and options to manipulate the conduct of the action is some way. This article explains about -“Mastering Package Management system with Dpkg”.To get the options of dpkg, use the following command –$ dpkg --helpThe sample output should be like this –Commands: -i|--install           ... | -R|--recursive ... --unpack           ... Read More

Learn Modern Service Management System (Systemd) on Linux

karthikeya Boyini
Updated on 23-Jan-2020 06:38:40

521 Views

systemd is a framework and service manager for Linux operating system. At a point when keep running as the first process on boot (as PID 1), it goes about as init system. that raises and keeps up userspace services.This article explains -“Learn modern service management system (Systemd) on Linux”To get more information about systemd, use the following command as shown below –$ systemd -hThe sample output should be like this –Starts up and maintains the system or user services. -h --help                                     ... Read More

How to Install VMware Player 7.1.2 on Ubuntu/Linux Mint

Sharon Christine
Updated on 22-Jan-2020 07:40:07

233 Views

VMware Workstation Player is a streamlined desktop virtualization application that runs one or more operating systems on the same computer without rebooting. Using VMware, we can easily interact and exchange data between applications running on the virtual machine and the desktop. It supports hundreds of guest operating systems weather it may be new or old. This article describes “how to install VMware Player on Ubuntu”.Installing VMwareTo install VMware, Linux essential headers is required. For this, use the following command to install Linux essentials headers –# sudo apt-get install build-essential linux-headers-`uname -r`The sample output should be like this –Reading package lists... ... Read More

Learn How to Install Adobe Flash Player On Ubuntu 16.4.

Samual Sam
Updated on 22-Jan-2020 07:14:06

190 Views

Adobe Flash Player is a browser plug for web utilities that can provide regular and engaging consumer experiences, attractive audio/video playback, and interesting gameplay. It is one of the most important plugins to run SWF records – an Adobe Flash file layout for exhibiting “animated” vector graphics on the internet. This article explains about – How to install Adobe Flash Player on Ubuntu.PrerequisitesA machine installed with Ubuntu.A user with root privileges or root user.Pre-installed ubuntu-restricted-extras package.Installing Adobe Flash PlayerAdobe Flash Player requires ubuntu-restricted-extras package. This package contains essential software which is not already included with Ubuntu due to legal or ... Read More

Learn How to Install SMPlayer in Ubuntu

Samual Sam
Updated on 22-Jan-2020 07:09:50

470 Views

SMPlayer is a free media player for windows and Linux with built-in codecs, which will additionally play YouTube videos, search and down load subtitles, and entails other points like a thumbnail generator and audio and video filters.FeaturesHelp for Youtube. That you can search, play and down-load Youtube moviesMany video and audio filters are availableThumbnail generatorVideo equaliserIt has many Skins/ThemesIt supports a couple of speed playbackIt supports audio and subtitles delay adjustmentInstalling SMPlayerTo install SMPlayer, add the following PPA on Ubuntu−$sudo add-apt-repository ppa:rvm/smplayerThe sample output should be like this − Packages for SMPlayer. To install SMPlayer from this PPA, run these ... Read More

Advertisements