Ubuntu – Overview
Ubuntu is a Linux-based operating system. It is designed for computers, smartphones, and network servers. The system is developed by a UK-based company called Canonical Ltd. All the principles used…
Ubuntu is a Linux-based operating system. It is designed for computers, smartphones, and network servers. The system is developed by a UK-based company called Canonical Ltd. All the principles used…
Ruby is a great language for both web development and Linux Administration. Ruby provides many benefits found in all the previous languages discussed: PHP, Python, and Perl. To install Ruby,…
The default application for spreadsheets in Ubuntu is called Calc. This is also available in the software launcher. Once we click on the icon, the spreadsheet application will launch. We can…
This tutorial looks at the various aspects of the Ubuntu Operating system. It discusses various features, flavors, and working of the Ubuntu desktop edition. A comparison is made against software…
The Word Writer comes in-built in Ubuntu and is available in the Software launcher. The icon is encircled in red in the above screenshot. Once we click on the icon,…
Python is a widely used interpreted language that has brought professionalism to the world of coding scripted applications on Linux (and other operating systems). Where Perl was once the industry…
This chapter explains about how to install Keras on your machine. Before moving to installation, let us go through the basic requirements of Keras. Prerequisites You must satisfy the following…
CentOS disk quotas can be enabled both; alerting the system administrator and denying further disk-storage access to a user before disk capacity is exceeded. When a disk is full, depending…
When discussing user management, we have three important terms to understand − UsersGroupsPermissions We have already discussed in-depth permissions as applied to files and folders. In this chapter, let's discuss users and…
To introduce permissions as they apply to both directories and files in CentOS Linux, let's look at the following command output. [centos@centosLocal etc]$ ls -ld /etc/yum* drwxr-xr-x. 6 root root…