Linux – Use the Terminal to Display a Calendar
In Linux environment, we can view the calendar directly in the terminal. To do this, just simply use the “cal” command
cal command is used to display the calendar. Below are the syntax:-
cal [options] [month{1-12}] [year{1-9999}] Read more
How to list out Hidden Files and Folder in linux
In Windows XP/Vista/7, we can easily view the hidden files or folder by check the “view hidden file” option. How about linux? Linux do not have “view hidden file” option, any idea?Here are the quick tip:-
Fedora/Centos: How to Mount and Unmount ISO Files
An ISO image or .iso file contains the disk image of an ISO 9660 file system. According to WIKIPEDIA, ISO 9660, also referred to as CDFS (Compact Disc File System) by some hardware and software providers, is a file system standard published by the International Organization for Standardization (ISO) for optical disc media (CD-ROMs and DVD-ROMs).
In Linux, it is possible to mount the ISO image so that you can access the files without having to actually burn it to disk. Here is the simple way to show you mount and unmount ISO images without burning them.
1) You must login as a root user Read more
