Hi Guys,
I was thinking of creating a forum for Fortigate/Riverbed or any other IT issues ?
What do you think ?
May 22nd, 2012
Daniel Hi Guys,
I was thinking of creating a forum for Fortigate/Riverbed or any other IT issues ?
What do you think ?
April 30th, 2012
admin
Linux core offers support for a large number of file systems. User interface provided is the same no matter the type of file system back. Generally different file names and directories are simple to be used efficiently in command line such as bin/, var/, usr/, lib. Mac Os uses more clear names
such as /library/, /Applications/, /Users/. Most of Linux distributions offers compatible interface with Filesystem Hierarchy Standard 3. FHS defines the main directories names and the content of it in a Linux distribution such as :
___________________________________________________________________________
Directory Description
___________________________________________________________________________
/ bin / binary commands associated with significant executable
————————————————————————————————————————
/ dev / dev / null , dev / hda , dev / random devices
————————————————————————————————————————-
/ etc / configurations files
————————————————————————————————————————-
/home/ home users directories
————————————————————————————————————————-
/ lib / libraries
————————————————————————————————————————–
/ mnt / temporary system files
————————————————————————————————————————–
/ proc / file system procfs
—————————————————————————————————————
/ root / users home ( root )
—————————————————————————————————————
/ sbin / executable commands that requires privileged user rights
—————————————————————————————————————-
/ usr / secondary hierarchy : contains binaries and libraries
—————————————————————————————————————-
/ var / variable files (logs, queues, temporary)
April 13th, 2012
Daniel Hi,
It seems that ine.com is offering the CCNA:Voice track videos free of charge!
Thas is great new for everybody, and i always wanted to take a look at their videos, as they are pretty good.
Here is the link to the free CCNA videos: link
Have fun!
April 8th, 2012
Daniel
Linux administration activities are similar to any Unix system.
The important components are hardware device administration, files system, users administration, programs packs administration, services administration, system security ensuring and automation tasks.
Most of system administrator interactions with Linux operating system will be done through the command line interface (shell) and text configuration files.
The components of a GNU / Linux / Distributions
An GNU/Linux operating system consists of core (kernel), Linux and applications running over it.
One of the most significant application is the command interpreter (the shell). On most of Linux distributions the shell is Bash.
The shell acts as an intermediary between user and core. The shell transforms users command in to process which is using the core to complete a task.
March 25th, 2012
Daniel The Fortinet Firewall is capable of integrating with the Microsoft Active directory.
It can use the following Methods:
This feature provides a transparent authentication for the users.
In the older version you can fin it named as FortinetFSAE, but in the new versions it appears are Fortinet FSSO.
The Fortigate FSAE/FSSO is composed of the following 2 softwares:
This software monitors the user login. This software is deployed on the Domain Controllers of the users domain. You can find it in C:\Windows\System32\dcagent.dll