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 →
Understanding Linux User Groups and Permission Management Linux user groups serve as fundamental organizational units within the operating system, enabling administrators to efficiently manage user… Read More →
How to Enable Dark Mode in Windows 10
June 30, 2019
Click on the start menu icon, and type “dark mode”. Click on the “Turn on dark mode system wide”. It will open all the necessary… Read More →
To enable template path hints in Magento 2 follow these steps: 1. Make sure your Magento 2 is in the default or developer mode (How… Read More →
CSS :nth-child() Selector Select Only the Fifth Element li:nth-child(5) { color: green; } Select All But The First Five li:nth-child(n+6) { color: green; } Select… Read More →
:not() pseudo-class with multiple arguments in html
June 21, 2019
:not() pseudo-class with multiple arguments in html input:not([type=”radio”]):not([type=”checkbox”])
Attribute selectors – CSS [attribute*=value] Selector | Select Element By Specific attribute value
June 16, 2019
Use the following code to Select Element By Specific attribute value [class^=”top”] { background: yellow; } or[class*=”me”] { background: yellow; } It doesn’t have to… Read More →
If you operate a dual-boot system with both Windows and Linux installed on your computer, you have likely encountered a frustrating and persistent problem: the… Read More →
Sublime Text Refresh Folder Hotkey
June 9, 2019
Sublime Text Open Preference > Keybinding and add the following line. { “keys”: [“f5”], “command”: “refresh_folder_list” }
