Natjohan's blog

  1. Tip of the week 8

    lun. 18 février 2013

    Linux commands to retrieve your system & distro version

    There many ways to know your system and your distro version, here are few ways to find it :

    Show your Linux Version :

    To show linux version using /proc/

    natjohan$  cat /proc/version
      Linux version 3.7.4-204.fc18.x86_64 (mockbuild@bkernel01.phx2 ...
  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. Tip of the week 6

    lun. 28 janvier 2013

    Know your network neighbors thanks to lldpd daemon

    This week, i would like to present you lldpd. Actually, it's a useful daemon for GNU/Linux, BSD, Mac OS X developped by Vincent Bernat. The picture above summarizes the situation very well ;-).

    Actually, this tool is a 802.1ab implementation ...

←   newer continue   →