Olafusi Michael O.
The past three months were unusual
I was very bothered about my NYSC
About where my posting will be
Where my state of deployment will be
I knew what I do not want
But was confused about what I want
I got a plum job offer at NSN
A job worth maneuvering for
I felt like lobbying for Lagos state
That was the beginning of my confusion
“Is it right or wrong to influence my posting?”
Though I felt it's not very very right
But I concluded that it's not wrong
As long has I do not bribe anyone for it
Well that was easy to force myself to accept
But will my desperate parents know that limit
“What does God think about all these?”
Have faith and do only the right thing
Now this led to the peak of my confusion
I believe influencing is not wrong
And so must be right
And doing the right thing is not being faithless
Not influencing is more right
But folding my arms is very hard
Having faith is of many levels
One is to abandon everything to God
Another is to submit everything to God
But both involves God taking control
Not influencing will be abandoning
That I won't even bother about the posting
Influencing will be submitting
That regardless of my efforts only God's will be done
And in my opinion both are alright
But I prefer the later
The later will involve my parents and other people
Whom I have little control over their actions
And they all have high tendency to bribe on my behalf
This makes the option I prefer
Most likely not what God will desire me to choose
And now I am most confused about everything
Olafusi Michael O.
My laptop's 160GB hard disk is partitioned into more than six logical partitions and I multi-boot Windows 7, Windows XP, Kubuntu, Mandriva and Fedora. So you can imagine how I must have butchered the 160GB. I have managed to logically organize my files on the system, I put my iso image files in Kubuntu and Mandriva, my documents are in Windows XP and Windows 7. This makes it inevitable for me to frequently access documents on the Windows partitions and also copy documents to them. Occasionally, while working in Linux commandline I need to mount images on the Kubuntu partition or read a file I saved in the Windows partition. Unfortunately, Fedora has a terrible way of naming my partitions that are not part of its filesystem, for example the full path to my Windows XP partition is /media/8E9C64209C640555 and the one for my Windows 7 partition is /media/925C181C5C17F9A5. After getting sick of having to copy and paste the path, I decided to do something permanent that will help me get round the problem.
Well what I eventually did was to add a four aliases to automatically change to any partition without bothering about its full path. All I did was to edit the /home/freeman/.bashrc file, I appended the following --
# User specific aliases and functions
alias kubuntu='cd /media/0f83fb7e-7810-489d-ad1d-1cfeb50e1ff2'
alias mandriva='cd /media/d06a0246-9501-4e55-8162-146e500cd2a0'
alias windowsxp='cd /media/8E9C64209C640555'
alias windows7='cd /media/925C181C5C17F9A5'

Voila! Now everytime I enter windowsxp on my command prompt, I am automatically switched to the Windows XP partition.
Labels: 0 comments | Links to this post | edit post
Reactions: 
Olafusi Michael O.
I have this folder I named "Download", It is one of the largest folder in my Windows partition because it is where I stuff all my softwares and other downloads. I have always wished that I could right click on any software on a flash drive or CD and see Downloads folder as one of the destination I could Send To.


Well this wish did come true, so I will show you how I did it.
I navigated to where my Downloads folder is located on my windows explorer and left the window open.
I then navigated to my user account's home folder (mine was C:\Documents and Settings\freeman) on another explorer window. If you are using Vista or Windows 7, the path will be similar to this C:\Users\freeman. Goto the menu bar (in Vista and Windows 7, you will have to press the Alt button first before you will see the menu bar), click on Tools, Folder Options, choose the View tab and under the Advanced settings make sure that Show hidden files and folders is dotted. Apply and Ok the selection, then you should be able to see the Send To folder (it will appear a little fade).



Enter the folder. Now position the first exlorer window that contains the folder you want to add as a Send To destination beside the Send To explorer window, as shown above.
Right click on the desired folder and drag it to the Send To folder, and choose Create Shortcut here.


Well that's all, you will now be able to send files and folders directly to this folder from anywhere.

Labels: 0 comments | Links to this post | edit post
Reactions: