penguins-eggs 9.6.13 → 9.6.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,665 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>eggs</title>
6
- <meta name="viewport" content="width=device-width, initial-scale=1">
7
- </head>
8
- <body>
9
- <h1>eggs(1) -- the reproductive system of penguins: eggs v9.5.23</h1>
10
- <h1>SYNOPSIS</h1>
11
- <p>Install Debian families (debian/devuan/ubuntu)</p>
12
- <pre><code>$ sudo dpkg -i eggs_9.5.23_amd64.deb
13
- </code></pre>
14
- <p>Install Arch families (Arch, manjaro Linux)</p>
15
- <p>Arch from AUR</p>
16
- <pre><code>$ git clone https://aur.archlinux.org/penguins-eggs.git
17
- $ cd penguins-eggs.git
18
- $ makepkg -si
19
- </code></pre>
20
- <p>Arch from development repo</p>
21
- <pre><code>$ git clone https://github.com/pieroproietti/penguins-eggs-arch
22
- $ cd penguins-eggs-arch
23
- $ makepkg -si
24
- </code></pre>
25
- <p>Manjaro from development repo</p>
26
- <pre><code>$ git clone https://github.com/pieroproietti/penguins-eggs-manjaro
27
- $ cd penguins-eggs-manjaro
28
- $ makepkg -si
29
- </code></pre>
30
- <h1>USAGE</h1>
31
- <pre><code>$ eggs (-v|--version|version)
32
-
33
- penguins-eggs/9.5.23 linux-x64 node-v16.20.2
34
- $ eggs --help [COMMAND]
35
-
36
- USAGE
37
- $ eggs COMMAND
38
- </code></pre>
39
- <p>Most of the commands of eggs need sudo, but there are exceptions for export, info and mom.</p>
40
- <p>examples:</p>
41
- <pre><code>sudo eggs produce --fast
42
- sudo eggs produce --fast --clone
43
- sudo eggs produce --fast --backup
44
- sudo eggs kill
45
- </code></pre>
46
- <p>There are too, two interactive helpers:</p>
47
- <pre><code>eggs mom
48
- sudo eggs dad
49
- sudo eggs dad -d
50
- </code></pre>
51
- <p>Help yorself signing on telegram https://t.me/penguins_eggs or in facebook group page or asking me.</p>
52
- <h1>DESCRIPTION</h1>
53
- <p>eggs is a console utility, in active development, who let you to remaster your system and redistribuite it as iso image.</p>
54
- <p>The scope of this project is to implement the process of remastering your version of Linux, generate it as ISO image to burn on a CD/DVD or copy to a usb key to boot your system. You can easily install your live system with gui installer (calamares) or eggs CLI installer (krill).</p>
55
- <h1>COMMANDS</h1>
56
- <ul>
57
- <li><a href="#eggs-adapt"><code>eggs adapt</code></a></li>
58
- <li><a href="#eggs-analyze"><code>eggs analyze</code></a></li>
59
- <li><a href="#eggs-autocomplete-shell"><code>eggs autocomplete [SHELL]</code></a></li>
60
- <li><a href="#eggs-calamares"><code>eggs calamares</code></a></li>
61
- <li><a href="#eggs-config"><code>eggs config</code></a></li>
62
- <li><a href="#eggs-cuckoo"><code>eggs cuckoo</code></a></li>
63
- <li><a href="#eggs-dad"><code>eggs dad</code></a></li>
64
- <li><a href="#eggs-export-deb"><code>eggs export deb</code></a></li>
65
- <li><a href="#eggs-export-iso"><code>eggs export iso</code></a></li>
66
- <li><a href="#eggs-help-command"><code>eggs help [COMMAND]</code></a></li>
67
- <li><a href="#eggs-install"><code>eggs install</code></a></li>
68
- <li><a href="#eggs-kill"><code>eggs kill</code></a></li>
69
- <li><a href="#eggs-mom"><code>eggs mom</code></a></li>
70
- <li><a href="#eggs-produce"><code>eggs produce</code></a></li>
71
- <li><a href="#eggs-status"><code>eggs status</code></a></li>
72
- <li><a href="#eggs-syncfrom"><code>eggs syncfrom</code></a></li>
73
- <li><a href="#eggs-syncto"><code>eggs syncto</code></a></li>
74
- <li><a href="#eggs-tools-clean"><code>eggs tools clean</code></a></li>
75
- <li><a href="#eggs-tools-ppa"><code>eggs tools ppa</code></a></li>
76
- <li><a href="#eggs-tools-skel"><code>eggs tools skel</code></a></li>
77
- <li><a href="#eggs-tools-stat"><code>eggs tools stat</code></a></li>
78
- <li><a href="#eggs-tools-yolk"><code>eggs tools yolk</code></a></li>
79
- <li><a href="#eggs-update"><code>eggs update</code></a></li>
80
- <li><a href="#eggs-version"><code>eggs version</code></a></li>
81
- <li><a href="#eggs-wardrobe-get-repo"><code>eggs wardrobe get [REPO]</code></a></li>
82
- <li><a href="#eggs-wardrobe-list-wardrobe"><code>eggs wardrobe list [WARDROBE]</code></a></li>
83
- <li><a href="#eggs-wardrobe-show-costume"><code>eggs wardrobe show [COSTUME]</code></a></li>
84
- <li><a href="#eggs-wardrobe-wear-costume"><code>eggs wardrobe wear [COSTUME]</code></a></li>
85
- </ul>
86
- <h2><code>eggs adapt</code></h2>
87
- <p>adapt monitor resolution for VM only</p>
88
- <pre><code>USAGE
89
- $ eggs adapt [-h] [-v]
90
-
91
- FLAGS
92
- -h, --help Show CLI help.
93
- -v, --verbose
94
-
95
- DESCRIPTION
96
- adapt monitor resolution for VM only
97
-
98
- EXAMPLES
99
- $ eggs adapt
100
- </code></pre>
101
- <h2><code>eggs analyze</code></h2>
102
- <p>analyze for syncto</p>
103
- <pre><code>USAGE
104
- $ eggs analyze [-h] [-v]
105
-
106
- FLAGS
107
- -h, --help Show CLI help.
108
- -v, --verbose verbose
109
-
110
- DESCRIPTION
111
- analyze for syncto
112
-
113
- EXAMPLES
114
- sudo eggs analyze
115
- </code></pre>
116
- <h2><code>eggs autocomplete [SHELL]</code></h2>
117
- <p>display autocomplete installation instructions</p>
118
- <pre><code>USAGE
119
- $ eggs autocomplete [SHELL] [-r]
120
-
121
- ARGUMENTS
122
- SHELL shell type
123
-
124
- FLAGS
125
- -r, --refresh-cache Refresh cache (ignores displaying instructions)
126
-
127
- DESCRIPTION
128
- display autocomplete installation instructions
129
-
130
- EXAMPLES
131
- $ eggs autocomplete
132
-
133
- $ eggs autocomplete bash
134
-
135
- $ eggs autocomplete zsh
136
-
137
- $ eggs autocomplete --refresh-cache
138
- </code></pre>
139
- <h2><code>eggs calamares</code></h2>
140
- <p>configure calamares or install or configure it</p>
141
- <pre><code>USAGE
142
- $ eggs calamares [-h] [-i] [-n] [-r] [--remove] [--theme &#x3C;value>] [-v]
143
-
144
- FLAGS
145
- -h, --help Show CLI help.
146
- -i, --install install calamares and its dependencies
147
- -n, --nointeractive no user interaction
148
- -N, --noicons no icons
149
- -r, --release release: remove calamares and all its dependencies after the installation
150
- -v, --verbose
151
- --remove remove calamares and its dependencies
152
- --theme=&#x3C;value> theme/branding for eggs and calamares
153
-
154
- DESCRIPTION
155
- configure calamares or install or configure it
156
-
157
- EXAMPLES
158
- sudo eggs calamares
159
-
160
- sudo eggs calamares --install
161
-
162
- sudo eggs calamares --install --theme=/path/to/theme
163
-
164
- sudo eggs calamares --remove
165
- </code></pre>
166
- <h2><code>eggs config</code></h2>
167
- <p>Configure and install prerequisites deb packages to run it</p>
168
- <pre><code>USAGE
169
- $ eggs config [-c] [-h] [-n] [-v]
170
-
171
- FLAGS
172
- -c, --clean remove old configuration before to create new one
173
- -h, --help Show CLI help.
174
- -n, --nointeractive no user interaction
175
- -N, --noicons no icons
176
-
177
- DESCRIPTION
178
- Configure and install prerequisites deb packages to run it
179
-
180
- EXAMPLES
181
- sudo eggs config
182
-
183
- sudo eggs config --clean
184
-
185
- sudo eggs config --clean --nointeractive
186
- </code></pre>
187
- <h2><code>eggs cuckoo</code></h2>
188
- <p>PXE start with proxy-dhcp</p>
189
- <pre><code>USAGE
190
- $ eggs cuckoo [-h]
191
-
192
- FLAGS
193
- -h, --help Show CLI help.
194
-
195
- DESCRIPTION
196
- PXE start with proxy-dhcp
197
-
198
- EXAMPLES
199
- sudo eggs cuckoo
200
- </code></pre>
201
- <h2><code>eggs dad</code></h2>
202
- <p>ask help from daddy - TUI configuration helper</p>
203
- <pre><code>USAGE
204
- $ eggs dad [-c] [-d] [-h] [-v]
205
-
206
- FLAGS
207
- -c, --clean remove old configuration before to create
208
- -d, --default remove old configuration and force default
209
- -h, --help Show CLI help.
210
- -v, --verbose
211
-
212
- DESCRIPTION
213
- ask help from daddy - TUI configuration helper
214
-
215
- EXAMPLES
216
- sudo dad
217
-
218
- sudo dad --clean
219
-
220
- sudo dad --default
221
- </code></pre>
222
- <h2><code>eggs export deb</code></h2>
223
- <p>export deb/docs/iso to the destination host</p>
224
- <pre><code>USAGE
225
- $ eggs export deb [-a] [-c] [-h] [-v]
226
-
227
- FLAGS
228
- -a, --all export all archs
229
- -c, --clean remove old .deb before to copy
230
- -h, --help Show CLI help.
231
- -v, --verbose verbose
232
-
233
- DESCRIPTION
234
- export deb/docs/iso to the destination host
235
-
236
- EXAMPLES
237
- $ eggs export deb
238
-
239
- $ eggs export deb --clean
240
-
241
- $ eggs export deb --all
242
- </code></pre>
243
- <h2><code>eggs export iso</code></h2>
244
- <p>export iso in the destination host</p>
245
- <pre><code>USAGE
246
- $ eggs export iso [-c] [-h] [-v]
247
-
248
- FLAGS
249
- -c, --clean delete old ISOs before to copy
250
- -h, --help Show CLI help.
251
- -v, --verbose verbose
252
-
253
- DESCRIPTION
254
- export iso in the destination host
255
-
256
- EXAMPLES
257
- $ eggs export iso
258
-
259
- $ eggs export iso --clean
260
- </code></pre>
261
- <h2><code>eggs help [COMMAND]</code></h2>
262
- <p>Display help for eggs.</p>
263
- <pre><code>USAGE
264
- $ eggs help [COMMAND] [-n]
265
-
266
- ARGUMENTS
267
- COMMAND Command to show help for.
268
-
269
- FLAGS
270
- -n, --nested-commands Include all nested commands in the output.
271
-
272
- DESCRIPTION
273
- Display help for eggs.
274
- </code></pre>
275
- <h2><code>eggs install</code></h2>
276
- <p>krill: the CLI system installer - the egg became a penguin!</p>
277
- <pre><code>USAGE
278
- $ eggs install [-k] [-c &#x3C;value>] [-d &#x3C;value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
279
-
280
- FLAGS
281
- -H, --halt Halt the system after installation
282
- -N, --none Swap none: 256M
283
- -S, --suspend Swap suspend: RAM x 2
284
- -c, --custom=&#x3C;value> custom unattended configuration
285
- -d, --domain=&#x3C;value> Domain name, defult: .local
286
- -h, --help Show CLI help.
287
- -i, --ip hostname as ip, eg: ip-192-168-1-33
288
- -k, --crypted Crypted CLI installation
289
- -n, --nointeractive no user interaction
290
- -p, --pve Proxmox VE install
291
- -r, --random Add random to hostname, eg: colibri-ay412dt
292
- -s, --small Swap small: RAM
293
- -u, --unattended Unattended installation
294
- -v, --verbose Verbose
295
-
296
- DESCRIPTION
297
- krill: the CLI system installer - the egg became a penguin!
298
-
299
- EXAMPLES
300
- sudo eggs install
301
-
302
- sudo eggs install --unattended
303
-
304
- sudo eggs install --custom it
305
- </code></pre>
306
- <h2><code>eggs kill</code></h2>
307
- <p>kill the eggs/free the nest</p>
308
- <pre><code>USAGE
309
- $ eggs kill [-h] [-n] [-v]
310
-
311
- FLAGS
312
- -h, --help Show CLI help.
313
- -n, --nointeractive no user interaction
314
- -v, --verbose verbose
315
-
316
- DESCRIPTION
317
- kill the eggs/free the nest
318
-
319
- EXAMPLES
320
- sudo eggs kill
321
- </code></pre>
322
- <h2><code>eggs mom</code></h2>
323
- <p>ask help from mommy - TUI helper</p>
324
- <pre><code>USAGE
325
- $ eggs mom [-h]
326
-
327
- FLAGS
328
- -h, --help Show CLI help.
329
-
330
- DESCRIPTION
331
- ask help from mommy - TUI helper
332
-
333
- EXAMPLES
334
- $ eggs mom
335
- </code></pre>
336
- <h2><code>eggs produce</code></h2>
337
- <p>produce a live image from your system whithout your data</p>
338
- <pre><code>USAGE
339
- $ eggs produce [--addons &#x3C;value>] [--basename &#x3C;value>] [-c] [-C] [-h] [-m] [-n] [-p &#x3C;value>] [--release]
340
- [-s] [-f] [--theme &#x3C;value>] [-v] [-y]
341
-
342
- FLAGS
343
- -C, --cryptedclone crypted clone
344
- -c, --clone clone
345
- -f, --standard standard compression
346
- -h, --help Show CLI help.
347
- -m, --max max compression
348
- -N, --noicons no icons
349
- -n, --nointeractive no user interaction
350
- -p, --prefix=&#x3C;value> prefix
351
- -s, --script script mode. Generate scripts to manage iso build
352
- -v, --verbose verbose
353
- -y, --yolk -y force yolk renew
354
- --addons=&#x3C;value>... addons to be used: adapt, ichoice, pve, rsupport
355
- --basename=&#x3C;value> basename
356
- --release release: max compression, remove penguins-eggs and calamares after installation
357
- --theme=&#x3C;value> theme for livecd, calamares branding and partitions
358
-
359
- DESCRIPTION
360
- produce a live image from your system whithout your data
361
-
362
- EXAMPLES
363
- sudo eggs produce
364
-
365
- sudo eggs produce --standard
366
-
367
- sudo eggs produce --max
368
-
369
- sudo eggs produce --max --basename=colibri
370
-
371
- sudo eggs produce --cryptedclone
372
-
373
- sudo eggs produce --clone
374
-
375
- sudo eggs produce --basename=colibri
376
-
377
- sudo eggs produce --basename=colibri --theme /path/to/theme --addons adapt
378
- </code></pre>
379
- <h2><code>eggs status</code></h2>
380
- <p>informations about eggs status</p>
381
- <pre><code>USAGE
382
- $ eggs status [-h] [-v]
383
-
384
- FLAGS
385
- -h, --help Show CLI help.
386
- -v, --verbose
387
-
388
- DESCRIPTION
389
- informations about eggs status
390
-
391
- EXAMPLES
392
- $ eggs status
393
- </code></pre>
394
- <h2><code>eggs syncfrom</code></h2>
395
- <p>restore users and user data from a LUKS volumes</p>
396
- <pre><code>USAGE
397
- $ eggs syncfrom [--delete &#x3C;value>] [-f &#x3C;value>] [-h] [-r &#x3C;value>] [-v]
398
-
399
- FLAGS
400
- -f, --file=&#x3C;value> file LUKS volume encrypted
401
- -h, --help Show CLI help.
402
- -r, --rootdir=&#x3C;value> rootdir of the installed system, when used from live
403
- -v, --verbose verbose
404
- --delete=&#x3C;value> rsync --delete delete extraneous files from dest dirs
405
-
406
- DESCRIPTION
407
- restore users and user data from a LUKS volumes
408
-
409
- EXAMPLES
410
- sudo eggs syncfrom
411
-
412
- sudo eggs syncfrom --file /path/to/fileLUKS
413
- </code></pre>
414
- <h2><code>eggs syncto</code></h2>
415
- <p>saves users and user data in a LUKS volume inside the iso</p>
416
- <pre><code>USAGE
417
- $ eggs syncto [--delete &#x3C;value>] [-f &#x3C;value>] [-h] [-v]
418
-
419
- FLAGS
420
- -f, --file=&#x3C;value> file LUKS volume encrypted
421
- -h, --help Show CLI help.
422
- -v, --verbose verbose
423
- --delete=&#x3C;value> rsync --delete delete extraneous files from dest dirs
424
-
425
- DESCRIPTION
426
- saves users and user data in a LUKS volume inside the iso
427
-
428
- EXAMPLES
429
- sudo eggs syncto
430
-
431
- sudo eggs syncto --file /path/to/fileLUKS
432
- </code></pre>
433
- <h2><code>eggs tools clean</code></h2>
434
- <p>clean system log, apt, etc</p>
435
- <pre><code>USAGE
436
- $ eggs tools clean [-h] [-n] [-v]
437
-
438
- FLAGS
439
- -h, --help Show CLI help.
440
- -n, --nointeractive no user interaction
441
- -v, --verbose verbose
442
-
443
- DESCRIPTION
444
- clean system log, apt, etc
445
-
446
- EXAMPLES
447
- sudo eggs tools clean
448
- </code></pre>
449
- <h2><code>eggs tools ppa</code></h2>
450
- <p>add/remove PPA repositories (Debian family)</p>
451
- <pre><code>USAGE
452
- $ eggs tools ppa [-a] [-h] [-n] [-r] [-v]
453
-
454
- FLAGS
455
- -a, --add add penguins-eggs PPA repository
456
- -h, --help Show CLI help.
457
- -n, --nointeractive no user interaction
458
- -r, --remove remove penguins-eggs PPA repository
459
- -v, --verbose verbose
460
-
461
- DESCRIPTION
462
- add/remove PPA repositories (Debian family)
463
-
464
- EXAMPLES
465
- sudo eggs tools ppa --add
466
-
467
- sudo eggs tools ppa --remove
468
- </code></pre>
469
- <h2><code>eggs tools skel</code></h2>
470
- <p>update skel from home configuration</p>
471
- <pre><code>USAGE
472
- $ eggs tools skel [-h] [-u &#x3C;value>] [-v]
473
-
474
- FLAGS
475
- -h, --help Show CLI help.
476
- -u, --user=&#x3C;value> user to be used
477
- -v, --verbose
478
-
479
- DESCRIPTION
480
- update skel from home configuration
481
-
482
- EXAMPLES
483
- sudo eggs tools skel
484
-
485
- sudo eggs tools skel --user user-to-be-copied
486
- </code></pre>
487
- <h2><code>eggs tools stat</code></h2>
488
- <p>get statistics from sourceforge</p>
489
- <pre><code>USAGE
490
- $ eggs tools stat [-h] [-m] [-y]
491
-
492
- FLAGS
493
- -h, --help Show CLI help.
494
- -m, --month current month
495
- -y, --year current year
496
-
497
- DESCRIPTION
498
- get statistics from sourceforge
499
-
500
- EXAMPLES
501
- $ eggs tools stat
502
-
503
- $ eggs tools stat --month
504
-
505
- $ eggs tools stat --year
506
- </code></pre>
507
- <h2><code>eggs tools yolk</code></h2>
508
- <p>configure eggs to install without internet</p>
509
- <pre><code>USAGE
510
- $ eggs tools yolk [-h] [-v]
511
-
512
- FLAGS
513
- -h, --help Show CLI help.
514
- -v, --verbose
515
-
516
- DESCRIPTION
517
- configure eggs to install without internet
518
-
519
- EXAMPLES
520
- sudo eggs tools yolk
521
- </code></pre>
522
- <h2><code>eggs update</code></h2>
523
- <p>update the Penguins' eggs tool</p>
524
- <pre><code>USAGE
525
- $ eggs update [-h] [-v]
526
-
527
- FLAGS
528
- -h, --help Show CLI help.
529
- -v, --verbose verbose
530
-
531
- DESCRIPTION
532
- update the Penguins' eggs tool
533
-
534
- EXAMPLES
535
- $ eggs update
536
- </code></pre>
537
- <h2><code>eggs version</code></h2>
538
- <pre><code>USAGE
539
- $ eggs version [--json] [--verbose]
540
-
541
- FLAGS
542
- --verbose Show additional information about the CLI.
543
-
544
- GLOBAL FLAGS
545
- --json Format output as json.
546
-
547
- FLAG DESCRIPTIONS
548
- --verbose Show additional information about the CLI.
549
-
550
- Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
551
- </code></pre>
552
- <h2><code>eggs wardrobe get [REPO]</code></h2>
553
- <p>get warorobe</p>
554
- <pre><code>USAGE
555
- $ eggs wardrobe get [REPO] [-h] [-v]
556
-
557
- ARGUMENTS
558
- REPO repository to get
559
-
560
- FLAGS
561
- -h, --help Show CLI help.
562
- -v, --verbose
563
-
564
- DESCRIPTION
565
- get warorobe
566
-
567
- EXAMPLES
568
- $ eggs wardrobe get
569
-
570
- $ eggs wardrobe get your-wardrobe
571
- </code></pre>
572
- <h2><code>eggs wardrobe list [WARDROBE]</code></h2>
573
- <p>list costumes and accessoires in wardrobe</p>
574
- <pre><code>USAGE
575
- $ eggs wardrobe list [WARDROBE] [-h] [-v]
576
-
577
- ARGUMENTS
578
- WARDROBE wardrobe
579
-
580
- FLAGS
581
- -h, --help Show CLI help.
582
- -v, --verbose
583
-
584
- DESCRIPTION
585
- list costumes and accessoires in wardrobe
586
-
587
- EXAMPLES
588
- $ eggs wardrobe list
589
-
590
- $ eggs wardrobe list your-wardrobe
591
- </code></pre>
592
- <h2><code>eggs wardrobe show [COSTUME]</code></h2>
593
- <p>show costumes/accessories in wardrobe</p>
594
- <pre><code>USAGE
595
- $ eggs wardrobe show [COSTUME] [-h] [-j] [-v] [-w &#x3C;value>]
596
-
597
- ARGUMENTS
598
- COSTUME costume
599
-
600
- FLAGS
601
- -h, --help Show CLI help.
602
- -j, --json output JSON
603
- -v, --verbose
604
- -w, --wardrobe=&#x3C;value> wardrobe
605
-
606
- DESCRIPTION
607
- show costumes/accessories in wardrobe
608
-
609
- EXAMPLES
610
- $ eggs wardrobe show colibri
611
-
612
- $ eggs wardrobe show accessories/firmwares
613
-
614
- $ eggs wardrobe show accessories/
615
- </code></pre>
616
- <h2><code>eggs wardrobe wear [COSTUME]</code></h2>
617
- <p>wear costume/accessories from wardrobe</p>
618
- <pre><code>USAGE
619
- $ eggs wardrobe wear [COSTUME] [-h] [-a] [-f] [-s] [-v] [-w &#x3C;value>]
620
-
621
- ARGUMENTS
622
- COSTUME costume
623
-
624
- FLAGS
625
- -a, --no_accessories not install accessories
626
- -f, --no_firmwares not install firmwares
627
- -h, --help Show CLI help.
628
- -s, --silent
629
- -v, --verbose
630
- -w, --wardrobe=&#x3C;value> wardrobe
631
-
632
- DESCRIPTION
633
- wear costume/accessories from wardrobe
634
-
635
- EXAMPLES
636
- sudo eggs wardrobe wear duck
637
-
638
- sudo eggs wardrobe wear accessories/firmwares
639
-
640
- sudo eggs wardrobe wear wagtail/waydroid
641
- </code></pre>
642
- <h1>FILES</h1>
643
- <pre><code> /etc/penguins-eggs.d
644
- all eggs configurations are here
645
-
646
- /usr/local/share/penguins-eggs/exclude.list
647
- exclude.list rsync
648
-
649
- /usr/lib/penguins-eggs (deb package)
650
- here eggs is installed
651
- </code></pre>
652
- <h1>TROUBLES</h1>
653
- <h2>BUGS</h2>
654
- <p>Report problems o new ideas in: <a href="https://github.com/pieroproietti/penguins-eggs/issues">https://github.com/pieroproietti/penguins-eggs/issues</a></p>
655
- <h1>RESOURCES AND DOCUMENTATION</h1>
656
- <p>Consult website to find documentation</p>
657
- <ul>
658
- <li>website: <strong>https://penguins-eggs.net</strong></li>
659
- <li>gitHub repository: <strong>https://github.com/pieroproietti/penguins-eggs</strong></li>
660
- <li>telegram: <strong>https://t.me/penguins_eggs</strong></li>
661
- </ul>
662
- <h1>AUTHOR</h1>
663
- <p>Piero Proietti <a href="mailto:piero.proietti@gmail.com">piero.proietti@gmail.com</a></p>
664
- </body>
665
- </html>