Friday, July 30th, 2010

“…we excel in Linux systems administration services….. “

NetBrixs’ offering encompasses all of the necessary services to ensure your advanced Web solutions or enterprise applications are rapidly implemented and properly maintained. NetBrix has certified engineers who provide complete installation, configuration and on-going maintenance of your web-based or enterprise applications. At NetBrix, managed services are our core competency, so that you focus on your applications and web content.

An e-business today is as strong as it’s presence on the web! We have a team of dedicated and smart solutions experts to advise you on the various aspects of setting up your e-presence. And we don’t just advise you on what to use we also set it up and manage it for you.

The following is a partial list of server setups we have successfully managed for clients over the past one year

System/Network Security using various tools such as apf, bfd, chkrootkit, antidos, mod_security, iptables, Snort
Network vulnerability analysis using nessus, nmap,chkrootkit
Good understanding and hands on experience setting up site to site VPN using both software and hardware routers
LAMP (Linux+Apache+MySQL+PHP) server deployment and maintainence.
Messaging system using Postfix, qpopper, pop-before-smtp, pop3s & smtps, Procmail, clamav, mailscanner, spamassasin, openwebmail. Also hmailserver on windows.
Deploying reverse proxy servers, web applications, load balancers using apache, Zeus, Tomcat, Resin and other application servers.
Maintaining remote web servers running Apache+Tomcat or Apache+Resin
Installation of web server log analyzer i.e Webalizer, Awstats, apachetop.
Squid installation and configuration of access control list for CDN setups, also for internal internet connection sharing.
Database systems setup and managed include Oracle8i, PostgreSQL7.4.5/8.0.1, MySQL4.3.1
AdminTools such as linuxconf, vmstat, top, traceroute, ping , Lisa, webmin , redhat-config tools
Configuration of network monitoring tools such as Nagios, Bigbrother, MRTG
Kernel compilation, File system maintenance
Remote installation through nfs, http, ftp
File sharing between Linux and windows through Samba, also setup DC using Samba
FTP, NFS, Automount, DHCP, DNS server installation and maintenance
Backup systems: using tar, cpio
Remote administration and application serving using Terminal Services and VNC
User account administration and maintenance, quota system implementation
Software installation and configuration eg. Wikipaedia, PHPProject, PHPForum, Mambo and many more
Scheduling tasks through cron, at
Protocol analyzers: Ethereal, tcpdump

We provide Systems administration services on the Linux platform(Debian, Fedora, RHEL and all other distros supported) as well as on FreeBSD and Solaris.

Please contact us for all your Systems administration needs. Or leave a comment to ask us if we suppport what you want built!

wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz
tar -zxf GeoIP-1.4.6.tar.gz
cd GeoIP-1.4.6
./configure
make
make install
cd ..
tar -zxf mod_geoip2_1.2.4.tar.gz
cd mod_geoip2-1.2.4/
apxs -i -a -L/usr/local/lib -I/usr/local/include -lGeoIP -c mod_geoip.c
vi /etc/httpd/conf/httpd.conf
GeoIPEnable On
GeoIPDBFile /usr/local/share/GeoIP.dat
scp imtiaz@netbrix.net:/home/imtiaz/src/GeoIP.dat /usr/local/share/
/etc/init.d/httpd stop
/etc/init.d/httpd start
People who looked at this item also looked at…

always backup
mod geoip
AppZone
mails being rejected at aol or yahoo or gmail?
keep your server clock ticking right

Related items

AppZone
Linux SysAd
mails being rejected at aol or yahoo [...]

If you send mails using a webform using the php mail() function and your mails are being rejected by the destination servers here’s a small trick to fix the issue.
Usually this arises when your envelop does not carry a valid identifiable from header. So instead of using something like:
mail($to, $subject, $message, $headers);
Where you are not [...]

Hackers or script kiddies often end up defacing and hijacking your website. They can do this because you are not looking! Or not loking hard enough.
An antimalware/antivirus scan for linux would be a good thing as it would allow you to scan files on your server on a periodic basis(using cronjobs). Mostly backdoors are uploaded [...]

Time is money!
It’s important, from a lot of points of views besides security, ot keep the server time correct. The tool to use is ntpdate which syncs server time to a NTP server (Network Time Protocol)
Put this in your crontab if your server is in the NA vicinity
5 0 * * * /usr/sbin/ntpdate -u 0.north-america.pool.ntp.org

This [...]

Opcode caching helps!
From the eaccelerator home
eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load [...]