Posts

steps to compile wpa_supplicant ubuntu 16

Image
Q . Step by Step wpa_suplicant 2.6 compile in Ubuntu 16.4 Q. How to compile wpa_supplicant 2.6 in Ubuntu  wpa_supplicant is IEEE 802.1X/WPA component that is used in the client stations. It is a cross-platform supplicant with support for WPA2 , WPA and WEP  (IEEE 802.11i / RSN (Robust Secure Network)). It is work on desktops, laptops and embedded systems. wpa_supplicant is the. OS - Ubuntu 16.4 Xenial lsb_release -a Step 1 Install Requirement Packages apt install libssl-dev build-essential checkinstall  pkg-config apt install dbus libdbus-1-dev libdbus-glib-1-2 libdbus-glib-1-dev libreadline-dev libncurses5-dev apt install libnl-genl-3-dev libnl-3-dev Step 2  Download wap_supplicant source package & Extract cd /tmp https://w1.fi/wpa_supplicant OR wget https://w1.fi/releases/wpa_supplicant-2.6.tar.gz wpa_supplicant2.6.tar.gz Extract  wpa_supplicant2.6.tar.gz tar xvf  wpa_supplicant2.6.tar.gz Step 3 Create a build configuration file that should work for...

compile wpa_supplicant ubuntu

Image
Q . Step by Step wpa_suplicant 2.6 compile in Ubuntu 16.4 Q. How to compile wpa_supplicant 2.6 in Ubuntu  wpa_supplicant is IEEE 802.1X/WPA component that is used in the client stations. It is a cross-platform supplicant with support for WPA2 , WPA and WEP  (IEEE 802.11i / RSN (Robust Secure Network)). It is work on desktops, laptops and embedded systems. wpa_supplicant is the. OS - Ubuntu 16.4 Xenial lsb_release -a Step 1 Install Requirement Packages apt install libssl-dev build-essential checkinstall  pkg-config apt install dbus libdbus-1-dev libdbus-glib-1-2 libdbus-glib-1-dev libreadline-dev libncurses5-dev apt install libnl-genl-3-dev libnl-3-dev Step 2  Download wap_supplicant source package & Extract cd /tmp https://w1.fi/wpa_supplicant OR wget https://w1.fi/releases/wpa_supplicant-2.6.tar.gz wpa_supplicant2.6.tar.gz Extract  wpa_supplicant2.6.tar.gz tar xvf  wpa_supplicant2.6.tar.gz Step 3 Create a build configuration file that should work for...

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...