zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

Switch from bash to zsh

August 8, 2019 by Igor Drobot Leave a Comment

Over last six years I used bash-it framework on my MAC OS X system on my work and was really happy with the flexibility.
Only the performance was getting over the time very bad.
Sometimes I had to wait ~3 seconds for a new session or terminal window.
I have also to say, my bash-environment was overloaded with different sources, checks and autocompletions, which are triggered by .bash_profile…

[Read more…]

Filed Under: Linux Tagged With: bash, MAC OS X, oh my zsh

MAC OS X Finder New File

December 26, 2017 by Igor Drobot 6 Comments

For some of my typical work flows I’m missing the base feature in MAC OS X to create a simple “New File” just like in other operating systems, like right click and “Create new Text File”.
For a quick note or just to start to create a new script/app.

Here comes the solution :-)
[Read more…]

Filed Under: Linux Tagged With: MAC OS X

MTR for Mac OS X

July 11, 2014 by Igor Drobot 9 Comments

MTR Logo

One of the best tools to verify network connectivity after ping. Its a kind of combination between ping and traceroute. It shows you all host on your way (dependent on routing). Personal I find the packet loss overview very helpful especially if you have problems with your ****ing ISP.

You can get the MTR self installer for MAC OS X: here

Command syntax(please use with sudo):

sudo /usr/local/sbin/mtr 8.8.8.8

sudo /usr/local/sbin/mtr 8.8.8.8

To be flexible on command line, create a bash-alias for mtr:

alias mtr='sudo /usr/local/sbin/mtr'

alias mtr='sudo /usr/local/sbin/mtr'

Filed Under: Linux Tagged With: 1&1, 1und1.de, MAC OS X, MTR

Samba permissions ignored with Mac OS X

January 19, 2014 by Igor Drobot Leave a Comment

Samba Logo

Mac OS X has a kind of different client behavior with a SMB-Server (Samba 3.6.6-6) than a Windows client.

By saving new files, they will be stored with Mask “0600/-rw——-” and that doesn’t matter what samba configuration prescribes (force create mode = 777).

So the explanation for this problem was found in the SAMBA documentation:

SAMBA has the “unix extensions” option set to “on” by default. This allows Unix users who write to the Samba shares to set their own permissions bits.

Now set them in the SAMBA global section [1] to off:

1
unix extensions = no

unix extensions = no

[1] SAMBA configuration file: /etc/samba/smb.conf

Filed Under: Linux Tagged With: MAC OS X, Samba

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

  • 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