Showing posts with label todo. Show all posts
Showing posts with label todo. Show all posts

Thursday, June 16, 2011

Malaysian hacked report



as we can see all website was swithed off to prevent attack. maybe their firewall block all incoming connection.


i get some documents to prevent worst to me:

this is todo & toread. :)

Wednesday, April 20, 2011

haildb

facebook mysql rss entries shows about haildb
what is haildb?


i not have any idea yet. this maybe high performance database to compete with mysql. cool.

Tuesday, April 19, 2011

joomla hardening

http://www.la-samhna.de/samhain/s_download.html

i'm searching on guide how to block brute force on website like joomla or custom php software that have login options

search engine brought me to this

Host Based Intrusion Detection - Samhain


i'm trying and hope to update later.

Saturday, April 16, 2011

freebsd again

after comparing the bsd variation, i found that openbsd is more suitable for servers


this brought me to http://www.openbsd.org/

and Open BSD as Xen dom U


this is interesting.

Monday, December 27, 2010

install evms on centos using yum

i'm refering this page

2) "sudo yum update". It'll take a while to add the new repository. It'll probably download some packages, too (30 megs in my case, but only 8 packages from rpmforge).
3) "yum search evms".
4) "sudo yum install evms.i386".

now installing :)

*install rpmforge: rpm -Uvh rpmforge*

Friday, December 17, 2010

install usb device on xen client

currently in mission install usb device into xen windows installation


command lsusb not found.

install lsusb using : yum install usbutils

finally:
[root@localhost ~]# lsusb
Bus 004 Device 001: ID 0000:0000
Bus 004 Device 002: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000

next? continued..

Tuesday, May 17, 2005

Working on linux server.. ODBC compunents

http://www.linuxquestions.org/questions/archive/2/2003/09/1/83745
1. How to install mdbtools..
-- remove GLIB (2.2.3) rh9

checking for pkg-config... /usr/local/bin/pkg-configchecking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.6.4, but GLIB (2.2.3)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files

Ahhh..
Anybody can help me?
Related Posts Plugin for WordPress, Blogger...