0 Comments

Mount USB Drive Linux

Using pmount There is a program called pmount available in the repositories which allows unprivileged users to mount drives as if they were using sudo, even without an entry in /etc/fstab. This is perfect for computers that have users without RootSudo access, like public terminals or thin clients. pmount can be used with the same syntax as mount (but without sudo), or […]

0 Comments

Change folder permissions and ownership

Run following command to take user:group ownership of all files and directories within the directory: sudo chown -R $USER:$USER /path/to/dir

0 Comments

How To Install Synergy On Ubuntu

How to install Synergy on Ubuntu, unlocking one keyboard and mouse for multiple computers! Source: How To Install Synergy On Ubuntu

0 Comments

How To Install Node.js on Ubuntu 20.04 | DigitalOcean

In this guide, we will show you three different ways of getting Node.js installed on an Ubuntu 20.04 server: using apt to install the nodejs package from Ubu… Source: How To Install Node.js on Ubuntu 20.04 | DigitalOcean

0 Comments

How to Install Atom Text Editor on Ubuntu 20.04

This guide shows two ways of installing Atom on Ubuntu 20.04. Atom can be installed as a snap package via the Snapcraft store or as a deb package from the Atom repositories. Source: How to Install Atom Text Editor on Ubuntu 20.04

0 Comments

How to remove icons from the Ubuntu application grid

Source: How to remove icons from the Ubuntu application grid

0 Comments

How-to allow apps to update installed in /opt directory

This will change the group of /opt folder, subfolders and files to a existing admin group `sudo` that you will likely be apart of as an admin. sudo chgrp -R sudo /opt Add `+` `w`rite permission for `g`roup for the /opt folder, subfolders and files sudo chmod -R g+w /opt

0 Comments

Homebrew

The Missing Package Manager for macOS (or Linux). Source: Homebrew

0 Comments

How to install Telegram on Ubuntu 22.04 Jammy Jellyfish Linux

In this tutorial, we cover the step by step instructions to install Telegram Messenger on Ubuntu 22.04 Jammy Jellyfish Linux via command line and GUI. Source: How to install Telegram on Ubuntu 22.04 Jammy Jellyfish Linux

0 Comments

SFTP upload file Permission denied

Source: SFTP upload file Permission denied