Logo Microtux

MicroTux

Our Blogposts

Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.
27/04/2021
Remove Windows entry in GRUB menu

Open terminal (Alt+Ctrl+T) and follow the below procedure :Paste the following command in terminal sudo gedit /etc/default/grub. It will open a file named /boot/grub/grub.cfg file. Add GRUB_DISABLE_OS_PROBER=true at the bottom of this file. It will prevent Windows being added to your grub menu.Now to write the change, run sudo update-grubYou can then run cat /boot/grub/grub.cfg […]

Read More
24/11/2020
Disable webcam

sudo lsmod | grep uvcvideo you see (example) uvcvideo 114688 1 videobuf2_vmalloc 16384 1 uvcvideo videobuf2_v4l2 28672 1 uvcvideo—– more stuff possible —– Now, disable webcam.Edit the following file (if the file is not exists, just create it): sudo vim /etc/modprobe.d/blacklist.conf##Disable webcam.blacklist uvcvideosave and exit editor.reboot your systemStart cheese and you see a black screen […]

Read More
19/10/2019
Missing nemo right-click “extract/compress files”

[Nemo Action]Active=trueName=Compress…Comment=compress %NExec=file-roller -d %FIcon-Name=gnome-mime-application-x-compressSelection=AnyExtensions=any; [Nemo Action]Active=trueName=Extract hereComment=Extract hereExec=file-roller -h %FIcon-Name=gnome-mime-application-x-compress #Stock-Id=gtk-cdromSelection=AnyExtensions=zip;7z;ar;cbz;cpio;exe;iso;jar;tar;tar;7z;tar.Z;tar.bz2;tar.gz;tar.lz;tar.lzma;tar.xz; You’re done. If you still don’t have Compress/Extract here options in Nemo, just restart or log out/in. source: askubuntu.com

Read More
1 2 3 6