Useful tips for everyday
Does print to PDF reduce quality? The PDF files created using the Microsoft Print to PDF printer can be very large as they are not…
How do I downgrade my Nvidia driver? In the Device Manager, expand the Display adapters, right-click on your NVIDIA Adapter under this category and click…
How do I recover a deleted file manually? To Restore That Important Missing File or Folder: Type Restore files in the search box on the…
What is device for bootloader installation? Under “Device for boot loader installation”: if you choose dev/sda, it will use Grub (Ubuntu’s boot loader) to load…
Is shell script and bash script same? Shell scripting is scripting in any shell, whereas Bash scripting is scripting specifically for Bash. In practice, however,…
What is LILO and GRUB in Linux boot loader? 1) Lilo stands for Linux Loader and GRUB stands for Grand Unified Bootloader. 4) GRUB is…
Are signal handlers inherited after fork? After forking, the child process inherits a copy of the parent’s signal dispositions and a copy of the parent’s…
Why is my Linux process sleeping? A process enters a Sleeping state when it needs resources that are not currently available. Going into Sleep state…
How do I extend a virtual desktop? Citrix – Using Multiple Monitors Open your VDI Desktop. Position the VDI Desktop so 1/2 of the screen…
How do tar files work? A tar archive file contains uncompressed byte streams of the files which it contains. To achieve archive compression, a variety…