0 Comments

How to remove icons from the Ubuntu application grid

Source: How to remove icons from the Ubuntu application grid

0 Comments

Download IntelliJ IDEA – The Leading Java and Kotlin IDE

Download the latest version of IntelliJ IDEA for Windows, macOS or Linux. Source: Download IntelliJ IDEA – The Leading Java and Kotlin IDE

0 Comments

Download RubyMine: Ruby and Rails IDE by JetBrains

Download the latest version of RubyMine for Windows, macOS or Linux. Source: Download RubyMine: Ruby and Rails IDE by JetBrains

0 Comments

Download PhpStorm: The PHP IDE

Download the latest version of PhpStorm for Windows, macOS or Linux. Source: Download PhpStorm: The PHP IDE

0 Comments

How to fix “External file changes sync may be slow: The current inotify(7) watch limit is too low.” in PhpStorm

Source: How to fix “External file changes sync may be slow: The current inotify(7) watch limit is too low.” in PhpStorm

0 Comments

phpStorm problems with php-cgi

Source: phpStorm problems with php-cgi

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