sofunnyman.blogspot.com sofunnyman.blogspot.com

sofunnyman.blogspot.com

Master.Tseng Linux Note

Master.Tseng Linux Note. Linux server 要怎麼做 Full backup. 我的 Linux server 要怎麼做 Full backup 啊?這裡就用同樣的環境來示範吧.在HP DL-380 G4 上,安裝 RHEL AS/ES 3 的版本來做範例,其中 RHES3 擔任 RPC server 的角色,RHAS3 則是今天的苦主,要被備份的機器啦.我在這台 DL-380 上是做 HW Raid mirror (/dev/cciss/c0d0 and /dev/cciss/c0d1)喔:. 首先,建議先備份一下做好的MBR,在 Linux 下使用下面的命令:. RHAS3# dd if=/dev/cciss/c0d0 of=/root/linux.bin bs=512 count=1. 第一種方式:使用 cpio 來備份與還原:. RHAS3# find / -print cpio -covB /dev/st0 (備份到磁帶機去) RHAS3# cpio -iduv /dev/st0 (當然就是由磁帶機還原囉). 然後 Reload 一下 share 的目錄吧.

http://sofunnyman.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SOFUNNYMAN.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 11 reviews
5 star
7
4 star
1
3 star
1
2 star
0
1 star
2

Hey there! Start your review of sofunnyman.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • sofunnyman.blogspot.com

    16x16

  • sofunnyman.blogspot.com

    32x32

  • sofunnyman.blogspot.com

    64x64

  • sofunnyman.blogspot.com

    128x128

CONTACTS AT SOFUNNYMAN.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Master.Tseng Linux Note | sofunnyman.blogspot.com Reviews
<META>
DESCRIPTION
Master.Tseng Linux Note. Linux server 要怎麼做 Full backup. 我的 Linux server 要怎麼做 Full backup 啊?這裡就用同樣的環境來示範吧.在HP DL-380 G4 上,安裝 RHEL AS/ES 3 的版本來做範例,其中 RHES3 擔任 RPC server 的角色,RHAS3 則是今天的苦主,要被備份的機器啦.我在這台 DL-380 上是做 HW Raid mirror (/dev/cciss/c0d0 and /dev/cciss/c0d1)喔:. 首先,建議先備份一下做好的MBR,在 Linux 下使用下面的命令:. RHAS3# dd if=/dev/cciss/c0d0 of=/root/linux.bin bs=512 count=1. 第一種方式:使用 cpio 來備份與還原:. RHAS3# find / -print cpio -covB /dev/st0 (備份到磁帶機去) RHAS3# cpio -iduv /dev/st0 (當然就是由磁帶機還原囉). 然後 Reload 一下 share 的目錄吧.
<META>
KEYWORDS
1 基本上這裡先列出主要幾種可以做方式:
2 rhes3# cat /etc/exports
3 rhes3# exportfs arv
4 然後就是備份囉
5 報告完畢,謝謝收看~
6 張貼者:
7 tseng danny
8 沒有留言
9 以電子郵件傳送這篇文章
10 blogthis!
CONTENT
Page content here
KEYWORDS ON
PAGE
基本上這裡先列出主要幾種可以做方式:,rhes3# cat /etc/exports,rhes3# exportfs arv,然後就是備份囉,報告完畢,謝謝收看~,張貼者:,tseng danny,沒有留言,以電子郵件傳送這篇文章,blogthis!,分享至 twitter,分享至 facebook,分享到 pinterest,標籤: linux,centos 中修改ip config,device=eth0,bootproto=static,就是廣播位址囉,就是網路卡位址,就是 ip 啊,就是子遮罩網路
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Master.Tseng Linux Note | sofunnyman.blogspot.com Reviews

https://sofunnyman.blogspot.com

Master.Tseng Linux Note. Linux server 要怎麼做 Full backup. 我的 Linux server 要怎麼做 Full backup 啊?這裡就用同樣的環境來示範吧.在HP DL-380 G4 上,安裝 RHEL AS/ES 3 的版本來做範例,其中 RHES3 擔任 RPC server 的角色,RHAS3 則是今天的苦主,要被備份的機器啦.我在這台 DL-380 上是做 HW Raid mirror (/dev/cciss/c0d0 and /dev/cciss/c0d1)喔:. 首先,建議先備份一下做好的MBR,在 Linux 下使用下面的命令:. RHAS3# dd if=/dev/cciss/c0d0 of=/root/linux.bin bs=512 count=1. 第一種方式:使用 cpio 來備份與還原:. RHAS3# find / -print cpio -covB /dev/st0 (備份到磁帶機去) RHAS3# cpio -iduv /dev/st0 (當然就是由磁帶機還原囉). 然後 Reload 一下 share 的目錄吧.

INTERNAL PAGES

sofunnyman.blogspot.com sofunnyman.blogspot.com
1

Master.Tseng Linux Note: CentOS 中修改IP config

http://sofunnyman.blogspot.com/2011/10/centos-ip-config.html

Master.Tseng Linux Note. 參考http:/ linux.vbird.org/linux server/0130internet connect.php#connect fix IP. Root@linux ]# vi /etc/sysconfig/network-scripts/ifcfg-eth0. 網路卡代號,必須要 ifcfg- eth0. 開機協定,有 dhcp 及 static 這裡是 static. BROADCAST=192.168.1.255. IPADDR=192.168.1.13. NETMASK=255.255.255.0. NETWORK=192.168.1.0. GATEWAY=192.168.1.2. 設定 DNS 的 IP: /etc/resolv.conf. 這個檔案重要啦!他會影響到您是否可以查詢到主機名稱與 IP 的對應喔! 通常如下的設定就 OK 了! Root@linux ]# vi /etc/resolv.conf. Root@linux ]# ifup eth0. Root@linux ]# ifdown eth0.

2

Master.Tseng Linux Note: 大陸免費透過VPN線上代理伺服器

http://sofunnyman.blogspot.com/2011/05/vpn.html

Master.Tseng Linux Note. 你還在煩惱說有些地區限制存取資源,想要存取卻無法嗎?別擔心,透過VPN就可以解除這樣的限制了。目前網路上有一個風評還不錯的免費VPN工具「proXPN」,這個軟體可以讓你電腦偽裝成美國IP,讓你輕鬆上網,使用上是完全免費的,當然您也可以付費取得更多資源。要注意的是使用前必須先下載軟體並註冊帳號才可以使用! 事實上,VPN全名是Virtual Private Network(虛擬私有網路),當你連上之後上網的IP會變成VPN所配給的IP,這個proXPN目前提供美國IP,使用這軟體你電腦就會偽裝成美國IP,這樣有什麼幫助呢?如過是大陸的使用者,就可以跳過萬里長城防火牆(GFW)到外面的世界亂晃了,如果是台灣使用者呢?你也可以掛著美國IP去享受有些特定的美國資源囉! 或許有人會好奇,為什麼使用VPN卻要額外加裝軟體?Windows不是已經有 內建VPN連線. 目前這個proXPN有提供免費和付費的服務,兩者個差異在於免費的使用者最高連線速度為1000kbps ( 參考這裡. 官方網站: http:/ proxpn.com.

3

Master.Tseng Linux Note: 二月 2011

http://sofunnyman.blogspot.com/2011_02_01_archive.html

Master.Tseng Linux Note. C: Documents and Settings %username% Local Settings Application Data 下的相關目錄中. 開啟Outlook Express 選擇 [工具]. 的對話方塊 這邊我們可以看到郵件在磁碟中存放的真實位置 路徑非常的長 這時候可以按下 變更(C. 後在視窗中選擇路徑 這邊我們選擇D磁碟中的 mail file 資料夾 選擇完後按下 確定. 按下確定後 就確定更新路徑 重新啟動Outlook Express後 以後郵件就存在你指定的資料夾了. 重新啟動後Outlook Express會把你的郵件檔案 都移動到你剛剛選擇的目錄 所以你重新進入後 跟設定之前的郵件檔案都完全保留. 資料檔案 如個人工作的文件檔案 電子郵件檔 最好跟應用程式放置磁碟分割區 有所區別. 如果作業系統和應用程式至於C磁碟機 則資料最好放置D磁碟或其他磁碟 這樣如果系統發生災難時重新建置 也不必擔心資料毀於一旦. 一、備份Outlook Express 的郵件帳號. 首先,開啟Outlook Express後&#...

4

Master.Tseng Linux Note: SSD固態硬碟相關優化調校

http://sofunnyman.blogspot.com/2011/05/ssd.html

Master.Tseng Linux Note. SSD固態硬碟相關優化調校(Ramdisk、Disk Alignment、TRIM、Superfetch/Prefetch、Defragment、、、). SSD 輕薄短小耐摔不怕振,最厲害的就是速度非常快,快!快!快! 如果有買兩個 SSD ,還可以做 RAID ,速度又更翻越一層,. 因為畢業了,給自己一個犒賞,買了一個 Kingston SSDNow V系列 64GB. 不然的話 V 系列有垃圾回收功能更好,. 或著 Intel 的牌子保固久,普遍網友都推. 我只有 3000 多元,買得時候因為急著用,還給店家算貴了. 一下子速度大躍升,心情就是「爽」翻啦! 要注意的是 SSD 的壽命主要取決於寫入次數,一般都比一般硬碟短命,所以要盡可能地減少在 SSD 上對硬碟的讀寫,所以最好搭配 Ramdisk 技術使用,關於 Ramdisk 請參考我部落格上一篇文章 SuperSpeed Ramdisk Plus 在Windows 7上使用虛擬記憶體來加快電腦速度. 基本上 Windows 7 格式化安裝既已做到對齊,. 尋找 HKEY LOCAL MACH...

5

Master.Tseng Linux Note: 十月 2011

http://sofunnyman.blogspot.com/2011_10_01_archive.html

Master.Tseng Linux Note. 參考http:/ linux.vbird.org/linux server/0130internet connect.php#connect fix IP. Root@linux ]# vi /etc/sysconfig/network-scripts/ifcfg-eth0. 網路卡代號,必須要 ifcfg- eth0. 開機協定,有 dhcp 及 static 這裡是 static. BROADCAST=192.168.1.255. IPADDR=192.168.1.13. NETMASK=255.255.255.0. NETWORK=192.168.1.0. GATEWAY=192.168.1.2. 設定 DNS 的 IP: /etc/resolv.conf. 這個檔案重要啦!他會影響到您是否可以查詢到主機名稱與 IP 的對應喔! 通常如下的設定就 OK 了! Root@linux ]# vi /etc/resolv.conf. Root@linux ]# ifup eth0. Root@linux ]# ifdown eth0.

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

OTHER SITES

sofunnyhahapictures.com sofunnyhahapictures.com

Sofunnyhahapictures.com

The domain sofunnyhahapictures.com may be for sale. Click here to make an offer or call 877-588-1085 to speak with one of our domain experts. This domain may be for sale. Buy this Domain.

sofunnyhappy.skyrock.com sofunnyhappy.skyrock.com

SoFunnyHappy's blog - What's the fuck ! - Skyrock.com

More options ▼. Subscribe to my blog. I'd Sing For You. Created: 23/10/2011 at 12:33 PM. Updated: 29/12/2013 at 6:21 PM. What's the fuck! Nos rêve sont en noir et blancs et non en couleur comme Disney le pretent se son juste de enfantillage. Un jour je serait Présidente de la Républic. E m'apelle Clémence je suis belle et bien un être humain malgrés que mon prénom soit utiliser a la météo. J'ai deux frère plus grand que moi . Je passe mon temp a rigoler avec mes amies. Je ne peut me passer de musique.

sofunnyiforgottolaugh.thecomicseries.com sofunnyiforgottolaugh.thecomicseries.com

So Funny I Forgot to Laugh - The Reunion

So Funny I Forgot to Laugh. The slogan is just the lack of slogan. Subscribe (you know you want to). Comic 132 - The Reunion. Sun, Aug 05, 2012. Die With Your Eyes Open. Tapping with My Fist. Romeo and Juliet: Episode 1: Auditions for Romeo. Romeo and Juliet: Episode 2: Romeo, Romeo. Romeo and Juliet: Episode 3: Just Fire Him! Romeo and Juliet: Episode 4: What Just Happened? HAPPY FERTH OV JULAY! Romeo and Juliet: Episode 5: How's Work Going? Romeo and Juliet: Episode 6: A Happy Ending. It's A Bird!

sofunnylah.blogspot.com sofunnylah.blogspot.com

BM2201B

Welcome to our blog! We're the students of BM2201B from UiTM KBM. We've created this blog as part of our assignment for MGT417 - Information Technology in Business. Tuesday, 12 April 2011. Hardware focus on three interrelated factors which are appropriateness for the task, speed, and cost. Is made up of multiple physical components of computer hardware, upon which can be installed a system software called operating system. And a multitude of software. Consists of a case. The disk drives ( CD. CPU) perfor...

sofunnylah.com sofunnylah.com

so funny lah | amusing cultural confusion…

Amusing cultural confusion…. Skip to primary content. Skip to secondary content. August 2, 2014. A post a day. June 5, 2013. I like tuna. I like vegetables. I like waffles. But altogether I’m not so sure…. A post a day. A walk through TST. June 4, 2013. It was late…there may have been some alcohol drunk and we might have been on the way to a kebab shop and perhaps these were only funny at the time but I still managed to snap these:. Never use this sort of steel when you’re building:. A post a day. The RS...

sofunnyman.blogspot.com sofunnyman.blogspot.com

Master.Tseng Linux Note

Master.Tseng Linux Note. Linux server 要怎麼做 Full backup. 我的 Linux server 要怎麼做 Full backup 啊?這裡就用同樣的環境來示範吧.在HP DL-380 G4 上,安裝 RHEL AS/ES 3 的版本來做範例,其中 RHES3 擔任 RPC server 的角色,RHAS3 則是今天的苦主,要被備份的機器啦.我在這台 DL-380 上是做 HW Raid mirror (/dev/cciss/c0d0 and /dev/cciss/c0d1)喔:. 首先,建議先備份一下做好的MBR,在 Linux 下使用下面的命令:. RHAS3# dd if=/dev/cciss/c0d0 of=/root/linux.bin bs=512 count=1. 第一種方式:使用 cpio 來備份與還原:. RHAS3# find / -print cpio -covB /dev/st0 (備份到磁帶機去) RHAS3# cpio -iduv /dev/st0 (當然就是由磁帶機還原囉). 然後 Reload 一下 share 的目錄吧.

sofunnymoney.blogspot.com sofunnymoney.blogspot.com

SoFunnyMoney

Sunday, October 23, 2005. A blonde is complaining to her friend about the bad day she'd had at work. Her boss had suffered a heart attack and died. Her friend said, "How horrible! What did you do? The blonde shook her head. "There was nothing I could do. He kept yelling at me to call 9-1-1, but he wouldn't tell me the rest of the numbers.". Posted by sofunnymoney @ 9:10 PM. Two soldiers were having a chat during their free time. First Soldier: Why did you join the army? Why did you join the army? Patient...

sofunnypic.com sofunnypic.com

sofunnypic.com

sofunnypics.com sofunnypics.com

sofunnypics.com

sofunnypictures.com sofunnypictures.com

sofunnypictures.com

sofunnystory.com sofunnystory.com

Coming Soon

Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor.