This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# @des: Download Ubuntu ISO DVD Repository | |
# @author: Aris S. Ripandi <[email protected]> | |
# @usage: chmod +x getubrepo && ./getubrepo 32 | |
# ---------------------------------------------------------------------- | |
_bit="${1:-64}" | |
_arch="i386" | |
_version="12.04" | |
_base="http://kambing.ui.ac.id/iso/ubuntu-repository/${_version}" | |
[ "$_bit" == "64" ] && { _arch="amd64"; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------- PERBEDAAN LEVEL PADA LICENSE MIKROTIK ----------------- | |
------------------------------------------------------------------------ | |
Level Number 4 (WISP) 5 (WISP) 6 (Controller) | |
------------------------------------------------------------------------ | |
Upgradable To --------------- ROS v4.x ROS v5.x ROS v5.x | |
Initial Config Support ------ 15 days 30 days 30 days | |
Wireless AP ----------------- yes yes yes | |
Wireless Client and Bridge -- yes yes yes | |
RIP, OSPF, BGP protocols ---- yes yes yes | |
EoIP tunnels ---------------- ----------- unlimited ----------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Written by Aris S Ripandi ([email protected] | |
# 2012/01/16 | |
# http://www.hex-a.blogspot.com/2012/12/cara-setting-modem-smart-freen-ce682-di.html | |
# cek user dulu (harus root) | |
[[ $(id -u) -ne 0 ]] && { echo "$0: You must be root user to run this script. Run it as 'sudo $0'"; exit 1; } | |
function setup() { | |
lsusb | |
eject /dev/sr0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ----------------------------------- | |
; BAIK 7.0 INNO Installer SCript | |
; Aris S Ripandi ([email protected]) | |
; ----------------------------------- | |
[Setup] | |
AppId={{87CBA5F1-7CDC-44E9-BFEB-3D1E7841A2C2} | |
AppName=BAIK Interpreter | |
AppVersion=7.0 | |
AppPublisher=Haris Hasanudin,MSc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Debian GNU/Linux Installation Script for LAMP + ISPConfig3 | |
# Script written by Aris S Ripandi ([email protected]) 15/01/2012 | |
# | |
# Referensi: | |
# - http://www.howtoforge.com/how-to-run-your-own-name-server-with-ispconfig-3-and-fast-hosts | |
# - http://www.howtoforge.com/perfect-server-debian-squeeze-with-bind-and-courier-ispconfig-3 | |
# - http://www.howtoforge.com/installing-mydns-ng-and-mydnsconfig-on-debian-squeeze | |
# - http://www.howtoforge.com/how-to-run-your-own-name-server-with-ispconfig-3-and-fast-hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://ictsentani.org/?p=258 | |
http://opensource.telkomspeedy.com/forum/viewtopic.php?pid=122506 | |
#------------------------------------------------------------------------------- | |
E1 Modem1 : 192.168.77.1 -> IP Modem1 : 192.168.77.2 | |
E2 Server : 192.168.88.1 -> IP Server : 192.168.88.2 | |
E3 Hotspot : 192.168.99.1 -> IP Hotspot : 192.168.99.10 - 192.168.99.250 | |
E4 Labkom : 10.10.10.254 -> IP Labkom : 10.10.10.1 - 10.10.10.20 | |
#------------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://ictsentani.org/?p=258 | |
http://opensource.telkomspeedy.com/forum/viewtopic.php?pid=122506 | |
#------------------------------------------------------------------------------- | |
E1 Modem1 : 192.168.77.1 -> IP Modem1 : 192.168.77.2 | |
E2 Server : 192.168.88.1 -> IP Server : 192.168.88.2 | |
E3 Hotspot : 192.168.99.1 -> IP Hotspot : 192.168.99.10 - 192.168.99.250 | |
E4 Labkom : 10.10.10.254 -> IP Labkom : 10.10.10.1 - 10.10.10.20 | |
#------------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# ---------------------------------------------------------------------- | |
# http://www.howtoforge.com/virtual-hosting-with-PureFTPd-and-mysql-debian-lenny | |
# ---------------------------------------------------------------------- | |
# Install Apache, MySQL, PHP | |
yum install -y mysql mysql-server php phpmyadmin httpd | |
# Install & konfigurasi PureFTPd |
NewerOlder