Search:

Type: Posts; User: bkpsusmitaa; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.12 seconds.

  1. An old problematic HCL Me laptop, either of Ubuntu or Debian Live ISOs won't run

    Well, they run only up to a point, both the latest 20.10 Ubuntu LTS and Debian Live. Have been running Ubuntu LTS 14 for a long time, but need upgrade.

    The problematic Hardware are:
    (1) Audio...
  2. Re: How to send the message box generated to background

    True! It appears that I did not have the capability to pinpoint the function $DISPLAY. Maybe I will improve with experience.
    Now the main issue:
    How to send any popups to the background?
  3. Re: How to send the message box generated to background

    Because the message boxes showed precisely those messages like SCANNING DEVICE, Looking for PPPoE Access Concentrator on... and multi-modem mode... So I guessed... turns out they were wrong guesses!
  4. Re: How to send the message box generated to background

    That is not a reasonable solution ;) because I need the script to run iteratively ... Okay! Thank you. But how did you arrive at the conclusion?! Could you give me a hint or two? that is, why not...
  5. Re: How to send the message box generated to background

    My apologies for delayed response...

    Actually, the question mark you put at the end of your post confused me. I will attach the modified pppoeconf script file. I have removed the execution...
  6. Re: How to send the message box generated to background

    The code is from pppoeconf script file. I have modified the file to suit a particular purpose of mine. Everything works fine, but can't send the message boxes to the background. The popping up of the...
  7. How to send the message box generated to background

    We are aware that an "&" at the end of each command executes it in background.
    How can I send the message box generated from the following code to the background:

    title=$(gettext ‘SCANNING...
  8. Replies
    2
    Views
    8,095

    Re: Reading SIM card filesystem in Linux

    A few concrete links please... :) What I want to do is to read/write the sim filesystem via pcmanfm or nautilus and read the files with editors. The stackoverflow site does NOT contain explicit...
  9. Replies
    2
    Views
    8,095

    Reading SIM card filesystem in Linux

    Could you please inform which modules do I need to install to access the filesystem of a SIM card and read data from it? It could be any standard GSM SIM card.
    I have read this post:...
  10. Re: Script hat manipulates strings within it

    I am sorry I could not explain myself. It would be like a syllabus - a guideline, like say first, para(1) to para(3) from page xxx, second para(3) to para(5) from page yyy, and so on and so forth......
  11. Re: Script hat manipulates strings within it

    Wow! Thanks. Why don't you guys prepare a guideline for us novices to ease our learning bash scripting?!
  12. Replies
    8
    Views
    3,762

    [SOLVED] Re: What is unary operator?

    As I stated earlier, it reported about unary operator: "unary operator expected"
    If you don't have pressing work at hand could you look into this please? Script hat manipulates strings within it
  13. Script hat manipulates strings within it

    I want the following script to check the speed of the internet data transfer, and if it is slow or off, invoke pppoeconf for access concentrator


    #!/bin/bash
    while :
    do
    x=0
    y=0
    x=`pppstatus...
  14. [SOLVED] Re: Explanations on the lowercase to uppercase conversion script please

    ... like a child learning to speak, like a child...
    Not if I have compatriots and OSS enthusiasts like you! Thank you
  15. [SOLVED] Re: Explanations on the lowercase to uppercase conversion script please

    Baptism by fire... :) I know the definitions, they're in the file. I wanted to know if this is inbuilt? If so, it would provide me an opportunity to go through the source code to see how it's done. ...
  16. [SOLVED] Explanations on the lowercase to uppercase conversion script please

    I have the script from advanced bash scripting guide. There are some things which I could not understand.
    ==============================================

    #!/bin/bash
    # upperconv.sh
    # Converts a...
  17. Re: Populating bash manual with examples - starting wiki for all manual pages

    I am so sorry! I didn't know changing the heading will create two seperate threads. Actually, I come from Debian and in Debian forum you could do it. I apologise.

    And please delete the first post.
  18. Populating bash manual with examples - starting wiki for all manual pages

    Dear compatriots,
    It would have been really nice had the manual page for bash was left as it is, but populated with examples. I searched the internet for such options and found a link, but the page...
  19. Populating bash manual with examples - starting wiki for all manual pages

    Dear compatriots,
    It would have been really nice had the manual page for bash was left as it is but is populated with examples. I searched the internet for such options and found a link, but the...
  20. Is voice call possible through USBmodem with minicom?

    I have a Huawei modem which I can use to log on to internet with the following wvdial configuration. Is it possible for me to call, or send SMS to, any phone no. with the modem using minicom abd AT...
  21. Replies
    8
    Views
    3,762

    [SOLVED] Re: What is unary operator?

    I am sorry, I have indeed used backticks in the original script. I just typed wrong here.

    I have to say I have tried the double quote around the variable, and this makes the script useless! You...
  22. Replies
    8
    Views
    3,762

    [SOLVED] Re: What is unary operator?

    I have tested with quotes. It ruins the script.
    Thanks, Sudodus, for the concepts of unary operator in unix and the while command in bash.
    Let us brainstorm further. I believe we will arrive at a...
  23. Replies
    8
    Views
    3,762

    [SOLVED] What is unary operator?

    I tried to contact s1ightcrazed because I saw his ability to explain things simply, in his posts assign the exit status of a command to a variable. I failed to get in touch with him.

    I wrote a...
  24. Re: HOWTO: Track your position using a GPS dongle and Google Earth

    Please visit my Debian page and read the posting there. The link is:
    http://forums.debian.net/viewtopic.php?f=7&t=81806&p=443485#p443485

    I have nearly to my destination, but am faltering at the...
  25. Re: HOWTO: Track your position using a GPS dongle and Google Earth

    Dear friends,
    O tried the codes, everything works in pieces, but we have a failure

    Hope the problem will be identified.
Results 1 to 25 of 36
Page 1 of 2 1 2