work in progress
This commit is contained in:
@@ -144,7 +144,7 @@ callFrame.src=user_string;
|
|||||||
<p>I accept donations for any reason</p>
|
<p>I accept donations for any reason</p>
|
||||||
<p><a href="donate.html">Donate</a><br /></p>
|
<p><a href="donate.html">Donate</a><br /></p>
|
||||||
<h2>Daily Unique Visitors</h2><p>
|
<h2>Daily Unique Visitors</h2><p>
|
||||||
Thursday 19/12/24 15:26:06
|
Thursday 19/12/24 15:27:43
|
||||||
9
|
9
|
||||||
</p>
|
</p>
|
||||||
<h2 id="also-on-the-web">Also on the web 🕸️</h2>
|
<h2 id="also-on-the-web">Also on the web 🕸️</h2>
|
||||||
|
|||||||
@@ -8,27 +8,19 @@ Croc as far as I understand needs an intermediary to staple as it says the conne
|
|||||||
|
|
||||||
I'll have to further read about that but in short if you have a computer like a server with a static ip that is easily accessible from the internet then because of the great job the author did you can host a relay simply by typing the command
|
I'll have to further read about that but in short if you have a computer like a server with a static ip that is easily accessible from the internet then because of the great job the author did you can host a relay simply by typing the command
|
||||||
|
|
||||||
```
|
> croc relay
|
||||||
croc relay
|
|
||||||
```
|
|
||||||
|
|
||||||
which will by default use the ports 9009-9013 but you can specify your own with the --ports arguement like
|
which will by default use the ports 9009-9013 but you can specify your own with the --ports arguement like
|
||||||
|
|
||||||
```
|
> croc relay --ports 1111,1112
|
||||||
croc relay --ports 1111,1112
|
|
||||||
```
|
|
||||||
|
|
||||||
Then if you make that into a systemd service (which I won't be covering just yet cause I don't really understand them and only make them by copy pasting basic templates 😐) it's basically a set and forget kind of thing and you can now send files to anyone in any operating system by using croc by typing
|
Then if you make that into a systemd service (which I won't be covering just yet cause I don't really understand them and only make them by copy pasting basic templates 😐) it's basically a set and forget kind of thing and you can now send files to anyone in any operating system by using croc by typing
|
||||||
|
|
||||||
```
|
> croc --relay "your.domain:9009" send [file]
|
||||||
croc --relay "your.domain:9009" send [file]
|
|
||||||
```
|
|
||||||
|
|
||||||
and the recipient can download it by typing
|
and the recipient can download it by typing
|
||||||
|
|
||||||
```
|
> croc --relay "your.domain:9009" [code]
|
||||||
croc --relay "your.domain:9009" [code]
|
|
||||||
```
|
|
||||||
|
|
||||||
This is super useful cause there was a time when the public instance was down and I couldn't send files when it was just so easy to not be dependent on the public instance in the first place.
|
This is super useful cause there was a time when the public instance was down and I couldn't send files when it was just so easy to not be dependent on the public instance in the first place.
|
||||||
|
|
||||||
|
|||||||
@@ -47,18 +47,26 @@ but somehow get uploaded and downloaded simultaneously.</p>
|
|||||||
computer like a server with a static ip that is easily accessible from
|
computer like a server with a static ip that is easily accessible from
|
||||||
the internet then because of the great job the author did you can host a
|
the internet then because of the great job the author did you can host a
|
||||||
relay simply by typing the command</p>
|
relay simply by typing the command</p>
|
||||||
<pre><code>croc relay</code></pre>
|
<blockquote>
|
||||||
|
<p>croc relay</p>
|
||||||
|
</blockquote>
|
||||||
<p>which will by default use the ports 9009-9013 but you can specify
|
<p>which will by default use the ports 9009-9013 but you can specify
|
||||||
your own with the –ports arguement like</p>
|
your own with the –ports arguement like</p>
|
||||||
<pre><code>croc relay --ports 1111,1112</code></pre>
|
<blockquote>
|
||||||
|
<p>croc relay –ports 1111,1112</p>
|
||||||
|
</blockquote>
|
||||||
<p>Then if you make that into a systemd service (which I won’t be
|
<p>Then if you make that into a systemd service (which I won’t be
|
||||||
covering just yet cause I don’t really understand them and only make
|
covering just yet cause I don’t really understand them and only make
|
||||||
them by copy pasting basic templates 😐) it’s basically a set and forget
|
them by copy pasting basic templates 😐) it’s basically a set and forget
|
||||||
kind of thing and you can now send files to anyone in any operating
|
kind of thing and you can now send files to anyone in any operating
|
||||||
system by using croc by typing</p>
|
system by using croc by typing</p>
|
||||||
<pre><code>croc --relay "your.domain:9009" send [file]</code></pre>
|
<blockquote>
|
||||||
|
<p>croc –relay “your.domain:9009” send [file]</p>
|
||||||
|
</blockquote>
|
||||||
<p>and the recipient can download it by typing</p>
|
<p>and the recipient can download it by typing</p>
|
||||||
<pre><code>croc --relay "your.domain:9009" [code]</code></pre>
|
<blockquote>
|
||||||
|
<p>croc –relay “your.domain:9009” [code]</p>
|
||||||
|
</blockquote>
|
||||||
<p>This is super useful cause there was a time when the public instance
|
<p>This is super useful cause there was a time when the public instance
|
||||||
was down and I couldn’t send files when it was just so easy to not be
|
was down and I couldn’t send files when it was just so easy to not be
|
||||||
dependent on the public instance in the first place.</p>
|
dependent on the public instance in the first place.</p>
|
||||||
|
|||||||
16
rss.xml
16
rss.xml
@@ -99,18 +99,26 @@ but somehow get uploaded and downloaded simultaneously.</p>
|
|||||||
computer like a server with a static ip that is easily accessible from
|
computer like a server with a static ip that is easily accessible from
|
||||||
the internet then because of the great job the author did you can host a
|
the internet then because of the great job the author did you can host a
|
||||||
relay simply by typing the command</p>
|
relay simply by typing the command</p>
|
||||||
<pre><code>croc relay</code></pre>
|
<blockquote>
|
||||||
|
<p>croc relay</p>
|
||||||
|
</blockquote>
|
||||||
<p>which will by default use the ports 9009-9013 but you can specify
|
<p>which will by default use the ports 9009-9013 but you can specify
|
||||||
your own with the –ports arguement like</p>
|
your own with the –ports arguement like</p>
|
||||||
<pre><code>croc relay --ports 1111,1112</code></pre>
|
<blockquote>
|
||||||
|
<p>croc relay –ports 1111,1112</p>
|
||||||
|
</blockquote>
|
||||||
<p>Then if you make that into a systemd service (which I won’t be
|
<p>Then if you make that into a systemd service (which I won’t be
|
||||||
covering just yet cause I don’t really understand them and only make
|
covering just yet cause I don’t really understand them and only make
|
||||||
them by copy pasting basic templates 😐) it’s basically a set and forget
|
them by copy pasting basic templates 😐) it’s basically a set and forget
|
||||||
kind of thing and you can now send files to anyone in any operating
|
kind of thing and you can now send files to anyone in any operating
|
||||||
system by using croc by typing</p>
|
system by using croc by typing</p>
|
||||||
<pre><code>croc --relay "your.domain:9009" send [file]</code></pre>
|
<blockquote>
|
||||||
|
<p>croc –relay “your.domain:9009” send [file]</p>
|
||||||
|
</blockquote>
|
||||||
<p>and the recipient can download it by typing</p>
|
<p>and the recipient can download it by typing</p>
|
||||||
<pre><code>croc --relay "your.domain:9009" [code]</code></pre>
|
<blockquote>
|
||||||
|
<p>croc –relay “your.domain:9009” [code]</p>
|
||||||
|
</blockquote>
|
||||||
<p>This is super useful cause there was a time when the public instance
|
<p>This is super useful cause there was a time when the public instance
|
||||||
was down and I couldn’t send files when it was just so easy to not be
|
was down and I couldn’t send files when it was just so easy to not be
|
||||||
dependent on the public instance in the first place.</p>
|
dependent on the public instance in the first place.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user