Skip to main content

Posts

The day i tried to write ...

When I thought of this blog, it came to me that I am doing this thing as sort of a notebook for me to record just about anything about some tech stuff that I m recently into. It also brings out the writer side of me. When the editor in chief of my university’s newsletter asked me to do an article on the latest technological changes in the university I decided to give it a shot. Here are my two articles  featured in the newsletter : USLT Goes ADSL If you are surfing the web from home with a typical modem or you have tried using the internet access stations at the IMMO office during the first few weeks of this school year, you are familiar with the bursts, pauses, long access time and slow motion in the Internet highway during "rush hours". No wonder some people call the World Wide Web the "World Wide Wait". Because of the continuous commitment of the university to provide a better and faster access to information, a one year contract was recently signed by the Univer...

Operating System Name Game

When asked about what would some people name their Operating System if they have to create one, read on and be amazed by the way their minds worked it out. too much individualism Xavier Gee-mas Bandit-Carlo NUJ 05 Vanter D Excellent 1 Lavishey Nic 1 Machane Topchum Best_05 Cab 1 EVIX KELIOT JACONS BECANRO XYBER 329 ZALT 0006 Alu-Akbar Bamboo 2007 Spike 18 COMOX-JTB ms windows sound alike WIN GS GEM-WIN OS nationalistic pinoy too common MAVO OS (more advance version of OS) ZERO SIMPLEX Maple Operational System APSFE (An OS for Everybody) COSMIC ver.8 Simplinix weird names millennia elektra black devil brain virHack mindcrack common features they want to be integrated to their design speech recognition command AI portability virus immunity open source *this post is actually long been overdue… sorry

playing around with simple java application..

Someone asked me to make a simple program for converting number to words , but no one came back to get it so decided to publish it out of trippings.. Heres the java code for it..play around and enjoy ( Net Beans 3.6 is an acceptable java IDE) The Code package NumConverter; /* To make use of Dialog boxes in Input and Output*/ import javax.swing.JOptionPane; public class NumCon { /*Array members to be used in conversion*/ private String[] strOnes={""," One"," Two"," Three"," Four"," Five"," Six"," Seven"," Eight"," Nine"}; private String[] strSpecial={" Ten"," Eleven"," Twelve"," Thirteen"," Fourteen"," Fifteen"," Sixteen"," Seventeen"," Eighteen"," Nineteen"}; private String[] strTensSpecial={""," Ten"," Twenty"," Thirty"," Forty...

I Forgot My Windows XP Administrator Password!

Can't Log On to Windows XP?(by Vic Ferri) If that’s your only problem, then you probably have nothing to worry about. As long as you have your Windows XP CD, you can get back into your system using a simple but effective method made possible by a little known access hole in Windows XP. This method is easy enough for newbies to follow – it doesn’t require using the Recovery Console or any complicated commands. And it’s free - I mention that because you can pay two hundred dollars for an emergency download of Winternals ERD with Locksmith which is a utility for unlocking lost Windows passwords. See here http://www.winternals.com/products/repairandrecovery/locksmith.asp ERD is an excellent multi purpose product, but you should know it is not a necessary one if you have a healthy system and your sole problem is the inability to logon to Windows due to a forgotten password. Not necessary because you can easily change or wipe out your Administrator password fo...

Just another information system

Ever wondered why my blog seems to be not updated?

15 reasons why Firefox is better than Internet Explorer

1. Tabbed browsing . Lets you display more than one site in a window using multiple tabs. You can open a new tab by selecting Navigator Tab from the New submenu of the File menu (or press Ctrl+T). You can also open a link in a new tab by using the right-click menu. You will find configuration options in the 2. Tabbed Browsing preferences panel. Popup blocking Block all those popup ads. To disable popup windows, select Advanced and then Scripts & Plugins from the Preferences window. Then uncheck the box that reads "Open unrequested windows". 3. Prevent scripts from doing various things You can prevent scripts from moving windows, closing them, changing the status bar and setting cookies. To change these settings, select Advanced and then Scripts & Plugins from the Preferences window. Then uncheck the desired boxes 4. Site Navigation toolbar Displays content from the link tags provided by a document, allowing one to navigate to various parts of a site. 5. Sidebar The si...

We learn by reinstallation..

After two weeks of scratching heads and thinking hard i finally got the IBM server up and running once again. It was really a great experience on my part being new to this stuff so i jot down some thoughts that might be of help the next time i fool around with the DNS server 1. Configuring the servers RAID setting was abit tricky and it presented some issues that i learned through the process a. You cannot just remove a partition using fdisk if the drive is in an array. You need to enter the raid setup and manual remove the mirroring before proceeding with the next step. 2. Branded server like IBM provides installation CD that will help you configure and setup the server and the good thing about it is that it provides a way to set up scripts to do unattended installation of some NOS. 3. Installing windows 2003 server is as easy as installing Windows XP . Configuring it though is a little bit tricky. 4. DHCP setup is fine, DNS a little confusi...