bit0.ro bits and stuff


VLAN-uri

Ar fi doua optiuni.

  • SVI pe switch
  • SVI pe linux.

Unul din sisteme va fi desktop cu functie de router.

Activarea ip.forwarding care by default ar fi dezactivat pe sisteme Linux folosite ca desk... Read More

Python Classes
A short intro on classes in Python with code snippets and notes taken from the python docs
  • Class: a blue print for an instance
  • Instance: a constructed object of the class
  • Type: indicates the class the instance belongs to
  • Attribute: any object value : object.attribute
  • Method: a "callable attribut... Read More