mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
4 Commits
88fff93c25
...
d2c6f99401
Author | SHA1 | Date | |
---|---|---|---|
d2c6f99401 | |||
4f87dd6221 | |||
ad59c45eb3 | |||
f60307d77f |
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
# Symlink
|
# Symlink
|
||||||
install.run
|
install.run
|
||||||
|
LICENSE
|
||||||
|
|
||||||
# ???
|
# ???
|
||||||
.git
|
.git
|
||||||
|
@ -24,8 +24,9 @@ repos:
|
|||||||
# Markdown allows double trailing space for forced line change. The
|
# Markdown allows double trailing space for forced line change. The
|
||||||
# hook appears to remove single ones.
|
# hook appears to remove single ones.
|
||||||
args: ["--markdown-linebreak-ext", "md,markdown"]
|
args: ["--markdown-linebreak-ext", "md,markdown"]
|
||||||
# Let's not touch LICENSE files or reuse.software directory
|
# Let's not touch LICENSE files or reuse.software directory. Or if we
|
||||||
exclude: ^LICENSES\/.*|LICENSE$
|
# do, that is a good example case anyway to keep as a comment?
|
||||||
|
#exclude: ^LICENSES\/.*|LICENSE$
|
||||||
# Other file extensions where trailing whitespace may be intentional
|
# Other file extensions where trailing whitespace may be intentional
|
||||||
# and lack of it break things. Use identify-cli for figuring out more
|
# and lack of it break things. Use identify-cli for figuring out more
|
||||||
# types to add.
|
# types to add.
|
||||||
|
11
LICENSE
11
LICENSE
@ -1,11 +0,0 @@
|
|||||||
Copyright (c) <year> <owner>.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
||||||
|
|
||||||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@ -9,8 +9,12 @@
|
|||||||
# enable logging
|
# enable logging
|
||||||
log level = 5
|
log level = 5
|
||||||
syslog = 5
|
syslog = 5
|
||||||
# SMBv1, required for PS2
|
# SMBv1, required for PS2. TODO: Can this be specified just for [PS2SMB]
|
||||||
|
# instead of weakening security globally?
|
||||||
server min protocol = NT1
|
server min protocol = NT1
|
||||||
|
# And as we are so insecure, let's only allow the PS2 to connect.
|
||||||
|
# This could also be specified under [PS2SMB]
|
||||||
|
hosts allow = 192.168.88.5
|
||||||
workgroup = WORKGROUP
|
workgroup = WORKGROUP
|
||||||
usershare allow guests = yes
|
usershare allow guests = yes
|
||||||
map to guest = bad user
|
map to guest = bad user
|
||||||
@ -26,6 +30,8 @@ keepalive = 60
|
|||||||
# on the console
|
# on the console
|
||||||
[PS2SMB]
|
[PS2SMB]
|
||||||
Comment = PlayStation2 images
|
Comment = PlayStation2 images
|
||||||
|
# PS2 IP
|
||||||
|
#hosts allow = 192.168.88.5
|
||||||
# These commands are required for SELinux to not complain
|
# These commands are required for SELinux to not complain
|
||||||
# sudo chcon -t samba_share_t /home/aminda/PS2
|
# sudo chcon -t samba_share_t /home/aminda/PS2
|
||||||
# sudo setsebool -P samba_enable_home_dirs on
|
# sudo setsebool -P samba_enable_home_dirs on
|
||||||
|
@ -56,9 +56,6 @@ Host *
|
|||||||
# manual).
|
# manual).
|
||||||
UpdateHostKeys yes
|
UpdateHostKeys yes
|
||||||
|
|
||||||
# Workaround CVE-2016-0777 & CVE-0778 on OpenSSH < 7.1p2
|
|
||||||
UseRoaming no
|
|
||||||
|
|
||||||
# Verify SSHFP records. If this is yes, the question is skipped when
|
# Verify SSHFP records. If this is yes, the question is skipped when
|
||||||
# DNSSEC is used, but apparently only "ask" and "no" write known_hosts
|
# DNSSEC is used, but apparently only "ask" and "no" write known_hosts
|
||||||
# However with "ask" you won't be told whether the zone is signed, so
|
# However with "ask" you won't be told whether the zone is signed, so
|
||||||
|
@ -7,7 +7,8 @@ as the links below.
|
|||||||
## Additional repositories
|
## Additional repositories
|
||||||
|
|
||||||
- Begin by `sudo fedora-third-party enable`
|
- Begin by `sudo fedora-third-party enable`
|
||||||
- https://github.com/yggdrasil-network/yggdrasil-network.github.io/issues/127#issuecomment-766520311
|
- `sudo dnf copr enable neilalexander/yggdrasil-go`
|
||||||
|
- https://yggdrasil-network.github.io/installation-linux-rpm.html
|
||||||
- https://www.insynchq.com/
|
- https://www.insynchq.com/
|
||||||
- https://keybase.io/docs/the_app/install_linux
|
- https://keybase.io/docs/the_app/install_linux
|
||||||
- https://rpmfusion.org/Configuration
|
- https://rpmfusion.org/Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user