Questions tagged [mac]

The Macintosh or Mac is a series of several lines of personal computers designed, developed, and marketed by Apple Inc.

712 questions
137
votes
3 answers

ssh-keygen does not create RSA private key

I'm trying to create a private key and having an issue. When I use ssh-keygen -t rsa -b 4096 -C "your_email@example.com", I get a private key in the following format. -----BEGIN OPENSSH PRIVATE…
Moon
  • 2,033
  • 4
  • 24
  • 23
78
votes
9 answers

How to restart Nginx on Mac OS X?

I just installed Nginx on Mac OS X (thanks http://www.kevinworthington.com/nginx-mac-os-snow-leopard-2-minutes/), but how do I restart Nginx on Mac OS X? Thanks!
Laura Brown
  • 813
  • 1
  • 7
  • 5
58
votes
55 answers

What are useful Command-line Commands on Mac OS X?

Per the Windows and Linux threads, what commands do you find most useful in Mac OS X Server (or Client)?
username
  • 4,725
  • 18
  • 54
  • 78
27
votes
6 answers

Mac OS X multi-user thin client server (terminal server)?

Is there any solution out there to turn a Mac into a true multi-user thin client server? I'd like to set up a few cheap PCs with access to a couple accounts using something like VNC, but it isn't economical to buy a new server for each user or a new…
username
  • 4,725
  • 18
  • 54
  • 78
23
votes
7 answers

Backup strategy for developer-focused Apple environments?

It's interesting to see the technological split between structured corporate environments and more developer-driven/startup environments. Some of the Microsoft technologies I take for granted (VSS, Folder Redirection, etc.) simply are not available…
ewwhite
  • 194,921
  • 91
  • 434
  • 799
20
votes
3 answers

Best way to get the MAC of eth0?

Is there a more efficient way to retrieve the MAC address of a NIC in Linux? This works: ip link show dev eth0 | awk ' /link\/ether/ { print $2 }' but can it be found via something like: cat /sys/net/something
brodul
  • 323
  • 2
  • 7
18
votes
10 answers

VNC viewer not connecting to Mac from Windows

I have a VNC server running on a Mac. When I try to use a VNC viewer, it says "no matching security types". Is there any other software which can connect to a Mac like RDP? If iI use screen sharing from another Mac, then it works but not from…
John
16
votes
7 answers

How do I change the Software Update server address on a client Mac (to use my own server)?

Now that I have started the Software Update service on my Leopard Server, how do I change my client Macs to check for updates on it?
username
  • 4,725
  • 18
  • 54
  • 78
14
votes
5 answers

Apache: Isn't chmod 755 enough to set up symlink or alias on Apache httpd on Mac OS 10.5?

On my Mac OS 10.5 machine, I would like to set up a subfolder of ~/Documents like ~/Documents/foo/html to be http://localhost/foo. The first thing I thought of doing is using Alias as follows: Alias /foo /Users/someone/Documents/foo/html
Eugene Yokota
  • 1,899
  • 3
  • 17
  • 12
14
votes
5 answers

how to install fuzzystrmatch.sql pg_trgm.sql on postgresql on mac os x

I have installed postgresql according to this, but I also need fuzzy string match functions, but I have no idea how to install these.
Alex. S.
  • 895
  • 2
  • 13
  • 20
12
votes
3 answers

rsync --iconv option on Mac not working (sync from remote Linux server to local Mac)

I want to use rsync to backup data from a remote Linux server to my local Mac. And I want to initialise this operation on my local Mac. All works fine except that there is a special character problem: every time I re-run the rsync operation (after…
Nick The Swede
  • 401
  • 1
  • 3
  • 14
12
votes
6 answers

How to make a Macintosh register a Hostname to the DHCP Server?

I have a MacBook running Snow Leopard in our company's internal network, which is basically a Windows domain network. Our TO department complains about my MacBook not specifying a name to the DHCP server. Accordingly, the MacBook isn't resolvable by…
netmikey
  • 233
  • 1
  • 2
  • 7
12
votes
9 answers

Is there a VNC server for mac with decent international keyboard support?

I'm having trouble finding a VNC server for Mac OS X that allows me to connect from a Windows box with German keyboard layout. I've tried the built-in desktop sharing and several versions of Vine but all of them had problems with several keys. Does…
user6955
11
votes
2 answers

how can i modify max memory-limit in php.ini in docker container

within the docker container on a MAC, I am getting a php memory error : Fatal error: Allowed memory size of 404750336 bytes exhausted (tried to allocate 266342400 bytes how can i find where the php.ini file is or how can i modify this parameter in…
Diana
  • 243
  • 1
  • 3
  • 9
11
votes
2 answers

Unable to bind OSX 10.9 to Active Directory 2008

I am struggling to bind OSX 10.9 to a 2008 r2 Active Directory. I can join the domain fine when I boot into Windows from the same machine. From OSX I can find the domain controller successfully and have verified consistency of Active Directory…
Adam
  • 111
  • 3
1
2 3
47 48