Posts

step by step Clonezilla LIVE Boot Using ISO

Image
Clonezilla LIVE Boot Using ISO - CentOS 7 Step 1: Download Ubuntu From "http://clonezilla.org/downloads.php"    http://iij.dl.osdn.jp/clonezilla/67927/clonezilla-live-20170626-zesty-amd64.iso Download: ubuntu 16.4    mkdir /live       cd /live        wget http://iij.dl.osdn.jp/clonezilla/67927/clonezilla-live-20170626-zesty-amd64.iso    mv clonezilla-live-20170626-zesty-amd64.iso /boot/clonezilla.iso Step 2: Add Menuentry on grub.cfg Loopback Explantion : The loopback line must reflect the actual location of the ISO file. In the example, the ISO file is stored in the / directory X is the drive number, starting with 0; Y is the partition number, starting with 1 menuentry 'clonezilla' { set isofile="/live/clonezilla.iso" loopback loop (hd0,2)$isofile      linux (loop)/live/vmlinuz boot=live config nolocales edd=on nomodeset noprompt ocs_live_extra_param="" keyboard-...

Clonezilla LIVE Boot Using ISO

Image
Clonezilla LIVE Boot Using ISO - CentOS 7 Step 1: Download Ubuntu From "http://clonezilla.org/downloads.php"    http://iij.dl.osdn.jp/clonezilla/67927/clonezilla-live-20170626-zesty-amd64.iso Download: ubuntu 16.4    mkdir /live       cd /live        wget http://iij.dl.osdn.jp/clonezilla/67927/clonezilla-live-20170626-zesty-amd64.iso    mv clonezilla-live-20170626-zesty-amd64.iso /boot/clonezilla.iso Step 2: Add Menuentry on grub.cfg Loopback Explantion : The loopback line must reflect the actual location of the ISO file. In the example, the ISO file is stored in the / directory X is the drive number, starting with 0; Y is the partition number, starting with 1 menuentry 'clonezilla' { set isofile="/live/clonezilla.iso" loopback loop (hd0,2)$isofile      linux (loop)/live/vmlinuz boot=live config nolocales edd=on nomodeset noprompt ocs_live_extra_param="" keyboard-...

Steps to Ubuntu Desktop 17.4 LIVE Boot Using ISO in CentOS 7

Image
Ubuntu Desktop 16.4 LIVE Boot Using ISO - CentOS 7 Step 1: Download Ubuntu From "http://releases.ubuntu.com"     U14 - http://releases.ubuntu.com/14.04/ubuntu-14.04.5-desktop-amd64.iso    U16 - http://releases.ubuntu.com/16.04/ubuntu-16.04.3-desktop-amd64.iso        U17 - http://releases.ubuntu.com/17.04/ubuntu-17.04-desktop-amd64.iso Download: ubuntu 16.4    mkdir /live       cd /live        wget http://releases.ubuntu.com/16.04/ubuntu-16.04.3-desktop-amd64.iso    mv ubuntu-16.04.3-desktop-amd64.iso /boot/ubuntu17.iso Step 2: Add Menuentry on grub.cfg Loopback Explantion : The loopback line must reflect the actual location of the ISO file. In the example, the ISO file is stored in the / directory X is the drive number, starting with 0; Y is the partition number, starting with 1 sda5 would be designated as (hd0,5); disk 1 partition n...

Ubuntu Desktop 17.4 LIVE Boot Using ISO in CentOS 7

Image
Ubuntu Desktop 16.4 LIVE Boot Using ISO - CentOS 7 Step 1: Download Ubuntu From "http://releases.ubuntu.com"     U14 - http://releases.ubuntu.com/14.04/ubuntu-14.04.5-desktop-amd64.iso    U16 - http://releases.ubuntu.com/16.04/ubuntu-16.04.3-desktop-amd64.iso        U17 - http://releases.ubuntu.com/17.04/ubuntu-17.04-desktop-amd64.iso Download: ubuntu 16.4    mkdir /live       cd /live        wget http://releases.ubuntu.com/16.04/ubuntu-16.04.3-desktop-amd64.iso    mv ubuntu-16.04.3-desktop-amd64.iso /boot/ubuntu17.iso Step 2: Add Menuentry on grub.cfg Loopback Explantion : The loopback line must reflect the actual location of the ISO file. In the example, the ISO file is stored in the / directory X is the drive number, starting with 0; Y is the partition number, starting with 1 sda5 would be designated as (hd0,5); disk 1 partition n...

step by step graylog remote source or client or host configuration

Image
Graylog Remote Source or Client or Host Configuration Step 1: Install rsyslog packages yum install rsyslog Step 2: Configure rsyslog using template : open file and add at the bottom vi /etc/rsyslog.conf ## For FQDN $PreserveFQDN on #### RULES #### # Log all kernel messages to the console. # Logging much else clutters up the screen. kern.*                                                 /dev/console # Log anything (except mail) of level info or higher. # Don't log private authentication messages! *.info;mail.none;authpriv.none;cron.none                /var/log/messages # The authpriv file has restricted access. authpriv.*                                              /var/log/secure # Log all the mail messages in one p...

boot process

लाइनक्स मे बुट प्रोसेस क्या है ? Boot process in linux Boot process in linux : 1.  POST  -  Power on self test 2.  BIOS  -  Basic Input /  Output System       First Boot Device 3.  HDD 4.  MBR  -  Master boot Record                    Boot Loader                    Partation Table                    Magic Number 5.  Splash 6.  Grub 7.  Kernel 8.  Initrd 9.  Fstab 10.  Inittab 11. RC File