Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- backups @help:general_linux
- :sysnews#Overview]] * [[:sysnews#Creating a tar file of your entire directory]] * [[:sysnews#Copying the file to another location]] * [[:sysnews#Tar Document... re it. The process consists of making an archive file (one file that contains all your files - or at least the interesting ones) and then moving that file of
- using_htaccess @help:sysnews:inhouse
- Two files are needed for this system. A password file and an access file. Only one password file is needed, any number off access files may refer to the same password file. The password file should never be put in a loca
- linux_advanced @help:general_linux
- ===== Linux Commands : file - search / replace ===== For the following cmds, the //test.file// contains: <code> 1 cat barn food 2 dog house ki... </code> ==== grep ==== "searches the named input FILE for lines containing a match to PATTERN" * Good for searching a file for a certain pattern <code> user@tim:~$ grep --h
- isohome @help:sysnews
- view|Overview]] * [[#doit|Creating the cd image file]] * [[#burnit|Burning the image to a CD or DVD in the Advanced Lab]] * [[#moveit|Copying the file to another location to burn]] * [[#docs|mkisofs... image onto a CD or DVD in the lab or moving that file off our system to some other place where you can ... h Joliet directory records in addition to iso9660 file names. This type of image can then be burned onto
- filecopy @help:general_linux
- s to your computer. The scp program will copy one file or a group of files between computers and exit ri... s in current directory on remote computer| |''get FILE''| copy FILE from remote computer| |''put FILE''| copy FILE to remote computer| |''!COMMAND''| execute COMMAND on lo
- linux_basics @help:general_linux
- ===== Files, Directories and Paths ===== * a //file// is a collection of data with a name (a //filena... the hardware, programs will generally work with a file as a single continuous collection of data. * a... * a //path// is a way of naming the location of a file, directory, link or device. //Paths// can be //r... ory of bob. * **//rm filename//** : removes the file filename where filesname may be a fully qualified
- sshkeysmswindows @help:general_linux
- SSH keys. On the PuTTY website, download the .msi file in the Package files section at the top of the pa... ick [Save public key] to save the public key to a file. This is the file that you will install on a remote host that you want to connect to using SSH keys rather than typing a password. A MS Windows "Save file" dialog box opens. You can create a folder called
- acm_jar_applets @help:sysnews
- ork for Java programs which is distributed in the file [[http://jtf.acm.org/acm.jar|acm.jar]]. Program... s have their own way of incorporating the acm.jar file, if you want it included at those times you are c... long run is to set your classpath in your .bashrc file. ((You didn't change your shell did you? Everyone... set for you. To make this modification, edit the file ~/.bashrc and add the following lines to it at th
- jump @help:general_linux
- in your CS account in your ~/.ssh/authorized_keys file. Then, when you are logged into a CS Dept system ... dd that public key to your ~/.ssh/authorized_keys file. Once you have your keys in place you should be ... we make this easier? Yes we can! You can create a file named "config" under ~/.ssh as ~/.ssh/config with... station) $ from your device, the config file will be consulted and it will SSH into hostname=m
- using_dbc @help:sysnews
- This script is used to look at information from file names created by the submit script used by the di... In order to use this, you need to add a .supertab file in the course directory. This file will allow certain people to use the command super. If one already... ame. Once a user is in the /home/csXXX/.supertab file, they can use this script. To look for any dropbo
- apple @help:general_linux:x2go
- \\ * **Step 3**: Click on the x2go client dmg file that best matches your OS X version. * **Step 4**: Once the dmg file downloads, click on the file to open it. A new Finder window will appear in which there is a file called "x2goclient". Open another finder and go
- using_the_pickup_script @help:sysnews:inhouse
- wing line to the course account's @@~/.supertab@@ file, if the account does not already have a @@.supertab@@ file, create one. (Replace 123 with your course number... ocations of the script, each log entry is its own file in the log directory. To "view the log" simple r... ory on Thursday, March 10, 2011 at 11:23:06 am, a file will be created with the name @@2011-03-10_Thu_11
- emacs_tips @help:general_linux
- (the tutorial is available in emacs with C-h t)) <file> Emacs commands generally involve the CONTROL key... en type <chr>. We write <ESC> for the ESC key. </file> On our system the META key is generally on both... ine: (global-font-lock-mode 1) To your ~/.emacs file. If you don't have a file in your home directory named ''.emacs'' just create one and put this line in
- printing @help:general_linux
- 0 client.conf (ensure that you can only read the file) In lieu of creating a client.conf file, the printing command can be specified on a terminal line: * lpr -U 999//nnnnnn// the.file ===== Acceptable use policy for the laser printe... r this (replacing "filename.ext" with your actual file): * lpr //filename.ext// For more info, check
- svn_use @help:apps
- g )) ===== To check the status of a *particular* file ===== `` %% svn status <filename> %% `` ===== T... = `` %% svn diff <filename> %% `` ===== To see a file's activity log ===== `` %% svn log [--verbose] <f... ommit -m "description text" %% `` ===== To add a file or directory ===== Notes on ``svn add``:// * b... mand must be followed by a commit! `` %% svn add <file-or-dir-name> %% `` ===== More information =====