Phân trang 3/6 Trang đầu Trang trước 1 2 3 4 5 6 Trang sau Trang cuối [ Kiểu hiển thị Trích dẫn | Liệt kê ]
Sep 28
Thật ra cài GD2 trên server đã cài đặt LAMP - CentOS rất đơn giản. Nếu bạn đã đọc và làm theo bài viết hướng dẫn cài đặt LAMP trên CentOS thì có thể add thêm Options vào.
Còn nếu bạn đã cài đặt xong và giờ muốn add thêm GD2 thì đơn giản là chạy lệnh sau:
Sep 28
Bài hướng dẫn này chỉ cho các bạn cách cài phpMyAdmin trên server đã cài đặt LAMP.
Xin lưu ý, bài hướng dẫn dựa trên phiên bản phpmyAdmin mới nhất là 3.2.2 tại thời điểm viết bài. Do đó, nó yêu cầu bạn cần update PHP lên phiên bản mới nhất.
Nếu PHP của bạn không phải phiên bản mới nhất, bạn làm theo bài hướng dẫn này để nâng cấp PHP của mình.

Giờ ta bắt đầu thôi.
Jul 24
http://www.howtoforge.com/how-to-set-up-mass-virtualhosting-with-apache2-mod_rewrite-mod_userdir-mod_suexec-on-centos-5.3
May 30

Hello. I want to share some helpful exim commands for large mailservers:

1. froze messages to recipient root@host.localhost.com

/usr/sbin/exiqgrep -i -r root@host.localhost.com | /usr/bin/xargs exim -Mf

2. delete frozen messages

/usr/sbin/exiqgrep -z -i | /usr/bin/xargs exim -Mrm

3. delete messages older than X hours (X in seconds)

Apr 7
Định dạng .flv tở ra ưu việt và trở lên khá phổ biến. Khi bạn up file .flv lên web chạy OS Windows server 2003 hay bất kỳ OS nào khác nhưng nó không chạy được bạn cần khai MIME (Multipurpose Internet Mail Extensions) để server biết định dạng này.
Mar 19
I. Trên Windows:
Vào Start -> Run -> gõ

services.msc

Enter
Tìm services MySQL và stop lại

Sau đó bạn vào Command, tìm đến thư mục bin của MySQL:
Vào Start -> Run -> gõ: cmd  ---> Enter

Ví dụ bạn để mysql ở C:\MySQL. Gõ lệnh sau:

C:\mySQL\bin\>mysqld-nt --skip-grant-tables

Giữ nguyên cửa số đó và mở thêm 1 cửa sổ command mới
vào bin và gõ lệnh
Jan 19
If you receive the following error message
when you attempt to remote into your server:




Then do the following:  
  1. Go to Start on your local machine.



  2. Select Run.

  3. Type mstsc -v:AHD####.activehost.com /console **

    **Make sure to enter YOUR dedicated server name, it should be in the form of AHD####.activehost.com



  4. Enter the userid and password to login.

  5. On the server, go to Start.

  6. Select Administrative Tools.

  7. Select Terminal Services Manager.

  8. If you select This Computer in the menu on the left hand side, you will be able to view all users who are currently logged on to your server.



  9. Select the user(s) you wish to Log Off.

  10. Right click on one of the users and select Log Off.



  11. Do this for the second user also.

  12. After a couple of minutes, both users will disappear. If they do not, run through steps 9 - 11 again.  

(to access the console session, do this:

start | run -    mstsc -v:0.0.0.0 /f -console
(replace the 0.0.0.0 with your ipaddress))
 
Jan 19
I have an problem making an database with mysql 5 and helm 3.
It gives the following error in th errorlog:
 
2007-10-19 17:26:23 Microsoft OLE DB Provider for ODBC Drivers 0-2147467259: [MySQL][ODBC 3.51 Driver]Host 'mg1' is not allowed to connect to this MySQL server{0}
2007-10-19 17:26:23 Database.IDataBase_Execute 0-2147467259: [MySQL][ODBC 3.51 Driver]Host 'mg1' is not allowed to connect to this MySQL server{0}
2007-10-19 17:26:23 CDatabase.CreateDatabaseEx 0-2147467259: [MySQL][ODBC 3.51 Driver]Host 'mg1' is not allowed to connect to this MySQL server{0}
 
Everything is setup correctly and the check completes without problems in helm.


GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'YourRootPassword' WITH GRANT OPTION;
Dec 10
Một ngày đẹp trời nào đó. Vì một thao tác ngớ ngẩn nào đó. Bạn vô tình hay cố ý vô tình del mất cái user IUSR_Computername (ví dụ, máy bạn tên là HROCKVN thì nó sẽ có một user là IUSR_HROCKVN). Mất cái này thì khốn khổ với khá nhiều trang cần quyền của user này. Một ví dụ đơn cử là chạy Mdaemon trên IIS với cổng 80, không có quyền read, write của user này thì khỏi vào.
Dec 8
Khắc phục lỗi: [ODBC 3.51 Driver]Access denied for user trên HELM
Với HELM. Thật sự là rất nản đối với HELM. Cài đặt thì cài từng thằng một. Cài xong thì phải fix đủ thứ nó mới chạy cho :(.
Hôm rồi bị lỗi:

2008-12-08 10:02:19 CDatabase.CreateDatabaseEx 0-2147467259: [MySQL][ODBC 3.51 Driver]Access denied for user 'root'@'vnwin2-pro' (using password: YES){0}
Phân trang 3/6 Trang đầu Trang trước 1 2 3 4 5 6 Trang sau Trang cuối [ Kiểu hiển thị Trích dẫn | Liệt kê ]