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

Squid disable cache for Domain

January 30, 2013 by Igor Drobot 2 Comments

Proxy

I had a problem with some AJAX based web sites, after some debugging a figured out that problems comes caching proxy (squid3). The content of this web sites was always outdated and sometimes I get strange errors.

Disabling cache for [Read more…]

Filed Under: Linux Tagged With: Cache, Proxy, Squid3

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

BeagleBone throws “CCCCCCCC”

January 19, 2013 by Igor Drobot Leave a Comment

BeagleBone

make sure that after you format the first FAT16 partition on the SD card, that the first file copied in is MLO from the bootloader tarball. Then copy the rest in.

In other words Bootloader of your Bone can’t boot from your SD-card.

Filed Under: Linux Tagged With: ARM, BeagleBone, Bootloader

Bonding

January 18, 2013 by Igor Drobot Leave a Comment

Bonding

This will be about how to “bond” two Ethernet connections together to create an virtual auto failover interface.

If you have from the same ISP (internet service provider) two redundant (different) uplinks, you could create a failover solution.

Debian way installation – was tested on debian squeeze.

First we install the ifenslave-2.6 package, necessary to enable bonding on the system:

1
apt-get install ifenslave-2.6

apt-get install ifenslave-2.6

Next we configure some network stuff [Read more…]

Filed Under: Linux Tagged With: Bonding, Debian, Failover, networking, redundancy

  • « Previous Page
  • 1
  • …
  • 17
  • 18
  • 19
  • 20
  • 21
  • …
  • 62
  • 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