QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

How to run custom startup/shutdown script upon full system boot?

KUDOS Unofficial Kubuntu FAQ
Name your post-boot script as -e.g.- "zzboot" or something similar which sorts last. If you need to run several scripts, then call them all from within "zzboot". Copy it to /etc/init.d directory, make sure that it is executable, then make it part of boot process so as to run it last while booting up, and first while shutting down: sudo cp zzboot /etc/init.d sudo chmod +x /etc/init.d/zzboot sudo update-rc.

How to run custom startup scripts upon base system boot?

KUDOS Unofficial Kubuntu FAQ
Copy your boot scripts to /etc/rc.boot directory and make sure they are executable. Assuming that they're in a hypotethical ${MY_BOOT_SCRIPTS} directory: sudo cp ${MY_BOOT_SCRIPTS}/* /etc/rc.boot sudo chmod +x /etc/rc.boot/* They will be executed in alphanumerical collating order, after '/etc/init.d/rcS' script is run, and before any script in /etc/rc2.d/* (which are just symbolic links -shortcuts- to actual scripts in /etc/init.d/*) is run, i.e. just before "Entering run level 2..

Where can I install a custom startup script?

OpenEye Scientific Software | FAQ
With Vida 2.0, a mechanism was introduced whereby Vida-API (Python) commands may be invoked at startup. At present, this file must be named startup.py and must be located as follows: Windows: C:\Documents and Settings\username\OpenEye\VIDA2\startup.py Unix/linux: $HOME/.OpenEye/VIDA2/startup.py Note that the example pdbopen.py provided with Vida can be used as a startup script. This adds a menu button to download a PDB file by its ID.

What are rotor startup/shutdown speeds?

quietrevolution
The QR5 is a 'lift-type' turbine and needs to operate at a specific tip-speed ratio to produce maximum power. If the control system determines that sufficient wind exists for operation, the turbine is actively spun-up to operating conditions at which point it enters lift-mode and starts extracting energy from the wind. It will self-maintain in a steady wind of 4.0/4.5m/s. The turbine will brake in high wind events of speeds over 12m/s and shut down at continuous speeds over 16m/s.

Where are the startup/shutdown screens?

Windows 666: frequently asked questions
You must remember that the LOGO?.SYS files are sometimes hidden - check if this option is enabled on Windows Explorer, then check again if the *.SYS files are indeed in the C:\Program Files\Plus!\Themes\Bandname\ folder. Finally, set up the screens as explained on the README.TXT included in the theme file. Remember to backup the original screen files!!!

How do I run custom startup code before the runtime-system is invoked?

Chicken Scheme: Frequently Asked Questions
When you invoke the C compiler for your translated Scheme source program, add the C compiler option -DC_EMBEDDED, or pass -embedded to the csc driver program, so no entry-point function will be generated (main()). When your are finished with your startup processing, invoke: CHICKEN_main(argc, argv, C_toplevel); where C_toplevel is the entry-point into the compiled Scheme code. You should add the following declarations at the head of your code: #include "chicken.

Can Expect be run as a CGI script?

Expect FAQ (Frequently Asked Questions)
Many Expect scripts can be run directly with one change - the following line should be inserted before any other output: puts "Content-type: text/html\n" Next, make sure you invoke external programs using full paths. For example, instead of "spawn telnet", use "spawn /usr/ucb/telnet" (or whatever). Remember that the PATH and other environment variables are going to be different than what you are used to.

How do I run my programme as a script, then?

Frequently Asked Questions for comp.lang.lisp
There is no direct equivalent of __FILE__ and __LINE__ in ANSI Common Lisp; this is perhaps most simply explained by the fact that CL is not particularly a file-oriented and definitely not a line-oriented language. That said, your particular implementation may carry around some information about where functions were compiled, and COMPILE-FILE binds the special variables *COMPILE-FILE-TRUENAME* and *COMPILE-FILE-PATHNAME*.

How do I restore the original startup/shutdown screens?

Any Skins: FAQ
The startup screen is called "Logo.sys" and is located on the root directory C:\. Just delete it and the original windows startup screen will appear the next time you boot. The two shutdown screens are called "Logow.sys" and "Logos.sys", and are located in the windows directory C:\WINDOWS\. Just replace the current files in your windows directory with the original (English) Windows95 or Windows98 screens.

I rebooted after an abnormal shutdown and now nothing will run. What do I do?

Bardon Data Systems: Full Control Internet FAQ
If you have controlled Allowed Applications with the strict option, and if for any reason Full Control Internet does not exit normally, the low-level "don't run" settings will still be in place, and almost nothing on your computer will run. This is rare, but computers are not infallible. If it happens, Full Control Internet provides a number of recovery options. They are listed below in the recommended order.

Question: How do I get the application on my PowerStation to run on boot-up?

FAQ's Frequently Asked Questions
Answer: There are settings in Interact development and on the PowerStation that need to be adjusted. In Interact under the FILE menu select Interact Settings and then select your Startup Application on the General Tab. Then in the Application Browser, Under Application Manager, Select Application Settings. Then on the General Tab under Startup Mode choose Run and make sure that you have chosen the appropriate Startup module.

Can you run a Java Script or Java Applet on my page?

Middlebury Vermont Community Network Frequently Asked Questi...
Ans: Yes, we can... but we should caution you that there are still a lot of old browsers out there that are not Java-enabled. Older AOL browsers, for example, have a devil of a time with Java. We are frankly looking forward to the time when the whole web is fully utilizing the interactive capabilities of the platform-independent language and world of Java. Ans: We have an excellent form script in our CGI Bin, written in perl.

I get a Server Error when I run my cgi script. How can I fix that?

CheaperWebHost.com - Frequently Asked Questions (FAQs)
First, make sure that the permissions on the file are set properly for execute permission. By default, the permissions are 644 (rw-r--r--) and do not allow execution. You need to change the permissions, or the mode, on your cgi script to 755 (rwxr-xr-x). Some FTP programs allow you to change file permissions, if yours doesn't, then you can use the File Manager in your Control Panel to change the permissions.

How do I run a script?

Modelworks Software
You have several choices. First, open the tools tab in the workspace (the tools tab is the one with a pencil icon). Then open the folders in the tree view until you see the script that you want to run. Then double click on the script to run it. You can also use the context menu by doing a right mouse down on the script and then selecting run or run batch. The Run command will run the script in the current thread.

How can I pipe all commands RCF will be executing to a custom script tailored to my setup?

RCF Frequently Asked Questions
Some users expressed the need for a tailored script, which improves execution speed. To create such a script, invoke RCF as follows: Mind you, the new shell script will not reflect any changes in the config file. You'll need to create a new one each time you upgrade RCF, add or remove interfaces or change something in your configuration file.

What about Logoff, Startup, and Shutdown scripts in Group Policy?

Logon Script FAQ
Group Policy can also be used to assign Logoff, Startup, and Shutdown scripts. The Logoff script setting in Group Policy is "User Configuration", "Windows Settings", "Scripts (Logon/Logoff)", "Logoff". Similar to the Logon script setting, it applies to all users in the domain, site, or organizational unit that the GPO is assigned to. Startup and Shutdown scripts are in "Computer Configuration", "Windows Settings", "Scripts (Startup/Shutdown)".

What about a startup script or event-triggered scripts?

Scribus:. GPL Desktop Publishing and More
Startup scripts are supported, and scripts that run when certain events happen may be supported in future. If a script is in a position to "infect" a startup script or your application, it's also able to modify your .bashrc or your X startup script. In other words, if you choose to run untrusted code on your machine, it's too late - having it insert its self into a Scribus startup script would be the least of your problems.

Explore Other Topics

What happens if the landlord wants to sell the house?
My CDRW disc will not play in our home or car stereo system - What's up?
What does R-value and U-value mean?
Why does my smoke detector make a short chirping sound every few minutes?
How do I remove my "proxy settings" from my computer?
How do I get into a program at BCIT?
What does the Ontario Water Resources Act do?
What is an IFB, RFP or RFQ and what is the difference?
Who decides foreign exchange rate?
Can grizzly bears climb trees?
How do I configure my email client (program so that I may check my Ayza Net email account with it?
Is there an FAQ for travel documents needed by a permanent resident?
What are Written Interrogatories?
Q4. How can I tell if my PC has a virus?
How to enable Cookies and What is a 'Session Timeout'?
More Questions >>

© Copyright 2007-2009 QueryCAT
About • Webmasters • Contact