• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » bash
Trace: • base-exec-superuser • Command Line Audio • Setting the Timezone • zfs • andunix.net • andunix Infos • debugging • topic • IPS Repository Appliance • Travian Map Download Script

bash
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.

Ends with
  • 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:

MacPorts
4 Hits, Last modified: 10 years ago
=== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping =... You can see a list of all installed ports: <code bash> port echo installed </code> After you run MacPo... ot of duplicate ports. You can clean these: <code bash> sudo port uninstall inactive </code> {{tag>admi
rmdir for OSX
4 Hits, Last modified: 10 years ago
es from the command line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ ... Store $ /bin/rmdir test </code> I wrote a small bash function to remove directories together with the contained ''.DS_Store'' file: <code bash> rmdir() { for d in "$@" do f="${d%/}/.DS_Store"... ction you can remove the directory at once: <code bash> $ rmdir test removing test/.DS_Store </code> {{
Command Line Audio
2 Hits, Last modified: 13 years ago
e from the command line]]. It's as easy as <code bash> sudo osascript -e "set Volume 10" </code> You c... ommand line audio player]]. You just enter <code bash> afplay file.wav </code> More information on how
Set a Mac's Hostname
1 Hits, Last modified: 10 years ago
red hostname instead of ''the_hostname''): <code bash> sudo scutil --set HostName the_hostname </code>
Make your Mac feel at Home
1 Hits, Last modified: 10 years ago
ther your Mac is in the given (home) WLAN. <code bash> # # Path to 'airport' executeable, as of Mac OS
Comapct Sparse Image
1 Hits, Last modified: 10 years ago
====== Comapct Sparse Image ====== <code bash> hdiutil compact your.sparseimage </code> {{tag>sysadmin

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