Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ashish061291
  • Order by date
  1. ashish061291

    How to create a directory.

    I am calling blktrace tool from my Perl code. The output of this tool gets saved on the current directory. From my perl code I want to go to "/tmp/xyz" directory. I know on terminal i can achieve it by "cd /tmp/xyz". But then how to do it from my perl code ??
  2. ashish061291

    How to create a directory.

    Actually through my perl code I am generating some files and I want to store them at a particular location in "/tmp" directory. So how can I achieve that ??
  3. ashish061291

    How to create a directory.

    hi... How can I create a directory named "/tmp/abc/xyz" from my perl code. Thanks..
  4. ashish061291

    How to change the scheduler value through code.

    Hi again, I have a GUI which accepts the value of the scheduler. This value is then saved in a variable. So, how can i use that variable in echo command. Kindly help...
  5. ashish061291

    how to pass "ctrl+c" to terminal

    Thnk u vry vry much :) It worked :)
  6. ashish061291

    how to pass "ctrl+c" to terminal

    And as i run again and again its pid changes every time. I can find the pid by using system("pidof -s blktrace");, but then how can i use this information further to stop blktrace execution.
  7. ashish061291

    how to pass "ctrl+c" to terminal

    Thnx a ton :) But is there any way if I can replace $pid_of_blktrace by the process name ??
  8. ashish061291

    how to pass "ctrl+c" to terminal

    Hi everyone, I am executing "blktrace" on my /dev/sda. In my application i have made a GUI which lets user to choose when he wants to stop "blktrace" execution. Now how can achieve it ?? Also how can i pass "Ctrl+C" to terminal from a perl script ?? Kindly help..
  9. ashish061291

    How to apply color to a label's text and background color .

    How to apply color to a label's text, a background color and a background image to a window while making a GUI using Perl/tk. And also how can we place a label at a desired location. i.e. desired x-y coordinate
  10. ashish061291

    How to change the scheduler value through code.

    thnx alot :-) it was really helpful...
  11. ashish061291

    How to change the scheduler value through code.

    How can we change the scheduler from "cfq" (by default) to "noop" through code. Basically I am working with Perl. I know how we can change it manually "echo noop > /sys/block/sda/queue/scheduler" but how to do it via code.

Part and Inventory Search

Back
Top