Search

You can find the results of your search below.

using_htaccess @help:sysnews:inhouse
4 Hits, Last modified:
ny ways, the user and password are not related to our system users and passwords, so you can use anythi... p in two steps ==== For the sake of this example, our instructor's account name will be "hopper" and Pr... ne - The password file === Somewhere outside of your public_html directory, create a new directory to hold your password file. I suggest using a directory with a
isohome
3 Hits, Last modified:
Bring a blank CD or DVD to the lab * Log into your account, bring up a terminal and type "isohome" ... x machines there are times when you want to have your own copy of your account. There are several relatively painless ways to accomplish this task. On this ... The processes consists of making a cd image of your home directory and then either burning that image
gate_tips
2 Hits, Last modified:
need to do the following 2 steps: - Delete your existing user configuration file, do that with th... command: <code>rm ~/.gate.xml</code> - Run our in-house script to correct the paths in your mygate directory, do that with the command: <code>gate-f... ode> After that you may still need to configure your CREOLE Plugin to use the new path. You do that fr
kill_a_process
2 Hits, Last modified:
can try one of the Graphical Process Managers on our system. Our linux machines have several GUI process managers, some applications (like netbeans and em... ill, type the command: ps -xwu The "u" lists your user name, it's nice to be sure it's your process. \\ The "w" lists in wide format, so you see more of
acm_jar_applets
1 Hits, Last modified:
ed and executed from the command line, or within your favorite Java IDE (e.g., Netbeans, DrJava). It is also possible to run your JTF programs as an applet within a browser or via... add ``-classpath .:/usr/share/java/acm.jar `` to your command as in: javac -classpath .:/usr/share/java/acm.jar MyApplet.java =====-. change your environment for the current session ===== You ca
java_system_tips
1 Hits, Last modified:
ning a demo of Java's remote method invocation on our Ubuntu 9.04 based linux machines running java-6-o... === 0) Overview ==== This setup will let you run your own tomcat webserver on the local machine for bui... ll need to give it the absolute path. (Replace ??YOUR_USER_NAME?? with //your user name//.) Enter ??/home/YOUR_USER_NAME/mytomcat?? - Fill in something in