Tutorials

02

Oct

Setting Up no-password SSH
Written by nofee   

Server

Sometime we had a script for running process in remote machine. In this case, we need to setup SSH with no-password to remote another machine and run process what we need.
The basic idea is, however, that in the cryptosystem that ssh uses (RSA or/and DSA) the encription and decription are done using diferent keys
Basically, what the user (client) needs is to generate a public/private key pair. The server will know the public key, but only the client will know the private key.

 

13

Sep

Monitoring DNS Server
Written by nofee   

DNS Server

 

Short for Domain Name System (or Service or Server), an Internet service that translates domain names into IP addresses. Because domain names are alphabetic, they're easier to remember. The Internet however, is really based on IP addresses. Every time you use a domain name, therefore, a DNS service must translate the name into the corresponding IP address.

 

01

Sep

Monitoring Squid with MRTG
Written by nofee   

If you want to know utilization or performance your Squid Proxy, you can use MRTG to monitoring Squid Proxy. This can do, because Squid Proxy support SNMP and you must configure squid with SNMP support.

 

22

Aug

Setting Up Squid on FreeBSD
Written by nofee   

Squid is web caching and conserving badwidth application. With Squid, we will reduce the traffic 30% or more from normal usage (without squid) and enhance respone time. In here, i will use squid 2.7.STABLE3.

Installing Squid.
You can download Squid from here. After you download the source of squid, then :

# tar zxvf squid-2.7.STABLE3.tar.gz
# cd  squid-2.7.STABLE3
# ./configure '--sysconfdir=/etc/squid' '--enable-storeio=diskd,ufs,aufs' '--enable-delay-pools' \
'--enable-pf-transparent' '--enable-ipf-transparent' '--disable-ident-lookups' \
'--enable-removal-policies'
# make
# make install


 

16

Aug

Step By Step FreeBSD as Internet Server
Written by nofee   

Installing FreeBSD

    1. Select Region.
    2. Select Standart Installation.
    3. Use all drive for FreeBSD.
    4. Create Disklabel, on my installation use 80GB of harddisk, and here my disk label
      • / 512MB
      • swap 1GB
      • /tmp 1GB
      • /usr 4GB
      • /var 2GB
      • /home 1GB
      • /cache (all the rest off harddisk space).
 

16

Aug

Load Balancing on MikroTik
Written by nofee   

Quick Start for Impatient Configuration export from the gateway router:

/ ip address add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 \
interface=Local comment="" disabled=no

add address=10.111.0.2/24 network=10.111.0.0 broadcast=10.111.0.255 \
interface=wlan2 comment="" disabled=no

add address=10.112.0.2/24 network=10.112.0.0 broadcast=10.112.0.255 \
interface=wlan1 comment="" disabled=no


 

16

Aug

The Easy Way to setting Mikrotik + Squid and Simple Queue
Written by nofee   

In a Case, there is my client wishing topology in its(the network using machine Mikrotik which will be joined forces with Squid, where this Squid stays in machine FreeBSD. He wishs, arrangement of shaping easily, by using Simple Queue.

If topology like this : INET ------- Mikrotik --------- SQUID -------- Client

Bandwidth Management is handle by SQUID. We wanted is like this :

INET | Mikrotik ---- SQUID | Client

So, shaping to client is handle by Mikrotik.

 

16

Aug

Sharing file using Samba on CentOS 4
Written by nofee   

Following I submit, way of using samba at CentOS. For other OS, usage of samba nor different far.

1. Install Centos 44 Don't forget when install there are option Firewall and selinux, please select;choose option “ no firewall” and Selinux chooses “ disable”.

 

16

Aug

Setting up a basic MikroTik hotspot
Written by nofee   
Mikrotik RouterOS includes an excellent hotspot solution. Read on for details on getting a basic hotspot going using RouterOS on any standard x86 PC hardware or a RouterBOARD. The RouterOS hotspot solution is very powerful and only the very basics of the solution are covered here; just enough to get you started.
 

16

Aug

Drop port scanners on Mikrotik
Written by nofee   

100100

To protect the Router from port scanners, we can record the IPs of hackers who try to scan your box. Using this address list we can drop connection from those IP in :

 

16

Aug

Setting Up Atheros AR5BXB63 on Ubuntu 8.04
Written by nofee   

I have Atheros AR5BXB63 chipset for my wireless card in my Laptop, when i install Ubuntu 8.04, there was problem to detect my wireless card.
I have done the following and it works now:

 
« Start  Prev 1 2 Next End »

Page 1 of 2

More Sites

AdBlaze (158)
AdBux (198)
Chitika (229)
Crosslink Builder (238)
LinkWorth (203)
PayPal (246)

Statistics

Members 4
Content 38
Web Links 23
Content View Hits 22.955

Best Link

Copyright © 2008 MustNoFee
This blog is 316 days since Jan, 12 2008