Natjohan's blog

  1. Install GNS3 on Fedora 18

    lun. 04 février 2013

    GNS3 is a famous network simulator which allow to test network topologies and equipements.

    Installation

    First you have to install Telnet and PyQt4 library with :

    natjohan# yum install telnet pyqt4
    

    Then, install GNS3, download the tgz archive from the official website :

    natjohan# tar -xvzf GNS3-0.8.3.1-src.tar.gz ...
  2. Tip of the week 7

    lun. 04 février 2013

    Upgrading Fedora with FedUp

    FedUp (Fedora Upgrading) is the new tool to upgrade Fedora. It replaces Preupgrade used in previous releases.

    I tested it on Fedora 17 to 18, and it works well, here is the process :

    natjohan# yum install fedup
    natjohan# fedup-cli --network 18 --debuglog fedupdebug.log
    

    That's ...

  3. Easily recover your data from corrupted usb disk/memory card

    lun. 28 janvier 2013

    Yesterday, I just wanted to move my pictures from my memory card to my computer. Unfortunatly, my memory card doesn't mount automatically under linux (Fedora), so i tried to mount it manually

    natjohan# fdisk -l
    [...]
    Périphérique Amorce  Début        Fin      Blocs     Id  Système
    /dev/sdc1            8192    15564799     7778304    b  W95 ...

←   newer continue   →