Category: Uncategorized
Refresh and Update Ubuntu Snap store
Refresh and update snap store Ubuntu 24.02 snap-store –quit && sudo snap refresh snap-store
How to remove icons from the Ubuntu application grid
Source: How to remove icons from the Ubuntu application grid
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
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
Download PhpStorm: The PHP IDE
Download the latest version of PhpStorm for Windows, macOS or Linux. Source: Download PhpStorm: The PHP IDE
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
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 […]
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
Comments