mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
/home/expo hack on yourlaptop
This commit is contained in:
@@ -152,6 +152,26 @@ to <a href="https://blog.shvetsov.com/2010/03/making-pageant-automatically-load-
|
|||||||
Only machines which have done the key-pair setup process can do scp, sftp or rsync.
|
Only machines which have done the key-pair setup process can do scp, sftp or rsync.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h4>Cheap hack for Linux</h4>
|
||||||
|
<p>On a Linux machine, it will not be necessary once you have everything set-up correctly, but
|
||||||
|
a useful initial short-cut is to create 'mimic' symbolic links to directories to match those on the
|
||||||
|
server and the <em>expo laptop</em>.
|
||||||
|
(You should not rely on these as other people will have set up their machines differently.)
|
||||||
|
So, assuming that your machine has
|
||||||
|
no user <var>expo</var>:<pre><code>cd /home
|
||||||
|
sudo mkdir expo
|
||||||
|
cd expo
|
||||||
|
sudo ln -s /mnt/f/expofiles expofiles
|
||||||
|
sudo ln -s /mnt/d/CUCC-Expo/expoweb expoweb
|
||||||
|
sudo ln -s /mnt/d/CUCC-Expo/troggle troggle
|
||||||
|
sudo ln -s /mnt/d/CUCC-Expo/loser loser
|
||||||
|
ls -tlA
|
||||||
|
</code></pre>
|
||||||
|
where obviously you will be using your own locations for expofiles, expoweb, loser etc. instead of <var>/mnt/d/CUCC...</var> etc. This creates valid directory paths for, e.g. <var>/home/expo/loser</var> etc.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Learning how to use this software</h3>
|
<h3>Learning how to use this software</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user