CRAFTSMAN

Moonlight kiss -Bap Kennedy

September 16, 2009 · Leave a Comment

I can feel my heart
And its fit to burst
I try to clean it up
But I just get worse
I wish I could fall
On a night like this
Into your loving arms
For a moonlight kiss

I thought I saw your face
In the evening sky
On a lonesome cloud
That was drifting by
I wish I could fall
On a night like this
Into your loving arms
For a moonlight kiss

You got someone else
Maybe its for the best
Since I took the cure
For happiness
But I’d trade it all
On a night a like this
For your loving arms
And a moonlight kiss

For you loving arms
And a moonlight kiss

→ Leave a CommentCategories: feviorate song

How to disable autorun

July 31, 2009 · Leave a Comment

How to use Group Policy settings to disable all Autorun features

Use either of the following methods:

  1. Click Start
    Collapse this imageExpand this image

    the Start button

    type Gpedit.msc in the Start Search box, and then press ENTER.

    Collapse this image Expand this image

    User Account Control permission

    If you are prompted for an administrator password or for confirmation, type the password, or click Allow.

  2. Under Computer Configuration, expand Administrative Templates, expand Windows Components, and then click Autoplay Policies.
  3. In the Details pane, double-click Turn off Autoplay.
  4. Click Enabled, and then select All drives in the Turn off Autoplay box to disable Autorun on all drives.
  5. Restart the computer.

→ Leave a CommentCategories: windows

Don’t worry, be happy-Bobby McFerrin

July 15, 2009 · Leave a Comment

Here is a little song I wrote
You might want to sing it note for note
Don’t worry be happy
In every life we have some trouble
When you worry you make it double
Don’t worry, be happy……

Ain’t got no place to lay your head
Somebody came and took your bed
Don’t worry, be happy
The land lord say your rent is late
He may have to litigate
Don’t worry, be happy
Lood at me I am happy
Don’t worry, be happy
Here I give you my phone number
When you worry call me
I make you happy
Don’t worry, be happy
Ain’t got no cash, ain’t got no style
Ain’t got not girl to make you smile
But don’t worry be happy
Cause when you worry
Your face will frown
And that will bring everybody down
So don’t worry, be happy (now)…..

There is this little song I wrote
I hope you learn it note for note
Like good little children
Don’t worry, be happy
Listen to what I say
In your life expect some trouble
But when you worry
You make it double
Don’t worry, be happy……
Don’t worry don’t do it, be happy
Put a smile on your face
Don’t bring everybody down like this
Don’t worry, it will soon past
Whatever it is
Don’t worry, be happy

→ Leave a CommentCategories: Uncategorized

How to login multiple messenger yahoo/gtalk at a time

June 18, 2009 · Leave a Comment

To login multiple yahoo messenger:

Go to here: Start > Run > regedit > Ok
HKEY_CURRENT_USER > Software > yahoo > pager > Test
New > String Value

Then write there : plural , then right or double click>Modify >Value data > 0[zero] >Ok

Now you can log in multiple messenger

To login multiple gtalk:

Right-click on the desktop

Select New

Select Shortcut
Paste this into the text box:
“c:\program files\google\google talk\googletalk.exe” /nomutex
Click Next and choose a shortcut name whatever you wish.

That’s it :) enjoy

→ Leave a CommentCategories: windows

To open firefox safe mode in ununtu

March 31, 2009 · Leave a Comment

to open firefox safe mode in ununtu

go to to terminal and press:

firefox -safe-mode

make sure there was no firefox processes running, and then I tried

if it does not work first press:

ps axjf | grep firefox

then the above code

→ Leave a CommentCategories: ubuntu

install fonts on ubuntu

March 24, 2009 · Leave a Comment

To install fonts : paste the font in /usr/share/fonts.

Then go to the terminal and write: sudo fc-cache -f -v

→ Leave a CommentCategories: ubuntu

Restart apache

December 8, 2008 · Leave a Comment

sudo /etc/init.d/apache2 restart

→ Leave a CommentCategories: ubuntu

write permission in a folder

December 2, 2008 · Leave a Comment

write permission into a folder.

go to the terminal and press this code bellow.

sudo chmod -R 777 /path like:

sudo chmod -R 777 /var/www/

→ Leave a CommentCategories: ubuntu
Tagged:

How do I get permission to write to folder?

December 2, 2008 · Leave a Comment

Press ALT+F2 and enter gksu nautilus

→ Leave a CommentCategories: ubuntu

connect through pppoe

December 2, 2008 · Leave a Comment

some internet userĀ  use pppoe connectivity, its for them

go to terminal and write

sudo pppoeconf

press yes, yes and yes. you should face for username and password give your pppoe user name and password.

that’s all.

→ Leave a CommentCategories: ubuntu
Tagged: ,