Here is an online tool i use when i want to quickly solve, graph and analyse mathematical equations.
Click here to access the tool and have fun :-)
More info ........
“It has become appallingly obvious that our technology has exceeded our humanity.” Albert Einstein
Wednesday, July 24, 2013
Thursday, July 11, 2013
Extreme Switches - Cheat Sheet
//Saving the configuration to a TFTP Server//
# upload configuration <ip-of-tftp-server> <file_name>
# upload configuration 10.151.65.108 my_config_backup
//Adding snmp community//
# configure snmp add community readonly public
//create a vlan, give it a tag, add a port, assign it an ip address//
#create vlan vlan_name
#configure vlan vlan_name tag 8
#configure vlan vlan_name ipaddress 10.151.17.1 255.255.255.224
#configure vlan vlan_name add port 20 tagged
//deleting an ip address from a vlan//
# unconfigure vlan vlan_name ipaddress
//adding a static route//
#configure iproute add 10.151.65.0 255.255.255.0 172.17.17.33
//enable ipforwarding in a vlan//
# enable ipforwarding vlan vlan_name
//adding a default route, gateway = 172.17.17.33//
# configure iproute add default 172.17.17.33
//Setting the time//
#configure time 10 17 2013 08 10 00
#configure timezone name EAT 180 noautodst
//NTP Configuration//
#show sntp-client
#enable sntp-client
#configure sntp-client primary 192.9.200.71 vr VR-Default
#configure sntp-client secondary 10.170.12.67 vr VR-Default
#configure sntp-client update-interval 3600
//Basic Show Commands//
#show switch
# upload configuration <ip-of-tftp-server> <file_name>
# upload configuration 10.151.65.108 my_config_backup
//Adding snmp community//
# configure snmp add community readonly public
//create a vlan, give it a tag, add a port, assign it an ip address//
#create vlan vlan_name
#configure vlan vlan_name tag 8
#configure vlan vlan_name ipaddress 10.151.17.1 255.255.255.224
#configure vlan vlan_name add port 20 tagged
//deleting an ip address from a vlan//
# unconfigure vlan vlan_name ipaddress
//adding a static route//
#configure iproute add 10.151.65.0 255.255.255.0 172.17.17.33
//enable ipforwarding in a vlan//
# enable ipforwarding vlan vlan_name
//adding a default route, gateway = 172.17.17.33//
# configure iproute add default 172.17.17.33
//Setting the time//
#configure time 10 17 2013 08 10 00
#configure timezone name EAT 180 noautodst
//NTP Configuration//
#show sntp-client
#enable sntp-client
#configure sntp-client primary 192.9.200.71 vr VR-Default
#configure sntp-client secondary 10.170.12.67 vr VR-Default
#configure sntp-client update-interval 3600
//Basic Show Commands//
#show switch
Tuesday, July 2, 2013
Am trying to build a free IP network monitoring tools using open source software
A while ago, i was tasked to develop an IP network monitoring tool for our section and today i set out to look for an appropriate solution on the internet. we already have CACTI configured to monitor our network, so my task is to look for an alternative tool that can work as a standby monitor when CACTI is off. This article is like my scratch pad in this quest.
Useful Links
1. Nice reviews on all the available open source utilities
2. Nagios + NConf
Setting Up the Server
VMware-workstation 7.1.3
Ubuntu 12.04 desktop
Server behind a proxy, add the proxy configuration in the system wide profile.
Edit these files:
Useful Links
1. Nice reviews on all the available open source utilities
2. Nagios + NConf
Setting Up the Server
VMware-workstation 7.1.3
Ubuntu 12.04 desktop
Server behind a proxy, add the proxy configuration in the system wide profile.
Edit these files:
gedit /etc/environment
or
gedit /etc/profile
export http_proxy=http://username:password@proxyhost:port/
export ftp_proxy=http://username:password@proxyhost:port/
Then test the connection:
sudo apt-get update
Monday, July 1, 2013
Best Web and Mobile Payment Gateway in Africa
PesaPal is by far the most convenient and flexible means of monetizing your web based products and services and allow your clients to pay using mobile money.
Mobile money is the fastest growing money transfer method in Africa and it has been extended to also making payments for goods and services. If you are looking for a way of integrating a mobile money payment gateway in your website, then checkout Pesapal's merchant account and am sure you won't be disappointed.
Mobile money is the fastest growing money transfer method in Africa and it has been extended to also making payments for goods and services. If you are looking for a way of integrating a mobile money payment gateway in your website, then checkout Pesapal's merchant account and am sure you won't be disappointed.
Subscribe to:
Posts (Atom)