Start - run - gpedit.msc
- Administrative Templates
- System
- Remote Assistance
-- Offer Remote Assistance
-- R/click properties -enable
Close all
F1 - Tools
Offer Remote Assistance - -> Click on add to favourites
To use Remote Assistance --> just open F1 -> goto favourites - Remote Access and type in the IP Address
Friday, 14 August 2009
Add-MailboxPermissions
Add-MailboxPermissions
Add-MailboxPermission username -User towhom -Accessrights Fullaccess
Accessrights
- Fullaccess
- SendAs
- ExternalAccount
- DeleteItem
- ReadPermission
- ChangePermission
- ChangeOwner
Add-MailboxPermission username -User towhom -Accessrights Fullaccess
Accessrights
- Fullaccess
- SendAs
- ExternalAccount
- DeleteItem
- ReadPermission
- ChangePermission
- ChangeOwner
Friday, 7 August 2009
Unix - 4 steps to installing a file
1. Download it with the wget command + correct url
2. tar the file - unzip
3. ./configure the file using correct user & group
4. make install
2. tar the file - unzip
3. ./configure the file using correct user & group
4. make install
Installing Nagios 3.1.2 and Cacti 0.8.7e on Ubuntu server 9
I installed Ubuntu Server 9 onto VirtualBox.
I created a downloads folder
Used this link as instructions -
http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html
but this link contains invalid url's so I had to go and find these:
Then wget these:
wget http://sourceforge.net/projects/nagios/files/nagios-3.x/nagios-3.1.2/nagios-3.1.2.tar.gz/download
wget http://sourceforge.net/projects/cacti/cacti-0.8.7e.tar.gz/download/
Nagios Configuration:
./configure --with-command-group=nagcmd
make all
useradd nagios
make install-config
make install-commandmode
Make install
Config nagios to start automatically
My Nagios Config
Nagios executable: nagios
Nagios user/group: nagios,nagios
command user/group: nagios,nagcmd
install :/usr/local/nagios
lock file: ${prefix}/var/nagios.lock
chcek result directory: %{prefix}/var/spool/checkresults
init directory: /ect/init.d
apach conf.d: /ect/apache2/conf.d
mail program: /bin/mail
host os: linux-gnu
web interface options
HTML URL http://localhost/nagios
CGI URL: http://localhost/nagios/cgi-bin
I created a downloads folder
Used this link as instructions -
http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html
but this link contains invalid url's so I had to go and find these:
Then wget these:
wget http://sourceforge.net/projects/nagios/files/nagios-3.x/nagios-3.1.2/nagios-3.1.2.tar.gz/download
wget http://sourceforge.net/projects/cacti/cacti-0.8.7e.tar.gz/download/
Nagios Configuration:
./configure --with-command-group=nagcmd
make all
useradd nagios
make install-config
make install-commandmode
Now change the email address in the contacts file & save it :!wq
vi /usr/local/nagios/etc/objects/contacts.cfg
then setup password for Apache
htpasswd -c /user/local/nagios/htpasswd.users nagiosadmin
Restart Apache
/etc/init.d/apache2 reload
extract the nagios plugins
tar xzf nagios-plugins-1.4.10.tar.gz
./configure --with-nagios-user=nagios --with-nagios-group=nagios
Make
Make install
Config nagios to start automatically
My Nagios Config
Nagios executable: nagios
Nagios user/group: nagios,nagios
command user/group: nagios,nagcmd
install :/usr/local/nagios
lock file: ${prefix}/var/nagios.lock
chcek result directory: %{prefix}/var/spool/checkresults
init directory: /ect/init.d
apach conf.d: /ect/apache2/conf.d
mail program: /bin/mail
host os: linux-gnu
web interface options
HTML URL http://localhost/nagios
CGI URL: http://localhost/nagios/cgi-bin
Tuesday, 4 August 2009
BES - Services
BES Services Running on Win2003 Srv
BESAlert.exe
BlackBerryAgent.exe
BlackBerryController.exe
BlackBerryDispatcher.exe
BlackBerryRouter.exe
BlackBerrySyncServer.exe
ITAdminServer.exe
BESAlert.exe
BlackBerryAgent.exe
BlackBerryController.exe
BlackBerryDispatcher.exe
BlackBerryRouter.exe
BlackBerrySyncServer.exe
ITAdminServer.exe
Subscribe to:
Posts (Atom)