Extract Files From RPM
Thursday, October 26th, 2006to list contents of an rpm;
rpm -qlp myrpmfile.rpm
to extract files;
rpm2cpio myrpmfile.rpm | cpio -i –make-directories
to list contents of an rpm;
rpm -qlp myrpmfile.rpm
to extract files;
rpm2cpio myrpmfile.rpm | cpio -i –make-directories
Come into my life,
Regress into a dream,
We will hide,
Build a new reality,
Draw another picture,
Of the life you could have had,
Follow your instincts,
And choose the other path.
You should never be afraid,
You’re protected from trouble and pain,
Why, Why is this a crisis in your eyes again?
Come to be,
How did it come to be,
Tied to a railroad,
No love […]
Scientists say, a big earthquake will demolish Istanbul in the next 25 years. Today we shook with 5.2. We will sleep at the second floor tonight. This feeling is not pleasant. Waiting for something…
Alt-x replace-string ENT string_to_be_replaced ENT new_string
for example;
If I want to change findName methods name to getName, I do the following
Alt-x replace-string ENT findName ENT getName
Today I installed two open source software to play at my free time. One is Inkscape which is a vectorel drawing software, the second one is Jahshaka which can edit and play video files. Probably I will not spend much time on these programs but it is nice to have a copy installed when someone […]
Today I played with googles personalizes homepage. There is notepad, gmail add-on and many others. If you login to google you can see all your previous searches as well as lots of other services. I have read that google gives a service, something like online office application.
What if we start to use all of the […]
When I run both of the cores of core 2 duo T5600 cpu at their lowest speed which is 996000 HZ system may freeze sometimes. It may be a bug in kernel which changes the speed of cpu according to system load. Anyway when I change the speed of one of the cores there is […]