Install and Use YouTube-DL on Ubuntu 18.04 Install YouTube-DL – A Command Line Video Download Tool for Linux sudo snap install youtube-dl Update youtbe-dl Snap… Read More →
Ubuntu 17.10, codenamed Artful Aardvark, marked a significant shift in the Linux ecosystem by replacing the Unity desktop environment with GNOME Shell as the default… Read More →
How to Install a Desktop on an Ubuntu Server
July 9, 2019
sudo apt-get update Type “sudo apt-get install ubuntu-desktop” to install the Gnome desktop. Type “sudo apt-get install ubuntu-unity-desktop” to install the Gnome desktop. Type “sudo… Read More →
How to Detect Your Linux Desktop Environment from the Command Line: Complete Guide to GNOME, KDE, XFCE, and More
July 9, 2019
Linux systems offer a vast array of customization options, allowing users to tailor their experience to specific needs and preferences. One of the most impactful… Read More →
When you first install a clean version of Ubuntu, you may notice that certain media files—such as MP3s, high-definition MP4 videos, and proprietary web fonts—do… Read More →
Ubuntu 18.04 LTS (Bionic Beaver) remains a popular choice for its stability and performance, but long-time users often miss the classic “New Document” option in… Read More →
You can also do it from your project root index file. Put the following file on your project index.php. error_reporting(E_ALL); ini_set(‘display_errors’, TRUE); ini_set(‘display_startup_errors’, TRUE); To… Read More →
Use the following code on terminal to enable of disable – gsettings set org.gnome.desktop.background show-desktop-icons true gsettings set org.gnome.desktop.background show-desktop-icons false gsettings set org.gnome.nautilus.desktop home-icon-visible… Read More →
How to Disable Window Effects in Ubuntu | How to speed up Applications menu in Ubuntu 18.04
July 2, 2019
Disable Window Effects in Ubuntu To disable animation open terminal and use the follwoing code to disable or enable gsettings set org.gnome.desktop.interface enable-animations false gsettings… Read More →