HOW TO Mount NFS shares from Linux in Windows XP
I gave up on Samba several months ago, and switched to using NFS to share folders over my LAN. But one of my family insists on using Windows XP, so I needed to find...
Open Source Tecnologies
I gave up on Samba several months ago, and switched to using NFS to share folders over my LAN. But one of my family insists on using Windows XP, so I needed to find...
Bonding is the same as port trunking. In the following I will use the word bonding because practically we will bond interfaces as one. Bonding allows you to aggregate multiple ports into a single...
yum install net-snmp yum install net-snmp-utils snmpconf -g basic_setup Pick reasonable values. I enable one of each kind of monitor so I have some examples, and only enable snmp 1 / 2c READONLY communities...
Every time i install i linux server, after the instalation i disable some services, like bluethoot, cups etc.. so i did this simple bash command script, to help me out : for service...
In this morning i had to copy 2 files and issue one ssh comand on 41 Linux Servers. So i made this bash script to help me out on my task, after that in...
This is the second part of the post “How to create i Plugin for OCSNG” In the server, the ocs instalation find the file machine.php 1. vi machine.php 2. Around line 187 add ‘netstat’...
Based on How To creat i Plugin Part 1, i made this plugin to list crontab items from client machines . #!/usr/bin/perl package Ocsinventory::Agent::Backend::crontab; #use strict; #use warnings; sub check { return 1; }...
Today i had to check if there was some open port’s services running in i number of Server, so this was what i did: 1. Created i file with the hostnames vi hostsnames Then...
This How To will show how to create i plug-in for ocsinventory. You can adapt for other tricks. I Wanted I plug-in the show the Netstat TCP Active ports, like this : Active Internet...
Inventory is a client server utility which allows you to inventory Linux and Windows servers, PCs, laptops, etc. OCS Inventory installs as a server on either Linux or Windows, but this guide assumes CentOS....