Archivo del Autor: carlosap

iRedMail – Free, Open Source Email Server Solution

http://www.iredmail.org/ What iRedMail is A ZERO COST, fully fledged, full-featured mail server solution. All used packages are free and open source, provided by the Linux/BSD distribution venders you trust. An open source project, released under GPLv2, hosted on BitBucket. Note: We have only one edition of iRedMail, it’s free and open source. All mail services… Leer más »

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… Leer más »

Human readable and by size sorted disk usage (du) in BASH

function duf { du -sk «$@» | sort -n | while read size fname; do for unit in k M G T P E Z Y; do if [ $size -lt 1024 ]; then echo -e «${size}${unit}\t${fname}»; break; fi; size=$((size/1024)); done; done } Just put this function into your ~/.bashrc to make it permanent. expanded… Leer más »

Categoría: Nix

Increasing Disk Space in CentOS using LVM

Increasing Disk Space in CentOS using LVM By SecaGuy On 13 July 2011 · 1 Comment LVM (Logical Volume Manager) is a tool in Linux which can help you manage disk drives and partition. Usually it being used in server/computer whereby you can easily re-size the partition, creating snapshots backup, combined all hard disk to… Leer más »

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    

Install FreeNX NoMACHINE NX crunchbang linux

NOMACHINE NX DEB version  Download the DEBs Change your working directory to the location where you saved the package and install it by running from a console: $ sudo dpkg -i nxclient_3.5.0-7_i386.deb $ sudo dpkg -i nxnode_3.5.0-9_i386.deb $ sudo dpkg -i nxserver_3.5.0-11_i386.deb If you don’t have the sudo utility installed, log on as superuser («root»)… Leer más »

crunchbang vmware tools install

sudo apt-get install build-essential linux-headers-$(uname -r) psmisc Después correr vmwaretools instalando como ubuntu crushbang aditional scripts cb-welcome

firewall wsa NoAvailableSessions[Could not connect to the AppServer: General Error: Connection refused. (7203)] (10926)

Se requiere un reinicio para el SOAP y desbloqueo de puertos en el firewall – sucede cuando existe un cambio en las reglas del firewall T-http-7001-Processor23 2 wsa1 4GL-Provider Error in SOAP request execution: SessionPool : NoAvailableSessions[Could not connect to the AppServer: General Error: Connection refused. (7203)] (10926) error 7203 and 10926 attempting to connect… Leer más »