Categories
- ALCATEL (2)
- Blog Personal (135)
- Cisco (35)
- Cluster (2)
- elearn (13)
- Nix (381)
- OpenVMS (5)
- Programación (37)
- C++ (2)
- javaScript (11)
- PHP mySQL (22)
- travel (1)
- Windows (44)
- Exchange (3)
- SQL Server (6)
- www (7)
- apache (3)
Category Archives: CentOS
http://tldp.org/HOWTO/LVM-HOWTO/upgraderoottolvm.html
CENTOS – http://www.linuxweblog.com/blogs/sandip/20071007/convert-root-filesystem-lvm http://tldp.org/HOWTO/LVM-HOWTO/upgraderoottolvm.html
Posted in CentOS
Comments Off
Add hard drive to extend existing LVM volume
http://www.utahsysadmin.com/2009/12/08/add-hard-drive-to-extend-lvm/ Previously I posted how to add a hard drive and create a new volume in LVM. This time we’ll add a new hard drive and then increase or extend the size of an existing volume or partition. This is … Continue reading
Posted in CentOS
Comments Off
Install PHP 5.2 on CENTOS 5.4
Yep via Jason repo http://www.jasonlitka.com/yum-repository/ > : ) yes!
Posted in CentOS
Comments Off
Squid ;) CentOS
http://www.cyberciti.biz/tips/howto-rhel-centos-fedora-squid-installation-configuration.html
En este articulo veremos una de las formas de instalar y configurar Squid para que autentique contra un servidor Windows 2003 con Active Directory.
Origen: Pablo Sarubbi – Efraim Wainerman martes, 06 de marzo de 2007 En este articulo veremos una de las formas de instalar y configurar Squid para que autentique contra un servidor Windows 2003 con Active Directory. Para ello elegimos la … Continue reading
Posted in CentOS
Comments Off
LDAP AD
Hi I’m batteling to get squid_ldap_auth to authenticate against M$ windows Active Directory 2008 with my config below /usr/lib64/squid/squid_ldap_auth -b “OU=Organizational Structure,DC=example,DC=co,DC=za” -h 10.*.*.250 -D “CN=squid,OU=Other,OU=TC JHB,OU=Company,OU=Organizational Structure,DC=example,DC=co,DC=za” -w “Password1″ -f “(&(uid=%s)(objectclass=user))” I have used a similar config on windows … Continue reading
Posted in CentOS
Comments Off
Squid authentication against Microsoft’s Active Directory
http://www.cyberciti.biz/tips/howto-configure-squid-ldap-authentication.html Squid authentication against Microsoft’s Active Directory I have not used group_ldap_auth helper against Microsoft’s Active Directory. But someone (user) pointed out the following solution. Add following configuration directive to squid.conf: ldap_auth_program /usr/lib/squid/group_ldap_auth -b dc=my-domain,dc=de -h \ server.my-domain.de -p 636 … Continue reading
rpm -e trouble: specifies multiple packages
Try rpm -e –allmatches kernel-2.4.25-8tr
Posted in CentOS
Comments Off
What is PacketFence?
http://www.packetfence.org/home.html What is PacketFence? PacketFence is a Free and Open Source network access control (NAC) system. PacketFence is actively maintained and has been deployed in numerous large-scale institutions over the past years. It can be used to effectively secure networks … Continue reading
Posted in CentOS
Comments Off
how to create an ISO file LINUX
Go to a terminal screen. You can usually right click on the desktop and choose this option from the drop-down menu. Type “dd if=/dev/cdrom of=/cdrom_image.iso”
Posted in CentOS
Comments Off