Archive for April 2004

Apr282004

my Ragnarok Online (pRO) character

(c) If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!! :)

i am an addict!!! and i am not ashamed to say it… ehehehehe…

but, nope, not that kind of an addict… i am an addict of the current craze here in the Philippines, Ragnarok Online from Level-Up Games. Ragnarok Online is a MMORPG (massively multiplayer role-playing game) made by Korean company Gravity based on the Ragnarok Manga by Lee-Myon Jin.

so, anyway, I am currently a level 95 knight (and hoping to be level 96 by this afternoon, needing just 6% to be able to do that). my current stats are (with 5 stat points left)

STRENGTH 64 +8
AGILITY 90 +5
VITALITY 50 +10
INTELLIGENCE 1 +0
DEXTERITY 44 +6
LUCK 3 +4

after i get to level 96, i’ll have about 29 stat points to spread around, but i think i’ll get my STR up to 72, so i’ll be doing that until about level 98. and i am hoping that i have the sensibility, money, time, and effort to get this to level 99. after that, it is aura galore!!!

Ciao, baby… 8-)


Tell a Friend About This Post
Apr282004

new blog software!

previously, this blog you are reading was powered by b2 found at http://cafelog.com/. i have nothing against it, though my needs are changing… :)

for one, it has not been updated recently (the last update was last October of 2003!). though it has worked for me for the longest time, i simply need a new blog software… so i looked for one, and i found it in WordPress http://wordpress.org/. From their site, they said that “WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability.” Yeah, that really was a mouthful… but what I liked best about it is that I can edit the template directly (that is, if you know PHP, allowing me to change the menu options as easy as 1-2-3. :D

So, for all you blogrollers out there, you can give WordPress a try. My only beef against it is that I can’t (or don’t really know where to look) change the style… it says in their site that it has many styles… uh… where are they? i will be e-mailing the lead developer soon for a heads-up on this…

have lotsa fun!!!

Ciao, baby… 8-)


Tell a Friend About This Post
Apr282004

boboto ka ba o hindi???? ako? ewan…

for those experiencing pre-election blues, wanna have some fun and a laugh at the expense of those good-for-nothing politician-candidates? if your answer to that one was yes, then i suggest you head on over to http://angarapata.cjb.net/, download all MP3s you see on the site, and have a good laugh.

There was a satirical song about Angara (Ang Garapata), FPJ (DisqualificationTime and Fernando), and Erap (HoiLoi) among many others. i had way fun listening to them… ROTFL!!!

but most importantly, it shows us the state of our present political system, the proliferation (still!) of trapos (traditional politicians), corruption, showbiz folk (who should stay in showbiz) venturing into the political arena, and many others.

i am sure this was financed by an opposing political party, but, heck! it was fun and an eye-opener… well… :)

have fun!!! :D

Ciao, baby… 8-)


Tell a Friend About This Post
Apr52004

using rsync as a backup utility…

server backup has always been the bane of a systems administrators’ existence… and finding the right backup utility and media is even worse! would you rather go for tape or writable CD? how about a magnetic drive? or a ZIP drive (that is, if you can still find these guys!)? and when do i backup? every night whenever no one’s around? or early in the morning? so does that mean i have to be here during those times?

okay, the long and shot of it is a big “NO”! that is if you are using rsync! :)

rsync, “is a tool for efficiently transferring files across a network”, this according to its documentation. but for me, this can be further written as “a tool to efficiently back up data across a network”… this is how it works:

we know that there are two types of backup; full backup and incremental backup (okay, three if you consider differential backup which to me, is not much different with incremental, except that you’d have to update the archive attributes yourself). for a further explanation on what these procedures are, please go to http://www.no-panic.com/backup/tech_supt/Procedures.html. we will be assuming you already know the differences between these procedures…

to use rsync, all you need is an idle box (installed with Linux, of course) and the rsync package installed on both the idle box (box A) and the server (box B) you want to back up. now, from box B, find out the specific files or directories you want to copy, and from box A, where you want to copy them to. it would be good practice to put the files in box A to where it was in box B, as you will find out later on.

and then, simply run this command from the console of box B:

rsynx -vupogtH -e=ssh /path/to/backup [ip/hostname]:/where/to/backup

and then, it will ask you for root’s password on box A, where:

-v = increase verbosity (of output/messages)
-u = update only (don´t overwrite newer files)
-p = preserve permissions
-o = preserve owner (root only)
-g = preserve group
-t = preserve times
-H = preserve hard links
-e=ssh = the connection protocol to use
/path/to/backup = the exact path of the files or directories you want to backup/copy (source)
[ip/hostname] = IP or hostname of the box you want to copy to (or from if done the othre way around)
where/to/backup = the exact location where you want to copy the files/directories (destination)

so, for example, i’d want to backup all directories under the home directory of my box B to the home directory of my box A having an IP of 192.168.0.2, my command would be:

rsync -vupogtH -e=ssh /home/* 192.168.0.2:/home/.

and this will copy all files during the first backup (full), and will only copy newer files during succeeding backups (incremental). read the rsync documentation or do “man rsync” on your linux console for more information on the flags of rsync.

for the actual backup to happen (incremental), what you can do is put the command you use in crontab and let it do the work for you… yes, even at 1 in the morning without the need for you to be at the office and running the command manually. click here to find out more about crontab.

now, for the best part. if, suddenly, box B decides to crash, you still have box A, with the exact same image (if you do everything right)! all you have to do is change the IP of the new box (box A) to what it was for box B, and voila! minimal downtime experienced and no need to copy from a backup image all the data you need (or want, or whatever)… nifty, eh?

so, the next time you are thinking of backing up your data and want full redundancy (okay, partial then) of your servers and its services, look at rsync… i guarranty that you won’t go wrong… :)

UP NEXT: dancing the Samba with Linux

current disposition: very happy i was able to do something very informative… not my usual drivel and ramblings… ehehehehe… :)

Ciao, baby… 8-)


Tell a Friend About This Post
Apr32004

the promise of SATA (part 1)

Monday last week, my friend Marvin Johns called me up, with a very big problem… he said he just came from Singapore and bought an MSI K8T Neo and an Asus K8V SE Deluxe both sporting the new AMD Athlon 64 PIB. He also bought the latest SuSE Linux 9.0 64bit.

the problem, he is having a hard time using the Promise SATA RAID (redundant array of inexpensive disks) controller, and he would very much like to use these since, 1) it is there to use so why not?; and 2) it is a very new technology (at least for us) and wouldn’t it be a very big boost to our egos if we can install linux into these boxes? and besides, he already bought SATA hard disks! sayang naman kung hindi magagamit, right? :)

well, confronted with those challenges, i immediately asked him to bring the boxes to me… and so he does… he brought them that day also, and from then on, i suffered many a headaches in trying to install, simply because the installation cannot, for the life of me, find the hard disks… so i googled away with the search terms “Promise SATA linux driver“. well, suffice it to say that there were many links to those terms, but i never did find any that would help me in installing linux on the Promise.

That is, until an email came form Jesse Keating, a Linux Systems Engineer of Pogo Linux. What the email contains is a link to the SuSE 9.0 patch CD. This ISO apparently is a patch to the current SuSE 9.0 64bit CD (or DVD), which already contains drivers for SATA.

you guessed it, folks. i downloaded, i burned, and i installed… no sweat! :)

you only need to watch out for a few pitfalls, though.
# in the BIOS, instead of creating a RAID with the Promise, you need to configure it such that it sees the hard disks simply as IDE hard disks,
# delete the arrays if any (that is if the disks were previously configured as arrays); and
# if you really want to configure a RAID, use a software RAID, instead. this soooo much easier to use.

so, having these experiences with the SATA, i am now ready to do more jobs concerning these controllers… keep ‘em coming, you guys!!! :)

Ciao, baby… 8-)


Tell a Friend About This Post
Apr22004

ohh la la… my whole body is aching!!! :)

played badminton last night at WestDrive Badminton Court in Kapitolyo, Pasig with the Eastern Eagles… my partner Grace Altares (a UST varsity player) and I also played a couple of games as tune up for our upcoming Enervon Mixed Doubles Tournament… :)

whew!!! i thought i would collapse during the second game co’z of extreme exhaustion… grabe!!! but my partner told me that all it takes is perseverance… not to win a match, though… but perseverance to really do your best… :)

so, after the tournament, sabihin ko na lang sa inyo kung ano nangyari sa perseverance ko! wakekekeke… :)

Ciao, baby… 8-)


Tell a Friend About This Post