zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

Internet Super Server

February 12, 2013 by Igor Drobot Leave a Comment

super-server

Inetd listens for connections on certain sockets. When a connection is found on one of its sockets, it decides what service the socket corresponds to, and invokes a program to service the request. The server program is invoked with the service socket as its standard input, output and error descriptors.

Essentially, inetd allows running one daemon to invoke several others [Read more…]

Filed Under: Bash, Debian, FTP, HTTP, Linux, Networking, Ubuntu Tagged With: Debian, FTP, inetd, ssh

Verifying Private Key matches a Certificate

January 29, 2013 by Igor Drobot 2 Comments

Certificate

If you get a certificate from a customer and you should implement it in some piece of software (for example nginx). The first step is to compare the received files.
After this check the displayed hash should [Read more…]

Filed Under: Bash, Debian, HTTP, Linux, Networking Tagged With: OpenSSL, Private Key, security, SSL

Alternative SSH-Server – Dropbear

December 14, 2012 by Igor Drobot Leave a Comment

Dropbear is a relatively small open source SSH 2 server. It runs on a variety of POSIX-based platforms.

The perfect environment for this server could be a little low-end system like your mobile phone or BeagleBone.

Installation:

1
apt-get install dropbear

apt-get install dropbear

Configuration
vim /etc/default/dropbear

1
2
3
4
NO_START=0
DROPBEAR_PORT=22
# Alternative dropbear login banner
DROPBEAR_BANNER="/opt/dropbear-banner"

NO_START=0 DROPBEAR_PORT=22 # Alternative dropbear login banner DROPBEAR_BANNER="/opt/dropbear-banner"

Filed Under: Debian, Linux, Networking, Ubuntu Tagged With: Dropbear, ssh

OpenRelay

November 29, 2012 by Igor Drobot Leave a Comment

Introducing of two different examples to check your E-Mail-Server for an open relay.
Open relay is an E-Mail server configured in such a way that it allows anyone [Read more…]

Filed Under: Linux, Mailing, Networking Tagged With: MTA, OpenRelay, security

Roundcube remove server field

October 9, 2012 by Igor Drobot 1 Comment

Roundcube is web based open source multiuser IMAP client, yesterday I upgraded my older installation to a new stable version 0.8.2.

After successfully installation I was able to see a new redesigned login window with stupid server field. [Read more…]

Filed Under: Debian, Linux, Mailing, Networking, Ubuntu Tagged With: IMAP, Roundcube, Webmail

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 17
  • Next Page »
Yeaaah Cookie! We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok