Search

You can find the results of your search below.

linux_tutorial_one @tutorial
59 Hits, Last modified:
list) When you first login, your current working directory is your home directory. Your home directory has the same name as your user-name, for example, **compsci-user**, and it is where you... ries are saved. To find out what is in your home directory, type <code> compsci-user@tim:~$ ls </code> The *
linux_tutorial_seven @tutorial
26 Hits, Last modified:
install small software packages in their own home directory, software usually only useful to them personally.... ting executable * Set paths to the installation directory Of the above steps, probably the most difficult ... xt file called Makefile which resides in the same directory as the source files. It contains information on h... he Makefile by hand to set the final installation directory and any other parameters. However, many packages
using_the_pickup_script @help:sysnews:inhouse
21 Hits, Last modified:
entry is logged showing the date, time, user and directory that was picked up. If your students attempt to ... t to use @@pickup@@ with. === 1 Create a pickup directory === As the course account user, create a directory called @@pickup@@ with permissions of 700 mkdir -m 700... e ``pickup`` to distribute files: ===- Create the Directory to pickup === create a directory under @@~/pickup
linux_tutorial_two @tutorial
19 Hits, Last modified:
makes a copy of **file1** in the current working directory and calls it **file2** What we are going to do n... the **cp** command to copy it to your **testdir** directory. First, cd to your testdir directory. <code>compsci-user@tim: cd ~/testdir</code> Then at the Linux promp... end. Remember, in UNIX, the dot means the current directory.)</note> The above command means copy the file s
linux_tutorial_five @tutorial
17 Hits, Last modified:
tem security (access rights)==== In your testdir directory, type <code>compsci-user@tim:~$ ls -l (l for lon... ow get lots of details about the contents of your directory, similar to the example below. File and directory access rights Each file (and directory) has associated access rights, which may be found by typing ls -l. A
linux_basics @help:general_linux
13 Hits, Last modified:
a single continuous collection of data. * a //directory// is construct for grouping and organizing //file... path// is a way of naming the location of a file, directory, link or device. //Paths// can be //relative// o... For example, if I want to list the contents of a directory that is in my home directory called ''cheese'', I can type: <code>ls ~/cheese/</code> * a //link// is a
top @courses:cs203-201602:lab1
11 Hits, Last modified:
program * Create local repository in the CS203 directory * Upload your CS203 folder to your private remo... n and enter the following commands from your home directory at the Linux prompt:<code text> git config --glob... * from your Linux prompt, cd into your ''.ssh'' directory, and type the following command:<code text> cat i... ories during the term as well. - Create a cs203 directory in your linux account. I suggest placing the cs20
using_htaccess @help:sysnews:inhouse
11 Hits, Last modified:
. The password file does not need to be in the directory of the user where the public_html files are, so y... d file === Somewhere outside of your public_html directory, create a new directory to hold your password file. I suggest using a directory with a dot name to make it a bit more "hidden" and s
backups @help:general_linux
11 Hits, Last modified:
* [[:sysnews#Creating a tar file of your entire directory]] * [[:sysnews#Copying the file to another loca... red, in their original positions (directories and directory hierarchy are preserved) and with their original ... like to generate an ISO file of your entire home directory for simple CD burning, try using [[sysnews:isohom... home]]. ===== Creating a tar file of your entire directory ===== The tricky bit is that you are going to cr
isohome.script @help:sysnews
10 Hits, Last modified:
cript that tries to make an image of your CS home directory that is suitable for burning onto a CD or DVD. ... u are running it from the machine where your home directory is actually a local disk. If not it will tell yo... : a script to make an iso image of a users home # directory in a users home directory by Greg Priest-Dorman # # $Id: isohome,v 1.7 2004/05/15 06:42:11 priestdo Exp $ #
tips_for_instructors @old_pages
9 Hits, Last modified:
s called "dropbox", "Old" or "old". If a dropbox directory exists from a previous semester and a directory called "Old" or "old" exists, rename and move the dropbox into the this directory.((If **both** "Old" and "old" exist, use "Old". ... ~/Old/dropbox-2007-fall Otherwise if a dropbox directory exists from a previous semester and a directory c
multihome_dokuwiki_hacks @people:priestdo:tips
9 Hits, Last modified:
ikispace, temporarily change the name of the data directory to something you would never use for one of your ... cations to suit your installation # dokuwiki root directory DRD=/usr/share/dokuwiki # dokuwiki data directory DDD=/var/lib/dokuwiki # an existing wiki directory to copy the wiki syntax pages from OLD="data" # user:gro
run_zasm_under_dosemu @courses:cs325-201001
9 Hits, Last modified:
urses:cs325#optional copy the floppy to your home directory|Copy the floppy to your home directory]] [OPTIONAL] * [[courses:cs325#optional use emacs to edit your code... does the floppy is "A:" and your home linux home directory is "D:". === [OPTIONAL] Copy the floppy to your home directory === You can do all the work on the floppy or cop
isohome @help:sysnews
8 Hits, Last modified:
cesses consists of making a cd image of your home directory and then either burning that image onto a CD or D... will create will be in iso9660 format with Joliet directory records in addition to iso9660 file names. This t... mand ===== Creating an iso image of your entire directory with isohome ===== Mkisofs (make iso file system... expects to be run on the machine where your home directory actually resides as this saves mkisofs having to
linux_tutorial_four @tutorial
7 Hits, Last modified:
h against none or more character(s) in a file (or directory) name. For example, in your unixstuff directory, type <code>compsci-user@tim:~$ ls list*</code> This will list all files in the current directory starting with **list....** Try typing <code>com... t</code> This will list all files in the current directory ending with **....list** The character ? will ma
linux_tutorial_eight @tutorial
7 Hits, Last modified:
lab_0 @courses:cs145-201951:labs
7 Hits, Last modified:
gate_tips @help:sysnews
6 Hits, Last modified:
filecopy @help:general_linux
6 Hits, Last modified:
top @courses:cs203-201602:assignments
4 Hits, Last modified:
context_awarness_project @people:priestdo:wearables
4 Hits, Last modified:
assignments @courses:cs101-201804
3 Hits, Last modified:
top @courses:cs203-201602:lab3
3 Hits, Last modified:
java_system_tips @help:sysnews
3 Hits, Last modified:
linux_tutorial_six @tutorial
3 Hits, Last modified:
iceweasel_thinks_it_is_running @old_pages
2 Hits, Last modified:
svn_use @help:apps
2 Hits, Last modified:
top @courses:cs203-201602:lab2
2 Hits, Last modified:
cmu-cam @research:bot-alternative
2 Hits, Last modified:
dosemu @courses:cs325-201001:lectures
2 Hits, Last modified:
printing_tips @old_pages
2 Hits, Last modified:
2013_winter_updates @old_pages:status
2 Hits, Last modified:
top @courses:cs203-201602:github
1 Hits, Last modified:
lab_1 @courses:cs145-201951:labs
1 Hits, Last modified:
rsync_windows @help:sysnews:inhouse
1 Hits, Last modified:
lab1 @courses:cs101-2021-5657:labs
1 Hits, Last modified:
top @research:bot-alternative
1 Hits, Last modified:
how_to_create_a_listing_for_your_course @courses
1 Hits, Last modified:
osx @old_pages:vnc
1 Hits, Last modified:
drschemonmac @help:general_linux
1 Hits, Last modified:
recently_installed_software @old_pages
1 Hits, Last modified:
screen_saver @old_pages
1 Hits, Last modified:
week13 @courses:cs101-202203
1 Hits, Last modified:
labs @courses:cs102-201752
1 Hits, Last modified:
account.size @help:general_linux
1 Hits, Last modified:
emacs_tips @help:general_linux
1 Hits, Last modified:
linux @old_pages:vnc
1 Hits, Last modified:
ssh @help:general_linux
1 Hits, Last modified:
sshkeysmswindows @help:general_linux
1 Hits, Last modified:
acm_jar_applets @help:sysnews
1 Hits, Last modified:
using_dbc @help:sysnews
1 Hits, Last modified:
2008-04-16_mac_logins @old_pages:status
1 Hits, Last modified:
2012_workstations @old_pages:status
1 Hits, Last modified:
windows @help:general_linux
1 Hits, Last modified: