Quantcast
Image

Search Results for: installing

How to configure folder sharing on Ubuntu

By  •  December 2, 2021

Folder sharing allows access to files and folders from other machines in a local area network. It is made possible by the implementation of SMB/CIFS protocol.

Related: …
Read More

How to remove snapd from Ubuntu

By  •  December 2, 2021

Snap allows companies and developers to package and distribute their software efficiently. Users, however, don't necessarily like snap for reasons such as speed and size.


Read More

How to fix headphone jack audio issue for Dell XPS Studio on Ubuntu 10.04

By  •  December 2, 2021

After installing Ubuntu and its derivatives on a Dell XPS Studio, both the headphone jacks are unusable. Plugging earphones into the jacks produces no sound, and the system still …
Read More

How to run GUI application via SSH

By  •  December 2, 2021

SSH is normally used for remote access and administration where tasks are done from the CLI (Command Line Interface), using command line tools.

SSH can forward the …
Read More

How to mount remote filesystem using SSH

By  •  December 2, 2021

You can access remote filesystem as a local filesystem by mounting the remote filesystem using sshfs. This is similar to other remote filesystem implementations such as SAMBA/CIFS or NFS. …
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

Default username and password for Redmine

By  •  December 2, 2021

When installing Redmine, you don't have the option to pre-set your password. Instead, you're given a default username and password, which you can change later on your user profile …
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