Bài đăng

Đang hiển thị bài đăng từ tháng 8 24, 2008

different loading messages in xajax framework

Using xajax 0.5 rc1, you can now use the following (callback objects) to accomplish this: loadingPage = xajax.callback.create(300, 10000); loadingSomeSelectOptions = xajax.callback.create(300, 10000); loadingOtherSelectOptions = xajax.callback.create(100, 10000); Then, provide the operations to perform: loadingPage.onResponseDelay = function() { ... show loading message ... } loadingPage.onComplete = function() { ... hide loading message ... } loadingSomeSelectOptions.onRequest = function() { ... show loading message over select box ... } loadingSomeSelectOptions.onComplete = function() { ... hide loading message ... } loadingOtherSelectOptions.onResponseDelay = function() { ... show loading msg over other select box ... } loadingOtherSelectOptions.onComplete = function() { ... hide loading message ... } Then: xajax.call('loadPage', { callback: loadingPage }); xajax.call('loadSomeSelectOptions', { callback: loadingSomeSelectOptions }); etc... As an alternative, you coul

stop & start GUI on UBUNTU

*GNOME desktop If you are using GNOME: sudo /etc/init.d/gdm stop Again to start GNOME desktop: sudo /etc/init.d/gdm start *KDE desktop sudo /etc/init.d/kdm stop sudo /etc/init.d/kdm start you can use the init command to go immediately into runlevel 1 , which is also known as single user text mode . Open terminal and type the following command: sudo init 1 Again get back to GUI Mode with init 2 command: sudo init 2 note: runlevel 1 was single user, 3 was multi-user and 5 was GUI. sudo telinit 3 more help here->http://theos.in/news/ubuntu-linux-shutdown-the-x-server/

Downloading and Installing webmin on ubuntu

http://www.webmin.com/download.html newest version: http://prdownloads.sourceforge.net/webadmin/webmin_1.430_all.deb login as root: sudo -i wget "gói cần lấy dzìa" dpkg -i "gói mới lấy dzìa" xong rồi thì vào địa chỉ: https://ip:10000 or https://ip:20000

MTU trong Ubuntu

(MTU) Maximum Transmission Unit là kích thước lớn nhất được đo bằng byte mà cho phép truyền dẫn qua mạng. Bất kỳ một lượng thông tin nào truyền qua mạng mà lớn hơn kích thước của MTU thì sẽ chia nhỏ ra trước khi truyền dẫn qua mạng. Đặc biệt khi bạn dùng internet bằng cách quay số, bạn có thể chỉnh lại thông số MTU để có thể truy cấp internet được nhanh hơn. Kích thước mặc định MTU của các mạng: Mạng MTU (bytes) 16 Mbits/Sec Token Ring 17914 4 Mbits/Sec Token Ring 4464 FDDI 4352 Ethernet 1500 IEEE 802.3/802.2 1492 X.25 576 Trên đây là bảng những thông số mẵc định của MTU, bạn có thể điều chỉnh MTU phù hợp theo ý mình. Để điều chỉnh MTU tạm thời trong phiên làm việc hiện tại thì bạn có thể dùng lệnh ifconfig. # ifconfig eth0 mtu 1492 hoặc $ sudo ifconfig eth0 mtu 1492 Ở đây mình thay đổi MTU cho card mạng eth0 từ 1500 bytes xuống 1492 bytes. Nếu bạn muốn thay đổi hoàn toàn MTU mặc định cho card mạng của mình thì có thể chỉnh sửa trong file cấu hình theo 2 cách. Cách 1: Trong Debi

Xem log file với MultiTail on Ubuntu (Linux System)

# apt-get install multitail Kết hợp 2 log file vào một cửa sổ # multitail /var/log/apache2/access.log -I /var/log/apache2/error.log 3 logfile trong 2 cột # multitail -s 2 /var/log/apache2/access.log /var/log/messages /var/log/mail.log 5 logfile, kết hợp 2 logfile đặt vào 2 cột và 1 logfile còn lại cho vào cột bên trái # multitail -s 2 -sn 1,3 /var/log/apache2/access.log -I /var/log/apache2/error.log /var/log/messages \ /var/log/mail.log /var/log/syslog Kết hợp 2 lệnh ping trong một cửa sổ # multitail -l “ping 192.168.0.1″ -L “ping 192.168.0.2″ Thực hiện lệnh ping, nếu timeout thì gửi thông báo đến những user đang log in. # multitail -ex timeout “echo timeout | wall” -l “ping 192.168.0.1″ Trong một cửa sổ, trình bày tất cả các kết nối TCP và status của chúng, cửa sổ khác xem log. # multitail -R 2 -l “netstat -t” /var/log/apache2/access.log -I /var/log/apache/error.log Giống như trên nhưng xuất ra file netstat.log các TCP connections và status # multitail -a netstat.log -R 2 -l “netstat

Cài đặt Skype cho Ubuntu

Thêm vào /etc/apt/sources.list hàng ni. deb http://download.skype.com/linux/repos/debian/ stable non-free save lại sao đó vào xterm gõ cái ni. # apt-get install skype xong rùi đó.