Gå til innhold

Zteff

Medlemmer
  • Innlegg

    71
  • Ble med

  • Besøkte siden sist

Innlegg skrevet av Zteff

  1. # This is the ProFTPD configuration file
    
    
    
    ServerIdent  	on "FTP Server ready."
    
    ServerAdmin  	[email protected]
    
    ServerType  	standalone
    
    #ServerType  	inetd
    
    DefaultServer  	on
    
    AccessGrantMsg  	"User %u logged in."
    
    #DisplayConnect  	/etc/ftpissue
    
    #DisplayLogin  	/etc/ftpmotd
    
    #DisplayGoAway  	/etc/ftpgoaway
    
    
    
    # Use pam to authenticate by default
    
    AuthPAMAuthoritative  on
    
    
    
    # Do not perform ident lookups (hangs when the port is filtered)
    
    IdentLookups  	off
    
    
    
    # Port 21 is the standard FTP port.
    
    Port    21
    
    
    
    # Umask 022 is a good standard umask to prevent new dirs and files
    
    # from being group and world writable.
    
    Umask    022
    
    
    
    # Chmod isn't allowed by default
    
    #AllowChmod  	on
    
    
    
    # Default to show dot files in directory listings
    
    #Use ListOptions  "-a"
    
    
    
    # See Configuration.html for these (here are the default values)
    
    #MultilineRFC2228  off
    
    #RootLogin  	off
    
    #LoginPasswordPrompt  on
    
    #MaxLoginAttempts  3
    
    #MaxClientsPerHost  none
    
    
    
    # To prevent DoS attacks, set the maximum number of child processes
    
    # to 30.  If you need to allow more than 30 concurrent connections
    
    # at once, simply increase this value.  Note that this ONLY works
    
    # in standalone mode, in inetd mode you should use an inetd server
    
    # that allows you to limit maximum number of processes per service
    
    # (such as xinetd)
    
    MaxInstances  	30
    
    
    
    # Set the user and group that the server normally runs at.
    
    User    nobody
    
    Group    nobody
    
    
    
    # Normally, we want files to be overwriteable.
    
    <Directory /*>
    
     AllowOverwrite  on
    
    </Directory>
    
    
    
    # A basic anonymous configuration, no upload directories.
    
    <Anonymous ~ftp>
    
     # Uncomment the following line to allow anonymous access
    
     #RequireValidShell  off
    
     #AllowChmod  	off
    
    
    
     User    ftp
    
     Group    ftp
    
     AccessGrantMsg  "Anonymous login ok, restrictions apply."
    
    
    
     # We want clients to be able to login with "anonymous" as well as "ftp"
    
     UserAlias  	anonymous ftp
    
    
    
     # Limit the maximum number of anonymous logins
    
     MaxClients  	10
    
    
    
     # We want 'welcome.msg' displayed at login, '.message' displayed in
    
     # each newly chdired directory and tell users to read README* files. 
    
     DisplayLogin  	welcome.msg
    
     DisplayFirstChdir  .message
    
     DisplayReadme  	README*
    
    
    
     # Limit WRITE everywhere in the anonymous chroot
    
     <Limit WRITE>
    
       DenyAll
    
     </Limit>
    
    
    
    </Anonymous>

  2. Hei, jeg har installert ProFTP (Red Hat 8.0), men har noen små mål jeg ikke har nådd :cry: .:

     

    - FTP (Slik at jeg kan logge meg på med et ftp program)

    - FTP (Slik at andre kan gå til ftp://<IP>)

     

    Hørtes kanskje rart ut for de erfarne, men jeg er ikke erfaren. :wink: :roll:

     

     

    Noen som kan hjelpe meg?

     

     

    Takk på forhånd!

  3. Jeg har nettopp installert mySQL på Red hat 8.0, men hver gang jeg prøver å starte det, får jeg meldingen "ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)"

     

     

    Noen som kan hjelpe meg?

     

     

    - Takk på forhånd!

  4. Neppe...

     

    Prøvde det på min maskin:

    Intel Pentium 4 2.4 GHz

    GeForce 4 Ti4600

    250 DDR RAM PC-333 PC2700

    Western Digital 120GB Special Edition

    ENDRET: USB 2.0 hvis det sier noe

     

    Prøvde det på en bærbar med:

    AMD duron 450 MHz

    64MB ram

     

    Og på en stasjonær:

    Intel Celeron 1.1 GHz

    GeForce 2 MX400

    256MB SDRAM

     

    På den siste gikk det forresten...

     

    Hm... ser at dette innlegget kanskje er litt feil plassert.

  5. Hei, jeg har et Mustek MDC 3000 kamera... ganske bra, men når jeg prøver å overføre store bilder eller små filmer, starter maskina på nytt. Det virker som det er filstørrelsen det har noe med, for det går fint med et bilde av "medium" kvalitet og "dårlig" kvalitet. Ellers skjærer det seg med små filmer eller bilder av "bra" kvalitet... Veldig iriterende! :x

     

     

    Noen som kan hjelpe meg?

×
×
  • Opprett ny...