zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

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

Time Machine Backup to Samba

August 16, 2012 by Igor Drobot 4 Comments

Time Machine is a backup utility developed by Apple. It is included in Mac OS X since MAC OS X version 10.5 alias “Leopard”. The software is designed to work with the Time Capsule as well as other internal or external drives.

Only with this trick [Read more…]

Filed Under: Linux Tagged With: backup, Samba, security, Time Machine

phpMyAdmin blowfish_secret

November 24, 2011 by Igor Drobot 3 Comments




After login into phpMyAdmin panel I get this error message[1]

Everything work fine I can manage everything, but if security is important for you, you should look at the solution. [Read more…]

Filed Under: HTTP, Linux Tagged With: passphrase, phpMyAdmin, security

Knock Knock

January 3, 2011 by Igor Drobot Leave a Comment

SSH is by default very strong, and since a long time without critical bugs. It has strong protection against various hacks and known vulnerabilities. For instance SSH has a password retry wait time of (default) five seconds. This makes the time for brute force attacking an SSH-server very long and not effective. However, sometimes script-kiddies will fork their hacking program making multiple processes of the brute force attack. Sometimes they are able to fork it off upwards of 1000 attempts every 5 seconds. This drastically minimizes the time to crack short passwords.

I think SSH is secure enough, but there is always a way to make it more secure.

Install knock daemon:

1
aptitude install knockd

aptitude install knockd

[Read more…]

Filed Under: Debian, Linux, Networking, Windows Tagged With: knock, security, ssh

Hide PHP version

August 15, 2010 by Igor Drobot Leave a Comment

In order to do this, you need to do some sysdmin job:). I am going to specifically focus on Apache and PHP because I’m more of a LAMP user. If you use ASP on Microsofts IIS, I can’t help you (but hey!, Google is there to save your sunny day! :P)

Find your php.ini file in my case,

1
vim /etc/php5/apache2/php.ini

vim /etc/php5/apache2/php.ini

Look for the line that says: “expose_php On“
Change it to:

1
expose_php Off

expose_php Off

Now our PHP is very silent

Note by PHP developer:
; Decides whether PHP may expose the fact that it is installed on the server
; (e.g. by adding its signature to the Web server header). It is no security
; threat in any way, but it makes it possible to determine whether you use PHP
; on your server or not.

Filed Under: Debian, Linux Tagged With: PHP, security

  • « Previous Page
  • 1
  • 2
  • 3
  • 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