Bài đăng

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

AVG Free Update trên UBUNTU

Cài đặt AGV download sudo wget http://download.avgfree.com/filedir/inst/avg75fld-r51-a1243.i386.deb Cài đặt: dpkg -i avg75fld-r49-a1130.i386.deb Cấp quyền thực thi để các user có thể chạy được chương trình AVG Free Update: chmod 777 /opt/grisoft/avg7/bin/avgupdate Cấp quyền ghi để cho phép chương trình AVG Free Update có thể đọc ghi được các file cần thiết trong thư mục /opt/grisoft/avg7/var/run: chmod 777 /opt/grisoft/avg7/var/run Cấp quyền ghi để cho phép chương trình AVG Free Update có thể đọc ghi được các file cấu hình cũng như download các bản cập nhật virus về thư mục /opt/grisoft/avg7/var/update: chmod 777 /opt/grisoft/avg7/var/update

chuyển sang user root trên UBUNTU

trong cửa sổ terminal gõ: sudo -i yêu cầu mật khẩu gõ vào mật khẩu root.

Những câu lệnh và thao tác hữu ích trong UBUNTU

sudo: khi sudo được đi kèm trước một dòng lệnh nó sẽ gọi quyền root để thực thi câu lệnh đó, và khi thực thi xong nó sẽ trả lại quyền của user bạn đang dùng. sudo apt-get install package_name: apt-get install sẽ tiến hành cài đặt gói phần mềm và bạn muốn cài đặt phần mềm gì thì thay package_name bằng tên của gói phần mềm cần cài đặt. Và bạn gọi sudo ở trước câu lệnh để yêu cầu quyền cài đặt của người dùng cao nhất ở đây là root hoặc xác nhận từ chính bạn nếu tên người dùng của bạn thuộc nhóm người dùng root. VD: sudo apt-get install rar sudo apt-get remove package_name: ngược lại của apt-get install, apt-get remove sẽ gỡ bỏ một gói phần mềm nào đó trong Ubuntu. Thay package_name bằng gói phần mềm bạn muốn gỡ bỏ. VD: sudo apt-get remove rar touch: tạo một file mới. VD: touch hello.txt &&:2 ký từ && đi liên tiếp sẽ giúp bạn thực thi 2 câu lệnh với 1 dòng lệnh, tất nhiên nó sẽ thực thi 1 lệnh trước sau đó sẽ đến lệnh thứ 2. Câu lệnh dưới sẽ dùng touch để tạo một file mang

Ubuntu LAMP Server

Get this content from link http://www.zaphu.com/2007/08/07/ubuntu-lamp-server-setup-guide-with-desktop-gui/ Step 1: Install Ubuntu Server Edition with LAMP server components. Download the disk image (*iso) for Ubuntu Server Edition (currently version 8.04 Hardy Heron) and burn it to a CD. Ensure that your BIOS is configured to boot from the CD-ROM drive. Restart with the Ubuntu disk in the drive and the machine should boot into the Ubuntu installation shell. If you would like to configure a static IP address, select F6 - Other Options and enter netcfg/disable_dhcp=true at the end of the options string, and the install script will prompt you for network information during the installation. Otherwise, the static IP must be configured post installation as per the second part of step 2 below, and your network will be automatically configured using DHCP (as long as DHCP is enabled on your router). In either scenario, you must enter a hostname when prompted. As you work through the installat

Cài GUI LXDE cho Ubuntu Server

Phiên bản Ubuntu Server mặc định không được kèm theo GUI nên nếu như bạn chưa quen với dòng lệnh bạn vẫn có thể sử dụng được với giao diện người dùng đồ họa với cách cài đặt. Ở đây tớ giới thiệu cách cài đặt môi trường người dùng LXDE (Lightweight X11 Desktop Environment) được tối ưu cho những máy có cấu hình thấp. Ubuntu Server không có bộ thử viện xorg - cung cấp thư viện X Window System dùng trong môi trường đồ họa nên bạn phải cài đặt nó trước. Login và gõ lệnh: sudo apt-get install xorg Việc cài đặt mất khoảng 10-20 phút tùy thuộc vào đường truyền Internet của bạn. Khi có thư viện xorg , bạn cần cài đặt thêm dòng lệnh startx để thực thi vào môi trường đồ họa. sudo apt-get install startx Và bây giờ sẽ cài đặt LXDE. Tớ dùng vi để bổ sung vào file sources.list sudo vi /etc/apt/sources.list Dùng các phím mũi tên để chuyển xuống cuối hàng. Nhấn i và Enter để xuống dòng, thêm vào 2 dòng dưới đây: deb http://ppa.launchpad.net/lxde/ubuntu intrepid main deb-src http://ppa.launchpad.net/lxd

How to install GNOME on Ubuntu Server

sudo apt-get install ubuntu-desktop apt-get update apt-get upgrade reboot You configured a static IP address. address 192.168.0.60 gateway 192.168.0.1 netmask 255.255.255.0 edited host file: sudo vim /etc/hosts installed the OpenSSH Server. sudo apt-get install openssh-server Install WebMin. download using wget. sudo wget http://superb-west.dl.sourceforge.net/sourceforge/webadmin/webmin_1.390_all.deb Install pre-requisite software. sudo apt-get install openssl libauthen-pam-perl libio-pty-perl libmd5-perl libnet-ssleay-perl sudo dpkg -i webmin_1.390_all.deb Cài đặt các thành phần liên quan. # apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl Update Server: #apt-get update #apt-get upgrade Khởi động Webmin: #/etc/webmin/start Install SAMBA apt-get install samba smbldap-tools smbclient samba-doc Configure SAMBA sudo cp /etc/samba/ smb.conf /etc/samba/ smb.conf.original sudo vim smb.conf (Xem cách cấu hình trên net) sudo /etc/i

install & update ClamTk Virus Scanner on ubuntu

sudo apt-get install freshclam sudo freshclam

cài đặt LAMP trên Ubuntu

Cài đặt Apache sudo apt-get install apache2 or apt-get install apache2 apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert kiểm tra: http://localhost/ Cài đặt PHP sudo apt-get install php5 libapache2-mod-php5 or apt-get install libapache2-mod-php5 libapache2-mod-ruby php5 php5-common php5-curl php5-dev php5-gd php5-idn php-pear php5-imagick php5-imap php5-json php5-mcrypt php5-memcache php5-mhash php5-ming php5-mysql php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl edit files: /etc/apache2/mods-available/dir.conf /etc/mime.types /etc/apache2/mods-enabled/php5.conf sudo /etc/init.d/apache2 restart (Khởi động lại webserver) sudo gedit /var/www/testphp.php (Kiểm tra PHP xem có hoạt động không) thêm code: vào file testphp.php kiểm tra: http://localhost/testphp.php Cài đặt MySQL sudo apt-get install mysql-server gksudo gedit /etc/mysql/my.cnf bind-address = 127.0.0.1 (thay bằng địa chỉ server của bạn vd: 222.255.237.118) $ sudo /etc

How to change the report date format in openx?

1. Go to: 'lib\max\language\en\' folder, 2. Find 'default.lang.php' file, 3. Find $GLOBALS['date_format']= "%d/%m/%Y"; line, 4. Change it to $GLOBALS['date_format']= "%m/%d/%Y"; cheer,