opensource.net.my

beginning of the system!

by opensource on Feb.02, 2009, under System

This is nothing to do with open source software. It is just a domain. Of course, you will think “why?” I am just a fan of open source. I am currently using Linux (Fedora) for almost five years now. I am still working hard to become an expert at it.

When I’m talking about Fedora, my great guru in Linux (of course not Malaysian, because I found some Malaysian people who think they are good with Linux actually suck) always says “Gentoo ftw (for the win)”. Well for him, Gentoo is not that good :p (lies , damn lies – Renze )

“actually, binary distros should be the dark side, because they are quicker, easier, more seductive”

Leave a Comment more...

Damascus, Syria

by opensource on Feb.24, 2009, under The Story Of Me

I’ve been to Damascus (damsyik,dimasqh) recently. I flew there with Qatar Airways, leaving at about 2.30am on the 28th of November 2008.  The reason I went there was WORK! Not for a holiday, or to meet special friends, or anything fun like that. Here are some photos I took while I was there.

(continue reading…)

3 Comments more...

Networking – tunneling with SSH+proxy

by opensource on Feb.16, 2009, under System

You can use OpenSource tools, such as Secure Shell (SSH), PuTTY, and Cygwin, to create secure connections to almost any resource you need to access.
1. Open PuTTY (get it here!) –> Connection –> SSH –> Tunnels

2. Source port ( for example i put port ‘9090′), select Dynamic

3. Go to session, key in the hostname with port 22 (connection type = SSH)

putty2

——————————————————————————————
login as: root
root@207.5.***.151’s password:

BusyBox v1.01 (2006.12.06-11:11+0000) Built-in shell (ash)
Enter ‘help’ for a list of built-in commands.
#
——————————————————————————————

(to be honest, this is hacked box, so don’t ask me for the  l/p  *winks* )

4. Fire up Mozilla Firefox, then go to Tools –> Options –> Network –> <Connection> –> Click Settings

5. Tick  “Manual proxy configuration” –> Socks Host –> 127.0.0.1 –> port 9090

firefox-settings

6. Before tunneling….
my-ip

[bsd@genetic ~]$ whois 124.82.125.45
[Querying whois.arin.net]
[Redirected to whois.apnic.net]
[Querying whois.apnic.net]
[whois.apnic.net]inetnum:      124.82.0.0 – 124.82.255.255
netname:      TM-ADSL
descr:        TM, ADSL SERVICE PROVIDER, MALAYSIA
country:      MY

7. After tunneling….
my-ip-us1

[bsd@genetic ~]$ whois 207.5.***.151
[Querying whois.arin.net]
[whois.arin.net]
OrgName:    MICROLNK, LLC
OrgID:      MICROL-20
Address:    1701 WINDHOEK DR
City:       LINCOLN
StateProv:  NE
PostalCode: 68512
Country:    US

8. Welcome to United States of America!

“We don’t understand the software, and sometimes we don’t understand the hardware, but we can *see* the blinking lights!

Leave a Comment more...

Networking – H3C-S3600EI by h3c (3com)

by opensource on Feb.03, 2009, under System

3com_logo

Shortcut for Transfer and upgrade firmware for H3C-S3600EI

tftp 192.168.1.100 get S3600EI-CMW310-R1602P10.bin

tftp 192.168.1.100 get H3C-http3.1.8-0040.web

tftp 192.168.1.100 get S3600_V514.btm

boot boot-loader unit1>flash:/S3600EI-CMW310-R1602P10.bin

boot bootrom unit1>flash:/S3600_V514.btm

boot web-package h3c-http3.1.8-0040.web main

Steps to configure S3600EI

1- Login to switch console and set the ip address and subnet mask for the switch. Type save to save the command.
2- TFTP from switch and connect to TFTP to transfer the firmware, bootrom and web file (refer above shortcut)
3- After transfer, follow above command to boot the file from the system (boot-loader and bootrom only). Then reboot the system
4- Type (display version and display boot-loader) to view the booted boot-loader and bootrom file
5- After type above command, follow above shortcut for boot web-package to boot web file. Reboot the system after typed.
6- Type (display web package) to view the booted web file.
7- Type (stp enable) to enable the stp
8- Type (int g1/1/3)-enter, type (port link-type trunk)-enter, type (port trunk permit vlan all)-enter, type (description Connect_to_ ??)
9- Configure the step 8 for int g1/1/4
10- Back to global view, type (snmp-agent community read public)-enter, type (snmp-agent community write private)-enter, type (snmp-agent sys-info version all)
11- Create telnet user, type (user-interface vty 0)-enter, type (authentication-mode scheme)-enter, back to global view, type (local-user admin)-enter,
type (password simple ***** -enter, type (service-type telnet level 3)
12- System, ip route-static 0.0.0.0 0.0.0.0 192.168.1.254,enter
13- save the system by type (save) at user view.

-EOF-

Leave a Comment more...

Networking – Catalyst 3550 Multilayer Switch by CISCO

by opensource on Feb.03, 2009, under System

cisco_11

1. Have 2 configs
a. running-config
b. startup-config

2. Login to switch
a. by Hyperterminal
b. by Telnet to the ip address
telnet 192.168.1.21 port 21

3. Backup configuration file.
a. using tfptd

4. Reset configuration file to factory settings.
a. erase start
b. delete vlan.dat
c. reload
d. swich rebooting
e. when prompt, cancel all autoconfigure

5. Creating Vlans
a. enable <it’s something like ‘root’ or ’su-’ in Linux>
b. config terminal
c. vlan 100
d. exit
e. vlan 200
Vlans created , which are vlan 100/200

6. Assigning a port to the particular vlan
a. config t or config terminal
b. interface fastethernet 0/1
c. switchport access vlan 100
d. exit
e. interface fastethernet 0/2
f. switchport access vlan 200
g. interface range fastethernet 0/3 – 24
h. switchport access vlan 100
i. show vlan

7. Assigning password for console
a. config t or config terminal
b. line console 0
c. password opensource

8. Configure the switch name
a. config t or config terminal
b. hostname <whateverhostname>
c. for example : hostname opensource
d. end

9. View the config files
a. show running-config
b. copy run start

10. Troubleshooting the switch
a. show log
b. show tech-support

thanks to vad0r <freenode> for the knowledge transfer!

Leave a Comment more...

Talking about career…

by opensource on Feb.03, 2009, under The Story Of Me

Working at an early age, I started working at the end of 2001 after four years study in Computing. To everybody out there, don’t start working at an early age. Study while you can, because I found that the life of a career really sucks. Too much commitment. Too much responsbility. Too many problems. Too much depression. If you’re thinking about money, you’re mistaken. You can find money in so many ways, not just by working.

Before this, I was working as an IT executive at one of the private colleges located in Kuala Lumpur. Now, I am working as an IT consultant in Selangor. Do you know what IT consultants do? Talking and babbling. and fighting each other. Nothing more than that. Sucks, doesn’t it? I don’t like just talking and babbling about things. Practical things come first, then we do the theory/documentation. This is the way I’m doing my job now. To the consultants out there…if you think you’re really good at talking, piss off! You achieve nothing but words, no actions!

3 Comments more...


Microsoft vs OpenSource

by opensource on Feb.03, 2009, under System

I still remember using Microsoft Windows (Windows Workgroup 3.1) around 1990, if I’m not mistaken. My first PC with Windows I got from my Dad(to abah..thanks,without you..i’m nothing!) . I used to play Prince of Persia on a black and white screen using the old “big” diskettes of the day. For me, Windows is quite good, except for the viruses/spyware/malware always attacking the operating system. To be honest, I’m really tired of this, and around 2002/2003, I started using RedHat 8. Terbang duit aku RM 50 kat one of this chinese guy semata-mata Red Hat 8 . Tak pasal2..haha!

4 Comments more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Archives

All entries, chronologically...