zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

BeagleBone optimize power consumption

November 23, 2012 by Igor Drobot 1 Comment

As you see the header of my blog the motto is “Linux TCP/IP, GreenIT and more…” this one will be about Linux and make it more greener

I will present you some ways to make your BeagleBone more efficient but still powerful.

Official and out of production BeagleBone [Read more…]

Filed Under: DIY, Linux Tagged With: ARM, BeagleBone, CPUfreq, Debian, fstab, Green IT, SD-Card

NginX redirect to Facebook

November 13, 2012 by Igor Drobot Leave a Comment

This is my live example of permanent (301) redirection to external URL with Nginx, all incoming requests will be redirected to a Facebook group.

cat /etc/nginx/sites-enabled/domain.de

1
2
3
4
5
6
7
8
9
10
server {
        server_name  domain.de www.domain.de;
	listen   [::]:80;
	server_tokens off;
 
location / {
	rewrite ^ http://www.facebook.com/groups/399191/ permanent;
}
 
}

server { server_name domain.de www.domain.de; listen [::]:80; server_tokens off; location / { rewrite ^ http://www.facebook.com/groups/399191/ permanent; } }

Filed Under: Linux Tagged With: 301 redirect, facebook, Nginx, redirect

1-Wire Bus

November 2, 2012 by Igor Drobot Leave a Comment

Each 1-Wire slave has stored in ROM a unique 64-bit serial number that acts as its node address device to be individually selected from among many that can be connected to the same bus wire.

About the Protocol [Read more…]

Filed Under: Linux Tagged With: 1-Wire BUS, protocol, ROM

Arduino SRF08

October 18, 2012 by Igor Drobot 4 Comments

The speed of the sound in the dry air (20° C) is around 343 m/s. Send a short ultrasonic pulse at Frequency of 40Khz in the air, and try to listen to the echo. Of course you won’t hear anything (only a little click noise), but with an ultrasonic sensor the back pulse can be detected. If you know the time of the forth & back travel of the ultrasonic wave, you know the distance, divide the distance by two and you know the range from the ultrasonic sensor to the first obstacle in front of it.
[Read more…]

Filed Under: DIY, Linux, Programming Tagged With: arduino, Sonar, SRF08, Ultra Sonic

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
  • …
  • 20
  • 21
  • 22
  • 23
  • 24
  • …
  • 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