Have you ever seen when YouTube servers are down?
Here is the screen shot that’s how the site looks like when they do scheduled shutdown maintenance of their servers.
Tags:YouTube;YouTube
Have you ever seen when YouTube servers are down?
Here is the screen shot that’s how the site looks like when they do scheduled shutdown maintenance of their servers.
Posted by PKP at 12/21/2006 02:51:00 PM 0 comments
The journaling provided by the ext3 file system means that file system check is no longer necessary after an unclean system shutdown.
Posted by PKP at 12/11/2006 03:36:00 PM 0 comments
The steps for creating an ext3 file system are as follows:
1. Create the partition using parted or fdisk.
2. Format the partition with the ext3 file system using mkfs.
3. Label the partition using e2label.
4. Create the mount point.
5. Add the partition to the /etc/fstab file.
Posted by PKP at 12/11/2006 03:33:00 PM 0 comments
In many cases, the GRUB boot loader can mistakenly be deleted, corrupted, or replaced by other
operating systems.
The following steps detail the process on how GRUB is reinstalled on the master boot record:
Boot the system from an installation boot medium.
Type linux rescue at the installation boot prompt to enter the rescue environment.
Type chroot /mnt/sysimage to mount the root partition.
Type /sbin/grub-install /dev/hda to reinstall the GRUB boot loader, where /dev/hda is
the boot partition.
Review the /boot/grub/grub.conf le, as additional entries may be needed for GRUB to control
additional operating systems.
Reboot the system
Posted by PKP at 12/11/2006 03:32:00 PM 0 comments
Posted by PKP at 12/08/2006 12:06:00 PM 0 comments