• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net ยป do
Trace:

do
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info:mac
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

rmdir for OSX
2 Hits, Last modified: 10 years ago
Store'' file: <code bash> rmdir() { for d in "$@" do f="${d%/}/.DS_Store" if [ -f "${f}" ] then e... rm "${f}" fi /bin/rmdir "${d}" || ls -al "${d}" done } </code> With this function you can remove th
Set a Mac's Hostname
1 Hits, Last modified: 10 years ago
name instead of ''the_hostname''): <code bash> sudo scutil --set HostName the_hostname </code> === C
MacPorts
1 Hits, Last modified: 10 years ago
plicate ports. You can clean these: <code bash> sudo port uninstall inactive </code> {{tag>admin cli
Command Line Audio
1 Hits, Last modified: 13 years ago
he command line]]. It's as easy as <code bash> sudo osascript -e "set Volume 10" </code> You can ent
Clear DNS Cache
1 Hits, Last modified: 10 years ago
e 'mDNSResponder'. dscacheutil -flushcache sudo killall -HUP mDNSResponder {{tag>mac osx sysadmi

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki