Search Results

Search: Posts Made By: kholostoi
Forum: Linux 03-09-2009
4,468
Posted By kholostoi
[help] can not install KDE by yum
Hi,
I installed Fedora 7 without GNOME and KDE from DVD. Using console is not convenient, so I would like to install KDE. I do some step like this:
----------------------------
1. I use local...
8,150
Posted By kholostoi
this is my solution: ------------- file...
this is my solution:
------------- file read_dir.sh ------------------
#!/bin/sh

dirname=$1
for filename in `ls $dirname`
do
if [ -f $dirname/$filename ]
then
...
10,372
Posted By kholostoi
This is my solution: file : awk_tets ...
This is my solution:

file : awk_tets
BEGIN { flag = 0}
/^<bag name="mybag2"/ { flag = 1}
/^<bag name="mybag3"/ { flag = 0}
{ if (flag == 0) { print; } }


in command line: $ awk -f...
29,326
Posted By kholostoi
[ -z STRING ] means: if STRING is NULL then...
[ -z STRING ] means: if STRING is NULL then return TRUE (0)
[ -n STRING ] means: if STRING is not NULL then return TRUE (0)
6,278
Posted By kholostoi
I spent two day in googgle to seek this problem,...
I spent two day in googgle to seek this problem, and found somethings:
--------------------------------------
1. acording to "man crash":
namelist
This is a pathname to an uncompressed kernel...
6,278
Posted By kholostoi
crash: vmlinuz-2.6.11-1.1369_FC4: not support a file format?
Hi all,
I try to run command:

$ crash -s System.map-2.6.11-1.1369_FC4 vmlinuz-2.6.11-1.1369_FC4

in my Fedora core 4, but it do not work :(

"crash: vmlinuz-2.6.11-1.1369_FC4: not support a...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 01:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy