Archivo de la categoría: CentOS

Compile qemu for Centos 6 GNS3

Common errors: glib-2.12 required to compile QEMU ERROR: pixman not present. Your options: (1) Preferred: Install the pixman devel package (any recent distro should have packages as Xorg needs pixman too). (2) Fetch the pixman submodule, using: git submodule update –init pixman Install: yum install git glib2 glib2-devel pixman pixman-devel git clone git://git.qemu-project.org/qemu.git ./configure make… Read More: Compile qemu for Centos 6 GNS3 »

Installing GNS3 on CentOS/RHEL 6

Aug 1st, 2012 by jrehmert Login as root and run the following (accept all dependencies): yum install python python-devel xorg-x11-proto-devel libXext-devel gcc-c++ libXrender* PyQt4 PyQt4-devel qt qt-devel qemu-img libvirt Download the latest GNS3 source, unpack it to /opt, create symbolic link, create subfolders and set permissions: wget http://iweb.dl.sourceforge.net/project/gns-3/GNS3/0.8.3/GNS3-0.8.3-src.tar.gz tar -xvf GNS3-0.8.3-src.tar.gz /opt cd /opt ln… Read More: Installing GNS3 on CentOS/RHEL 6 »

pptpd

1. Install ppp via yum: $ yum install ppp -y 2. Download and install pptpd (the daemon for point-to-point tunneling). You can find the correct package at this website http://poptop.sourceforge.net/yum/stable/packages/ : $ cd /usr/local/src $ wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-2.el6.x86_64.rpm $ rpm -Uhv pptpd-1.3.4-2.el6.x86_64.rpm 3. Once installed, open /etc/pptpd.conf using text editor and add following line: remoteip 192.168.0.234-238,192.168.0.245… Read More: pptpd »

Malware Detector – Maldet

It is quite a common view that your server eventually will be the target of unethical hackers. They will try their best to hack into your server, inject their codes, and get the right to brag among their buddies (pathetic). There so many ways on how they gain access to the server but usually thanks… Read More: Malware Detector – Maldet »

core fonts centos 6

yum install cabextract xorg-x11-font-utils rpm -i https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.2-1.noarch.rpm this installer downloads the fonts a sourceforge mirror and installs them to X core fonts and Xft core fonts    

Servidor NX usando FreeNX

Servidor NX usando FreeNX NOTA: NX y el servidor FreeNX están disponibles solo para CentOS 4 y CentOS 5 i386. NX es una solución de Acceso Remoto y Servidor Terminal basado en un conjunto de tecnológias de clase empresarial basadas en código abierto por NoMachine. Gracias a la gran compresión, la capacidad de reanudar la… Read More: Servidor NX usando FreeNX »