zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

Apache2 Redirect HTTP to HTTPS

February 14, 2011 by Igor Drobot Leave a Comment

Redirect

Apache’s mod_rewrite makes it easy to redirect normal pages to HTTPS. Because users often forget to type in the https. HTTPS very important for mail web access like squirrelmail or roundcube, to prevent clear text transmission of your passwords and messages

[Read more…]

Filed Under: Linux, Networking Tagged With: Apache2. HTTP to HTTPS, HTTP redirect

Debian 6.0.0 is out, go and get it!

February 6, 2011 by Igor Drobot Leave a Comment

After two years of intense work, the Debian project has published a new stable release.

Debian can be downloaded from: http://deb.li/squeeze

Some changes:
– arm arch. will be no more supported
[Read more…]

Filed Under: Debian, Linux Tagged With: Debian 6, Debian squeeze

The Pledge of the Network Admin

February 6, 2011 by Igor Drobot Leave a Comment

Never heard about it:

This is my network.
It is mine
or technically my employer’s,
it is my responsibility
and I care for it with all my heart
there are many other networks a lot like mine,
but none are just like it.

I solemnly swear
that I will not mindlessly paste from HOWTOs.

from Peter N. M. Hansteen

Filed Under: Cisco, Linux Tagged With: Sysadmin

MySQL Error Codes

February 5, 2011 by Igor Drobot 1 Comment

Sometimes you need a good reference, and this is one of those times. MySQL’s perror command returns many error codes, and I’ve provided a listing here. To find errors individually, just run:

1
2
# perror 28
OS error code  28:  No space left on device

# perror 28 OS error code 28: No space left on device

[Read more…]

Filed Under: Linux, MySQL Tagged With: MySQL

Generate self-signed certificate

February 4, 2011 by Igor Drobot Leave a Comment

Quick and easy – generate self-signed certificate in one line:

1
openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -keyout ipv6.mysql.idrobot.net.key -out ipv6.mysql.idrobot.net.crt

openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -keyout ipv6.mysql.idrobot.net.key -out ipv6.mysql.idrobot.net.crt

Country Name (2 letter code) [AU]:DE
State or Province Name (full name) [Some-State]:Niedersachsen
Locality Name (eg, city) []:Hannover
[Internet Widgits Pty Ltd]:ipv6.mysql.idrobot.net
Organizational Unit Name (eg, section) []:
Common Name (eg, YOUR name) []:Igor Drobot
Email Address []:id@drobot.de

Filed Under: Bash, HTTP, Linux Tagged With: generate cert, OpenSSL

  • « Previous Page
  • 1
  • …
  • 45
  • 46
  • 47
  • 48
  • 49
  • …
  • 74
  • 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