Re: [ITCENTER] script mengetahui ukuran hardisk server dengan PHP

2005-03-09 Terurut Topik AKbar

ok thanks...buat mas Yudha Ginanjar
saya klarifikasi ulang
maksud saya (buat rekan IT laen) :
Web Server Saya pake Redhat Linux 9,saya mau memantau Server dari Client
(hardisk, client terhubung, hardware server),dengan bahasa pemrograman PHP
script PHPnya ada yang tau nggak?

regards
>_<
Akbar

- Original Message -
From: "Yudha Ginanjar" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, March 09, 2005 3:48 PM
Subject: Re: [ITCENTER] script mengetahui ukuran hardisk server dengan PHP


>
> At 15:25 09/03/2005, you wrote:
>
> >itu mah perintah di LINUX MAS.. bukan script PHP kalo itu saya juga
tau,
> >terimakasih atas bahasannya.
>
> Bukannya di php bisa run external/shell command ?
> pake perintah exec ato system ?
>
> fyi, Soalnya di email anda ada tulisan :
>
> server : redhat 9
> client : win98
>
> jadi dianggap script itu di jalankan di server redhat 9
> klo mau pake php : http://phpsysinfo.sourceforge.net/
>
>
> ___
> # Yudha Ginanjar
> # www.cluster.web.id
>
>
>
>
> --
> www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia
> Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
> ::: Hapus bagian yang tidak perlu (footer, dst) saat reply! :::
> ## Forum: ITCENTER.or.id/forum ## Jobs: ITCENTER.or.id/jobs ##
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>



-- 
www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Forum: ITCENTER.or.id/forum ## Jobs: ITCENTER.or.id/jobs ## 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [ITCENTER] script mengetahui ukuran hardisk server dengan PHP

2005-03-09 Terurut Topik avudz

On Wednesday 09 March 2005 03:25 pm, AKbar wrote:
> itu mah perintah di LINUX MAS.. bukan script PHP kalo itu saya juga
> tau

hehehe.. sukurlah kalau sudah tau :-x

posting setelah nya udah buka belum situs2 nya :-)

command-2 itu tinggal masukin aja ke script atau enak nya di buatkan function 
php aja. 
contoh :

function bacaharddisk($harddisk) {
message("Hasil :");
if (! $msg .= trim(nl2br(`fdisk -l /dev/$harddisk`))) 
  $msg .= "huh?.";
$msg .= "";
message($msg);
}

kira-kira gitu, maap kalo salah, ga di praktikkan :p

regards,

./avd

join #indolinux @ irc.allnetwork.org




-- 
www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Forum: ITCENTER.or.id/forum ## Jobs: ITCENTER.or.id/jobs ## 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [ITCENTER] script mengetahui ukuran hardisk server dengan PHP

2005-03-09 Terurut Topik Yudha Ginanjar

At 15:25 09/03/2005, you wrote:

>itu mah perintah di LINUX MAS.. bukan script PHP kalo itu saya juga tau,
>terimakasih atas bahasannya.

Bukannya di php bisa run external/shell command ?
pake perintah exec ato system ?

fyi, Soalnya di email anda ada tulisan :

server : redhat 9
client : win98

jadi dianggap script itu di jalankan di server redhat 9
klo mau pake php : http://phpsysinfo.sourceforge.net/


___
# Yudha Ginanjar
# www.cluster.web.id




-- 
www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Forum: ITCENTER.or.id/forum ## Jobs: ITCENTER.or.id/jobs ## 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [ITCENTER] script mengetahui ukuran hardisk server dengan PHP

2005-03-09 Terurut Topik AKbar

itu mah perintah di LINUX MAS.. bukan script PHP kalo itu saya juga tau,
terimakasih atas bahasannya.
- Original Message -
From: "avudz" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, March 09, 2005 1:10 PM
Subject: Re: [ITCENTER] script mengetahui ukuran hardisk server dengan PHP


>
> On Wednesday 09 March 2005 12:59 pm, akbar wrote:
> > hai ITers..
> > ada yang tau ngga' gimana  script untuk :
> > 1. mengetahui ukuran  hardisk
>
> df -h
>
> > 2. mengetahui hardware server
>
> lspci
>
> > 3. mengetaui komputer yang konek ke server
> >
>
> arp -e
>
>
> > terimakasih atas bahasannya...
> >
>
> sama-sama
>
>
>
> silahkan baca2 /usr/share/doc/HOWTO/HTML/en/
>
> regards,
>
> ./avd
>
> #indolinux @ irc.allnetwork.org
> website : http://www.allnetwork.org
>
>
>
> --
> www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia
> Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
> ::: Hapus bagian yang tidak perlu (footer, dst) saat reply! :::
> ## Forum: ITCENTER.or.id/forum ## Jobs: ITCENTER.or.id/jobs ##
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>



-- 
www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Forum: ITCENTER.or.id/forum ## Jobs: ITCENTER.or.id/jobs ## 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [ITCENTER] script mengetahui ukuran hardisk server dengan PHP

2005-03-08 Terurut Topik avudz

On Wednesday 09 March 2005 01:10 pm, avudz wrote:

sorry, lupa nambahin url dibawah nya.

http://www.google.com/search?q=Using+PHP+As+A+Shell+Scripting+Language&sourceid=opera&num=0&ie=utf-8&oe=utf-8

./avd


google is your friend



-- 
www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Forum: ITCENTER.or.id/forum ## Jobs: ITCENTER.or.id/jobs ## 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [ITCENTER] script mengetahui ukuran hardisk server dengan PHP

2005-03-08 Terurut Topik avudz

On Wednesday 09 March 2005 12:59 pm, akbar wrote:
> hai ITers..
> ada yang tau ngga' gimana  script untuk :
> 1. mengetahui ukuran  hardisk

df -h

> 2. mengetahui hardware server

lspci

> 3. mengetaui komputer yang konek ke server
>

arp -e 


> terimakasih atas bahasannya...
>

sama-sama



silahkan baca2 /usr/share/doc/HOWTO/HTML/en/

regards,

./avd

#indolinux @ irc.allnetwork.org
website : http://www.allnetwork.org



-- 
www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Forum: ITCENTER.or.id/forum ## Jobs: ITCENTER.or.id/jobs ## 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[ITCENTER] script mengetahui ukuran hardisk server dengan PHP

2005-03-08 Terurut Topik akbar

hai ITers..
ada yang tau ngga' gimana  script untuk :
1. mengetahui ukuran  hardisk
2. mengetahui hardware server
3. mengetaui komputer yang konek ke server

terimakasih atas bahasannya...

server : redhat 9
client : win98


[Non-text portions of this message have been removed]



-- 
www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Forum: ITCENTER.or.id/forum ## Jobs: ITCENTER.or.id/jobs ## 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/