Mouse Scroll:-
sudo apt-get install imwheel && wget http://www.nicknorton.net/mousewheel.sh && chmod +x mousewheel.sh && ./mousewheel.sh
Use the usermod command to add the user to the sudo/root group:
adduser <username>
usermod -aG sudo <username>
userdel <username>
To Enable Snap in Linux Mint 20,
Open terminal as root.
Type the following command: # rm /etc/apt/preferences.d/nosnap.pref. This will enable Snap.
Now, update the package cache for apt with this command: # apt update
Finally, install the snapd package: # apt install snapd
sudo snap install snap-store
Shared Folders:-
In Ubuntu, you need to add your username to the vboxsf group, using the adduser/addgroup command in terminal (sudo adduser <username> vboxsf), then logout and log back in, or reboot.
Move “Show Applications” right to left of the Dock:
“gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true”
No comments:
Post a Comment