Archivo de la categoría: Nix

If you interrupt john you can resume

  Obtain a target file for this assignment I have prepared such an «unshadowed» file representing 50 accounts and their passwords. It is named crack-these-please. Obtain it from sputnik.smc.edu by anonymous ftp. It’s in the pub subdirectory. Put it in your john-1.7.0.2/run directory. Then cd into that directory and run ./john  crack-these-please Try to crack as… Leer más »

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

«Cannot Connect to X Server :0.0»

«Cannot Connect to X Server :0.0» cuestión que se resuelve poniendo: xhost + pero ahí me parece que se le está sacando mucha seguridad a algo, pero bueno, no será el primer linux que rompo Aclaración: xhost + lo ejecuto desde el usuario no root para que el root pueda usarlo, andá a saber… y… Leer más »

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

NFS Client Server in debian

What is NFS? N    NFS was developed at a time when we weren’t able to share our drives like we are able to today – in the Windows environment. It offers the ability to share the hard disk space of a big server with many smaller clients. Again, this is a client/server environment. While this seems… Leer más »

Nfs operation not permited

NFS operation not permitted Symptom: When trying to mount NFS on a Mac OS X client, find “operation not permitted” in /var/log/system.log. Explanation: It turns out the the Darwin default is to assume the NFS will take place on an insecure port, i.e. >1024. Solution 1: The suggested solution is to add “insecure” to the… Leer más »