New answers tagged mac-osx
0
votes
Configuring SMB Shares on MacOS with /etc/nsmb.conf - Write throttling Issues
Address the /etc/nsmb.conf Configuration Issue
The /etc/nsmb.conf file is used for customizing SMB behavior, but macOS doesn’t always apply these settings as expected. This is particularly true when ...
0
votes
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock'
I got this error yesterday when trying to connect to my mysql database after getting it running. There is a lot of conflicting information on the web due to how you download mysql, versions, which OS ...
0
votes
Postfix stop outgoing delivery but accept all incoming
As hack for a low-traffic site I used the following Bash one-liner:
while [ true ]; do mailq | egrep '^[A-Z0-9]+[* ] ' | cut -d' ' -f1 | xargs -rl postsuper -h ; sleep 1; done
Essentially, we grep ...
Top 50 recent answers are included
Related Tags
mac-osx × 2442mac × 202
mac-osx-server × 189
apache-2.2 × 159
linux × 157
ssh × 148
networking × 109
vpn × 97
mysql × 95
php × 91
windows × 89
osx-snow-leopard × 88
ubuntu × 84
domain-name-system × 76
samba × 64
active-directory × 59
bash × 54
permissions × 49
unix × 48
terminal × 45
server-message-block × 44
virtualhost × 43
ldap × 38
opendirectory × 38
nginx × 36