Skip to main content

Funny jokes





Honey..... What are You Looking for ?
Husband : Nothing.
Wife : Nothing...?? you've been reading our marriage certificate for an hour ??
Husband : I was just looking for the expiry date.

Q - What is the Difference Between Mother and Wife ?
A - One Woman Brings you into this world crying... and the other ensures you
Continue to do so.

Wife : Do you want dinner?
Husband : Sure, what are my choices?
Wife : Yes and no.

Wife: You always carry my photo in your handbag to the office. Why?
Hubby: When there is a problem, no matter how impossible, I look at your picture and the problem disappears.
Wife: You see, how miraculous and powerful I am for you?
Hubby: Yes, I see your picture and say to myself, "What other problem can
there be greater than this one?

Girl: When we get married, I want to share all your worries, troubles and lighten your burden.
Boy: It's very kind of you, darling, But I don't have any worries or
troubles.
Girl: Well that's because we aren't married yet.

A newly married man asked his wife, "Would you have married me if my father
hadn't left me a fortune?"
"Honey," the woman replied sweetly, "I'd have married you NO MATTER WHO LEFT
YOU A FORTUNE"

Father to son after exam: "let me see your report card."
Son: "My friend just borrowed it. He wants to scare his parents"

Interviewer to Milionaire: To whom do you owe your success as a
millionaire?"
Millionaire: "I owe everything to my wife."
Interviewer: "Wow, she must be a brilliant woman. What were you before you married
her?"
Millionaire: " Billionaire"

A wife asked her husband: "What do you like most in me my pretty face
or my sexy body?"
He looked at her from head to toe and replied: "I like your sense of humour"

Comments

Popular posts from this blog

What is Bitnami ?

                                            What is Bitnami ? Bitnami makes it easy to run your favorite server apps anywhere Bitnami is a library of popular server applications and development environments that can be installed with one click, either in your laptop, in a virtual machine or hosted in the cloud. We take care of compiling and configuring the applications and all of their dependencies (third-party libraries, language runtimes, databases) so they work out-of-the-box. The resulting packaged software (a 'stack') is then made available as native installers, virtual machines and cloud images. These Bitnami application packages provide a consistent, secure and optimized end-user experience when deploying any app, on any platform. Bitnami Cloud Hosting Bitnami Cloud Hosting is a server management solution that makes it incredibly simple to launch and...

Using Sublime Text or gedit when logging as User

For me I used xhost + and it solved the problem. You can use it when you are working in a  remote instance and you wanna use gedit. By default, and for security reasons, the only user that interacts with X-server is the logged-in user. Meaning, You can not initiate a connection to x-server as a different user or in your case as root, unless you have overridden the default setting to allow different users/hosts to connect to x-server. So the error message you are getting is related to x-server since any other user can't connect to it. In order to get around it, you have various fixes you can apply. What I normally do when ever I need to run an X-app as root is as follows. From normal user terminal, I run  xhost +  to grant access to all user temporarily Then I log in as root from a different terminal and execute the X-app ie  gedit tester.php To make it permanent (which I don't suggest), edit  /etc/profile  and add the following line: expor...