linux

Linux is a family of open-source Unix-like operating systems based on the Linux kernel, Created by Linus Torvalds.

Dual boot system windows 10 and Linux

How to Dual boot system windows 10 and Linux(windows with centos 7 or Fedora)?

Dual boot system windows 10 and Linux Editing grub file in centos 7 While Dual booting your system with windows and centos 7, one common problem arises ie. menuentry of windows disappears . To retrieve the windows option do needful Edit – vim /etc/grub2.cfg This is real grub2.cfg you have to edit this file #

How to Dual boot system windows 10 and Linux(windows with centos 7 or Fedora)? Read More »

Which is the Best Laptop for Linux users available in India? How to choose the best laptop for Linux?

Best Laptop for Linux users available in India How to choose the best laptop for Linux? If you buy any laptop which is partially compatible with Linux . Then the problems you will face In 90% of cases Wifi internal Hardware wont work and then you need external USB Adapter to connect with wifi networks.

Which is the Best Laptop for Linux users available in India? How to choose the best laptop for Linux? Read More »

How to Change Theme on Ubuntu 18.04 LTS and Above? 5

How to Change Theme on Ubuntu 18.04 LTS and Above?

How to Change Theme on Ubuntu New Theme has arrived, with very cool and bright looks check this out. Special for ubuntu 18.04 Maxim Theme sudo add-apt-repository ppa:noobslab/themes sudo apt-get update sudo apt-get install maxim-gs-theme Install unity Tweak Tools sudo apt install unity-tweak-tool Now open this tool , do editing accordingly Let me show you

How to Change Theme on Ubuntu 18.04 LTS and Above? Read More »

recover unallocated space on usb drive

How to Repair and Restore Unallocated Space on a USB/SD Card

Recover unallocated space on USB drive. Case1: How to recover your pen drive in windows. USB/SD Card Stops Working or stop Showing the actual size of pen drive or any external storage device. Unallocated Reason: The most common reasons are deletion and virus attack. Suppose, you may accidentally delete the partition on the USB or

How to Repair and Restore Unallocated Space on a USB/SD Card Read More »

note editor linux

How to create swap in Linux ?

How to create swap in Linux CREATE SWAP PARTITION LINUX We can create a 8 Gigabyte Swap Partition —————————————– sudo fallocate -l 8G /swapfile ls -lh /swapfile Enabling the Swap File ————————- sudo chmod 600 /swapfile ls -lh /swapfile Now that our file is more secure, we can tell our system to set up the

How to create swap in Linux ? Read More »