Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Thursday, November 28, 2013

Free SSH 28/11/2013

What Is SSH? Secure Shell (SSH), sometimes known as Secure Socket Shell, is a UNIX-based command interface and protocol for securely getting access to a remote computer. It is widely used by network administrators to control Web and other kinds of servers remotely. SSH is actually a suite of three utilities - slogin, ssh, and scp - that are secure versions of the earlier UNIX utilities, rlogin, rsh, and rcp. SSH commands are encrypted and secure in several ways. Both ends of the client/server connection are authenticated using a digital certificate, and passwords are protected by being encrypted.

Saturday, September 22, 2012

Linux DHCP Server

  • Install DHCP
#yum -y install dhcp
  • Configuring DHCP
open File /etc/dhcpd.conf dan ubah seperti di bawah
ddns-update-style interim;

Squid And Mac Address

  1. Edit the squid configuration file is usually located in “/etc/squid.conf”
  2. Then input the command line under the

iptables Bloking mac Address


blok FORWARD
iptables -A FORWARD -p tcp -m mac –mac-source 0C-80-10-34-28-54 –dport 80 -j DROP

Squid Delay Pools

acl magic_words1 url_regex -i 192.168
acl magic_words2 url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .rpm .zip .rar.avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav delay_pools 2
delay_class 1 2
Related Posts Plugin for WordPress, Blogger... .