<![CDATA[Messages posted by "phamquoc_truong"]]> /hvaonline/posts/listByUser/62249.html JForum - http://www.jforum.net Cách setup thêm 1 ip trên server? ifcfg-eth0:0 trong /etc/sysconfig/network-scripts/ bằng cách copy ifcfg-eth0 Nội dung 2 file của em : ifcfg-eth0 Code:
DEVICE=eth0
BOOTPROTO=static
BROADCAST=x.x.x.127
HWADDR=00:x:x:x:x:x
IPADDR=x.x.x.28
NETMASK=255.255.255.128
NETWORK=x.x.x.0
ONBOOT=yes
TYPE=Ethernet
ifcfg-eth0:0 Code:
DEVICE=eth0:0
BOOTPROTO=static
BROADCAST=x.x.x.127
HWADDR=00:x:x:x:x:x
IPADDR=x.x.x.125
NETMASK=255.255.255.128
NETWORK=x.x.x.0
ONBOOT=yes
TYPE=Ethernet
/etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=ns2.abc.com GATEWAY=x.x.x.1 Chạy ifconfig Code:
eth0      Link encap:Ethernet  HWaddr 00:x:x:x:x:x
          inet addr:x.x.x.28  Bcast:x.x.x.127  Mask:255.255.255.128
          inet6 addr: x::x:x:x:x/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:309435 errors:0 dropped:0 overruns:0 frame:0
          TX packets:401827 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:86533716 (82.5 MiB)  TX bytes:402424735 (383.7 MiB)
          Interrupt:169 Memory:faee0000-faf00000

eth0:0    Link encap:Ethernet  HWaddr 00:x:x:x:x:x
          inet addr:x.x.x.125  Bcast:x.x.x.127  Mask:255.255.255.128
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:169 Memory:faee0000-faf00000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:14849 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14849 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2432275 (2.3 MiB)  TX bytes:2432275 (2.3 MiB)
Mong mọi người chỉ giúp em. Em cảm ơn :)]]>
/hvaonline/posts/preList/44372/273928.html#273928 /hvaonline/posts/preList/44372/273928.html#273928 GMT
Re: Download treo server ? /hvaonline/posts/preList/27113/165470.html#165470 /hvaonline/posts/preList/27113/165470.html#165470 GMT Download treo server ? /hvaonline/posts/preList/27113/165447.html#165447 /hvaonline/posts/preList/27113/165447.html#165447 GMT Re: 2 domain trỏ vào 1 IP nhưng mình muốn dùng 2 hệ điều hành. Giúp mình ! /hvaonline/posts/preList/26097/158397.html#158397 /hvaonline/posts/preList/26097/158397.html#158397 GMT 2 domain trỏ vào 1 IP nhưng mình muốn dùng 2 hệ điều hành. Giúp mình ! /hvaonline/posts/preList/26097/158305.html#158305 /hvaonline/posts/preList/26097/158305.html#158305 GMT Re: RapidShare.com dùng Distributions nào của unix ? /hvaonline/posts/preList/24556/148438.html#148438 /hvaonline/posts/preList/24556/148438.html#148438 GMT Re: RapidShare.com dùng Distributions nào của unix ? /hvaonline/posts/preList/24556/148426.html#148426 /hvaonline/posts/preList/24556/148426.html#148426 GMT RapidShare.com dùng Distributions nào của unix ? /hvaonline/posts/preList/24556/148397.html#148397 /hvaonline/posts/preList/24556/148397.html#148397 GMT Re: BKAV Pro có vi phạm bản quyền ? /hvaonline/posts/preList/22826/136364.html#136364 /hvaonline/posts/preList/22826/136364.html#136364 GMT Re: [Q]Cơ sở dữ liệu (MYSQL) quá lớn, truy vấn quá lâu ! Code:
<?
 $truyvan=@mysql_query("select * from linkpage where link like '%$value%'");
 if(@mysql_num_row($truyvan)==0)
 //thêm dữ liệu
 else
 //thông báo đã tồn tại
 ?>
Thực ra dữ liệu còn là mức nhỏ nhưng việc truy vấn kiểm tra 1 dữ liệu mất khoảng 1-1.5s. -> 100-200 link thì chờ rất lâu. Mong mọi người bày cách chi tiết để mình khắc phục tình trạng này. Cảm ơn mọi người !]]>
/hvaonline/posts/preList/21162/125615.html#125615 /hvaonline/posts/preList/21162/125615.html#125615 GMT
Re: [Q]Cơ sở dữ liệu (MYSQL) quá lớn, truy vấn quá lâu ! Code:
link    INDEX    link    45
link_2    FULLTEXT    link
Mình đã index field link(text) với size = 45 và FULLTEXT rồi mà.]]>
/hvaonline/posts/preList/21162/125558.html#125558 /hvaonline/posts/preList/21162/125558.html#125558 GMT
Re: [Q]Cơ sở dữ liệu (MYSQL) quá lớn, truy vấn quá lâu ! Code:
where fi='value'
Fi=field Động đến 1 field duy nhất là field nội dung(dạng text).]]>
/hvaonline/posts/preList/21162/125554.html#125554 /hvaonline/posts/preList/21162/125554.html#125554 GMT
[Q]Cơ sở dữ liệu (MYSQL) quá lớn, truy vấn quá lâu ! Code:
<?
$truyvan=@mysql_query("select * from table_name where fi='value'");
if(@mysql_num_row($truyvan)==0)
//thêm dữ liệu
else
//thông báo đã tồn tại
?>
Mình đang sử dụng Database là MySql. Bạn nào có cách thoát khỏi tình trạng này thì bày giúp mình nhé. Xia xỉa :x ]]>
/hvaonline/posts/preList/21162/125549.html#125549 /hvaonline/posts/preList/21162/125549.html#125549 GMT
đưa 1 tin mới lên trên phần đầu !!!! help /hvaonline/posts/preList/11102/63942.html#63942 /hvaonline/posts/preList/11102/63942.html#63942 GMT down nhạc từ nhacso.net /hvaonline/posts/preList/10381/63648.html#63648 /hvaonline/posts/preList/10381/63648.html#63648 GMT down nhạc từ nhacso.net /hvaonline/posts/preList/10381/63586.html#63586 /hvaonline/posts/preList/10381/63586.html#63586 GMT Con virus này rất buồn cười, không biết gọi là gì /hvaonline/posts/preList/9923/57063.html#57063 /hvaonline/posts/preList/9923/57063.html#57063 GMT Có phải mình đang bị tấn công qua port 1433 /hvaonline/posts/preList/9847/57060.html#57060 /hvaonline/posts/preList/9847/57060.html#57060 GMT Hacking Magazine Edition No:2, English Version File not found.  ]]> /hvaonline/posts/preList/6851/39724.html#39724 /hvaonline/posts/preList/6851/39724.html#39724 GMT Sổ Tay Lập Trình 1.0 (9 ngôn ngữ lập trình) http://sieuthivip.com/SoTayLapTrinh1.0.chm  Have fun !]]> /hvaonline/posts/preList/6449/39670.html#39670 /hvaonline/posts/preList/6449/39670.html#39670 GMT Download file từ RapidShare

canh_nguyen wrote:

phamquoc_truong wrote:
Mình đã test rồi . . vẫn okie cả mà :D Nếu nó cả may có bị hâm hâm thì bạn có thể sang sieuthivip.com để lấy link. . . Sieuthvip.net đã đc thêm từ điển trực tuyến. HAVE FUN ! 
Còn nếu sang bên sieuthivip.com mà vẫn hâm hâm thì cầm theo con rựa to to đến Trung Hòa tìm "link" nhỉ :mrgreen: . 
hic hic . . . thế thì cả 2 cái giờ chắc nó không hâm nữa đâu :D) giờ nghề này cũng nên được liệt vào 1 trong những Nghề nguy hiểm Sieuthivip.net đã thêm phần whois :D HAVE FUN !]]>
/hvaonline/posts/preList/4910/33223.html#33223 /hvaonline/posts/preList/4910/33223.html#33223 GMT
Download file từ RapidShare /hvaonline/posts/preList/4910/31648.html#31648 /hvaonline/posts/preList/4910/31648.html#31648 GMT Download file từ RapidShare /hvaonline/posts/preList/4910/30550.html#30550 /hvaonline/posts/preList/4910/30550.html#30550 GMT Dreamhost, Bluehost, Hostmonster ? Chọn cái nào ? /hvaonline/posts/preList/5044/30315.html#30315 /hvaonline/posts/preList/5044/30315.html#30315 GMT Dreamhost, Bluehost, Hostmonster ? Chọn cái nào ? The server encountered an unexpected condition which prevented it from fulfilling the request. The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.   ]]> /hvaonline/posts/preList/5044/30203.html#30203 /hvaonline/posts/preList/5044/30203.html#30203 GMT Dreamhost, Bluehost, Hostmonster ? Chọn cái nào ? servage.net 200GB space 2000 GB bandwith Host unlimited website Good Speed good security nếu muốn test host trước khi mua thì liên hệ n0idm hoặc loinora qua Yahoo Messenger (host ko phải của tui, tuy nhiên muốn thử tui cho mượn host thui)   Thanks ! Cái này có rất nhiều ý kiến trái ngược nhau trên WHT, nhưng mình sẽ thử . . . trăm nghe không bằng 1 thấy. . .
mình đang dùng https://digipower.vn , gói shared hosting 2.99USD/tháng (Bandwidth 40 GB). Digipower này là của anh Duke (Đức) , xài ổn định. Control Panel tuyệt (mới thêm nhiều chức năng).  
Cảm ơn bác ! Nhưng đã có rất nhiều mã nguồn của các site đặt ở nhanhoa và digipower tự nhiên bị phô lên cho bà dòm bác ạ. Cộng thêm nữa là cái BW, với cái BW kia thì không thể chịu nổi quá 1 ngày. . . hic hic. . . (site em cho phép share file mà) Nếu như ở VN ngoài FTP và VDC thì không tin nổi nhà cung cấp nào cả ! Nhưng chi phí lại quá đắt. Mong mọi người cho mình thêm ý kiến ! Thanks !]]>
/hvaonline/posts/preList/5044/29990.html#29990 /hvaonline/posts/preList/5044/29990.html#29990 GMT
Bluehost có thể bị tấn công qua hack local ? /hvaonline/posts/preList/4817/29983.html#29983 /hvaonline/posts/preList/4817/29983.html#29983 GMT Dreamhost, Bluehost, Hostmonster ? Chọn cái nào ? /hvaonline/posts/preList/5044/29657.html#29657 /hvaonline/posts/preList/5044/29657.html#29657 GMT