Jump to content

Bhawan

Active Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Bhawan

  1. Create a script for each command, then in a new script, start all of them with the & at the end of the line and they should all run in the background. To see them in a console, I think you just type jobs, then it gives you a # and the script name. You can then do fg # to bring it to the front.

    http://linuxreviews.org/beginner/jobs/

    ex: launch.sh

    #!/bin/bash
    
    script1 &
    script2 &
    script3 &
    script4 &

    Thank you very much :D I'll give it a shot when I finish my homework.

    BTW: Is there a way I can filter out the job id for a specific process and then copy that to a variable so that later on i can just go " fg $VARIABLE " ?

    thanks

  2. Hi all, I have been trying to write a simple script to automate some tasks but i have hit a point where I just can't figure this out.

    I want to run multiple commands simultaneously in foreground (in different console windows) so somewhat like this:

    konsole command1
    konsole command2
    konsole commant3
    

    but the problem is that it waits for the first command to finish before executing the second one but the commands do not end (the aren't supposed to) and so it never starts the next command because it waits for the first command to finish and it never finishes.

    I have also tried this:

    konsole command1 &
    konsole command2 &
    konsole command3

    however, this doesn't work for me either because this makes em all run in background and not in foreground.

    I just want it to run all those commands in foreground so can you guys please help me with this.

    Thanks

  3. Most people who want to disable LanSchool will not have Admin rights on the machine or they wouldnt even have LanSchool on it lol. So deleting the files from C:\Program Files is out of the question. Not to mention that that would not work while LanSchol is running as Student.exe would be running locking the permissions to the file.

    true that but you don't necessarily need admin rights to get into C:\Program Files and also you may not be able to delete the actual exe cause it will be in use but you can maybe edit or delete some of its required support files or dlls (hopefullt they won't be in use or locked). There are too many variables when you try to do this. It entirely depends on how your school's machines are configured. Also, could there be away to stop the student.exe from starting when the system starts without using msconfig ? Maybe a registry file because sometimes admins don't block .reg files.

  4. some of broadcom ones do work but they sometimes give a lot of problems. an hp dv2000 of mine has one and injection was very hard to get working on it..... on the other hand i have been running backtrack on my AA1 8.9'' (a150 i think) since about a year and it has worked extremely well... injection and monitor mode work like a charm on it

  5. hi all i just read this entire thread (bored) and i would like to throw a few suggestions out there.

    1. Assuming that lanschool installs in the program files directory, can you just delete the .exe or some of the dlls it needs and just have it crash when it starts. or even better, just delete the whole freaking install folder of that thing.

    However to do this you'd probably need admin rights. one way would be to just boot into a distro(backtrack or even dos) cd into sdb1 or whatever is equivalent of C:\ProgramFiles\Lanschool(or watever its folder is) and just delete the contents or the whole folder. Or: Last year i discovered that you could right click a file and click open with and then click browse from the dialog box that opens up you can delete contents of program files. However this may or may not working depending on the permissions and tweaks ur it ppl have implemented. Also, this allows you to go to sometimes restricted places such as my computer from where you can go to network and so on ....

    deleting some files will just probably render it as broken leaving nothing that would show that it has been uninstalled as it will probably still show up in add and remove programs ..

  6. Hi everyone i have been watching the show religiously since last 2 seasons and so i just decided to make and account and join in....

    Favourite game: currently COD4

    Favourite OS: Backtrack 4 :D

    Favourite console: PSP cause it totally hackable

    Nationality: Canadian

    Accent: English

    Sex: Male

    Age: 16.

    Race: Homo Sapien Sapien

    Height: 5'11''

    Status: "invalid argument"

    Build: average

    Favourite band: Senses Fail

    Favourite book: a lot

    Favourite author: Darren Shan

    Favourite movie: Terminator series/Matrix

    Favourite director: N/A

    Favourite TV Show: Big Bang theory ftw

    Favourite actor: N/A

    Favourite actress: N/A

    Favourite Pinup: N/A

    Favourite Comedian: N/A

    Other hobbies: Modding (PSPs and consoles), sitting on the computer doing nothing, coding when bored, building small electronics.

    Car: N/a

    Occupation: Student / Fix friends' clogged up PCs person...

×
×
  • Create New...