Skip to main content
  1. Archives/

A Handy Wallpaper Displaying Most Common Linux Commands

··27 words·1 min·
Tips & How-To's Commands Linux

In the past I’ve done couple of posts explaining few of the common commands. A handy one-glance reference guide is always nice, and found this on Reddit.

Sathyajith Bhat
Author
Sathyajith Bhat
Author, AWS Container Hero and DevOps Specialist.

Related

Formatting USB pen drive in Linux using Terminal
··251 words·2 mins
Tips & How-To's Commands Filesystem Linux
Insert your USB pen drive. Let it get detected and mounted. Open Terminal. Type The Following commands dmesg |tail -> here the ‘|’ key is the pipe, ie, the key before the backspace key(the upper one, so press shift) You’ll get something like sathya@shaman:~$ dmesg |tail [ 9921.681164] sda: Write Protect is off [ 9921.681174] sda: Mode Sense: 23 00 00 00 [ 9921.681178] sda: assuming drive cache: write through
How To: Access ext2/ext3 Formatted Linux Partitions in Windows
··215 words·2 mins
Tips & How-To's Filesystem Linux
Unlike Linux which can mount and access Windows’ FAT, FAT16, FAT32 and NTFS filesystems, Windows is incapable of even acknowledging and detecting a Linux filesystem. Fear not, here are 3 softwares which can help in detecting your Linux partition under Windows Ext2fsd- The most capable software of the lot. Has read/write support to your Linux partition. The 0.45 version supports replay of journal of a ext3 filesystem in case of a unclean shutdown of your Linux partition.
Enabling And Disabling Root Account in Debian/Ubuntu
··248 words·2 mins
Tips & How-To's Debian Linux Tutorials
Debian and other debian-based distros like Ubuntu have, by default, has the root account disabled as a security measure.(thanks to Subbu and PICCORO for the clarification) To re-enable the root account, just open the command prompt, and type sudo passwd root You’ll get the following set of messages: sathya@sathya-laptop:~$ sudo passwd root<br /> Enter new UNIX password:<br /> Retype new UNIX password:<br /> passwd: password updated successfully<br /> sathya@sathya-laptop:~$ To disable root access, just type