| bio | website | |
|---|---|---|
| location | Omaha, NE | |
| age | 29 | |
| visits | member for | 5 months |
| seen | May 22 at 20:51 | |
| stats | profile views | 3 |
|
May 2 |
comment |
Increasing Screen Size/Resolution on a VirtualBox Instance of Centos @AaronNewton, I totally understand. I just had to go through more research to get it working for me. If I have to do that, I usually post. Not to answer your question as much to maybe help out someone else that comes along and has the same questions with the accepted answer as I did. |
|
May 1 |
answered | Increasing Screen Size/Resolution on a VirtualBox Instance of Centos |
|
Jan 13 |
awarded | Scholar |
|
Jan 13 |
revised |
Bash script needed to run every second solution reworked, going with accepted answer |
|
Jan 13 |
accepted | Bash script needed to run every second |
|
Jan 9 |
comment |
Bash script needed to run every second is 'rand' the name of the script? so I would execute: & watch -n1 'mem.sh' |
|
Jan 9 |
comment |
Bash script needed to run every second will for(( ; ; )) do the job? or is while better? |
|
Jan 9 |
revised |
Bash script needed to run every second solution |
|
Jan 9 |
awarded | Supporter |
|
Jan 9 |
comment |
Bash script needed to run every second interesting way to do it. I've never heard of watch. What if the scrip takes longer than a second to execute? |
|
Jan 9 |
awarded | Citizen Patrol |
|
Jan 9 |
awarded | Editor |
|
Jan 9 |
awarded | Student |
|
Jan 9 |
comment |
Bash script needed to run every second why have two scripts? |
|
Jan 9 |
comment |
Bash script needed to run every second Where would I put the 'while true ; do ./your-script & ; sleep 1;' done? |
|
Jan 9 |
comment |
Bash script needed to run every second ok, let me edit it and I'll post the full script in a bit. |
|
Jan 9 |
asked | Bash script needed to run every second |