Archivo del Autor: carlosap

Concentric circles in WMAP data may provide evidence of violent pre-Big-Bang activity

1.Yerevan Physics Institute and Yerevan State University, Yerevan, 0036, Armenia 2. Mathematical Institute,24-29 St Giles’, Oxford OX1 3LB, U.K. Abstract Conformal cyclic cosmology (CCC) posits the existence of an aeon preceding our Big Bang B, whose conformal infinity I is identified, conformally, with B, now regarded as a spacelike 3-surface. Black-hole encounters, within bound galactic… Leer más »

instalar webmin ubuntu

Actualizamos la información de los repositorios (fundamental antes de instalar cualquier aplicación): sudo aptitude update Instalamos una serie de paquetes que nos hacen falta para la instalación de Webmin y para que se configure con SSL: sudo aptitude install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions Nos aseguramos de estar en nuestro home: cd Descargamos… Leer más »

StartSSL – The Swiss Army Knife of Digital Certificates & PKI

StartSSL™ is the trade mark of the StartCom Certification Authority – a leader of the digital certification industry. We provide you with everything from free low-assurance SSL certificates up to the most advanced PKI and security solutions for your business and personal use. http://www.startssl.com/

Cloud computing bpos microsoft

Cloud computing is hosted, so you can deploy what you need, when you need it. Help improve communication and collaboration without taking IT resources away from business-critical projects. Microsoft® Business Productivity Online Suite can help improve productivity and extend IT resources using a selection of hosted communication and collaboration services designed to deliver flexibility and… Leer más »

Sort by Size with du

De menor a mayor du -ks * | sort -nr | cut -f2 | xargs -d ‘\n’ du -sh De mayor a menor du -ks * | sort -nr | cut -f2 | xargs -d ‘\n’ du -sh Optimized Code 1 du run du –max-depth=0 -k * | sort -n | awk ‘{ if($1>=1024*1024) {size=$1/1024/1024;… Leer más »