<![CDATA[Messages posted by "delangthang"]]> /hvaonline/posts/listByUser/105352.html JForum - http://www.jforum.net Giúp thoát khỏi Blacklist trên server /hvaonline/posts/preList/45525/280203.html#280203 /hvaonline/posts/preList/45525/280203.html#280203 GMT Liên hệ giữa máy chủ và máy ảo /hvaonline/posts/preList/33080/203930.html#203930 /hvaonline/posts/preList/33080/203930.html#203930 GMT Liên hệ giữa máy chủ và máy ảo

sunrise_vn wrote:
Chào mọi người, Mình đang định dùng Opera Unite chạy trên máy ảo để làm một server share dữ liệu như hình ảnh, âm thanh... Nhưng mình có một thắc mắc là nếu kẻ tấn công có thể tấn công server chia sẽ ảo vậy họ có thể tấn công máy chủ vật lý đựơc không? Mong mọi người giải thích! PS: Kiến thức mạng mình rất yếu:( 
Các kết nối của máy ảo: - Bridged: Máy ảo kết nối trực tiếp với mạng mà máy thật đang kết nối, xài chung kết nối vật lý với máy thật. - NAT: Máy ảo dùng máy thật làm gateway để kết nối với mạng thật (dùng từ "mạng thật" để phân biệt với "mạng ảo" được thiết lập giữa máy thật và máy ảo). - Host only: Chỉ có máy thật và máy ảo giao tiếp dc với nhau qua mạng ảo. Vậy, bạn hãy tự chọn cho mình cách kết nối phù hợp. Và, đương nhiên là người ta đã tấn công được máy ảo của bạn thì cái máy thật cũng có nguy cơ bị tấn công cao.]]>
/hvaonline/posts/preList/33080/203917.html#203917 /hvaonline/posts/preList/33080/203917.html#203917 GMT
Re: Vài ngày học một lệnh Linux

thangdiablo wrote:
Lão nào control cái box này PIN bài lên nhé. 
Không ai PIN thì tớ cho nó up tiếp vậy. Nhớ hồi mới mày mò Linux, tải về mấy gói source để cài đặt, chúng được nén dạng gz, bz2 gì đó, phải kiếm winrar để giải nén trên window$ rồi hì hục chép qua máy linux. hix, ngu thế không biết. 45.tar Cái này để nén và giải nén đây Code:
$ tar --help
GNU `tar' saves many files together into a single tape or disk archive, and
can restore individual files from the archive.

Usage: tar [OPTION]... [FILE]...

Examples:
  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.
  tar -tvf archive.tar         # List all files in archive.tar verbosely.
  tar -xf archive.tar          # Extract all files from archive.tar.
VD: Code:
$ tar -xvjf httpd-2.2.9.tar.bz2
Các option thường sử dụng: x: giải nén. v: liệt kê các file được bung ra trong quá trình giải nén f: khi giải nén 1 file thì phải có option này. j: file được giải nén có đuôi là .bz2. Trong trường hợp các định dạng file khác thì thay thế cho phù hợp (z: file.gz, Z: file.Z...). file.tar thì như ví dụ trong phần help trên. VD giải nén 1 file.gz: Code:
$ tar -xvzf mysql-5.0.67.tar.gz
-c: nén thành file: Code:
$ tar -cvfj /mnt/usb/doc.bz2 ~/documents
Nén thư mục documents trong thư mục home của tui thành file doc.bz2 lưu trong /mnt/usb]]>
/hvaonline/posts/preList/19738/154378.html#154378 /hvaonline/posts/preList/19738/154378.html#154378 GMT
Re: Linux không nhận ra Windows. /hvaonline/posts/preList/25300/153450.html#153450 /hvaonline/posts/preList/25300/153450.html#153450 GMT Re: Chương trình download cho unix tương tự như IDM ??? http://multiget.sourceforge.net]]> /hvaonline/posts/preList/9514/150796.html#150796 /hvaonline/posts/preList/9514/150796.html#150796 GMT Re: Lỗi khi config php

pnco wrote:
Thử bỏ 2 dòng này và thử lại --with-imap=/usr/local/imap-2002e \ --with-imap-ssl \ 
Bỏ 2 dòng này đúng là ./configure thành công nhưng tiếc là tôi không được phép bỏ bớt cái gì cả. Hơn nữa tôi đã dùng lại configure.nice từ lần build php 5.1.6 nên chuyện thiếu thư viện chắc không xảy ra. Cái "libcom_err.so.3" tôi kiểm tra thì đã tồn tại rồi. Mọi người có gợi ý gì post nhanh giùm nha, đang gấp quá.]]>
/hvaonline/posts/preList/24710/149565.html#149565 /hvaonline/posts/preList/24710/149565.html#149565 GMT
Re: Lỗi khi config php /hvaonline/posts/preList/24710/149501.html#149501 /hvaonline/posts/preList/24710/149501.html#149501 GMT Re: Lỗi khi config php /hvaonline/posts/preList/24710/149315.html#149315 /hvaonline/posts/preList/24710/149315.html#149315 GMT Lỗi khi config php Code:
./configure \
--host=i386-redhat-linux \
--build=i386-redhat-linux \
--target=i386-redhat-linux-gnu \
--program-prefix= \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--cache-file=../config.cache \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d \
--enable-force-cgi-wwwect \
--disable-debug \
--disable-rpath \
--enable-inline-optimization \
--with-bz2 \
--with-curl \
--with-exec-dir=/usr/bin \
--with-freetype-dir=/usr \
--with-jpeg-dir=/usr \
--with-png-dir=/usr/local/lib \
--include=/usr/local/include/libpng  \
--with-zlib \
--with-xpm-dir=/usr/local/xpm \
--with-gd \
--enable-gd-native-ttf \
--with-ttf \
--with-gdbm \
--with-gettext \
--with-ncurses \
--with-gmp \
--with-iconv \
--with-regex=system \
--with-layout=GNU \
--enable-bcmath \
--enable-exif \
--enable-ftp \
--enable-magic-quotes \
--enable-safe-mode \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--enable-discard-path \
--enable-wddx \
--without-oci8 \
--with-pear=/usr/share/pear \
--with-imap=/usr/local/imap-2002e \
--with-imap-ssl \
--with-kerberos=/usr/kerberos \
--with-ldap=shared \
--with-mysql=/usr/local/mysql \
--with-pgsql=/usr/local/pgsql \
--enable-bcmath \
--enable-shmop \
--enable-calendar \
--enable-mbstring \
--enable-mbregex \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-mcrypt=/usr/local/libmcrypt
Lỗi của nó đây (một phần config.log) Code:
configure:49236: checking whether build with IMAP works
configure:49274: gcc -o conftest -I/usr/include -g -O2  -L/usr/lib  -L/usr/local/lib -L/usr/kerberos/lib -L/usr/local/gd/lib -L/usr/local/imap-2002e/lib conftest.c -lc-client   -lcrypt -lpam -lgmp -lgd -lfreetype -lpng -lz -ljpeg -lgdbm -lcurl -lbz2 -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lcurl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz 1>&5
/usr/local/imap-2002e/lib/libc-client.a(osdep.o)(.text+0x8196): In function `ssl_server_init':
/usr/local/src/imap-2002e/c-client/osdep.c:287: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/bin/ld: warning: libcom_err.so.3, needed by /usr/lib/libcurl.so, may conflict with libcom_err.so.2
configure: failed program was:
#line 49247 "configure"
#include "confdefs.h"
Kerberos được cài đặt ở /usr/kerberos/ Code:
# cat /etc/ld.so.conf
/usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/qt-3.1/lib
/usr/local/pgsql/lib
Code:
# ldd /usr/lib/libcurl.so | grep libcom_err
        libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0xb7432000)
Code:
# ls -l /usr/kerberos/lib/libcom_err.so*
lrwxr-xr-x    1 root     root           17 Jul 18  2006 /usr/kerberos/lib/libcom_err.so -> libcom_err.so.3.0
lrwxr-xr-x    1 root     root           17 Jul 18  2006 /usr/kerberos/lib/libcom_err.so.3 -> libcom_err.so.3.0
-rwxr-xr-x    1 root     root         5572 Sep 24  2003 /usr/kerberos/lib/libcom_err.so.3.0
Code:
# find /lib -type f -name libcom_err.so.*
/lib/libcom_err.so.2.0
]]>
/hvaonline/posts/preList/24710/149309.html#149309 /hvaonline/posts/preList/24710/149309.html#149309 GMT
Re: Vài ngày học một lệnh Linux 39. du Nếu không nhầm thì du = disk usage. Lệnh này để xem dung lượng đã sử dụng của 1 thư mục (đôi khi bạn cũng muốn biết thư mục chứa film của mình được mấy Gb :D hoặc bạn muốn xem dung lượng của thư mục mình chuẩn bị backup là bao nhiêu để chuẩn bị thiết bị lưu trữ...) Code:
# du -hs /home
3.5G    /home
# du -hs /etc
92M     /etc
# du -hs /bin
5.2M    /bin
Bạn cũng có thể dùng:
du -sb dir (size in Bytes) du -sk dir (size in KBytes) du -sm dir (size in MegaBytes) 
Xem thêm:
http://linux.die.net/man/1/du 
]]>
/hvaonline/posts/preList/19738/148585.html#148585 /hvaonline/posts/preList/19738/148585.html#148585 GMT
Re: Dùng Windows với user nào?

lupin212 wrote:
mệt người,dùng máy thì xác định có nhiễm virus cũng là chuyện thường,ko nên quan trọng hóa vấn đề,mà có dùng quyền litmit thì cũng vẫn bị nhiễm . 
Ở đây chỉ là bày tỏ quan điểm của mỗi người thôi bạn. Hơn nữa, tôi nói "hạn chế" nhiễm virus chứ có nói sẽ không bị nhiễm đâu. Với người không chuyên IT thì việc máy bị nhiễm là "chuyện thường" nhưng với dân IT thì đây lại là chuyện bất bình thường.]]>
/hvaonline/posts/preList/18621/147648.html#147648 /hvaonline/posts/preList/18621/147648.html#147648 GMT
Re: Dùng Windows với user nào? /hvaonline/posts/preList/18621/147600.html#147600 /hvaonline/posts/preList/18621/147600.html#147600 GMT Re: Trong C:\WINDOWS xuất hiện nhiều thư mục lạ, chiếm mất nhiều dung lượn /hvaonline/posts/preList/24362/147584.html#147584 /hvaonline/posts/preList/24362/147584.html#147584 GMT Re: Mong giải thích giùm 1 đoạn script /hvaonline/posts/preList/24396/147567.html#147567 /hvaonline/posts/preList/24396/147567.html#147567 GMT Mong giải thích giùm 1 đoạn script Code:
#!/bin/csh -f

set MAX_DIR = max
set MIN_DIR = min

foreach TARGET_FILE ( $MAX_DIR/*max.tcmd )
	set MIN_FILE = $MIN_DIR/`basename $TARGET_FILE _max.tcmd`"_min.tcmd"
	echo $MIN_FILE
        
	sed -e '/out/ s/_max\.rpt/_min.rpt/g' \
	    -e '/out/ s/\/max\//\/min\//g' \
	    $TARGET_FILE > $MIN_FILE
end
Mục đích là muốn thay chữ max thành chữ min trong 1 file text. Nhưng nếu có chữ /out/ thì nó không thay thế toàn bộ, còn nếu bỏ chữ /out/ đi thì nó thay thế tất cả. Mong được giải thích chữ /out/ này có ý nghĩa như thế nào? ]]>
/hvaonline/posts/preList/24396/147368.html#147368 /hvaonline/posts/preList/24396/147368.html#147368 GMT
Khúc mắc về Default gateway và DNS server

KenshinIT wrote:
chuyện này xảy ra sau 15 ngày bởi vì do dhcp service của modem quy định.Điển hình như dhcp service cua MS Server là 8 ngày (default). Thân 
IP tĩnh thì mắc mớ gì đến cái DHCP service nhỉ? Ở nhà tui xài IP tĩnh, ko chạy dhcp thì sau 15 ngày cũng phải renew IP ah?]]>
/hvaonline/posts/preList/22714/135977.html#135977 /hvaonline/posts/preList/22714/135977.html#135977 GMT
Re: Vài ngày học một lệnh Linux uname Bạn đang chuẩn bị tải 1 phần mềm (MySQL chẳng hạn :)) nhưng nó có quá nhiều phiên bản, để xác định phiên bản nào là phù hợp với hệ thống của mình bạn phải biết được các thông tin như "nền tảng phần cứng" (dịch từ chữ hardware-platform), version của nhân: Code:
[root@server root]# uname --help
Usage: uname [OPTION]...
Print certain system information.  With no OPTION, same as -s.

  -a, --all                print all information, in the following order:
  -s, --kernel-name        print the kernel name
  -n, --nodename           print the network node hostname
  -r, --kernel-release     print the kernel release
  -v, --kernel-version     print the kernel version
  -m, --machine            print the machine hardware name
  -p, --processor          print the processor type
  -i, --hardware-platform  print the hardware platform
  -o, --operating-system   print the operating system
      --help     display this help and exit
      --version  output version information and exit
Để xem hệ thống của bạn đang chạy nhân version nào: Code:
[root@server root]# uname -r
2.4.21-4.EL
]]>
/hvaonline/posts/preList/19738/135369.html#135369 /hvaonline/posts/preList/19738/135369.html#135369 GMT
Re: Khúc mắc về Default gateway và DNS server /hvaonline/posts/preList/22714/135350.html#135350 /hvaonline/posts/preList/22714/135350.html#135350 GMT Re: Khúc mắc về Default gateway và DNS server /hvaonline/posts/preList/22714/135224.html#135224 /hvaonline/posts/preList/22714/135224.html#135224 GMT Re: Vài ngày học một lệnh Linux top Kiểm tra các tiến trình đang hoạt động (giống task manager của windows), xem tiến trình nào đang chiếm tài nguyên hệ thống như thế nào. top sẽ cập nhật liên tục thay đổi của các tiến trình. nhấn q để kết thúc lệnh Code:
[root@server ~]# top
top - 15:27:19 up 133 days,  6:10,  1 user,  load average: 0.00, 0.00, 0.00
Tasks:  87 total,   1 running,  86 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.3% us,  0.3% sy,  0.0% ni, 99.3% id,  0.0% wa,  0.0% hi,  0.0% si
Mem:    254968k total,   247336k used,     7632k free,    45144k buffers
Swap:   524280k total,     1500k used,   522780k free,   130524k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 3288 mysql     16   0  130m  17m 3988 S  0.3  7.1  96:46.27 mysqld
    1 root      16   0  3516  548  468 S  0.0  0.2   0:08.48 init
    2 root      34  19     0    0    0 S  0.0  0.0   0:00.32 ksoftirqd/0
    3 root       5 -10     0    0    0 S  0.0  0.0   0:01.93 events/0
    4 root       5 -10     0    0    0 S  0.0  0.0   0:00.03 khelper
    5 root       5 -10     0    0    0 S  0.0  0.0   0:00.00 kblockd/0
    6 root      15   0     0    0    0 S  0.0  0.0   0:00.00 khubd
   34 root      15   0     0    0    0 S  0.0  0.0   0:00.04 kapmd
   37 root      15   0     0    0    0 S  0.0  0.0   0:05.12 pdflush
   38 root      15   0     0    0    0 S  0.0  0.0   0:04.11 pdflush
   39 root      15   0     0    0    0 S  0.0  0.0   0:04.54 kswapd0
   40 root       7 -10     0    0    0 S  0.0  0.0   0:00.00 aio/0
  186 root      15   0     0    0    0 S  0.0  0.0   0:00.00 kseriod
  432 root      15   0     0    0    0 S  0.0  0.0   4:31.33 kjournald
 1610 root       6 -10     0    0    0 S  0.0  0.0   0:00.00 ata/0
 1611 root       7 -10     0    0    0 S  0.0  0.0   0:00.00 ata_aux
 1621 root       6 -10  2152  448  360 S  0.0  0.2   0:00.03 udevd
@quanta: đã edit rồi. Cảm ơn bạn nhiều.]]>
/hvaonline/posts/preList/19738/135207.html#135207 /hvaonline/posts/preList/19738/135207.html#135207 GMT
Re: Khúc mắc về Default gateway và DNS server /hvaonline/posts/preList/22714/135189.html#135189 /hvaonline/posts/preList/22714/135189.html#135189 GMT Re: Chia sẻ anh em ít kinh nghiệm IPCOP /hvaonline/posts/preList/8386/118409.html#118409 /hvaonline/posts/preList/8386/118409.html#118409 GMT Description của box "Thảo luận thâm nhập" bị sai!? Nơi thảo luận cách chủ đề thuộc về thâm nhập.   Ra vào không biết bao nhiêu lần rồi mà hôm nay mới phát hiện, không biết là vô tình hay cố ý nữa. Admin xem giùm nha.]]> /hvaonline/posts/preList/13542/80754.html#80754 /hvaonline/posts/preList/13542/80754.html#80754 GMT giúp mình cấu hình radius server kết hợp với ISA 2004

25minutesit wrote:
Trên DNS này bạn cấu hình những record cho những dịch vụ bạn muốn publish ra ngoài. 
Mình không thật sự hiểu câu này. Hơn nữa SITRUMITEE đang muốn public chính cái DNS server mà!? còn việc DNS server chạy cùng server với ISA hay trên 1 máy khác thì cũng không quan trọng lắm nếu chỉ để test và làm bài tập. Tuy nhiên nếu có đủ tài nguyên thì có thể chạy 2 máy khác nhau.]]>
/hvaonline/posts/preList/13181/78951.html#78951 /hvaonline/posts/preList/13181/78951.html#78951 GMT
Re: giúp mình cấu hình radius server kết hợp với ISA 2004

SITRUMITEE wrote:
mình muốn public 1 DNS server từ mạng internal ra mạng external thông qua ISA 2004, bạn có thể chỉ mình cách đặt địa chỉ ip và cấu hình DNS server, ISA ?.mình cấu hình nhưng mạng external không truy vấn được. THANKS!!!!! 
Bạn tìm hiểu kỹ về ISA thì sẽ làm được thôi (và cả DNS server nữa nhỉ!?). Nếu server của bạn kết nối internet thông qua DSL thì tìm hiểu thêm Port Forwarding va no-ip (hoặc dyndns). Một chút gợi ý thôi. chúc bạn thành công.]]>
/hvaonline/posts/preList/13181/78769.html#78769 /hvaonline/posts/preList/13181/78769.html#78769 GMT
Re: Kết nối Internet trong Linux /hvaonline/posts/preList/578/3503.html#3503 /hvaonline/posts/preList/578/3503.html#3503 GMT Kết nối Internet trong Linux

hakuso wrote:
vậy thì modem giao tiếp qua COM , PCI hay USB :?: với COM thì dễ, trong hầu hết các distro đều có công cụ setup kết nối PPP (bằng GUI luôn). Bạn chịu khó kiếm phần System hay Tool (trong menu) thì thấy còn PCI hay USB thì trườc hết phải biên dịch kernel (có thể) rổi mới tính tiếp (phức tạp lắm) Còn nếu bí rị thì hãy lục trong đống tài liệu này (nhớ là phải chịu khó lục đấy) http://tldp.org/HOWTO/HOWTO-INDEX/hardware.html#HWMODEMS 
to whoareyou: Bồ chưa trả lời được câu hỏi này thì có cặm cụi mò mẫm cũng vô ích. Mô tả chi tiết hệ thống đang dùng mọi người sẽ giúp bồ nhanh hơn.]]>
/hvaonline/posts/preList/578/2622.html#2622 /hvaonline/posts/preList/578/2622.html#2622 GMT
Re: Kết nối Internet trong Linux Code:
gnome-ppp
Trong quá trình cài nếu nó đòi hỏi cái gì thì nhớ cài thêm cho nó.]]>
/hvaonline/posts/preList/578/2169.html#2169 /hvaonline/posts/preList/578/2169.html#2169 GMT