Skip to main content

Home/ KIIT_CSE_IT/ Group items tagged tricks

Rss Feed Group items tagged

Parin Sharma

GRUB tips and tricks - 0 views

  • First, what exactly is GRUB? GRUB is a boot loader, which means it passes control of the boot process from the Power-On Self Test (POST) to the kernel of your GNU/Linux distribution. GRUB works in a modular, layered fashion so that any unneeded modules are not loaded. Not only does this reduce execution time, but it saves valuable resources when running from removable media. GRUB optionally loads its configuration file at run/boot time, so you don’t have to type in commands manually each time.
Parin Sharma

IceWalkerZ :- Born Free Live Free !!: Check your unread messages in Gmail, from terminal - 0 views

  •  
    "curl -u username --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if //; print "$2\n" if /(.*)/;'"
1 - 19 of 19
Showing 20 items per page