Jump to content

hyuuga

Members
  • Posts

    25
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

hyuuga's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hello and good day... I'm trying to refresh by press the F5 button to refresh my iframe.. for your information, there is other tool in that iframe. the problem is 1. when i press the F5 key(refresh) while it's running, the whole page refreshing and i need to login to the tool. 2. i want to refresh the iframe without logout the tool... can you give me some guide how to solve this problem.. sorry my english not so good... thank you... regards, hyuuga
  2. 1. Internet archive wayback machine 2. i'm trying to access thi wayback machine from other oc but i won't show up.. can you guide me please? thanks for the reply..
  3. how to remote access wayback? fyi. i already put the wayback application to my website so that user search the website that i already downloaded it.. and the problem is, i can access wayback from my pc, but when i'm trying to access from the other pc it can't show up.. please help me.. thank you...
  4. yes. I have graphical login and when right clcik the mouse I can have terminal prompt as well. But now tht the problem is when I locate the bash code in rc.local and after reboot, it will lead me to the blank desktop. can u please help me. please.... thanks a lot :-)
  5. wow.. thanks fast your prompt reply. I allocate the bash coding into the rc.local then i reboot it then I cant login to my desktop, It just shows the blank page, so now I need to use a LIVE CD to login and delete the coding tht I placed in the rc.local. Please advice... thanks a lot :-)
  6. i already remove the bash script from the etc/init.d and i copy the script to the rc.local file but i still cannot access my desktop... thank you for ur reply..
  7. thanks you again for your reply... i already copy the bash script into the /etc/rc.local file. when i reboot my pc, i found out that i not able access to the desktop. appreciate your guidance and help. looking forward to hear from you.. from nisa..
  8. hello thanks for your reply... 1.how to start up scripts within /etc/init.d/ require the functions start(), stop() and restart() at minimum? 2. is there any code beside the bash script? 3.can you guide me step by step? thanks again for helping me... i really appreacite it..
  9. hi thanks for the reply i appreciate it! here what i have done.. 1.) i add the command to a bash script #!/bin/bash # #chkconfig:345 99 99 #Description:Script to change /dev/random export HERITRIX_HOME=/root/heritrix-1.14.3 cd $HERITRIX_HOME $HERITRIX_HOME/bin/heritrix --admin=LOGIN:PASSWORD --port=9090 2. and save the file and roots owns it and has execute permission: chown root:root: heritrix.sh chmod 755 heritrix.sh 3. copy the file to /etc/init.d/ cp heritrix.sh /etc/init.d chkconfig -- add heritrix.sh chkconfig heritrix.sh on and i reboot my pc, i found out that i not able access to the desktop. can you please guide me step-by-step? appreciate your guidance and help. looking forward to hear from you..
  10. thanks for your reply.. 1. i have to open the heritrix console via my webpage and it is successfull when i click button "here" to open the heritrix.sh and heritrix console can be run... fyi button "heritrix console" is link to http://localhost:9090 but before that it has to open with heritrix.sh. 2. The problem is when i restart the pc, i have to click "here" to download and open with heritrix.sh. what i want is.. after i restart or reboot my pc i can directly access heritrix console wihtout click the "here" button. i want that i can directly open by typing http:// localhost:9090 at web browser and it can automatically go to heritrix console
  11. hola i need some guide.. how can i auto start up heritrix? last time i'm using this bash scrip to start up the heritrix by click the button.. and it's works but now i want to au to startup heritrix whithout click the button... i want o open it directly from the browser #!/bin/bash # #chkconfig:345 99 99 #Description:Script to change /dev/random export HERITRIX_HOME=/root/heritrix-1.14.3 cd $HERITRIX_HOME $HERITRIX_HOME/bin/heritrix --admin=LOGIN:PASSWORD --port=9090 thank you..
  12. do you have any idea how to do that? fyi i'm using linux..
  13. hola thanks a lot.. now i can open the heritrix console by click the button to open the application by using bash command #!/bin/bash # #chkconfig:345 99 99 #Description:Script to change /dev/random export HERITRIX_HOME=/root/heritrix-1.14.3 cd $HERITRIX_HOME $HERITRIX_HOME/bin/heritrix --admin=LOGIN:PASSWORD --port=9090 now i want to do that the heritrix console can be startup automatically. wihout click the button...
  14. how to use apache? how to run it? can you please guide me how to use apache? thank a lot.. for ur info i'm using xampp..
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.