LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

Changes in slackware 13?

Posted 05-29-2009 at 02:57 PM by Intel_
Updated 05-29-2009 at 03:01 PM by Intel_

Please tell me as a comment in this post in the bulgarian slackware blog what changes would you like to have in slackware13?

I will translate your comments in bulgarian later,
Thank you!
Member
Posted in Uncategorized
Views 1778 Comments 0 Intel_ is offline
Old

Some decent software here

Posted 05-29-2009 at 01:46 PM by uinseann

Tux Radar
LQ Newbie
Posted in Uncategorized
Views 872 Comments 0 uinseann is offline
Old
Rating: 3 votes, 3.67 average.

LQ should come up with a smarter way of ranking users

Posted 05-29-2009 at 05:39 AM by rob124

I have looked at how LQ ranks its users. I was astonished to notice that users are simply ranked by the number of posts they have. While this is a good way of recognising long time members, I find that misleading to especially new users. Of great concern is the title "Guru" that is given when someone reaches 5000 posts. I would have OKed it if only 'Addict' was used.
Most new users (even old users, and indeed everyone) know and believe that 'Gurus' are well knowledgeable, experienced...
Member
Posted in Uncategorized
Views 2158 Comments 1 rob124 is offline
Old

Shell script for reading a particular process contineously from process table

Posted 05-29-2009 at 01:44 AM by vinaykori

Hi All,
Can any one help me out in writing a script for the below requirement.

Shell script for reading a particular process contineously from process table and redirect to a file with process details.


Requirement:
There will be a number of processes is running with the same process name having diffrenet Process ID. You wan't whenever a new process get invokes with the same process name then those process details needs to be redirect to File where...
LQ Newbie
Posted in Uncategorized
Views 1556 Comments 0 vinaykori is offline
Old

Discover library dependencies on Slackware

Posted 05-28-2009 at 02:34 AM by gabim
Tags slackware

I created a script to discover the library dependencies on my system:
Code:
#!/bin/bash

ECHO=/usr/bin/echo
SED=/usr/bin/sed
FILE=/usr/bin/file
CUT=/usr/bin/cut
LDD=/usr/bin/ldd
GREP=/usr/bin/grep
AWK=/usr/bin/awk

for p in `$ECHO $PATH | $SED 's/:/ /g'`
do
    for f in $p/*
    do
        if [ 'ELF' == `$FILE -b $f | $CUT -d' ' -f1` ]; then
            if $LDD $f | $GREP -q 'not found'; then
...
LQ Newbie
Posted in Uncategorized
Views 4291 Comments 7 gabim is offline

  



All times are GMT -5. The time now is 09:28 AM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration