SlideShare a Scribd company logo
Install FreeBSD7.2  資料照片: 林國書 編寫:周士玉 1 Install FreeBSD 7.2 Stable  課程講師 :林國書 最後修訂20090817
選擇國家--Taiwan 2 Install FreeBSD 7.2 Stable
安裝方式選擇自訂安裝---Custom 3 Install FreeBSD 7.2 Stable
選擇Partition 4 Install FreeBSD 7.2 Stable
 Disk Patition Editor – 指派要給BSD的硬碟容量 5 Install FreeBSD 7.2 Stable
開幾管理程式---請選擇Standard 6 Install FreeBSD 7.2 Stable
Disklabel Editor—切各分割和Swap區域 實際架設伺服器---不建議使用A(Auto Defaults) 您可以參考---下一張簡報----手動分割的建議 7 Install FreeBSD 7.2 Stable
手動建立分割的建議 /----建議割2G swap建議割1G /var建議割30G (資料庫、log、mail) /usr剩餘空間全部給它 (越大越好)(Moodle網站+家目錄) (我們不用刻意切一個/home分割) (因為/home/~帳號 = /usr/home/~帳號 (好像是自動以Symbolic link 來連結) 因為這台機器是定位Moodle專用機 若時要當一般 File Server 我還是習慣要獨立/home 分割 8 Install FreeBSD 7.2 Stable
選擇要安裝的套件:Kern Developer 9 Install FreeBSD 7.2 Stable
請確認要安裝 FreeBSDports套件 10 Install FreeBSD 7.2 Stable
選擇安裝的媒體CD/DVD 11 Install FreeBSD 7.2 Stable
要正式安裝請按--Commit 12 Install FreeBSD 7.2 Stable
最後一次問你真的要安裝嗎? 13 Install FreeBSD 7.2 Stable
安裝過程的畫面… 14 Install FreeBSD 7.2 Stable
安裝完後開機前…. FreeBSD會問我們 是否要預先做好系統環境的組態---Yes 15 Install FreeBSD 7.2 Stable
設定Root 密碼 16 Install FreeBSD 7.2 Stable
新增普通帳號 17 Install FreeBSD 7.2 Stable
新增可以su的普通帳號 Login ID :sysadm(這個名稱不好 建議改成更一般的名稱例如guoshu) Group: 0(這是老大的群組) Member groups:wheel(到時候這個帳號才可以有su的權限) Login shell:/bin/tcsh(把登入的shell改成tcsh會比要好用) OK 18 Install FreeBSD 7.2 Stable
設定時區—台灣時區不是UTC—所以請選NO 19 Install FreeBSD 7.2 Stable
設定時區—請選Asia 20 Install FreeBSD 7.2 Stable
設定時區—請選Taiwan 21 Install FreeBSD 7.2 Stable
時區名稱CST--合理嗎?Yes 22 Install FreeBSD 7.2 Stable
Network Services Menu 選擇進入Interfaces… 23 Install FreeBSD 7.2 Stable
一定要加選到sshd (因為等下我們要使用遠端連線) 24 Install FreeBSD 7.2 Stable
選擇這台機器上正確的網卡代號 (通常第一個就是啦) (不同廠商的網卡會有不同代號—請不要緊張例如有廠牌的網卡代號是eth0) 25 Install FreeBSD 7.2 Stable
這張網卡要設定IPv6嗎? NO 26 Install FreeBSD 7.2 Stable
再問一次這張網卡要設定IPv6嗎? NO 27 Install FreeBSD 7.2 Stable
這張網卡要設定DHCP嗎? NO PS.當Server的機器還是用固定IP(static ip)比較好 28 Install FreeBSD 7.2 Stable
網路的基本組態 Host:moodle.eces.hcc.edu.tw(請填入完整的FQDN的名稱要向DNS的管理員申請後才能真是使用) Domain: eces.hcc.edu.tw (請填入貴單位的網域名稱) IPv4 Gateway(請填入貴單位閘道器的IP) Name server (請填入DNS伺服器的IP) IPv4 Address (請填入這台機器的IP) Netmask (請填入子網路遮罩) 29 Install FreeBSD 7.2 Stable
要讓這張網卡的網路組態 立即生效嗎?Yes 30 Install FreeBSD 7.2 Stable
到此已經安裝完畢---請按Exit Install 31 Install FreeBSD 7.2 Stable
提醒:系統將重開機,請記得把光碟片拿開 32 Install FreeBSD 7.2 Stable
提醒: 重開機時光碟片要記得拿開 不然又要進入「重新安裝」的畫面 PS老兄別鬧了~您還想重裝幾次? 33 Install FreeBSD 7.2 Stable
第一次開機的畫面… 34 Install FreeBSD 7.2 Stable
恭喜大家~安裝成功了!! 35 Install FreeBSD 7.2 Stable
下載及介紹國書準備好的四個檔案 36 Install FreeBSD 7.2 Stable
下載國書準備好的四個檔案 Install FreeBSD 7.2 Stable  37 fetch   http://163.19.30.2/guoshu_bsd_src/make.conf     //設定使用ports tree安裝程式,相關檔案預設要去下載的地方 fetch   http://163.19.30.2/guoshu_bsd_src/distfiles.tar.gz     //國書預先把一些distfiles從國外下載回來,為我們省一些時間 fetch  http://163.19.30.2/guoshu_bsd_src/var_db_ports.tar.gz    /*國書預先幫我們把用ports tree安裝過程裝中,需要勾選的選項,寫入到/var/db/ports/套件路徑/optons裡。  這樣我們用ports tree安裝套件時,就不用慢慢勾選那些惱人的選項*/ fetch  http://163.19.30.2/guoshu_bsd_src/var_db_portsnap.tar.gz //用portsnap方式更新ports tree最重要的檔案
make.conf+distfiles.tar.gz Install FreeBSD 7.2 Stable  38 #mvmake.conf /etc/. #mv var_db_ports.gz /var/db/. #mvvar_db_portsnap.tar.gz /var/db/. #mvdistfiles.tar.gz /usr/ports/. #cd /urs/ports/ #ls *.tar.gz #tar zxvfdistfiles.tar.gz #rm –f distfiles.tar.gz 解說:移動檔案及解壓縮後刪除檔案的動作…
var_db_portsnap.tar.gz Install FreeBSD 7.2 Stable  39 var_db_ports.tar.gz #cd /var/db/ #tar zxvfvar_db_portsnap.tar.gz---這個動作好像是多餘的…. #tar zxvfvar_db_ports.tar.gz #rm –f var_db* 解說:解壓縮檔案及解壓縮後刪除檔案的動作…
傳統更新ports tree的方法 CVSup的介紹 (已經不建議使用了—本段純欣賞) (CVSup更新時是沒有加密的) 40 Install FreeBSD 7.2 Stable
使用CVSup更新的缺點 41 Install FreeBSD 7.2 Stable
42 Install FreeBSD 7.2 Stable  使用CVSup 更新的缺點
(國書深情推薦使用…) 強烈改用portsnap更新ports tree 43 Install FreeBSD 7.2 Stable
為什麼要改用 portsnap更新ports tree? 44 Install FreeBSD 7.2 Stable
portsnap下載更新檔案的過程 (var_db_ports_tar.gz) 是有加密的 45 Install FreeBSD 7.2 Stable
portsnap下載完更新檔案後 var_db_ports_tar.gz 會有兩道檔案指紋的安全辨識 (md5+?(胖胖忘記了)) 46 Install FreeBSD 7.2 Stable
使用portsnap更新過的ports tree  再make install過程中下載的檔案 也會有兩道檔案指紋的安全辨識 (md5+?(胖胖忘記了)) 47 Install FreeBSD 7.2 Stable
下載 portsnap更新檔 (這個步驟這次暫時不用作) (國書已為大家下載好了) #cd /usr/ports #portsnap fetch 這個動作會自動去下載var_db_ports.tar.gz 到 /var/db 底下(過程可能要一個小時~) 若要自行下載…過程要回答一些有阿沒的…請耐心回答 48 Install FreeBSD 7.2 Stable
portsnap更新ports tree #portsnap extract 解說:這個指令會自動去解壓縮/var/db /var_db_ports.tar.gz這個檔案解壓縮完成後基本上就完成更新整個ports tree結構的動作 Ps.這個指令應該只會用到1次喔… #portsnap update 解說:之後更新ports tree請用這個指令 49 Install FreeBSD 7.2 Stable
Install FreeBSD 7.2 Stable  50 補充:早期透過用CVSup更新ports tree的指令目前強烈不建議使用(安全性的考量)—請純欣賞!! #cd /urs/ports/ #make update
剛剛過程中的一些參考畫面(純欣賞)~ 51 Install FreeBSD 7.2 Stable
#portsnap fetch extract ports tree檔案下載、解壓、更新~一次完成的指令 52 Install FreeBSD 7.2 Stable
ports tree解壓縮指令portsnap extract 53 Install FreeBSD 7.2 Stable
更新ports tree指令 54 Install FreeBSD 7.2 Stable
ee編輯器(基本操作說明) ^Y(Ctrl+Y):啟動字串搜尋功能…. ^X(Ctrl+X):尋找下一筆符合條件的字串 Esc + Enter: 呼叫儲存檔案的選單 55 Install FreeBSD 7.2 Stable
常用的指令-「基本操作指令」 fetch  //抓網路上的檔案 uname –a  顯示FreeBSD安裝版本的詳細資訊 cd      //切換目錄Change Directory pwd  //查看目前的所在路徑Print Working Directory df  -h //用MB,GB的方式來顯示各分割的剩餘空間 sync;sync; shutdon -h now //把記憶體的資料寫入檔案並關機 ps -ax |grepmysqld   //查看mysqld是否已經啟動 56 Install FreeBSD 7.2 Stable
常用的指令-「檔案操作相關」 tar zxvf //解壓縮檔案 mv moodle195 moodle (把moodle195資料夾更名為moodle) mv folder/ ../../   (把folder往上移動兩層) cp -Rfmoodle/ ../ /*用現在路徑的moodle資料夾強制覆蓋上一層的Moodle資料夾*/ chmod  -R www * /*把目前所有的檔案和資料夾(含子資料夾) 的所有權給www群組*/  57 Install FreeBSD 7.2 Stable
常用的指令-「套件安裝相關」 make all install /*使用ports tree程式安裝--all代表要自動安裝有相依性的檔案*/ make clean /*清除這個port底下,(剛剛)安裝過程中所產生的work工作資料夾(work裡面好像是編譯好的Binary 程式)*/ make deinstall install /*重新安裝套件:清除work資料夾及相關的distfiles;重新下載安裝套件 #pkg_info查看安裝的相關訊息 58 Install FreeBSD 7.2 Stable
常用的指令-「套件安裝相關」 /*把已下載的原始程式碼(distfiles)全部清除~的兩種方法*/ A.下指令 make distclean B.手動刪除 cd /usr/ports/distfiles rm –rf * 59 Install FreeBSD 7.2 Stable
安裝openssl 60 Install FreeBSD 7.2 Stable
安裝openssl #cd /usr/ports/security/opensll #make all install #pkg_info 61 Install FreeBSD 7.2 Stable
安裝mysql60-server+Apache 22 62 Install FreeBSD 7.2 Stable
安裝前請先修改Makefiles #eeMakefiles Ctrl+Y啟動字串搜尋功能(關鍵字apache) search  for:apache Ctrl+X尋找下一筆符合條件的字串… USE_APACHE = 22 Esc + Enter: 請選擇儲存檔案.. 63 Install FreeBSD 7.2 Stable  注意:USE_APACHE 預設值是 13請改成 22
提醒:等一下的過程中 會安裝到Apache 22喔~ 64 Install FreeBSD 7.2 Stable
安裝mysql60-server #cd /usr/ports/databases/mysql60-server #make all install #pkg_info 65 Install FreeBSD 7.2 Stable  注意:目前mysqld和httpd還沒啟動喔~
大部分程式Runscript的位置 /usr/loca/etc/rc.d/ 66 Install FreeBSD 7.2 Stable  若我們安裝比較新的套件,往往就需要把啟動的Runscript寫入到 /etc/rc.local
請編輯開機啟動檔 /etc/rc.local讓開機時就啟動mysqld及httpd #ee /etc/rc.local 請增加以下兩行 /usr/local/bin/mysqld_safe  & /usr/local/sbin/apachetl start 67 Install FreeBSD 7.2 Stable
請編輯開機啟動檔 /etc/rc.local讓開機時就啟動mysqld及httpd #ee /etc/rc.local 請增加以下兩行 /usr/local/bin/mysqld_safe  & /usr/local/sbin/apachetl start 68 Install FreeBSD 7.2 Stable
剛剛過程中的一些參考畫面(純欣賞)~ 69 Install FreeBSD 7.2 Stable
70 Install FreeBSD 7.2 Stable
71 Install FreeBSD 7.2 Stable
72 Install FreeBSD 7.2 Stable
安裝php5-extensions 73 Install FreeBSD 7.2 Stable
74 Install FreeBSD 7.2 Stable
這個畫面我們看不到了 國書已經把選項幫我寫入 /var/db/ports/lang/php5-extentions/options 75 Install FreeBSD 7.2 Stable
國書推薦的小工具 ssh client(國書最常用的遠端連線軟體) Piety (把檔案拖進畫面,就可以用ssh通道上傳) 76 Install FreeBSD 7.2 Stable
謝謝觀賞~ 77 Install FreeBSD 7.2 Stable

More Related Content

What's hot

RAID, Replication, and You
RAID, Replication, and YouRAID, Replication, and You
RAID, Replication, and You
Great Wide Open
 
Scale9x sun
Scale9x sunScale9x sun
Scale9x sun
Dru Lavigne
 
Ha opensuse
Ha opensuseHa opensuse
Ha opensuse
Kenny (netman)
 
Texas 2013
Texas 2013Texas 2013
Texas 2013
krispcbsd
 
Scale 2010: BSD for Linux Users
Scale 2010: BSD for Linux UsersScale 2010: BSD for Linux Users
Scale 2010: BSD for Linux Users
Dru Lavigne
 
101 1.2 boot the system
101 1.2 boot the system101 1.2 boot the system
101 1.2 boot the system
Acácio Oliveira
 
Feature rich BTRFS is Getting Richer with Encryption
Feature rich BTRFS is Getting Richer with EncryptionFeature rich BTRFS is Getting Richer with Encryption
Feature rich BTRFS is Getting Richer with Encryption
LF Events
 
Flourish11
Flourish11Flourish11
Flourish11
Dru Lavigne
 
Ilf2013
Ilf2013Ilf2013
Ilf2013
krispcbsd
 
Linux Common Command
Linux Common CommandLinux Common Command
Linux Common Command
Jeff Yang
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorial
Dru Lavigne
 
Fsoss2011
Fsoss2011Fsoss2011
Fsoss2011
Dru Lavigne
 
Lavigne bsdmag sept12
Lavigne bsdmag sept12Lavigne bsdmag sept12
Lavigne bsdmag sept12
Dru Lavigne
 
BSD for Linux Users
BSD for Linux UsersBSD for Linux Users
BSD for Linux Users
Dru Lavigne
 
Oclug 2010
Oclug 2010Oclug 2010
Oclug 2010
Dru Lavigne
 
PostgreSQL on EXT4, XFS, BTRFS and ZFS
PostgreSQL on EXT4, XFS, BTRFS and ZFSPostgreSQL on EXT4, XFS, BTRFS and ZFS
PostgreSQL on EXT4, XFS, BTRFS and ZFS
Tomas Vondra
 
Install power linux through cdrom and network redhat and suse
Install power linux through cdrom and network   redhat and suseInstall power linux through cdrom and network   redhat and suse
Install power linux through cdrom and network redhat and suse
zhangjunli
 
How to mount and unmount filesystem
How to mount and unmount filesystemHow to mount and unmount filesystem
How to mount and unmount filesystem
COMSATS
 
Lavigne bsdmag-jan2012
Lavigne bsdmag-jan2012Lavigne bsdmag-jan2012
Lavigne bsdmag-jan2012
Dru Lavigne
 
Lecture 4 FreeBSD Security + FreeBSD Jails + MAC Security Framework
Lecture 4 FreeBSD Security + FreeBSD Jails + MAC Security FrameworkLecture 4 FreeBSD Security + FreeBSD Jails + MAC Security Framework
Lecture 4 FreeBSD Security + FreeBSD Jails + MAC Security Framework
Mohammed Farrag
 

What's hot (20)

RAID, Replication, and You
RAID, Replication, and YouRAID, Replication, and You
RAID, Replication, and You
 
Scale9x sun
Scale9x sunScale9x sun
Scale9x sun
 
Ha opensuse
Ha opensuseHa opensuse
Ha opensuse
 
Texas 2013
Texas 2013Texas 2013
Texas 2013
 
Scale 2010: BSD for Linux Users
Scale 2010: BSD for Linux UsersScale 2010: BSD for Linux Users
Scale 2010: BSD for Linux Users
 
101 1.2 boot the system
101 1.2 boot the system101 1.2 boot the system
101 1.2 boot the system
 
Feature rich BTRFS is Getting Richer with Encryption
Feature rich BTRFS is Getting Richer with EncryptionFeature rich BTRFS is Getting Richer with Encryption
Feature rich BTRFS is Getting Richer with Encryption
 
Flourish11
Flourish11Flourish11
Flourish11
 
Ilf2013
Ilf2013Ilf2013
Ilf2013
 
Linux Common Command
Linux Common CommandLinux Common Command
Linux Common Command
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorial
 
Fsoss2011
Fsoss2011Fsoss2011
Fsoss2011
 
Lavigne bsdmag sept12
Lavigne bsdmag sept12Lavigne bsdmag sept12
Lavigne bsdmag sept12
 
BSD for Linux Users
BSD for Linux UsersBSD for Linux Users
BSD for Linux Users
 
Oclug 2010
Oclug 2010Oclug 2010
Oclug 2010
 
PostgreSQL on EXT4, XFS, BTRFS and ZFS
PostgreSQL on EXT4, XFS, BTRFS and ZFSPostgreSQL on EXT4, XFS, BTRFS and ZFS
PostgreSQL on EXT4, XFS, BTRFS and ZFS
 
Install power linux through cdrom and network redhat and suse
Install power linux through cdrom and network   redhat and suseInstall power linux through cdrom and network   redhat and suse
Install power linux through cdrom and network redhat and suse
 
How to mount and unmount filesystem
How to mount and unmount filesystemHow to mount and unmount filesystem
How to mount and unmount filesystem
 
Lavigne bsdmag-jan2012
Lavigne bsdmag-jan2012Lavigne bsdmag-jan2012
Lavigne bsdmag-jan2012
 
Lecture 4 FreeBSD Security + FreeBSD Jails + MAC Security Framework
Lecture 4 FreeBSD Security + FreeBSD Jails + MAC Security FrameworkLecture 4 FreeBSD Security + FreeBSD Jails + MAC Security Framework
Lecture 4 FreeBSD Security + FreeBSD Jails + MAC Security Framework
 

Viewers also liked

Social networking for schools
Social networking for schoolsSocial networking for schools
Social networking for schools
Paul Chamberlain
 
Hello
HelloHello
Laptop implementation 2012
Laptop implementation 2012Laptop implementation 2012
Laptop implementation 2012
Paul Chamberlain
 
Photo Album.Ppt2
Photo Album.Ppt2Photo Album.Ppt2
Photo Album.Ppt2
guest529d5c
 
Maui Early Detection Field Guide
Maui Early Detection Field GuideMaui Early Detection Field Guide
Maui Early Detection Field Guide
Hawaii Early Detection Network
 
Kauai early detection field guide
Kauai early detection field guideKauai early detection field guide
Kauai early detection field guide
Hawaii Early Detection Network
 
Outsourcing Best Practices Moscow, 11.03.09
Outsourcing Best Practices   Moscow, 11.03.09Outsourcing Best Practices   Moscow, 11.03.09
Outsourcing Best Practices Moscow, 11.03.09
Acotax Ltd
 

Viewers also liked (7)

Social networking for schools
Social networking for schoolsSocial networking for schools
Social networking for schools
 
Hello
HelloHello
Hello
 
Laptop implementation 2012
Laptop implementation 2012Laptop implementation 2012
Laptop implementation 2012
 
Photo Album.Ppt2
Photo Album.Ppt2Photo Album.Ppt2
Photo Album.Ppt2
 
Maui Early Detection Field Guide
Maui Early Detection Field GuideMaui Early Detection Field Guide
Maui Early Detection Field Guide
 
Kauai early detection field guide
Kauai early detection field guideKauai early detection field guide
Kauai early detection field guide
 
Outsourcing Best Practices Moscow, 11.03.09
Outsourcing Best Practices   Moscow, 11.03.09Outsourcing Best Practices   Moscow, 11.03.09
Outsourcing Best Practices Moscow, 11.03.09
 

Similar to Free Bsd7.2 Install V1.7

vbsd2013
vbsd2013vbsd2013
vbsd2013
krispcbsd
 
Run wordcount job (hadoop)
Run wordcount job (hadoop)Run wordcount job (hadoop)
Run wordcount job (hadoop)
valeri kopaleishvili
 
NetBSD workshop
NetBSD workshopNetBSD workshop
NetBSD workshop
Jun Ebihara
 
Hadoop 2.2.0 Multi-node cluster Installation on Ubuntu
Hadoop 2.2.0 Multi-node cluster Installation on Ubuntu Hadoop 2.2.0 Multi-node cluster Installation on Ubuntu
Hadoop 2.2.0 Multi-node cluster Installation on Ubuntu
康志強 大人
 
BSDCan2013
BSDCan2013BSDCan2013
BSDCan2013
krispcbsd
 
Self 2013
Self 2013Self 2013
Self 2013
krispcbsd
 
Yum server ( FTP Server )
Yum server ( FTP Server ) Yum server ( FTP Server )
Yum server ( FTP Server )
MOHSIN HASAN
 
eurobsd2013
eurobsd2013eurobsd2013
eurobsd2013
krispcbsd
 
Fedora Linux
Fedora LinuxFedora Linux
Fedora Linux
Gaurav Paliwal
 
Linux_Fedora_ppt
Linux_Fedora_pptLinux_Fedora_ppt
Linux_Fedora_ppt
Gaurav Paliwal
 
FreeBSD Jail Complete Example
FreeBSD Jail Complete ExampleFreeBSD Jail Complete Example
FreeBSD Jail Complete Example
Mohammed Farrag
 
Hadoop single node installation on ubuntu 14
Hadoop single node installation on ubuntu 14Hadoop single node installation on ubuntu 14
Hadoop single node installation on ubuntu 14
jijukjoseph
 
Qt native built for raspberry zero
Qt native built for  raspberry zeroQt native built for  raspberry zero
Qt native built for raspberry zero
SoheilSabzevari2
 
Setting up a HADOOP 2.2 cluster on CentOS 6
Setting up a HADOOP 2.2 cluster on CentOS 6Setting up a HADOOP 2.2 cluster on CentOS 6
Setting up a HADOOP 2.2 cluster on CentOS 6
Manish Chopra
 
FreeBSD Portscamp, Kuala Lumpur 2016
FreeBSD Portscamp, Kuala Lumpur 2016FreeBSD Portscamp, Kuala Lumpur 2016
FreeBSD Portscamp, Kuala Lumpur 2016
Muhammad Moinur Rahman
 
Single node setup
Single node setupSingle node setup
Single node setup
KBCHOW123
 
Andresen 8 21 02
Andresen 8 21 02Andresen 8 21 02
Andresen 8 21 02
FNian
 
testing-nfs
testing-nfstesting-nfs
testing-nfs
guest4e525f
 
Distributed Compiler Icecc
Distributed Compiler IceccDistributed Compiler Icecc
Distributed Compiler Icecc
SZ Lin
 
Asiabsdcon2013
Asiabsdcon2013Asiabsdcon2013
Asiabsdcon2013
krispcbsd
 

Similar to Free Bsd7.2 Install V1.7 (20)

vbsd2013
vbsd2013vbsd2013
vbsd2013
 
Run wordcount job (hadoop)
Run wordcount job (hadoop)Run wordcount job (hadoop)
Run wordcount job (hadoop)
 
NetBSD workshop
NetBSD workshopNetBSD workshop
NetBSD workshop
 
Hadoop 2.2.0 Multi-node cluster Installation on Ubuntu
Hadoop 2.2.0 Multi-node cluster Installation on Ubuntu Hadoop 2.2.0 Multi-node cluster Installation on Ubuntu
Hadoop 2.2.0 Multi-node cluster Installation on Ubuntu
 
BSDCan2013
BSDCan2013BSDCan2013
BSDCan2013
 
Self 2013
Self 2013Self 2013
Self 2013
 
Yum server ( FTP Server )
Yum server ( FTP Server ) Yum server ( FTP Server )
Yum server ( FTP Server )
 
eurobsd2013
eurobsd2013eurobsd2013
eurobsd2013
 
Fedora Linux
Fedora LinuxFedora Linux
Fedora Linux
 
Linux_Fedora_ppt
Linux_Fedora_pptLinux_Fedora_ppt
Linux_Fedora_ppt
 
FreeBSD Jail Complete Example
FreeBSD Jail Complete ExampleFreeBSD Jail Complete Example
FreeBSD Jail Complete Example
 
Hadoop single node installation on ubuntu 14
Hadoop single node installation on ubuntu 14Hadoop single node installation on ubuntu 14
Hadoop single node installation on ubuntu 14
 
Qt native built for raspberry zero
Qt native built for  raspberry zeroQt native built for  raspberry zero
Qt native built for raspberry zero
 
Setting up a HADOOP 2.2 cluster on CentOS 6
Setting up a HADOOP 2.2 cluster on CentOS 6Setting up a HADOOP 2.2 cluster on CentOS 6
Setting up a HADOOP 2.2 cluster on CentOS 6
 
FreeBSD Portscamp, Kuala Lumpur 2016
FreeBSD Portscamp, Kuala Lumpur 2016FreeBSD Portscamp, Kuala Lumpur 2016
FreeBSD Portscamp, Kuala Lumpur 2016
 
Single node setup
Single node setupSingle node setup
Single node setup
 
Andresen 8 21 02
Andresen 8 21 02Andresen 8 21 02
Andresen 8 21 02
 
testing-nfs
testing-nfstesting-nfs
testing-nfs
 
Distributed Compiler Icecc
Distributed Compiler IceccDistributed Compiler Icecc
Distributed Compiler Icecc
 
Asiabsdcon2013
Asiabsdcon2013Asiabsdcon2013
Asiabsdcon2013
 

Recently uploaded

Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
melliereed
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
JomonJoseph58
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
Nguyen Thanh Tu Collection
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Henry Hollis
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
SWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptxSWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptx
zuzanka
 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
National Information Standards Organization (NISO)
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
RamseyBerglund
 
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDFLifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Vivekanand Anglo Vedic Academy
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
giancarloi8888
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 

Recently uploaded (20)

Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
SWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptxSWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptx
 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
 
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDFLifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 

Free Bsd7.2 Install V1.7