mirror of
https://github.com/retspen/webvirtcloud
synced 2025-02-23 12:55:17 +00:00
Updated Docker Installation (textile)
parent
3074d563ba
commit
fce207bafc
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ yum install git python</code></pre>
|
||||||
# Enter python command interpreter:
|
# Enter python command interpreter:
|
||||||
<pre><code>python</code></pre>
|
<pre><code>python</code></pre>
|
||||||
# Generate random number using Python:
|
# Generate random number using Python:
|
||||||
<pre><code>
|
<pre><code>import random, string
|
||||||
import random, string
|
|
||||||
haystack = string.ascii_letters + string.digits + string.punctuation
|
haystack = string.ascii_letters + string.digits + string.punctuation
|
||||||
print(''.join([random.SystemRandom().choice(haystack) for _ in range(50)]))
|
print(''.join([random.SystemRandom().choice(haystack) for _ in range(50)]))
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
Loading…
Reference in a new issue