September 24, 2009

KDE4 Python based plasmoids problem and Solution

Actually I had problem running some cool widgets in kDE4

I'm now running fedora 10

and I was depressed why this message appears
" Could not create a python Script engine ............ "

so I asked "3am Google" and he answered it ;)

in Bug 497275 - Python based plasmoids under KDE4

the solution was easy just install the right package ;)
yum install kdebase-workspace-python-applet

Done and I'm having fun ...

Now I'll search for the solution for the KDE ruby based widgets :))

August 19, 2009

Linux Session in Suez Canal University

Ismailia LUG was today in the Faculty of Engineering, Suez Canal University, today's session which helded by El Naquib was to introduce the OSS and Open Source culture, in addition to introduction to the Linux operating System,

students tries to use the system, and test how this system is easy to use,

after the session, we have moved to the computer lab to make a small installfest, Installation of ubuntu 9.04 by Alnaquib and Gaber

during the installation, students have asked the question and we've provide the answers,

After the Installation, Shrief gave us a small talk about the LUG philosphy, the Idea of a Linux Community and Open Source Culture.

I myself was excited with the session and the talk, the attendies was interactive, and friendly, and I think they was excited too.

session photos soon

Have Nice time with Linux, and Be in Touch

May 18, 2009

Creating S.M.A.R.T. Goals

when i was surfing the internet i found this article i thought it may beneficial to you as it to me :D :

Creating S.M.A.R.T. Goals

Specific         Measurable    Attainable      Realistic         Timely

Smart Goals

Specific - A specific goal has a much greater chance of being accomplished than a general goal. To set a specific goal you must answer the six "W" questions:

*Who:      Who is involved?
*What:     What do I want to accomplish?
*Where:    Identify a location.
*When:     Establish a time frame.
*Which:    Identify requirements and constraints.
*Why:      Specific reasons, purpose or benefits of accomplishing the goal.

EXAMPLE:    A general goal would be, "Get in shape." But a specific goal would say, "Join a health club and workout 3 days a week."

Smart Goals

Measurable - Establish concrete criteria for measuring progress toward the attainment of each goal you set. When you measure your progress, you stay on track, reach your target dates, and experience the exhilaration of achievement that spurs you on to continued effort required to reach your goal.

To determine if your goal is measurable, ask questions such as......How much? How many? How will I know when it is accomplished?

Smart Goals

Attainable - When you identify goals that are most important to you, you begin to figure out ways you can make them come true. You develop the attitudes, abilities, skills, and financial capacity to reach them. You begin seeing previously overlooked opportunities to bring yourself closer to the achievement of your goals.

You can attain most any goal you set when you plan your steps wisely and establish a time frame that allows you to carry out those steps. Goals that may have seemed far away and out of reach eventually move closer and become attainable, not because your goals shrink, but because you grow and expand to match them. When you list your goals you build your self-image. You see yourself as worthy of these goals, and develop the traits and personality that allow you to possess them.

Smart Goals

Realistic - To be realistic, a goal must represent an objective toward which you are both willing and able to work. A goal can be both high and realistic; you are the only one who can decide just how high your goal should be. But be sure that every goal represents substantial progress. A high goal is frequently easier to reach than a low one because a low goal exerts low motivational force. Some of the hardest jobs you ever accomplished actually seem easy simply because they were a labor of love.

Your goal is probably realistic if you truly believe that it can be accomplished. Additional ways to know if your goal is realistic is to determine if you have accomplished anything similar in the past or ask yourself what conditions would have to exist to accomplish this goal.

Smart Goals

Timely - A goal should be grounded within a time frame. With no time frame tied to it there's no sense of urgency. If you want to lose 10 lbs, when do you want to lose it by? "Someday" won't work. But if you anchor it within a timeframe, "by May 1st", then you've set your unconscious mind into motion to begin working on the goal.

T can also stand for Tangible - A goal is tangible when you can experience it with one of the senses, that is, taste, touch, smell, sight or hearing. When your goal is tangible you have a better chance of making it specific and measurable and thus attainable.

 



Article Source : http://www.topachievement.com/smart.html

February 28, 2009

Tip : Shutting down your system automatically

Welcome again,
this post I've a tip for you, it is how to shut down your system automatically, such operation required a tool in the past when I was operating windows, but now, you can do it without any additional tools, just your system :)

the command is shutdown, and here is the syntax

shutdown -P [time]

this command require root access on the system, and very flexible too, you can use it in many diffrent ways,

here are some examples of using the command:

shutdown -P now
this command will shutdown the system immediately

shutdown -P 10:23
this will shutdown the system on 10:23 AM

shutdown -P 22:23
this will shutdown the system on 10:23 PM

shutdown -P +15
this will shutdown the system after 15 minutes

the command has lot of options you can test it,

that's all for the moment

February 03, 2009

YUM segmentation fault in fedora 10 >>> It's Fix

the Problem

While I was updating my fedora 10. I accidentally restarted my PC.
after restating the PC. I tried to update the packages by package managers it takes too long.
I used the # yum update  command it give me the error message "Segmentation fault" and aborts.

I searched for the solution and found this one.

the reason

this error is a result of a corruption in RPM Database Files located int /var/lib/rpm/
 
how i fixed it

by executing the following commands ( while I'm root )

# rm -f /var/lib/rpm/__db*
# rpm --rebuilddb

It worked for me hope it works for you too ;)

more details about this problem and RPM DB Recovery

RPM DB Recovery in Details (RHEL 3 )

Working With the RPM Database (Fedora)

How to "repair" /var/lib/rpm/Packages

the solution posted here was found in the following link
yum Segmentation fault

January 29, 2009

Tip: Install ATI radeon mobaility 1600

This Problem was sent and reviewed on the LUG Yahoo Group
Go to this link and download the driver.

To compile the driver you will need the source of the
corresponding kernel to be installed. However, recommend to use the proprietary driver included
in the distribution. Mandriva should autodetect the driver if you use
the PowerPack version.