Monday, February 23, 2015

Keeping Track of Javascript and HTML Files

VPS ocean1.zouck.org


Working Files in /home/henry/cgi


henry@ocean1:~$ tree cgi
cgi
├── enc-base64-min.js
├── hashlib.js
├── hashlibmin.js
├── passgen.html
├── passgen.html.ckpt
├── passgen-min_1_0.html
├── passgen-min_1_1.html
├── passgen-min.html
├── script.js
├── sha1.js
├── sha256.js
└── sjcl.js


Archiving Working Files to Dropbox


henry@ocean1:~$ tar cvf passgen.tar cgi
cgi/
cgi/passgen-min_1_1.html
cgi/sjcl.js
cgi/hashlibmin.js
cgi/passgen.html
cgi/hashlib.js
cgi/passgen.html.ckpt
cgi/passgen-min_1_0.html
cgi/passgen-min.html
cgi/sha1.js
cgi/enc-base64-min.js
cgi/script.js
cgi/sha256.js

henry@ocean1:~$ cp passgen.tar Dropbox/Password\ Stuff\ home/
henry@ocean1:~$


Apache Web Server Main Directory


henry@ocean1:~$ tree /var/www/html
/var/www/html
├── index.html -> /home/henry/cgi/passgen-min_1_0.html
├── index.html.bu
├── info.php
└── passgen-min_1_0.html -> /home/henry/cgi/passgen-min_1_0.html


No comments:

Post a Comment