Guatewireless.org » Internetworking
As performance tests run on Apache Server

I need to optimize the performance of tomcat and apache, both installed on a linux vps server. In case the Apache Web server comes with a tool to benchmark the requests to the pages of the Web service. This tool called Apache HTTP server benchmarking tool with the command is executed ab. With ab you can automate requests or calls to pages both static and dynamic PHP pages. It even works with apache on windows, no matter ... Read the full article »
Filed under: Internetworking
Secure Web Browsing with Firefox via a tunnel ssh (secure shell)

There is some internet service for reasons that do not quite understand you can not log in from certain countries. So in order to use the service need to think that I connect to the page from somewhere in USA or Europe. For which we need some shell vpn services or hosting. Say we want to access sites like facebook, twitter, youtube and are blocked by content filtering in ... Read the full article »
Filed under: Internetworking
How to rotate the log files from Squid Proxy Server

Reviewing the logs of the squid proxy I've noticed that my logs are too large, over 300 MB! Therefore I started to check the syslog linux and I change weekly to daily, and also adds compression, but now I'm back to review only I have rotated the rest of the logs of system, eg php syslog. Segui research and found that syslog is not responsible for ... Read the full article »
Filed under: Networking and Communications
HTTP Status Codes

Mostly Used with UDP 000 traffic. 100 Continue 101 Switching Protocols 200 OK * 102 Processing 201 Created 202 Accepted 203 Non-Authoritative Information 204 No Content 205 Reset Content 206 Partial Content * 207 Multi Status 300 Multiple Choices 301 Moved Permanently 302 Moved Temporarily 303 See Other 304 Not Modified 305 Use Proxy [307 Temporary Redirect] 400 Bad Request 401 Unauthorized 402 Payment Required 403 Forbidden 404 Not Found 405 Method Not Allowed 406 Not Acceptable 407 Proxy Authentication Required 408 Request Timeout 409 Conflict 410 Gone 411 Length Required 412 Precondition Failed 413 Request Entity Too Large 414 Request URI Too Large 415 Unsupported Media Type [416 Request Range Not ... Read full article »
Filed under: Internetworking
Adding static routes on CentOS / Clear

For more than look into the web administration of Clear can not find how to add static routes to the routing tables. As I read the specific route must be associated with a network interface card (NIC) directly. Then the route is enabled or disabled when the interface to turn on or off. Eth1 configuration example say I need to configure the LAN interface eth1 to 192.168.1.x network can meet ... Read the full article »
Filed under: Internetworking
Alternatives and Recommendations to replace Skype
As we all know the genius of Ballmer, Microsoft CEO riducula buy Skype for $ 7.7 billion amount. Well, the thing is that for many users Skype is dead, so simple. Tell me of some software that you bought M $ that can be run on MacOS, Linux / Unix and Windows. Definitely for 2012, skype stops working for "compatibility issues" on Linux systems. My idea behind this article is to recommend other software for voice over IP is functional Igua of Skype for the average user. List of Skype software to replace I'm not talking software compatible with Skype, it is not possible to connect another client to the Skype network. So to all the friends you want to share their experiences with VoIP clients, recommend ... Read the full article »
Filed under: Networking and Communications
Enabling SSH access on a Cisco ASA 5510
Before you start quickly remind you that this tutorial is compatible with Cisco ASA 55xx series (5500, 5510.5520, etc). While it is true that firewalls are Cisco ASA ASDM to configure the interface is always necessary to enter the command line to do various administrative and configuration. Since the service via telnet is so uncertain, this day we will set the ssh service on the firewall to manage the LAN. Within the computer console keyboards; Firewall_5510 # config t have added the password to allow ssh access, then the username and password to connect via ssh; Firewall_5510 (config) # enable password xxxxx (your password) Firewall_5510 (config) # username tu_usuario your_password password can use different authentication methods, such as RADIUS, TATAC, etc ... In our example, the authentication is done locally. Firewall_5510 (config) # aaa ... Read the full article »
Filed under: Internetworking
Script to clear all iptables rules
I'm going to spend a small program or Linux script to drop or eliminate the rules the local firewall. It's simple and practical not to be typing every line of iptables. Within the / scripts create a file called clear_iptables.sh with the following contents; #! / Bin / sh echo "Stopping the firewall and allowing all the traffic ..." / Sbin / iptables-P INPUT ACCEPT / sbin / iptables-P FORWARD ACCEPT / sbin / iptables-P OUTPUT ACCEPT / sbin / iptables-F / sbin / iptables-X / sbin / iptables-t nat-F / sbin / iptables - t nat-X / sbin / iptables-t mangle-F / sbin / iptables-t mangle-X / sbin / iptables-L-n now do executable and voila, we can give you to quickly flush the iptables rules in one command. root @ gateway: ~ # chmod + x / scripts / root @ clear_iptables.sh gateway: ~ #. / scripts / clear_iptables.sh Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination ... Read the full article »
Filed under: Networking and Communications
Checking MX records in DNS Dig
To verify that our domain records in DNS are functioning properly, we dig tool to make such verification. Just need to check directly against the server dominio.Esto is done to not wait until the records are propagated to all Internet DNS errors. So now we check the mail domain is correctly entered in the name server user @ localhost: ~ $ dig @ mon.guatewireless.org mail.guatewireless.org, <<>> DiG 9.7.0-P1 <<>> mail. guatewireless.org @ mon.guatewireless.org;; global options: + cmd; Got answer:;; ->> HEADER <<- opcode: QUERY, status: NOERROR, id: 16571;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1;; QUESTION SECTION:; mail.guatewireless.org. IN A;; ANSWER SECTION: mail.guatewireless.org. 259200 IN A 10.10.2.5;; AUTHORITY SECTION: guatewireless.org. 259200 IN NS ns.guatewireless.org. ;; ADDITIONAL SECTION: ns.guatewireless.org. 259200 IN A 127.0.0.1;; Query time: 1 msec;; SERVER: 10.10.2.1 # 53 (10.10.2.1); WHEN: Fri Feb 25 ... Read the full article »
Filed under: Internetworking
Tucan, direct download manager for Ubuntu
For the growing number of users who like to do direct downloads from sites like megaupload, 4shared filefactory, gigasize, megaupload and rapidshare and are tired of waiting for the second pass to start the download, no more waiting. Tucan Manager is a free and open source will allow us to automatically upload and download files from Rapidshare, Megaupload and etc. Gigasize. With support for both premium and free accounts, download this administardor permirita we enter one or more URLs in the file or files to download, then automatically start the download. To install it, only we must type: ~ $ sudo apt-get install tucan ... Read the full article »
Filed under: Internet
Recent Comments