- Monitoring Multiple Systems With munin (Debian Etch)
In this article I will describe how you can monitor multiple systems with munin. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration. I will install the munin client on all systems that are to be monitored (including the munin server itself); the munin clients will then report to the munin server.
in Public bookmarks with debian etch linux monitoring munin server
- Monitoring Network Latency With Smokeping (Debian Etch)
This guide shows how to install and configure Smokeping on Debian Etch to monitor network latency. From the Smokeping web site: "SmokePing is a deluxe latency measurement tool. It can measure, store and display latency, latency distribution and packet loss. SmokePing uses RRDtool to maintain a longterm data-store and to draw pretty graphs, giving up to the minute information on the state of each network connection."
in Public bookmarks with debian etch latency linux monitoring mrtg network server smokeping
- Network Card Bonding On CentOS
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 group, effectively combining the bandwidth into a single connection. Bonding also allows you to create multi-gigabit pipes to transport traffic through the highest traffic areas of your network. For example, you can aggregate three megabits ports into a three-megabits trunk port. That is equivalent with having one interface with three megabytes speed.
in Public bookmarks with bonding centos linux network nic port trunking
- Network Management And Monitoring With Hyperic HQ On Ubuntu 7.04
This document describes how to set up Hyperic HQ on Ubuntu 7.04. The resulting system provides an awesome, web-based "Systems-Management-Software". It is the next stage of classical monitoring and able to manage all kinds of operating systems, web servers, application servers and database servers.
in Public bookmarks with feisty hq hyperic linux management monitoring network server ubuntu
- Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn
This HowTo describes the implementation of Nginx with php5 support (through FastCGI). The fast-cgi process will be initiated via spawn-fcgi. Nginx is a great replacement of Apache with very low memory footprint and contrary to Lighttpd, does not suffer from memory leak over time. You can then use all the memory left to unleash the power of mysql for instance by increasing the default query cache.
in Public bookmarks with fastcgi http linux nginx php5 server ubuntu
- Optical Character Recognition With Tesseract OCR On Ubuntu 7.04
This guide describes how to set up Tesseract OCR on Ubuntu 7.04. OCR means "Optical Character Recognition". The resulting system will be able to convert images with embedded text to text files. Tesseract is licensed under the Apache License v2.0.
in Public bookmarks with character gimp imagemagick linux ocr optical recognition scanner tesseract ubuntu by 2 users
- Perfect Setup Of Snort + Base + PostgreSQL On Ubuntu 6.06 LTS | HowtoForge
This tutorial describes how you can install and configure the Snort IDS (intrusion detection system) and BASE (Basic Analysis and Security Engine) on an Ubuntu 6.06 (Dapper Drake) system. With the help of Snort and BASE, you can monitor your system - with BASE you can perform analysis of intrusions that Snort has detected on your network. Snort will use a PostgreSQL database to store/log the data it gathers.
in Public bookmarks with base dapper detection ids intrusion linux monitoring postgresql snort ubuntu
- PostBooks ERP On Ubuntu 7.04
This document describes how to set up PostBooks ERP on Ubuntu 7.04. The resulting system provides a powerful GUI-based ERP-system. Postbooks is licensed under the CPAL license (OSI-certified Common Public Attribution License).
in Public bookmarks with erp feisty linux postbooks ubuntu
- Postfix Monitoring With Mailgraph And pflogsumm On Debian Etch
This article describes how you can monitor your Postfix mailserver with the tools Mailgraph and pflogsumm. Mailgraph creates daily, weekly, monthly, and yearly graphs of sent, received, bounced, and rejected emails and also of spam and viruses, if SpamAssassin and ClamAV are integrated into Postfix (e.g. using amavisd-new). These graphs can be accessed with a browser, whereas pflogsumm (Postfix Log Entry Summarizer) can be used to send reports of Postfix activity per email.
in Public bookmarks with debian etch linux mailgraph monitoring pflogsumm postfix server
- Preventing Brute Force Attacks With BlockHosts On Debian Etch
In this article I will show how to install and configure BlockHosts on a Debian Etch system. BlockHosts is a Python tool that observes login attempts to various services, e.g. SSH, FTP, etc., and if it finds failed login attempts again and again from the same IP address or host, it stops further login attempts from that IP address/host. By default, BlockHosts supports services that use TCP_WRAPPERS, such as SSH, i.e. services, that use /etc/hosts.allow or /etc/hosts.deny, but it can also block other services using iproute or iptables.
in Public bookmarks with blockhosts brute debian denyhosts etch fail2ban force linux security server ssh
- Preventing Brute Force Attacks With Fail2ban On Debian Etch
In this article I will show how to install and configure fail2ban on a Debian Etch system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.
in Public bookmarks with apache attack block brute brute-force fail2ban force ftp iptables linux login security smtp ssh
- Preventing Brute Force Attacks With Fail2ban On OpenSUSE 10.3
In this article I will show how to install and configure fail2ban on an OpenSUSE 10.3 system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.
in Public bookmarks with brute brute-forde fail2ban force linux opensuse security suse
- Proftpd Monitoring With phpftpwho | HowtoForge
Proftpd is an excellent FTP server with many features. Wouldn't it be nice to see who is connected to your FTP server and what they are doing all in a convenient web-interface? phpftpwho allows you to see who is accessing your Proftpd FTP server all in a convenient web-interface. It is simple to install and only requires Proftpd, Apache, and PHP.
in Public bookmarks with ftp linux monitoring php phpftpwho proftpd server
- QoS And Traffic Shaping For VoIP Users Using iproute2 And Asterisk
The quality of my VoIP phone calls suffered whenever I was downloading or uploading anything. This was irritating, especially for those calling me (I heard them better than they heard me). So I poked at Iproute2 and other howtos, especially with regard to VoIP traffic, but I couldn't find anything that worked well. After some playing around, I've found settings that were right for me: consistant VoIP quality, regardless of any activities on the wire.
in Public bookmarks with asterisk iproute2 linux qos shaping traffic voip
- Recover Data From RAID1 LVM Partitions With Knoppix Linux LiveCD | HowtoForge
This tutorial describes how to rescue data from a single hard disk that was part of a LVM2 RAID1 setup. Why is it so problematic to recover the data? Every single hard disk that formerly was a part of a LVM RAID1 setup contains all data that was stored in the RAID, but the hard disk cannot simply be mounted. First, a RAID setup must be configured for the partition(s) and then LVM must be set up to use this (these) RAID partition(s) before you will be able to mount it. I will use the Knoppix Linux LiveCD to do the data recovery.
in Public bookmarks with data knoppix linux livecd lvm partition raid recover recovery by 2 users
- Retrieving Emails From Remote Servers With fetchmail (Debian Etch)
Fetchmail is a program for retrieving emails from remote servers. Imagine you have five email accounts on five different servers. Of course, you do not want to connect to each of them to get your emails. This is where fetchmail comes into play. If you have a user account on a Linux server, you can make fetchmail download emails from remote servers and put them into just one mailbox (the one of your Linux user), from where you can retrieve them with your email client (e.g. Thunderbird or Outlook).
in Public bookmarks with debian etch fetchmail imap linux pop3 server
- Retrieving Emails From Remote Servers With getmail (Debian Etch)
Getmail is a program for retrieving emails from remote servers; it is very similar to fetchmail, but more flexible. For example, it can be configured to deliver mails directly to a Maildir or mbox mailbox without the need for an MTA such as Postfix, but of course it can also pipe the mails through an MTA if you want. Getmail can use so called filters such as SpamAssassin and ClamAV to scan the mails, and you can even tell getmail to delete mails on the original server only after a certain number of days.
in Public bookmarks with clamav debian etch fetchmail getmail linux mta spamassassin
- Running ISPConfig On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch)
This article shows how you can configure a Debian Etch system that has the webhosting control panel ISPConfig installed so that ISPConfig can be accessed on port 80. By default ISPConfig uses port 81 which is a non-standard port and is blocked by some firewalls and ISPs. By using Apache's mod_proxy module, we can avoid this problem. It lets us create a reverse proxy that can fetch the pages from ISPConfig on port 81.
in Public bookmarks with apache firewall ispconfig linux mod_proxy proxy reverse server
- SAMBA (Domaincontroller) Server For Small Workgroups With Ubuntu 7.10
This is a detailed description about setting up an Ubuntu based server (Ubuntu 7.10) to act as file- and printserver for Windows(tm) workstations in small workgroups. This howto uses the tdb backend for SAMBA to store passwords and account information. This is suitable for workgroups for up to 250 users and is easier to set up than an LDAP backend.
in Public bookmarks with cups domaincontroller fileserver linux printserver samba share smb tdb ubuntu windows workgroup
- Samba Domaincontroller For Small Workgroups With SWAT On Fedora 8
This document describes how to set up and configure a Samba Domaincontroller for small workgroups (up to 250 users) on Fedora 8 with the Samba Web Administration Tool. The resulting system provides an easy-to-manage domaincontroller for your Windows network.
in Public bookmarks with domaincontroller fedora linux pdc samba server smb swat windows
« Previous
Next »
linux from all users