Thursday, June 25, 2009

Delete Dual Partitions Grub Error 22, FIXMBR

Hoaaaaaaaaaahhhh....... So speepy .... overnight because of install dualboot OS windows and linux in my Friend PC.... ckckckckc..... after trying to install Linux 3 times but i still got error.... ckckckckckck... i used PC with prosessor intel dualcore ram 512 mb swap 1,5 gb vga nvidia os 1 windows xp sp2 os 2 PCLINUX3d ckckckckc .......it isnt running very well..............damn!!...... i think this computer need more RAM i have trying to install untill 7 PM but finally i boot using XP and delete all Linux Partition i hope i can boot directly into XP But it turn outs .............
OH...DAMN !!!...............
ckckckckckckckckck

I got error like this :
GRUB 1.5

Error 22

Ya...Allaah...
i forgot if i delete a Linux the grub is not exist any more..........
oke
i immediately took my CD XP
and boot use XP
then enter menu Install XP

i choose R to repair

then choose no 1
then i retype password of admin pc
then type FIXMBR
finish .......
i can directly boot from PC to XP
ahehehehehehe :D
hoaaaaa......
Sleepy

Monday, June 15, 2009

Keindahan Yang Terlupakan itu.................. (The beauty of The Forgotten, that is.........)

"Sebuah hasrat yang telah lama terpendam memandanginya dengan penuh rasa cinta melihatnya bagaikan setangkai bunga yang tak pernah layu dan warnanya begitu indah dan indah tapi mengapa kau terlupakan.........."

Sebuah cerita yang telah tertulis dengan pena biru, begitu lama baru aku menyadari kehadiran mu yang selama ini begitu dekat dengan aku...........
Aku sungguh hanya manusia bodoh yang telah mengganggap mu begitu tak berguna dan tak patut dilihat, kini semua telah berubah ..........
Aku menyesal dan sungguh menyesal kenapa semua ini terjadi? mengapa harus aku yang mengalami .............................
Apa karena Kau yang menyangka aku yang sanggup menjalaninya ?.............
Semua telah terjadi telah membentuk cetak biru haru dalam hatiku..............
Semua yang terjadi telah membuat ku tersadar dari mimpiku yang panjang.
Mimpi seorang yang gila dan tak paham akan arti cinta sesungguhnya.......
Arti dari Cinta yang terkadang sulit untuk dimengerti bahkan dipahami ..............
Ketika makna terisat tak lagi mudah dipahami dan dimengerti ..............
Ketika makna tersurat yang mudah dipahami namun salah terarti............
Cinta sejati takkan datang dengan sepenuh hati...........
Aku kini telah mengerti hal yang telah lama salah terarti...........
Cerita ini adalah puisi hina yang tersadur dari jalan luka
Cerita antara Tinggi dan rendah hati
Cerita antara Kaya dan miskin hati
Cerita antara kami , kamu dan aku yang tak pernah bisa saling mengerti karena aku terlalu.......
Sekarang kau telah hilang dalam hidupku ..........
Hidup yang telah begitu terlihat indah namun hampa
sekarang aku akan berusaha untuk mengerti bahwa......
"Sesungguhnya Keindahan yang Terlupakan Itu Adalah Cinta Sesunguhnya.
"

Basic Configuration of Cisco Catalyst

First Open hyperterm (Windows) with press START > ALL PROGRAM >ACCESSORISS > COMMUNICATION > HYPERTERM (for win XP).
for Linux use minicom as hyperterm.

hyperterm
give name for new hyper file as "coba"
then choose com port that will be used "com1"
and then for Catalyst use default bit.
Before you enter to config cisco product, in Cisco we have 3 mode of Config there are :
A. User Mode marked with ">" then name of switch ex: Paskib99>
B. Privillage Mode marked with "#"
c. Global Configuration Mode marked with "(config)#"

Basic Commands Of Cisco :

1. Giving Nama of Switch
Catalyst>enable (this is UserMode)
Catalyst# (this is PrivillageMode)
Catalyst#Hostname Pasis99 (nama of Switch ex: Pasis99)
Pasis99#

Ok ......... sukses you have successfully changed the name of the Catalyst switches into Paskib99 :D

2. Assign IP of Switch
Pasis99#conf t
Pasis99(config)# (this is GlobalConfigurationMode)
Pasis99(config)#interface vlan1 (the default VLAN port)
Pasis99(config-if)#ip address 10.2.2.2 255.0.0.0
Pasis99(config-if)#no shutdown (to interface on or standby)
Pasis99(config-if)#end
Pasis99#write memory (to save configuration )

Ok ....... now the switch already have ip address on interface vlan1 : 10.2.2.2 netmask 255.0.0.0

3. Giving some description in some Interface
Pasis99#conf t
Pasis99(config)#interface vlan1 (choose the interface you want to be given a description)
Pasis99(config-if)#description port for Vlan 10.2.0.0
Pasis99(config-if#end
Pasis99#wr mem

ok......that is mean vlan1 with description for VLAN 10.2.0.0

4. Creating secret password
Pasis99#conf t
Pasis99(config)#enable secret 0/5 (choose 0 if not be encrypted and 5 reverse) culun (your password ex :culun)
Pasis99(config)#end
Pasis99#wr mem (save config)

ok......you have made a secret password that is 'culun'

4. Creating enable password
Pasis99#conf t
Pasis99(config)#enable password paskib99
Pasis99(config)#end
Pasis99#wr mem

ok......you have made a secret password that is 'paskib99'
enable password is the password for you who want to make the shift from user mode to the mode privilage whereas
secret password is the password that will be using that klo one wants to go to cisco from the outside!

5. Activing telnet funcion for Cisco
Pasis99#conf t
Pasis99(config)#line vty 0 4 (enter into vitual terminal line)
Pasis99(config-line)#password gaktau (giving password so not to directly enter without authentication)
Pasis99(config-line)#login
Pasis99(config)#line vty 4 15 (enter into vitual terminal line)
Pasis99(config-line)#password gaktau (giving password so not to directly enter without authentication)
Pasis99(config-line)#login
Pasis99(config-line)#end
Pasis99#wr mem

Finish you have to telnet your switch ....OK

6. Enable Passowr Encryption
Pasis99#conf t
Pasis99(config)#service password-encryption
Pasis99(config)#end
Pasis99#wr mem

now no one will ever know your password ... ok!

7. Giving default gateway
Pasis99#conf t
Pasis99(config)#ip default-gateway 10.2.0.1 (ip router that u use)
Pasis99(config)#end
Pasis99#wr mem

Finish... you have created a well-cisco config ........:D
thus when you try to do a 'show running configuration' will display all the commands that you have invested in catalyst

Pasis99#show run
Building configuration...

Current configuration : 1204 bytes
!
version 12.2

service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Paskis99
!
enable secret 5 $thtghadgfig/524784hjfbug
enable password $f$dh$dxgjh/gvyu90767
!
!
!
!
!
vlan internal allocation policy ascending
!
interface FastEthernet0
no ip address
shutdown
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface GigabitEthernet0/3
!
interface GigabitEthernet0/4
!
interface GigabitEthernet0/5
!
interface GigabitEthernet0/6
!
interface GigabitEthernet0/7
!
interface GigabitEthernet0/8
!
interface GigabitEthernet0/9
!
interface GigabitEthernet0/10
!
interface GigabitEthernet0/11
!
interface GigabitEthernet0/12
!
interface GigabitEthernet0/13
!
interface GigabitEthernet0/14
!
interface GigabitEthernet0/15
!
interface GigabitEthernet0/16
!
interface GigabitEthernet0/17
!
interface GigabitEthernet0/18
!
interface GigabitEthernet0/19
!
interface GigabitEthernet0/20
!
interface GigabitEthernet0/21
!
interface GigabitEthernet0/22
!
interface GigabitEthernet0/23
!
interface GigabitEthernet0/24
!
interface GigabitEthernet0/25
!
interface GigabitEthernet0/26
!
interface GigabitEthernet0/27
!
interface GigabitEthernet0/28
!
interface TenGigabitEthernet0/1
!
interface TenGigabitEthernet0/2
!
interface Vlan1
ip address 10.2.0.1 255.255.255.0
!
ip default-gateway 10.2.0.1
!
!
control-plane
!
!
line con 0
line vty 0 4
password $f$dh$dxgjh/gvyu90767
login
line vty 5 15
password $f$dh$dxgjh/gvyu90767
login
!
end

Pasis99#



easy from cisco is if there is one command that you do not want to delete it just add "no + commands that you do not like"
example of the "no ip default-gateway 10.2.0.1", "no service password-encyption" etc.

Wednesday, June 10, 2009

Format and Mounting New Hard disk on Linux


Ckckckckckckck.....
Installation new harddisk broo..........
ckckckc..........
i cant guess that i must install new harddisk, because today i've run out of My disk space damn !!
ckckckckck
ok ...
let's see....(here i use UBUNTU 8.10 )

command line mode : ON


$ df -H (for see space of disk broo...)
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 19G 16.8G 2.2G 89% /
tmpfs 127M 0 127M 0% /lib/init/rw
varrun 127M 103k 127M 1% /var/run
varlock 127M 0 127M 0% /var/lock
udev 127M 2.8M 124M 3% /dev
tmpfs 127M 0 127M 0% /dev/shm
lrm 127M 2.1M 125M 2% /lib/modules/2.6.27-7-generic/volatile

$ su - root (become root ya...accidental hard drive already installed so there isn't need turn off the computer hehehe..... i use hardisk maxtor IDE 160gb)
password:******(usual enter root password)

# fdisk -l (to see my hard drive already signed or have not)
Disk /dev/sda: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x473432c2

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2327 18691596 83 Linux
/dev/sda2 2328 2434 859477+ 5 Extended
/dev/sda5 2328 2434 859446 82 Linux swap / Solaris

Disk /dev/sdb: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/sdb doesn't contain a valid partition table
(wah already signed but cos of new harddrive you will see like that ya.....)

# fdisk /dev/sdb (this for create partition on your new hard drive....)
The number of cylinders for this disk is set to 2434.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): m (press m for help)
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)

Command (m for help): n
( n for new partition ok! than press enter 2 times ok..... finish now we have new partition .........)

# fdisk -l
Disk /dev/sda: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x473432c2

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2327 18691596 83 Linux
/dev/sda2 2328 2434 859477+ 5 Extended
/dev/sda5 2328 2434 859446 82 Linux swap / Solaris

Disk /dev/sdb: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 19452 18691596 83 Linux
(already signed new partition hehehehehe ...... next broo)

# mkfs.ext3 /dev/sdb1 (format hardisk till finish using type ext3 (not NTFS windows ya)

# mkdir /mnt/disk-2 (create new folder to new mount disk hihiihihihi delight :) )

# mount -t ext3 /dev/sdb1 /mnt/disk-2 (mount new disk so that could be used.... hehehehe)

# df -H (check again brooo.....)
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 19G 16.8G 2.2G 89% /
tmpfs 127M 0 127M 0% /lib/init/rw
varrun 127M 103k 127M 1% /var/run
varlock 127M 0 127M 0% /var/lock
udev 127M 2.8M 124M 3% /dev
tmpfs 127M 0 127M 0% /dev/shm
lrm 127M 2.1M 125M 2% /lib/modules/2.6.27-7-generic/volatile
/dev/sdb1 160G 0 160G 100% /mnt/disk-2 (already enter broo....)

# vi /etc/fstab (to create permanent disk so don't have to be mounted again when you restart your computer)

# /etc/fstab: static file system information.
proc /proc proc defaults 0 0
/dev/sda1 / ext3 relatime,errors=remount-ro 0 1
/dev/sda5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
(tambahin dimari boss)
/dev/sdb1 /mnt/disk-2 ext3 defaults 1 3
(terus tekan ESC dan ketik :wq! untuk simpan ok.....selesai bozzz.......)


Alhamdulillah i have done......

Easy Way to Create E-Learning Video


For you who are / want to create E-learning video than Upload that to your own website or wanna upload to YOUTUBE or YOUTUBE-Alike hehehe.....
This is cool software here....
The Name is Screen VidShot have been made bygeovid. so you don't need to bother with windows media encoder to record which eat all your computer resource if u use that hehehehe............

Oke here is the Example video.....







if u want to download .....
this below.....
Genuine site (Trial)
Mirror Site

Install Microsoft Fonts and TTF Fonts on Fedora 10


Finally I can install TTF Font (Microsoft Font) On Fedora Server 10....
hehehehe.... :P
Alfter usual use UBUNTU DESKTOP that so easy to install fonts which have extension TTF like this....
ok.. Broo....
to the Point ....

For installing MS Fonts or TTF Fonts is
enter command line / shell /console / press button alt+ctrl+F2


$ su - root
Password:******(enter your password root)
# wget http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec (download ms font)
# yum install rpm-build cabextract ttmkfdir popt-devel (install all dependences)
# wget http://dl.atrpms.net/all/chkfontpath-1.10.1-2.fc10.i386.rpm (download chkfontpath)
# yum localinstall --nogpgcheck chkfontpath-1.10.1-2.fc10.i386.rpm (install chkfontpath)
#rpmbuild -ba msttcorefonts-2.0-1.spec (build ms font from .spec to .rpm)
# yum localinstall --nogpgcheck /root/rpmbuild/RPMS/noarch/msttcorefonts-2.0-1.noarch.rpm (install ms font hehehe :D)


and for you who wanna install TTF font the ways is here


Copy all .ttf files into one folders for example on /usr/share/fonts/TTF/
#(root mode : On)
# cd /home/user/download/font/ (when you take the .ttf files there folder)
# mkdir /usr/share/fonts/TTF/ ( create folder for your fonts ...)
# cp *.ttf /usr/share/fonts/TTF/ (now....copy all files to the new folders)
# cd /usr/share/fonts/TTF/ (move to the folder have been created)
# ttmkfdir (now you create fonts.scale files in that folder)
# mkfontdir (now you are indexing TTF files)
# chkfontpath -a /usr/share/fonts/TTF (and you are adding the path of new TTF Files to the master path)
# fc-cache (the last you are building font cache info ....)

Be..... Finish bro.....
hehehehehe.
Finally its Over

Friday, June 5, 2009

Slideshow with Wondershare







Oke....today, I will give the cool software i have.
For you all that really love with flash, now i have a software which will make you cryT_T you know why ? 'Cos now to create some slideshow images using flash it's not difficult anymore....
like you see above i created in five minutes hehehehe .....

if you wanna try you can download
here ....

Genuine Download (trial)
Mirror Download