User Tools

Site Tools


hackingprojects:hackingclub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hackingprojects:hackingclub [2018/11/25 01:32] – external edit 127.0.0.1hackingprojects:hackingclub [2019/08/14 15:22] (current) – removed oemb1905
Line 1: Line 1:
  
-------------------------------------------- 
-  * **hackingprojects**  
-  * **Jonathan Haack** 
-  * **Haack's Networking** 
-  * **netcmnd@jonathanhaack.com**  
- 
-------------------------------------------- 
- 
-I run a public self-hosted gitlab repository here: [[https://codetalkers.services|haacks-repository]].  You will need to email me at [[mailto:netcmnd@jonathanhaack.com|netcmnd]] if you want an account.  Once you get in the repository  
- 
-  cd ~ 
-  mkdir git 
-  cd git/ 
-  git clone http://codetalkers.services/oemb1905/slushyard.git 
-  <enter user and pass> 
-  cd slushyard/ 
-  mkdir -p slushyard/yourname 
-  cd slushyard/yourname 
-  touch yourname.notes 
-  nano yourname.notes 
-  git add yourname.notes [or git add -A] 
-  git commit -am"my personal note page or readme" 
-  git pull 
-  git push 
-   
-Once you set up an accout, you can add your ssh public key and set that protocol as the default as follows: 
- 
-  git remote set-url origin ssh://git@codetalkers.services:59999/oemb1905/slushyard.git 
-   
-Even if you leave the clone of the http, however, it redirects to https and uses TLS with Let's Encrypt so it is optional to do the above. 
- 
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2018/08/08 12:16// 
hackingprojects/hackingclub.1543109574.txt.gz · Last modified: 2018/11/25 01:32 by 127.0.0.1