You are viewing [info]hyper_raider's journal

Sun, Nov. 12th, 2006, 04:25 pm
Moved!

Seeing how google is intergrating their accounts with blogger i have there moved!

http://edward-lim.blogspot.com

Enjoy :)

Tue, May. 16th, 2006, 12:21 am
Footloose

It's official...i am hooked to the song footloose...weird


PS: I love my Deb :)

Mon, May. 15th, 2006, 06:06 pm
fun

Did you know that it can take an hour to install ubuntu on your machine, but you can take 30 seconds to hose your machine

Note to everyone dont try to erase that one line in the /etc/hostname file....or you will be in a pretty fun ride


PS: broadcom support on linux suxx

Fri, Apr. 21st, 2006, 01:52 am
IE 7

I caved and i finally decided to try out IE7, and my first impression was where is the tool bar? oh and did i mention that the memory usage is pretty high? I opened up 2 tabs at its up to about 82K and you say firefox uses a lot. Will try it out more

Thu, Apr. 20th, 2006, 08:47 pm
Raise

I got a raise! Hoorah....

Sun, Feb. 26th, 2006, 04:03 pm
this is a test

Testing to see if this works here

edit: apparently it doesn't

< /script>

Sun, Feb. 26th, 2006, 02:20 am
Hibernate

If anyone wants to program a database module using Java dont use hibernate! its a pain in the ass..nuff said, stick to jdbc

Ed

Thu, Feb. 16th, 2006, 07:20 pm
Vi tips

What is VI?
A screen based Unix text editor.

Why VI?
Because its basic and it always come with any unix based operating system. In other words its always there!

Warning: Vi can be extremely confusing to use for a beginner but it is very powerful once mastered.

Basic Vi commands
How to get Vi to work?
On the Unix command prompt type
vi filename
Where filename is the name of the file you want to open or create

There are basically 2 different types of mode in Vi
1) Insert mode --> to get into text mode just hit the i key
2) Command mode --> to get into command mode from text mode just hit the Esc key

Vi commands
Undo Command
u          undo the last command.

Cursor Positioning Commands
j           Moves cursor down one line, same column.
k          Moves cursor up one line, same column.
h          Moves cursor back one character.
l           Moves cursor forward one character.
$          Moves cursor to end of current line.
:n         Moves cursor to beginning of line n.

Text Insertion Commands
i           Inserts text before cursor. Terminated by the escape key.
I           Inserts text at the beginning of the line. Terminated by the escape key.
DEL       Overwrites last character during text insertion.
ESC       Stops text insertion.

Text Deletion Commands
x          Deletes current character.
dd        Deletes current line.
dw       Deletes the current word.
d)        Deletes the rest of the current sentence.
D, d$    Deletes from cursor to end of line.
P         Puts back text from the previous delete.

Cut and Paste Commands
yy        Puts the current line in a buffer. Does not delete the line from its current position.
p          Places the line in the buffer after the current position of the cursor.

Exiting vi
ZZ        Exits vi and saves changes.
:wq      Writes changes to current file and quits edit session.
:q!       Quits edit session (no changes made).

Thu, Feb. 16th, 2006, 02:51 am
Random Unix Tip

Just thought i post a list of basic Unix command here just for the heck of it

ls ................. show directory, in alphabetical order
mkdir .............. make a directory
rmdir .............. remove directory (rm -r to delete folders with files)
rm ................. remove files
cd ................. change current directory
man (command) ...... shows help on a specific command

pico (filename) .... easy to use text editor to edit files

passwd ............. change your password
chfn ............... change your "Real Name" as seen on finger
chsh ............... change the shell you log into

grep ............... search for a string in a file
tail ............... show the last few lines of a file
who ................ shows who is logged into the local system
w .................. shows who is logged on and what they're doing
df ................. shows disk space available on the system
du ................. shows how much disk space is being used up by folders
chmod .............. changes permissions on a file
bc ................. a simple calculator

Thu, Feb. 16th, 2006, 02:45 am

woweee long time no seeeeeee...anyway just an update, i'm still alive and kicking. Latest update is that i tried applying for a job and didnt even get an interview, no big deal right when you hear at first. Ok so here is the kicker, the person who got the interview over me was a person who works with me and was egged on by me to apply as well just thought that she didn't have anything to lose and all you know. So here is where the story gets interesting, i didnt get the interview but she did...comparing our resumes next to each other it clearly shows that i am wayy more qualified and experienced. So it may seem that i am tooting my own horn and stuff but you have to believe me in this. What is this job basically? well the position requires the person to write abuse reports for the Network engineering department, so the job requires you to monitor campus wide network traffic etc etc. So my question is why did they give this job to a person who is not even experienced enuf to take it?? Truly dissapointed that i didnt get an interview, if they didnt want to hire me its ok but they should have at least given me an interview

Oh well enuf of ranting, so that was the the thing that happened the past few weeks of my life, i got a book from my dearie :) The Art of Deception by Kevin Mitnick. Thanks Dear!! actually reading it now..its really interesting to see how easy people can be manipulated raeding that book. I wonder are humans just stupid? hmmm oh well...anyways i think this is just another update till i actually try to update agian the next time. Just putting something down here to let u guys know that i am alive and kicking

Ed

10 most recent