zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

Mac OS X Duplicate items in context menu

June 14, 2013 by Igor Drobot Leave a Comment

Duplicates

After some time of work with my MacBook Pro a saw a strange behavior with the contextual menu “open with”.
Suddenly I had Evernote twice and fourfold and now seven times.

I tried to figure this strange behavior out and found that each copy comes after application update. For example after Opera update this contextual menu will appear one time more. So I think the behavior of a app update is like a new installation. There is a kind of check missing which should check the allready installed path. [Read more…]

Filed Under: Linux Tagged With: context menu, MAC OS X

Debian disable IPv6

June 13, 2013 by Igor Drobot Leave a Comment

debian_logo

Since Debian 6 (squeeze) this is the working method to disable permanent IPv6 implementation. This method is also reboot safe.

cat /etc/sysctl.d/disable-ipv6.conf
net.ipv6.conf.all.disable_ipv6=1

cat /etc/sysctl.d/disable-ipv6.conf net.ipv6.conf.all.disable_ipv6=1

If you have no possibility to restart your system yet, this change can be made immediately work by executing:

sysctl -p /etc/sysctl.d/disable-ipv6.conf

sysctl -p /etc/sysctl.d/disable-ipv6.conf

Anothe method – perfect for firewall scripts:

echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

Filed Under: Debian, IPv6, Linux, Networking Tagged With: Debian, Ipv6

Fedora 18 rc.local

June 13, 2013 by Igor Drobot Leave a Comment

Fedora Logo

After installing of new fedora 18 version at work, I was looking unsuccessfully for rc.local. TO modify some typical work routines.

From Fedora documentation

3.2.4. rc.local no longer packaged

    The /etc/rc.d/rc.local local customization script is no longer included by default. Administrators who need this functionality merely have to create this file, make it executable, and it will run on boot.
1
2
touch /etc/rc.d/rc.local
chmod +x /etc/rc.d/rc.local

touch /etc/rc.d/rc.local chmod +x /etc/rc.d/rc.local

Filed Under: Linux Tagged With: Fedora, rc.local, Work

Set TimeZone in Fedora

May 7, 2013 by Igor Drobot Leave a Comment

Fedora Logo

I forgot to set the correct time zone as I installed my new Fedora 18 system.
So this can be also done after the completed installation:

1
ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime

ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime

The localtime symlink will show to the proper timezone file.

Filed Under: Linux, Networking Tagged With: Fedora, TimeZone

Debian activate bootlogd

April 25, 2013 by Igor Drobot 1 Comment

log

At each system restart, userspace messages will be logged to “/var/log/boot”.

This will help to analyse problems on remote systems, like you have a monitor during a boot progress. [Read more…]

Filed Under: Linux Tagged With: Bootlogd, Debian, logging

  • « Previous Page
  • 1
  • …
  • 15
  • 16
  • 17
  • 18
  • 19
  • …
  • 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