Ettercap is certainly nothing new, and there is plenty of documentation around to see how to use it, but I was sitting here goofing around and decided to record my results. I am not advocating this type of thing on a public network, and ARP poisoning or other attacks often fall afoul of terms of service for public and private networks,...
Thursday, February 2, 2012 at 2:14 AM
Có nhiều cách build php để chạy với Apache, cách build php từ source thành một module của apache là cách đơn giản nhất, mình mới thử làm, các bạn xem và thảo luận nhé:
1.Download bản mới nhất về, giải nén ra:
Code:
wget http://www.php.net/get/php-5.3.7.tar.gz/from/hk.php.net/mirror
tar xvzf php-5.3.7.tar.gz
2. Cài đặt và cấu hình
-Tiến...
at 2:11 AM
Trong bài viết “Cài đặt Nginx và PHP-FPM trên CentOS 6” mình đã trình về những bước cài đặt và cấu hình cơ bản của Nginx + PHP-FPM. Trong bài viết tiếp theo này mình sẽ trình bày về một số cách tối ưu, giúp chúng ta dễ dàng hơn trong việc quản lý, cũng như duy trì hệ thống Web Server trên nền Nginx...
at 2:07 AM
I – Cài đặt Nginx:
Bổ sung các Remi repository bằng cách cài đặt gói rpm sau
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
Sử dụng lệnh yum để cài đặt Nginx và PHP FPM từ Remi repo
# yum --enablerepo=remi install nginx php php-fpm php-common
Đảm bảo đầy đủ các gói như hình đưới đâ...
Thursday, November 24, 2011 at 8:37 PM
This is tutorial boot proxmox with USB. You must burn file *.iso. And then download a tool that will convert your usb stick into a bootable one (for example, unetbootin or usb universal installer).
Run program and choose: "Try Unlisted Linux ISO” --> create.
And then copy file *.iso (of proxmox) to usb.
Boot USB and type...
Sunday, October 23, 2011 at 11:38 PM
Using dual or multiple monitors in Linux is relatively straightforward as most monitors are automatically detected on the major distributions. However, Gnome does not give an option for specifying which monitor is the primary - that is to say the monitor which holds the panels by default and is considered the 'default' display....