Quantcast
Image

Search Results for: all

How to install KDE on Ubuntu

By  •  December 2, 2021

Ubuntu Desktop comes with GNOME as the default desktop environment along with all the necessary GNOME applications and tools. You can install KDE applications using apt, but it might …
Read More

How to install gpart on Ubuntu

By  •  December 2, 2021

gpart is a tool to read your hard drive for existing filesystems and then use the info to guess for partitions. It could be used to scan for and …
Read More

How to install proprietary media codecs and font on Ubuntu

By  •  December 2, 2021

Ubuntu does not automatically install some multimedia media codecs and fonts due to licensing and legal reasons. Ubuntu considers DVD, MP3, Quicktime, Windows Media and a few other as …
Read More

How to install add-apt-repository in Ubuntu / Debian

By  •  December 2, 2021

add-apt-repository is normally installed by default in Ubuntu and Debian distribution, but not in some variance such as Raspberry Pi OS. As such, you'll get the following command …
Read More

How to allow or deny specific user or group to SSH

By  •  December 2, 2021

You can control access to your SSH server by configuring firewall rules to only allow login from specific IP addresses. SSH server can then be configured to deny root
Read More

How to install Scrapy using pip

By  •  December 2, 2021

Scrapy is a Python-based scraping and web crawling program available in Python Package Index. It means that you can install Scrapy on any operating system if you have pip
Read More

How to install Scrapy on Ubuntu or Debian

By  •  December 2, 2021

Scrapy is a Python-based scraping and web crawling program and is generally available as a pip package. Some Linux distributions like Ubuntu and Debian however have Scrapy in its …
Read More

How to install pip on Ubuntu and Debian

By  •  December 2, 2021

Both Ubuntu and Debian provide Python modules in their apt repositories, but it doesn't host the less popular modules. The version of the available Python modules is also tied …
Read More

How to install pip on CentOS / Red Hat / Fedora

By  •  December 2, 2021

Python modules for CentOS, Red Hat, or Fedora are available in their yum repositories, but they don't have as many as those hosted in Python Package Index (PyPI). PyPI
Read More

How to install phpMyAdmin on Ubuntu or Debian

By  •  December 2, 2021

phpMyAdmin is readily available in apt's repository thus can easily be installed from the command line. Installing phpMyAdmin via apt will also install Apache along with PHP and all …
Read More

Top
OnlineWebTools