Code Monkey home page Code Monkey logo

harbor's Introduction

Hi there, I'm Triassic! ๐Ÿ‘‹

I'm a multi-disciplinary developer with expertise in Linux System Administration, UI Design, Web Development, and Minecraft Server Development from Latvia. My goal is to create software solutions that are not only secure and scalable but also user-friendly and visually stunning.

๐Ÿ’ป My Skills

  • Linux System Administration: I'm proficient in managing Linux servers, implementing security measures, and troubleshooting issues.
  • UI Design: I have a keen eye for design and specialize in creating beautiful user interfaces that enhance the user experience.
  • Web Development: My expertise in HTML, CSS, JavaScript & Typescript and various frameworks lets me build awesome web apps.
  • Minecraft Server Development: I'm passionate about creating Minecraft servers for everyone to enjoy.

๐Ÿ“ง Contact Me

Do you have any questions? Reach out to me on Discord, my username is @realtriassic. Alternatively, feel free to reach out on Twitter.

harbor's People

Contributors

idiotcodes avatar realtriassic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

harbor's Issues

php can't start ๏ผŒ Do not use the container's hostname

service php-fpm81 restart

  • Setting hostname ...
    hostname: sethostname: Operation not permitted
    [ !! ]
  • ERROR: hostname failed to start
  • Setting hostname ...
    hostname: sethostname: Operation not permitted
    [ !! ]
  • ERROR: hostname failed to start
  • ERROR: cannot start networking as hostname would not start
  • ERROR: cannot start php-fpm81 as hostname would not start

Error when starting

Log shown below:

container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
Pulling from pterodactyl/yolks 
Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_11 
Digest: sha256:7272b268efa19f986a1eccf2efe99cd31d4857f1ed0215a3793f0dd514b5e8e9 
[Pterodactyl Daemon]: Finished pulling Docker container image
Cannot open netlink socket: Permission denied
container@pterodactyl~ java -version
openjdk version "11.0.13" 2021-10-19
OpenJDK Runtime Environment Temurin-11.0.13+8 (build 11.0.13+8)
OpenJDK 64-Bit Server VM Temurin-11.0.13+8 (build 11.0.13+8, mixed mode)
container@pterodactyl~ java -jar harbor.jar
Exception in thread "main" java.lang.ExceptionInInitializerError
        at java.base/sun.nio.ch.FileChannelImpl.<init>(FileChannelImpl.java:123)
        at java.base/sun.nio.ch.FileChannelImpl.open(FileChannelImpl.java:145)
        at java.base/sun.nio.fs.UnixChannelFactory.newFileChannel(UnixChannelFactory.java:144)
        at java.base/sun.nio.fs.UnixChannelFactory.newFileChannel(UnixChannelFactory.java:156)
        at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:217)
        at java.base/java.nio.file.Files.newByteChannel(Files.java:371)
        at java.base/java.nio.file.Files.newByteChannel(Files.java:422)
        at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
        at java.base/java.nio.file.Files.newInputStream(Files.java:156)
        at java.base/javax.crypto.JceSecurity.setupJurisdictionPolicies(JceSecurity.java:335)
        at java.base/javax.crypto.JceSecurity$1.run(JceSecurity.java:111)
        at java.base/javax.crypto.JceSecurity$1.run(JceSecurity.java:108)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.base/javax.crypto.JceSecurity.<clinit>(JceSecurity.java:107)
        at java.base/javax.crypto.Cipher.getInstance(Cipher.java:540)
        at java.base/sun.security.ssl.JsseJce.getCipher(JsseJce.java:190)
        at java.base/sun.security.ssl.SSLCipher.isTransformationAvailable(SSLCipher.java:509)
        at java.base/sun.security.ssl.SSLCipher.<init>(SSLCipher.java:498)
        at java.base/sun.security.ssl.SSLCipher.<clinit>(SSLCipher.java:81)
        at java.base/sun.security.ssl.CipherSuite.<clinit>(CipherSuite.java:69)
        at java.base/sun.security.ssl.SSLContextImpl.getApplicableSupportedCipherSuites(SSLContextImpl.java:348)
        at java.base/sun.security.ssl.SSLContextImpl$AbstractTLSContext.<clinit>(SSLContextImpl.java:580)
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Class.java:315)
        at java.base/java.security.Provider$Service.getImplClass(Provider.java:1918)
        at java.base/java.security.Provider$Service.newInstance(Provider.java:1894)
        at java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:236)
        at java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:164)
        at java.base/javax.net.ssl.SSLContext.getInstance(SSLContext.java:168)
        at java.base/javax.net.ssl.SSLContext.getDefault(SSLContext.java:99)
        at java.base/javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:123)
        at java.base/javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(HttpsURLConnection.java:335)
        at java.base/javax.net.ssl.HttpsURLConnection.<init>(HttpsURLConnection.java:292)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.<init>(HttpsURLConnectionImpl.java:100)
        at java.base/sun.net.www.protocol.https.Handler.openConnection(Handler.java:62)
        at java.base/sun.net.www.protocol.https.Handler.openConnection(Handler.java:57)
        at java.base/java.net.URL.openConnection(URL.java:1099)
        at java.base/java.net.URL.openStream(URL.java:1165)
        at MainKt.downloadFile(Main.kt:30)
        at MainKt.main(Main.kt:12)
        at MainKt.main(Main.kt)
Caused by: java.io.IOException: Permission denied
        at java.base/sun.nio.ch.FileDispatcherImpl.init(Native Method)
        at java.base/sun.nio.ch.FileDispatcherImpl.<clinit>(FileDispatcherImpl.java:38)
        ... 41 more
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.

proot error

when i run the script it gives me an error, i dont know what to do, proot is installed look at the attached screenshot
Screenshot_6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.