Search
You can find the results of your search below.
Fulltext results:
- linux_basics @help:general_linux
- === * a //file// is a collection of data with a name (a //filename// to be precise). Although it may be stored in separate chunks in different location on ... ay be use to calling directories //folders// or //namespaces//. * a //path// is a way of naming the ... olute// and are often used as the prefix to a filename. For example, if I want to list the contents of a
- jump @help:general_linux
- to "jump" through the remote bastion server, hostname=mote. Logically, what you are trying to achieve i... ly SSH 2x. (your device)$ ssh -p 443 username@mote.cs.vassar.edu (mote)$ ssh workstatio... ke this easier? Yes we can! You can create a file named "config" under ~/.ssh as ~/.ssh/config with the following information where "username" is the name you enter to login to your Computer
- java_system_tips @help:sysnews
- the fix is to explicitly tell the server its hostname or IP address. This is accomplished by adding ``-Djava.rmi.server.hostname=[IP or Name of HOST]`` to the java command when starting the server, so for a server named ``hopper`` with an IP address of ``10.0.0.63`` y
- sshkeysmswindows @help:general_linux
- o be moved, shared or given to anyone, whence its name "private". After you click [Generate] you will b... folder called “PuttyKeys” or whatever you want to name it or simply save it to a location you will not f... ount as ~/.ssh/authorized_keys or /home/your_username/.ssh/authorized_keys where the symbol “~” represents a shortcut for “/home/your_username”. If the hidden .ssh sub-directory does not exist
- using_the_pickup_script @help:sysnews:inhouse
- ey2. The colon informs super that this is a group name not a user name. Once you have this line in your @@.supertab@@ anyone in the default student group @@a... se account. The script itself checks against the names in the course dropbox before it takes any action... tory under @@~/pickup@@ WITHOUT ANY SPACES IN ITS NAME ===- Populate the directory === Put all the file
- filecopy @help:general_linux
- llowing to connect, replacing USER with your user name. Your user name is likely the first two letters of your first name and your whole last name, all in lower case:\\ ''ssh USER@mote.cs.vassar.edu -p 443''\\ It may take a
- mitm @help:general_linux
- rtain you are going to the fully qualified domain name, where "my_server" is the short hostname and, for the Computer Science Department here at Vassar College, the fully qualified domain name is "my_server.cs.vassar.edu". If you are in doubt... rther and perform an "nslookup" on both the short name and the fully qualified domain name and see that
- using_htaccess @help:sysnews:inhouse
- ecurity considerations ==== It's lame and all usernames and passwords go over clear text. Also anything... he sake of this example, our instructor's account name will be "hopper" and Professor Hopper wants to cr... word file. I suggest using a directory with a dot name to make it a bit more "hidden" and so it does not... ccess file === In the step above you can use any name you like for the password file just as long as yo
- isohome.script @help:sysnews
- S=" " ECHO=/usr/bin/echo MKISOFS=/bin/mkisofs BKUPNAME=$HOME/$USER-home-`/usr/bin/date +%Y-%m-%d`.iso DU... r/local/bin/df AWK=/usr/local/bin/awk # # Get the name of the system that the users home directory lives... containing the word' $ECHO ' "cache" in its name or its directory name.\n' $ECHO "Do you wish to proceed? (y/n):" read YN case $YN in y
- sshkeys @help:general_linux
- ter Science machines using the command "ssh myUsername@mote.cs.vassar.edu". You're using your own compu... er to mote. Enter the command "ssh-copy-id myUsername@mote.cs.vassar.edu", where "myUsername" has been replaced with the username associated with your CS account. Hit enter. {{ help:general_linux
- using_dbc @help:sysnews
- s script is used to look at information from file names created by the submit script used by the digital drop box. It assumes English month names (January, February, etc.) and cannot deal with s... [,:GROUP] ... where csXXX is the course account name and USER or GROUP is the list of allowed users or groups. This line is in the form\\ //command name//, //full path to command//, and //who is allowed
- isohome @help:sysnews
- iet directory records in addition to iso9660 file names. This type of image can then be burned onto a CD... file or directory with the string 'cache' in its name. ===== Burning the image to a CD or DVD in the A... me didn't you?) * Open a terminal. * Find the name of your backup file. It will be in your home directory named YOUR_ACCOUNT_NAME-home-YEAR-MONTH-DAY.iso as in
- windows @help:general_linux
- SSH ===== - Open up PuTTY - Type in the host name as "mote.cs.vassar.edu". Make sure you are connec... port to 443 - Select 'Open' - Enter your user name. Your user name is likely the first two letters of your first name and your whole last name, all in lower case. - If
- password
- lp you reset your password. First, enter your username (this will be the same as your Vassar email addre... ere is an error, try again starting with your username. If you enter the temporary password correctly, i... his office at SP 307.2. Please include your full name and username when requesting a password reset. ==== Create a Password ==== Computer Science linux acco
- svn_use @help:apps
- ER/svn/project_myproj %% ``((I am leaving out the name of our svn server to keep it from being gleaned a... a *particular* file ===== `` %% svn status <filename> %% `` ===== To show *which* files have been upd... rsion with repository's ===== `` %% svn diff <filename> %% `` ===== To see a file's activity log ===== `` %% svn log [--verbose] <filename> %% `` ===== To update your own working copy ==