Archivo por meses: junio 2006

Cerrando puertos Seguridad nmap

  nmap www.nmap.org  ¿Que es Nmap?  Nmap (“Network Mapper”) is an open source tool for network exploration and security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and… Leer más: Cerrando puertos Seguridad nmap »

Apache amdbox virtual hosts config

<VirtualHost 201.114.101.7:80>#SuexecUserGroup "#502" "#503"ServerName yucas.infoServerAlias www.yucas.infoDocumentRoot /home/merifest/public_htmlErrorLog /home/merifest/logs/error_logCustomLog /home/merifest/logs/access_log commonScriptAlias /cgi-bin/ /home/merifest/cgi-bin/

Subdomain Apache

Subdomain ConfigurationPublished: Monday, August 16, 2004 Subdomain Configuration A subdomain configuration is very similar to a domain name configuration. The only difference is that the subdomain entry is tied to the corresponding domain name lookup. A request for the subdomain (e.g. http://content.websitegear.com) will be routed to a DNS server containing the DNS information for the… Leer más: Subdomain Apache »

aMule Kad Firewalled

I have meanwhile found out why aMule indicates «kad: firewalled»: Ihave a ipfilter.dat file on my .aMule directory to filter some IPs; byremoving that file, «kad: firewalled» becomes «kad: ok».

Install Ntfs Driver

Para montar la partición mount /dev/hda1 /mnt/winxp -t ntfs -r -o umask=0222 http://www.linux-ntfs.org/content/view/127/63/     Which RPM MOUNT NTFS It is important to install exactly the same version of NTFS kernel module as the kernel you have installed. Below are some simple instructions to help you find the file you need. A quick way to… Leer más: Install Ntfs Driver »

Setting Yum, a software to manage packages

The yum is a software to manage packages and to keep your system updated. These settings are critical for installing various softwares below. Setting the third-party repository(Dag.wieers).

Instalar JAVA CentOS 4.3 Azureus

Installation of Java runtime Self-extracting file is available at http://www.java.com/ja/download/linux_manual.jsp # sh ./jre-1_5_0_01-linux-i586-rpm.bin Add the following lines in ~/.tcshrc:  # JAVA setenv JAVA_HOME /usr/java/j2re1.5.0_01 setenv PATH /usr/java/j2re1.5.0_01/bin:$PATH remove java symlinkfrom /usr/bin and make: ln -s /usr/java/jre1.5.0_07/bin/java/usr/bin/java AZUREUS First, install Java runtime according to the above. Download the software for a Linux_GTK platform from http://azureus.sourceforge.net/ Then… Leer más: Instalar JAVA CentOS 4.3 Azureus »

Yum repository

Because CentOS has no proftpd package, we must use a third-party yum repository to install it: cd /etc/yum.repos.d/ wget http://centos.karan.org/kbsingh-CentOS-Extras.repo rpm –import http://centos.karan.org/RPM-GPG-KEY-karan.org.txt