Selamat Datang Orang Gila !!! .:: Welcome Lunatic ::.

Free BSD Router with PPPOE Dial


a. Device Configutarion

> cat /etc/rc.conf
sshd_enable=”YES”
fsck_y_enable=”YES”
gateway_enable=”YES”
natd_interface=”tun0″
ifconfig_xl0=”up”
ifconfig_xl1=”inet 192.168.10.10 netmask 255.255.255.0″
hostname=”router.yourhostname”
ppp_enable=”YES”
ppp_mode=”ddial”
ppp_profile=”speedy”
ppp_nat=”YES”

b. Firewall, IDS, Deamon Configuration

> cat /etc/rc.local
/usr/local/bin/portsentry -tcp
/usr/local/bin/portsentry -udp
/sbin/ipfw add deny tcp from any to any 135-137
/sbin/ipfw add deny udp from any to any 135-137
/sbin/ipfw add deny tcp from any to any 6257
/sbin/ipfw add deny udp from any to any 6257
/sbin/ipfw add deny tcp from any to any 6699
/sbin/ipfw add deny udp from any to any 6699
/sbin/ipfw add deny tcp from any to any 2754
/sbin/ipfw add deny udp from any to any 2754
/sbin/ipfw add deny tcp from any to any 2535
/sbin/ipfw add deny udp from any to any 2535
/sbin/ipfw add deny tcp from any to any 4661-4672
/sbin/ipfw add deny udp from any to any 4661-4672
/sbin/ipfw add deny tcp from any to any 1214
/sbin/ipfw add deny udp from any to any 1214
/sbin/ipfw add deny tcp from any to any 1024
/sbin/ipfw add deny udp from any to any 1024
/sbin/ipfw add deny tcp from any to any 6881-6889
/sbin/ipfw add deny udp from any to any 6881-6889
/sbin/ipfw add deny tcp from any to any 6346-6347
/sbin/ipfw add deny udp from any to any 6346-6347
/sbin/ipfw add deny tcp from any to any 8000
/sbin/ipfw add deny udp from any to any 8000
/sbin/ipfw add deny tcp from any to any 8372
/sbin/ipfw add deny udp from any to any 8372
/sbin/ipfw add deny tcp from any to any 8360
/sbin/ipfw add deny udp from any to any 8360
/usr/local/squid/sbin/squid -D
/sbin/ipfw add 350 fwd 192.168.10.10,3128 tcp from 192.168.10.0/24 to any www

c. Simple squid configuration

> cat squid.conf
http_port 192.168.10.10:3128
icp_port 3130
icp_query_timeout 0
maximum_icp_query_timeout 5000
mcast_icp_query_timeout 2000
dead_peer_timeout 10 seconds
hierarchy_stoplist cgi-bin ? js
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 8 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 4096 KB
minimum_object_size 0 KB
maximum_object_size_in_memory 8 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
cache_replacement_policy lru
memory_replacement_policy lru
cache_dir diskd /cache 3000 16 256 Q1=72 Q2=64
cache_access_log /usr/local/squid/var/logs/access.log
cache_log /usr/local/squid/var/logs/cache.log
cache_store_log none
emulate_httpd_log off
log_ip_on_direct on
ftp_user areksitiung@yahoo.com
wais_relay_port 0
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
quick_abort_min 16 KB
quick_abort_max 16 KB
quick_abort_pct 95
negative_ttl 5 minute
positive_dns_ttl 6 hour
negative_dns_ttl 5 minute
range_offset_limit 0 KB
acl porn url_regex “/usr/local/squid/etc/bokep.txt”
acl noporn url_regex “/usr/local/squid/etc/nobokep.txt”
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl handikanet src 192.168.10.0/24
acl SSL_ports port 443 563
acl irc_ports port 6667
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443 563
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
http_access deny porn !noporn
http_access allow manager localhost
http_access allow handikanet
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow CONNECT !irc_ports
http_access deny all
icp_access allow all
connect_timeout 2 minute
peer_connect_timeout 30 seconds
read_timeout 15 minute
request_timeout 30 second
client_lifetime 5 day
pconn_timeout 120 second
shutdown_lifetime 30 second
cache_mgr yourmail@yahoo.com
cache_effective_user squid
cache_effective_group squid
visible_hostname proxy.yourhostname.com

logfile_rotate 10
forwarded_for on
log_icp_queries off
icp_hit_stale off
minimum_direct_hops 4
minimum_direct_rtt 400
store_avg_object_size 13 KB
store_objects_per_bucket 20
client_db off
netdb_low 900
netdb_high 1000
netdb_ping_period 5 minutes
query_icmp on
test_reachability on
nonhierarchical_direct off
prefer_direct on
ignore_unknown_nameservers on
high_memory_warning 0
store_dir_select_algorithm round-robin
ie_refresh on
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
#acl magic_words1 url_regex -i 192.168.10.
#acl magic_words2 url_regex -i .update .ftp .torrent .exe .vqf .rpm .zip .rar

.tar.gz .iso .mpeg .mp3 .mpe .mpg .qt .ram .rm .raw .wav .wmv .mov .avi .gp3

.fla .dat
delay_pools 3
delay_class 1 2
delay_parameters 1 -1/-1 -1/-1
delay_access 1 allow magic_words1
delay_class 2 2
delay_parameters 2 8000/80000 8000/80000
delay_access 2 allow magic_words2

Read More..

Konfigurasi Awal Setelah Menginstall FreeBSD

Berikut ini merupakan langkah-langkah untuk konfigurasi minimal yaitu :0. melihat status ethenet komputer :

# ifconfig -a

1. buat IP di mesin
# ifconfig nve0 inet 167.205.3.5 netmask 255.255.255.224 up

2. mengatur gateway
# route add default 167.205.3.1

3. mengatur rc.conf
# cd /etc
# vi rc.conf
, lakukan konfigurasi awal :

usbd_enable=”YES”
ifconfig_nve0=”inet 167.205.3.5 netmask 255.255.255.192″
hostname=”oracle.arc.itb.ac.id”
sshd_enable=”YES”

* sshd_enable berfungsi awal mesin dapat kita lakukan ssh

4. mengatur resolv.conf
# cd /etc
# vi resolv.conf
, lakukan konfigurasi awal :

domain arc.itb.ac.id
nameserver 167.205.3.1

5. mengatur make.conf
# cd /etc
# vi make.conf
, lakukan konfigurasi awal :

#CFLAGS= -O -pipe
#COPTFLAGS= -O -pipe
#NOPROFILE= true
NO_PF=true
FETCH_ENV= ftp_proxy=http://cache.itb.ac.id:8080/
FETCH_ENV= http_proxy=http://cache.itb.ac.id:8080/
#FETCH_ENV= HTTP_PROXY=http://167.205.3.4:8888/
MASTER_SITE_OVERRIDE=ftp://ftp.itb.ac.id/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
#MASTER_SITE_OVERRIDE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/

BATCH=YES
WITHOUT_X11=YES
SKIP_DNS_CHECK=YES
CRYPT_DES=0
PORT_REPLACES_BASE_BIND8=YES
PORT_REPLACES_BASE_BIND9=YES
WITHOUT_ALT_CONFIG_PREFIX=YES
WITH_OPENSSL_PORT=YES

#*REMOVE* OPENSSL_OVERWRITE_BASE=NO

# added by use.perl 2005-11-29 16:28:51
PERL_VER=5.8.7
PERL_VERSION=5.8.7

6. restart konfigurasi di /etc/rc.conf
# sh /etc/rc

7. memeriksa koneksi jaringan

Read More..

Router dengan FreeBSD


source = http://dedenthea.wordpress.com/2007/01/31/router-dengan-freebsd/

Note : Sebelum install mending buat netscafe dolo, idupin TV atau mp3 P

1. Install freeBSD melalui CDRoom/Ftp/DOS.
( saya gunakan freeBSD.4.9-RELEASE )

2. setelah tahap install selesai, lalu isikan ip address untuk Routernya.

ketik command :

/stand/sysinstall –> Configure –> Networking –> Interfaces –> rl0/rl1

Note :

rl0 ==> dalam hal ini di artikan eth0 jika di linux.
rl1 ==> dapat di artikan eth1 di linux

3. OK sekarang untuk membuat Router dan Squid kita coba lakukan Kompile kernel
dengan option pendukung :

cd /usr/src/sys/i386/conf

cp GENERIC ROUTER —> copy kernel asli jika kemudian terjadi masalah
bisa kembali ke awal P

a. OK lalu masukan option-optin di bawah ini :

ident ROUTER #pastikan ident sama dengan nama kernel

options IPDIVERT #option untuk NAT
#option untuk firewall dan forward
options IPFILTER
options IPFILTER_LOG
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT
options IPFIREWALL_FORWARD

b. kemudian kita kompile kernelnya :
config ROUTER
cd ../../compile/ROUTER
make depend && make && make install

( setelah selesai coba reboot dengan single User mode ).

4. Lanjutkan dengan Installasi Squid :
( saya menggunakan squid-2.5.STABLE7.tar.gz )

Download file squid versi squid-2.5.STABLE7.tar.gz dari google P
fetch http://hostname/squid-2.5.STABLE7.tar.gz —-> fetch = wget

tar -zxvf squid-2.5.STABLE7.tar.gz

./configure \
–prefix=/usr/local/squid \
–exec-prefix=/usr/local/squid \
–enable-delay-pools \
–enable-cache-diggests \
–enable-poll \
–disable-ident-lookups \
–enable-snmp

make
make install

5. setelah selesai lanjutkan ke bagian konfigurasi squid nya :

ee /usr/local/squid/etc/squid.conf —> edit squid.conf
#dibawah ini contoh penggalan isi dari squid.conf

#direktory cache dan log
cache_dir ufs /usr/local/squid/var/cache 512 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log

#group dan user squid
cache_effective_user squid
cache_effective_group squid

6. Lanjutkan ke bagian user group dan dir untuk cache dan logs nya :
mkdir /usr/local/squid/var/cache —–> bikin dir cache dan logs (kalau belum ada).

mkdir /usr/local/squid/var/logs

pw groupadd squid —–> buat group squid

pw useradd squid -g squid -d dev/null -s etc/shells —–> buat user squid

chown -R squid:squid /usr/local/squid/var/cache —> rubah permisions untuk cache lognya

chown -R squid:squid /usr/local/squid/var/logs

/usr/local/squid/sbin/squid -z —–> jalankan command ini untuk membuat swap dir.

7. Ok setelah semuah konfigurasi selesai coba jalankan squidnya :

/usr/local/squid/sbin/squid -D -f /usr/local/squid/etc/squid.conf

ps ax|grep squid —> ketikan command ini untuk memastikan squidnya jalan.
setelah itu coba cek apa squid benar-benar OK :

tail -f /var/log/messages

tail -f /var/log/squid/cache.log

8. Untuk mempermudah gunakan script ini sebagai alat bantu P

ee /usr/sbin/squid.sh —> buat file shell.

chmod 755 squid.sh —> lakukan perubahan permision file.

———————– Cut di sini ———————————

#!/bin/sh
echo -n ‘ Squid ‘
case “$1″ in
start)
/usr/local/squid/sbin/squid -D -f /usr/local/squid/etc/squid.conf
;;
stop)
/usr/local/squid/sbin/squid -k shutdown
;;
restart)
/usr/local/squid/sbin/squid -k reconfigure
;;
*)
echo “Usage: `basename $0` {start|stop|restart}”
;;
esac

———————– Cut di sini ———————————

Nah… jadi jika ingin men stop atau me-run kan squid tinggal gunakan command :

/usr/sbin/squid.sh start —> ( gunakan start, stop atau restart ).
9. OK squid sudah beres sekarang masuk ke konfigurasi ip forward nya P

ee /etc/sysctl.conf —-> edit file sysctl.conf

net.inet.ip.forwarding=1 —> masukan option forward.
sekarang pastikan command di bawah ini pada file rc.conf anda :

ee /etc/rc.conf —–> edit file rc.conf

gateway_enable=YES
firewall_enable=YES
firewall_type=OPEN

natd_enable=YES
natd_interface=”rl0″
inetd_enable=YES

router_enable=YES
named_enable=YES
sshd_enable=YES

ifconfig_rl1=”inet ip_local netmask local_mask”
ifconfig_rl0=”inet ip_public netmask public_mask”

10. Langkah terakhir rule untuk ip forwardnya agar lebih aman masukan langsung rule nya
ke file rc.local .. so sewaktu server di reboot bisa di bacanya hehehe….
btw sekalian squidnya jugak boleh jadi coba pastekan aja langsung file di bawah ke rc.local :

ee /etc/rc.local —> edit file rc.local

/sbin/ipfw -f flush
/sbin/ipfw add divert natd all from any to any via rl0
/sbin/ipfw add pass all from any to any
/sbin/ipfw add 00050 fwd 192.168.0.254,3128 tcp from any to any 80 via rl1

/usr/sbin/squid.sh start

Read More..

Load Balancing TP LInk

ID WAN Port Address Type protocol IP address(es) Port(s) Status Modify 1 prior to W2 dest IP to WAN ALL 0.0.0.0-255.255.255.255 1-1000 Enabled 2 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 1001-3127 Enabled 3 prior to W2 source IP from LAN ALL 0.0.0.0-255.255.255.255 3128 Enabled 4 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 3129-5049 Enabled 5 prior to W2 source IP from LAN ALL 0.0.0.0-255.255.255.255 5050-5061 Enabled 6 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 5062-6660 Enabled 7 prior to W2 source IP from LAN ALL 0.0.0.0-255.255.255.255 6661-7000 Enabled 8 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 7001-8079 Enabled 9 prior to W2 source IP from LAN ALL 0.0.0.0-255.255.255.255 8080 Enabled 10 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 8081-65176 Enabled

Read More..

FILTER Mikrotik

Ringkasan ini tidak tersedia. Harap klik di sini untuk melihat postingan.

Read More..

Free Download Software Backup BIOS

111 Quick Reinstaller 2.5

Author: Kruglov Denis
Date: 2002-01-17
Size: 1.2 MB
License: Shareware
Requires: Win 9x
Downloaded: 15219 Times

This is program for Windows reinstallation and resurrection. Program for users all over the world which can help them with Windows 95/98 crashes. This program will help you to solve all your problems with yourWindows stability!

Quick Reinstaller is a powerful tool which allows you quickly reinstall and resurrect your system without any problem. Quick Reinstaller compatible with Windows 95 and Windows 98. This program was especially designed for reinstalling and resurrecting your system configuration after unrecoverable crash or if you want to restore your old system configuration. In case your system was crashed or became unstable you can quickly reinstall it using Quick Reinstaller. Quick Reinstaller can work with a few System Configuration files. You can store system configurations and reinstall them when you need it. Quick Reinstaller can make CleanUp for you. Using Quick Reinstaller you can reinstall or resurrect your system without hard drive formating and your using of Windows became more stable and interesting.
download
______________________________________________________
AKGBackup 2.0

Author: Ashok Kumar Gupta
Date: 2006-12-19
Size: 194 KB
License: Freeware
Requires: Win All
Downloaded: 5281 Times

AKGBackup is a multi-platform compatible backup software application that is written entirely in Java.

It is a utility for backing up your files, with an option to compress data, on a different hard disk drive, floppies, different partition of the same disk drive or any media an operating system can write to. After the first run, subsequent runs are blazingly fast as only the changed or new files are backed up.

It can also create a specified number of backups so that one can have older as well as newer backups.
download
_____________________________________________________
CD Indexer 1.2.1

Author: Tim Hegyi
Date: 2002-03-01
Size: 2.0 MB
License: Freeware
Requires: Win All
Downloaded: 16970 Times

CD Indexer is the old Drive Mirror 2. CD Indexer is a program in which you can make mirrors of drives/CD's. It's only copying the file (Even system and hidden files.) and catalog structure. You can search in all the mirrors or just search in selected ones. The search system is very flexible. Look at the help section to see how to search. CD Indexer has multilanguage support. This program works just like Advanced Disk Catalog. Why use this program? Is much faster, the database is smaller. This program is totally FREEWARE, just like Drive Mirror 1.x and 2.x was. In CD Indexer you have a conversion tool to convert Drive Mirror 1.x databases into CD Indexer databases, it also supports Drive Mirror 2 databases.
With CD Indexer you can create (sorted/unsorted) .htm list of all your files.
download
_____________________________________________________
Catalencoder 0.7.8

Author: SAS Team 66
Date: 2007-12-31
Size: 9.23 MB
License: Freeware
Requires: Win XP/2K
Downloaded: 7985 Times

Catalencoder is a very easy to use DVD ripper. Using Catalencoder you can convert your favorite DVD in a DivX/XviD video file with only a few clicks.

If you're a beginner and don't know how exactly to configure the program ripping parameters a "Newbie mode" is available. In normal mode, you can choose which video to encode, audio and video codecs, duration, subtitle, number of CDs, size per CD and many more.
download
______________________________________________________
Cobian Backup 8.4.0.202

Author: Luis Cobian
Date: 2007-09-27
Size: 8.08 MB
License: Freeware
Requires: NT/200x/XP/Vista
Downloaded: 33542 Times

Cobian Backup is a multi-threaded program that can be used to schedule and backup your files and directories from their original location to other directories/drives in the same computer or other computer in your network. FTP backup is also supported in both directions (download and upload).

Cobian Backup exists in two different versions: application and service. The program uses very few resources and can be running on the background on your system, checking your backup schedule and executing your backups when necessary. Cobian Backup is not an usual backup application: it only copies your files and folders in original or compressed mode to other destination, creating a security copy as a result. So Cobian Backup can be better described as a "Scheduler for security copies".
Cobian Backup supports several methods of compression and strong encryption.
Main Features:
- Backup FROM and TO a FTP server
- SSL servers supported
- The program can now remind you if you have missed backups
- An open plug-in architecture to allow the program's enhancement
- Backup to multiple destinations
- Remote backup
- Automatically remove old backups
- The application can be used as a command line utility. No separate command line program is needed


New in Version 8
- The program uses now Unicode functions whenever it can.
- The program uses now memory mapped files for inter-process communication. All the TCP communication used in older versions has been eliminated.
- A new method of encryption has been added: RSA-Rijndael, which uses a 256-bit Rijndael encryption with a random key that is itself encrypted used a 1024-bit RSA asymmetric key.
- Sensitive settings as passwords are now stored in the ini file using strong encryption
- The program is now a "green" application. All the files are stored in ini files. The only part that used the registry is the service, which, for obvious reasons must be installed using the registry.
- A feature allows you now you execute individual tasks under different user accounts.
- The 256 characters path limit is now GONE thanks to Unicode.
- Now you can close programs using also their class names.
- Better SQX error handling.
- Full service control from the Option dialog.
- The mirroring effect that you got while compressing AND overwriting has been thankfully eliminated.
- LOTS of bugs fixed
- A better user interface.
- FTP transfers of larger files (> 2 GB are now supported)
download
______________________________________________________
deVault 2008 (S5.2)

Author: EK Inc.
Date: 2008-02-11
Size: 1.25 MB
License: Freeware
Requires: Win 2K/03/XP/Vista
Downloaded: 4197 Times

deVault is an easy to use and powerful utility that helps you to backup, organize, categorize, compress, encrypt and share your important files in clever and secure digital vaults.
download
______________________________________________________
DriveImage XML 1.21

Author: Runtime Software
Date: 2007-02-13
Size: 1.7 MB
License: Freeware
Requires: Win All
Downloaded: 19170 Times

DriveImage XML is an easy to use and reliable program for imaging and backing up partitions and logical drives.
The program allows you to:
Backup logical drives and partitions to image files
Browse these images, view and extract files
Restore these images to the same or a different drive
Copy directly from drive to drive
Schedule automatic backups with your Task Scheduler
Image creation uses Microsoft's Volume Shadow Services (VSS), allowing you to create safe "hot images" even from drives currently in use.

Images are stored in XML files, allowing you to process them with 3rd party tools. Never again be stuck with a useless backup!
download

Read More..

Admin Tools

Add/Remove Program Cleaner 2.0

Author: IntelliNavigator
Date: 2006-05-25
Size: 937 KB
License: Freeware
Requires: Win All
Downloaded: 30335 Times

Add/Remove program cleaner is a free and useful program that allows you to clean up the Add/Remove programs list in the control panel. It should only be used to remove entries that are broken and cannot be removed by running the uninstall program.
download

A.M.S. - active monitoring system 1.1.65

Author: Talcorp Australia Pty Ltd
Date: 2004-11-13
Size: 13 MB.
License: Shareware
Requires: Win All
Downloaded: 17089 Times

A.M.S. - active monitoring system makes it possible to help control and monitor activity of individual users in 'realtime'.
A.M.S. goes further than other monitoring packages, in that it can be configured to STOP users performing activities you have chosen. If required, it can also suspend individual users' access automatically and reinstate their access after an administrator defined period.
A.M.S. functions in 'realtime' so that preset activities can be 'killed' instantly and automatically, without waiting for human intervention.
A.M.S. can be deployed over a network easily to allow centralised log viewing via one central networked PC at the Network Administrators' leisure.
Main Features
- Control Access to Programs and Files
- Stop Users Installing Software
- Block Downloading Files
- Block Software
- Block Websites
download

Auto Reboot Remover 1.0

Author: IntelliNavigator
Date: 2006-05-24
Size: 415 KB
License: Freeware
Requires: Win XP
Downloaded: 7537 Times

Auto Reboot Remover is a free program that enables or disables the automatic reboot 'feature' of windows XP SP2 after an update has been installed. Saves you from losing important work when you walk away from your computer at the wrong time - and XP decides it is going to close everything without saving.
download

BackgroundCMD 1.0.0.2

Author: Neer Roggel
Date: 2006-06-08
Size: 118 KB
License: Freeware
Requires: Win All
Downloaded: 7433 Times

BackgroundCMD is a command prompt folder background shell
extension. It allows you to start a command prompt from any directory that you're currently browsing.
Simply right-click the directory background, and select "CMD Prompt" from the context menu. The new console's initial path will be set to the directory you were browsing.
download

BootSafe 1.0.1002

Author: SuperAdBlocker
Date: 2005-12-21
Size: 116 KB
License: Freeware
Requires: Win All
Downloaded: 12740 Times

Whether you're a novice user and you don't know how to enter Safe Mode or you're just looking for a fast, easy to use and enjoyable way to go directly to Safe Mode when you reboot, BootSafe is the program you've been waiting for.
BootSafe provides you a Windows GUI for the Safe Mode options you would normally see by pressing F8 during system boot. This way, there's no need to hold F8 while booting, just choose in which mode should the computer boot and restart. No more, no less!
download

Brute Force Uninstaller (BFU) 1.00.9

Author: Merijn
Date: 2005-11-04
Size: 46 KB
License: Freeware
Requires: Win All
Downloaded: 87562 Times

BFU is a scripting program that can execute a series of preset commands like a Windows batch file, aimed at uninstalled programs that are hard to remove, uninstall improperly or simply unwanted. Scripts are plaintext and can be written with Notepad, and the command syntax is very transparent.
BFU is very complete and powerful, has a small memory footprint and has no uninstaller.
download

CrossLoop 1.14

Author: CrossLoop, Inc.
Date: 2007-10-08
Size: 2.28 MB
License: Freeware
Requires: Win All
Downloaded: 2336 Times

CrossLoop is a FREE secure screen sharing utility designed for people of all technical skill levels. CrossLoop extends the boundaries of VNC’s traditional screen sharing by enabling non-technical users to get connected from anywhere on the Internet in seconds without changing any firewall or router settings. It only takes a few minutes to setup and no signup is required.

Is CrossLoop Secure?
Security is built into all aspects of CrossLoop. Session data is encrypted at the end-points before being sent using a 128-bit encryption algorithm using a randomly generated 12-digit access code. Explicit permission is required before any screen images are sent to a remote computer. CrossLoop is a secure tool to remotely assist any PC on the planet.
download

DOSBox 0.72

Author: DOSBox
Date: 2007-08-26
Size: 1.20 MB
License: Freeware
Requires: Win All
Downloaded: 61883 Times

DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, MacOS X...

DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics, a SoundBlaster/Gravis Ultra Sound card for excellent sound compatibility with older games...

You can "re-live" the good old days with the help of DOSBox, it can run plenty of the old classics that don't run on your new computer!
DOSBox is totally free of charge and OpenSource.

download

Flexbeta Slipstreamer XP 2.02 Beta 2

Author: Flexbeta
Date: 2006-06-19
Size: 4.5 MB
License: Freeware
Requires: Win XP
Downloaded: 8130 Times

Flexbeta Slipstreamer XP is an application that will slipstream any Windows XP or Office XP Service Pack into your installation files.
It has currently been tested to work for all Windows XP and Office XP Service Packs up to SP2 (SP2 1213 for Windows XP).
Here are some key features of "Flexbeta Slipstreamer XP":
· Added unattended install
· ISO creator
· progress bars for copying
· folder choice for copying windows files
· Friendly graphic user interface
download

HOSTEdit 5.0.0.64

Author: WolfWare
Date: 2005-10-21
Size: 320 KB
License: Freeware
Requires: Win All
Downloaded: 14853 Times

HOSTEdit is designed to enable its user fast manipulation of the Windows HOST and LMHost files. Redirect URL's, IP's, block adverts, hostile sites, etc.
download

Read More..

Menurut anda tentang blog ini?