<![CDATA[Messages posted by "cadoi"]]> /hvaonline/posts/listByUser/174386.html JForum - http://www.jforum.net Tìm tài liệu official về vấn đề reboot server khi tải cao /hvaonline/posts/preList/43596/270124.html#270124 /hvaonline/posts/preList/43596/270124.html#270124 GMT Làm sao để tăng sự thích thú trong học CNTT

conmale wrote:
Tớ không biết các anh chị em khác như thế nào. Riêng bản thân tớ, từ khi thật sự bước hẳn vào ngành CNTT hồi 1992, 1993 của thế kỷ trước, tớ chỉ nghĩ đến một chuyện duy nhất đó là: có việc làm để sinh sống. Đối với tớ, sự thích thú lớn nhất là kết quả của công việc. Bất cứ một trở ngại nào, dù nhỏ, dù lớn, dù đơn giản, dù phức tạp như thế nào, nếu mình chuyên tâm để giải quyết nó một cách tốt đẹp nhất, đó chính là điều thích thú.  
thích nhất đoạn này của a conmale]]>
/hvaonline/posts/preList/41377/256189.html#256189 /hvaonline/posts/preList/41377/256189.html#256189 GMT
Thành lập nhóm chuyên gia bảo mật http://beta.chungta.vn/tin-tuc/doi-song/2006/08/nguoi-duy-nhat-dat-hai-chung-chi-bao-mat/]]> /hvaonline/posts/preList/40409/249207.html#249207 /hvaonline/posts/preList/40409/249207.html#249207 GMT Load Balancing – Failover với Pfsense2 /hvaonline/posts/preList/39917/246167.html#246167 /hvaonline/posts/preList/39917/246167.html#246167 GMT Load Balancing – Failover với Pfsense2 /hvaonline/posts/preList/39917/246145.html#246145 /hvaonline/posts/preList/39917/246145.html#246145 GMT Gentoo vs Ubuntu, Fedora,.... /hvaonline/posts/preList/14729/243244.html#243244 /hvaonline/posts/preList/14729/243244.html#243244 GMT Lỗi không tạo được weathermap trên cacti /hvaonline/posts/preList/39272/241660.html#241660 /hvaonline/posts/preList/39272/241660.html#241660 GMT Lỗi không tạo được weathermap trên cacti Ah, em đang gặp lỗi không hiển thị được graph do lỗi không tìm thấy file *.rrd và lỗi rpn. Em đã tìm trên diễn đàn chính của cacti nhưng vẫn chưa khắc phục được, mong mọi người hướng dẫn giúp em với.  Cái này bạn phải đưa rõ thông tin: 1. OS gì và thêm thông tin về - apache - php - mysql 2. Cacti phiên bản nào 3. rrdtool phiên bản bao nhiêu - Bạn cài rrdtool bằng compile hay bằng file .rpm...
Em add simple.conf thì nó hiện như thế này: Còn vào editor, nó vẫn hiện thông báo như trước a.  
Mình nghĩ vấn đề này do File Permissions thôi, bạn đã thử chmod -R 777 thư mục ouput chưa ]]>
/hvaonline/posts/preList/39272/241550.html#241550 /hvaonline/posts/preList/39272/241550.html#241550 GMT
Lỗi không tạo được weathermap trên cacti http://www.network-weathermap.com/manual/0.97/pages/install-cacti-editor.html mục File Permissions còn nếu vẫn chưa được thì bạn để thử Code:
cd /pathtocacti/plugins
chmod -R  777 weathermap/
]]>
/hvaonline/posts/preList/39272/241533.html#241533 /hvaonline/posts/preList/39272/241533.html#241533 GMT
Lỗi không tạo được weathermap trên cacti Code:
// so that you can't have the editor active, and not know about it.
$ENABLED=true;

if(! $ENABLED)
]]>
/hvaonline/posts/preList/39272/241482.html#241482 /hvaonline/posts/preList/39272/241482.html#241482 GMT
Hạn chế tài khoản SSH thực hiện được duy nhất lệnh mà mình gán cho nó, Em cần tạo ra 1 User được phép SSH vào máy chủ của em nhưng bị hạn chế quyền triệt để. Chỉ thực hiện nhưng lệnh mà em cho phép nó thực hiện, không được thực hiện bất kỳ lệnh gì khác.   Mình nghĩ cái này giúp được bạn http://www.server-world.info/en/note?os=CentOS_5&p=rbash]]> /hvaonline/posts/preList/36176/222357.html#222357 /hvaonline/posts/preList/36176/222357.html#222357 GMT giá trị tham số trong file /proc/sys/vm/drop_caches /hvaonline/posts/preList/36006/221259.html#221259 /hvaonline/posts/preList/36006/221259.html#221259 GMT giá trị tham số trong file /proc/sys/vm/drop_caches Code:
echo 3 >>  /proc/sys/vm/drop_caches
sync
cho lần đầu muốn xoá và Code:
echo 0 >>  /proc/sys/vm/drop_caches
sync
echo 3 >>  /proc/sys/vm/drop_caches
sync
mọi người có thể giải thích cho mình sao không phải là giá trị khác mà lại là 3 không, mình thử với 4 nhưng k có kết quả ]]>
/hvaonline/posts/preList/36006/221258.html#221258 /hvaonline/posts/preList/36006/221258.html#221258 GMT
Quá trình thực hiện một lệnh như thế nào trong linux Code:
Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file
Code:
Shell is a UNIX  term for the interactive user interface with an operating system. The shell is the layer of programming that understands and executes the commands a user enters. In some systems, the shell is called a command interpreter. A shell usually implies an interface with a command syntax (think of the DOS operating system and its "C:>" prompts and user commands such as "dir" and "edit").
As the outer layer of an operating system, a shell can be contrasted with the kernel, the operating system's inmost layer or core of services.
Còn nó làm việc cụ thể thế nào mình cũng không rõ. Mong mọi người chỉ giúp!]]>
/hvaonline/posts/preList/35117/215757.html#215757 /hvaonline/posts/preList/35117/215757.html#215757 GMT
lỗi khi start SMagent trên RHEL http://www-933.ibm.com/support/fixcentral/swg/downloadFixes là gói Code:
SM10.60_LoP_Single-10.60.xx.17.tgz (trong này là 4 file cần cho quán lý)
và bị lỗi như trên. Sau đó mình đown gói multi Code:
SM10.60_LoP_SMIA-10.60.xx.17.tgz
trong list đưa ra cài thì OK. Chắc do gói Single chỉ hỗ trợ 32 bít ]]>
/hvaonline/posts/preList/34915/215259.html#215259 /hvaonline/posts/preList/34915/215259.html#215259 GMT
lỗi khi start SMagent trên RHEL PS: Chắc các pro mải xem worldcup mất rồi!!]]> /hvaonline/posts/preList/34915/214990.html#214990 /hvaonline/posts/preList/34915/214990.html#214990 GMT lỗi khi start SMagent trên RHEL Code:
/opt/IBM_DS/agent/SMagent start
và lỗi như sau: Code:
...............
Module_base_address=00000400000F0000
Target=2_30_20070420_12448_BHdSMr (Linux 2.6.18-53.el5)
CPU=ppc64 (8 logical CPUs) (0x1edbf0000 RAM)

JavaVMInitArgs.nOptions=15:
    -Xjcl:jclscar_23
    -Dcom.ibm.oti.vm.bootstrap.library.path=/opt/IBM_DS/jre/bin
    -Dsun.boot.library.path=/opt/IBM_DS/jre/bin
    -Djava.library.path=/opt/IBM_DS/jre/bin:/opt/IBM_DS/jre/bin:/opt/IBM_DS/jre/bin/classic:/opt/IBM_DS/jre/bin:/opt/IBM_DS/agent:/usr/lib
    -Djava.home=/opt/IBM_DS/jre
    -Djava.ext.dirs=/opt/IBM_DS/jre/lib/ext
    -Duser.dir=/root
    _j2se_j9=70912 (extra info: 0000040000093E40)
    vfprintf (extra info: 00000000100235B0)
    -Xint
    -Dinvokedviajava
    -Djava.class.path=/opt/IBM_DS/agent/SMagent.jar
    vfprintf
    _port_library (extra info: 00000400000926E0)
    -Xdump
Note: dump may be truncated if "ulimit -c" is set too low

Generated system dump: {default OS core name}

(no Thread object associated with thread)
Unhandled exception in signal handler
và tạo ra một file core.xxxx Code:
ls -l
Code:
..............
-rw------- 1 root root 7602176 Jun 28 14:59 core.29281
-rw------- 1 root root 7602176 Jun 28 15:08 core.29326
-rw------- 1 root root 7602176 Jun 28 15:20 core.29377
-rw------- 1 root root 7602176 Jun 28 15:20 core.29383
-rw------- 1 root root 7602176 Jun 28 15:34 core.29506
-rw------- 1 root root 7602176 Jun 30 10:11 core.8612
..........
Code:
tail /var/log/messages
Code:
................
Jul  1 11:22:11 cntt-san01 SMagent: SMagent started. PID=16152
Jul  1 11:22:17 cntt-san01 SMagent: SMagent started. PID=16169
Jul  1 11:27:20 cntt-san01 SMagent: SMagent started. PID=16272
Jul  1 11:33:26 cntt-san01 SMagent: SMagent started. PID=16402
Jul  1 11:53:45 cntt-san01 SMagent: SMagent started. PID=16642
và mình đã chỉnh sửa thông của ulimit Code:
ulimit -a
Code:
core file size          (blocks, -c) unlimited
data seg size           (kbytes, -d) unlimited
max nice                        (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 31744
max locked memory       (kbytes, -l) 512
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
max rt priority                 (-r) 0
stack size              (kbytes, -s) 10240
cpu time               (seconds, -t) unlimited
max user processes              (-u) 31744
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
mong mọi người giúp đỡ ]]>
/hvaonline/posts/preList/34915/214388.html#214388 /hvaonline/posts/preList/34915/214388.html#214388 GMT
Hỏi cấu hình mạng trong Linux ? http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/]]> /hvaonline/posts/preList/34235/210456.html#210456 /hvaonline/posts/preList/34235/210456.html#210456 GMT Vấn đề dns domain và dns zones Về khái niệm thì đọc nắm sơ sơ nhưng ứng dụng vào môi trường thưc tế thì còn nhiếu khê quá. Đang thực hành nó nhưng máy chỉ chạy được 4 máy ảo nên cũng chưa nắm rõ lắm  Bạn viết bài này từ 2008, chắc đã nắm rất sau về nó. Bạn có thể giải thích cho mình giúp mình một số khái niệm sau? Domain, zone, subdomain, host trong mục: Code:
2.1. The Domain Namespace
trong quyển DNS and BIND Mình đọc nhưng phần hiểu vẫn rất mập mờ]]>
/hvaonline/posts/preList/19560/207233.html#207233 /hvaonline/posts/preList/19560/207233.html#207233 GMT
Routing trong RHEL /hvaonline/posts/preList/33258/204716.html#204716 /hvaonline/posts/preList/33258/204716.html#204716 GMT LIPC-1 cần thông tin Mình vừa lấy LPI Level 2.   Có ý định thi LPI3 không. Nếu có pm cho mình. Mình cùng trao đổi ôn thi cho hiệu quả]]> /hvaonline/posts/preList/32872/204416.html#204416 /hvaonline/posts/preList/32872/204416.html#204416 GMT Lỗi rrdtool với khi cài cacti http://forum.vnoss.org/post39929.html#p39929]]> /hvaonline/posts/preList/32790/202464.html#202464 /hvaonline/posts/preList/32790/202464.html#202464 GMT Lỗi rrdtool với khi cài cacti Check bằng tay là thế nào?  là dùng rrdtool để check và make ra png từ file rrd nhận về trong thư mục ../cacti/rra/*.rrd đó còn Code:
Bạn thử 'locate' cái libcairo.so chưa vậy?
là j vậy: :) ]]>
/hvaonline/posts/preList/32790/202351.html#202351 /hvaonline/posts/preList/32790/202351.html#202351 GMT
Lỗi rrdtool với khi cài cacti /hvaonline/posts/preList/32790/202308.html#202308 /hvaonline/posts/preList/32790/202308.html#202308 GMT Lỗi rrdtool với khi cài cacti http://docs.cacti.net/manual:087:1_installation.1_install_unix.8_distribution_specific_installation_instructions.1_ubuntu đã patch với version 0.8.7e theo: http://www.cacti.net/download_patches.php đã thành công và add được thiết bị vào (trạng thái báo up) tuy nhiên khi create graph thì nó báo lỗi như sau: Code:
RRDTool Says:

/usr/bin/rrdtool: symbol lookup error: /usr/lib/libcairo.so.2: undefined symbol: FT_Library_SetLcdFilter
PS: mình cũng google rồi nhưng k được kết quả ]]>
/hvaonline/posts/preList/32790/202225.html#202225 /hvaonline/posts/preList/32790/202225.html#202225 GMT
Server bị không mở được nhiều trang cùng 1 lúc http://www.ubuntugeek.com/new-intel-graphics-drivers-for-ubuntu-9-04-jaunty.html và đây: https://wiki.ubuntu.com/ReinhardTartler/X/RevertingIntelDriverTo2.4 Bạn nên google trước rồi mới hỏi. Và thử đặt mình vào người khác xem hỏi thế trả lời như thế nào Mình chỉ có 2 từ cho bạn "củ chuối" :P ]]> /hvaonline/posts/preList/32179/199425.html#199425 /hvaonline/posts/preList/32179/199425.html#199425 GMT Fedora tu iso khong cai dc http://unetbootin.sourceforge.net/ Còn nếu tìm hiểu về GRUB thì mình nghĩ nên xem qua http://vnoss.org/docs/?id=2#s3.8.3.5 :D ]]> /hvaonline/posts/preList/31452/194104.html#194104 /hvaonline/posts/preList/31452/194104.html#194104 GMT Setup 2 server mail trên 1 máy linux /hvaonline/posts/preList/31151/192237.html#192237 /hvaonline/posts/preList/31151/192237.html#192237 GMT mình bị mất pass laptop máy MAC Pro nào chỉ dạy cho /hvaonline/posts/preList/30399/187506.html#187506 /hvaonline/posts/preList/30399/187506.html#187506 GMT Tài liệu ôn thi LPIC -2 /hvaonline/posts/preList/30272/187386.html#187386 /hvaonline/posts/preList/30272/187386.html#187386 GMT