Related Articles
Linux - Introduction
Linux – sudo Command Intro
In order to do many tasks you have to escalate your privileges using the “sudo” command. This is like UAC in Windows. The idea is that to make major changes to the OS there is […]
Linux - Introduction
Linux – Group Managment (addgroup, delgroup, adduser, deluser)
Managing Groups in Linux is relatively simple. It’s important to realize Linux users, groups and permissions are much simpler than in Windows Server. Group Configuration File sudo vim /etc/group – opens Group configuration file in […]
*NEW
Linux Projects – Parse NMAP XML Output with PHP
This project shows you how to parse (read) the nmap XML output file and turn ip addresses, mac addresses, hostnames, vendors and ports into PHP variable values and then print them out. Prerequisite Classes: Linux […]
Be the first to comment