Friday, October 31, 2008

Mamadzus99 - Install Modem Huawei E220 Vodafone

Check Kernel version:
mamadzus@Mamadzus99:~/Desktop$ uname -sr
Linux 2.6.22-14-generic

Download installation master from here:
https://forge.betavine.net/frs/download.php/167/vodafone-mobile-connect-card-driver-for-linux-2.0.beta2-ubuntu-installer.run

Change file type using:
mamadzus@Mamadzus99:~/Desktop$ chmod 755 vodafone-mobile-connect-card-driver-for-linux-2.0.beta2-ubuntu-installer.run

Mamadzus99 - Create shortcut to rdesktop

create this file with content:

#!/bin/sh
rdesktop sbybsby7pc01 -g 1278x750 -u administrator -p password*1 -D -K

chmod 777 sbybsby7pc01

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

Thursday, October 30, 2008

Mamadzus99 - apt-get over proxy

To access mirror by apt over proxy server:
mamadzus@Mamadzus99:~$ sudo nano /etc/bash.bashrc
{at end of line please put this script}

# apt-get over proxy
# export http_proxy=http://username:password@proxyserver.net:port/
# export ftp_proxy=http://username:password@proxyserver.netport/
export http_proxy=http://10.*.*.*:3128/
export ftp_proxy=http://10..*.*.*:3128/

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

Mamadzus99 has been establish

Finally Mamadzus99 has been establish. Using Ubuntu 7.10.
Let's explore your needed here.

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

Monday, October 13, 2008

Mamadzus - Squid Setup

mamadzus@mamadzus:~$ sudo apt-cache search squid3
squid3 - A full featured Web Proxy cache (HTTP proxy)
squid3-cgi - A full featured Web Proxy cache (HTTP proxy) - control CGI
squid3-client - A full featured Web Proxy cache (HTTP proxy) - control utility
squid3-common - A full featured Web Proxy cache (HTTP proxy) - common files

mamadzus@mamadzus:~$ sudo apt-get install squid3

mamadzus@mamadzus:~$ sudo nano /etc/squid3/squid.conf
acl our_networks src 10.31.0.0/22
http_access allow our_networks

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

Mamadzus - APT Setup

mamadzus@mamadzus:~$ sudo nano /etc/apt/sources.list
# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 CD Binary-1 20070407-11:55]/ etch contrib main

#deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 CD Binary-1 20070407-11:55]/ etch contrib main

# Line commented out by installer because it failed to verify:
#deb http://security.debian.org/ etch/updates main contrib
# Line commented out by installer because it failed to verify:
#deb-src http://security.debian.org/ etch/updates main contrib
deb ftp://kebo.vlsm.org/debian/ stable main contrib non-free

mamadzus@mamadzus:~$ sudo apt-get update
Hit ftp://kebo.vlsm.org stable Release.gpg
Get:1 ftp://kebo.vlsm.org stable Release [58.2kB]
Get:2 ftp://kebo.vlsm.org stable/main Packages/DiffIndex
Ign ftp://kebo.vlsm.org stable/main Packages/DiffIndex
Get:3 ftp://kebo.vlsm.org stable/contrib Packages/DiffIndex
Ign ftp://kebo.vlsm.org stable/contrib Packages/DiffIndex
Get:4 ftp://kebo.vlsm.org stable/non-free Packages/DiffIndex
Ign ftp://kebo.vlsm.org stable/non-free Packages/DiffIndex
Hit ftp://kebo.vlsm.org stable/main Packages
Hit ftp://kebo.vlsm.org stable/contrib Packages
Hit ftp://kebo.vlsm.org stable/non-free Packages
Fetched 58.2kB in 38s (1498B/s)
Reading package lists... Done
mamadzus@mamadzus:~$

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

Mamadzus - DNS Setup

mamadzus@mamadzus:~$ sudo nano /etc/resolv.conf
nameserver 202.152.254.245
nameserver 10.*.*.11
nameserver 10.*.*.16

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

Mamadzus - Network Setup

Setup IP address Linux
mamadzus@mamadzus:~$ sudo nano /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 121.*.*.*
netmask 255.255.255.248
gateway 121.*.*.*

auto eth1
iface eth1 inet static
address 10.*.*.*
netmask 255.255.252.0
gateway 10.*.*.1

Friday, October 10, 2008

Mamadzus is back

Finally,
Mamadzus is back. With new server, new connection, new legality.
Step by step of Mamadzus establishing process will be share here. Please check this out!!!

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448