• skip to content

andunix.net

User Tools

  • Log In

Site Tools

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

de
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

Matching pagenames:

  • Mac
  • andunix Infos

Fulltext results:

MacPorts
11 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 ===== When ports are updated, the old port is o
rmdir for OSX
7 Hits, Last modified: 10 years ago
====== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store... ories from the command line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash function to remove directo... ogether with the contained ''.DS_Store'' file: <code bash> rmdir() { for d in "$@" do f="${d%/}/.DS_S
Make your Mac feel at Home
6 Hits, Last modified: 10 years ago
whether your Mac is in the given (home) WLAN. <code bash> # # Path to 'airport' executeable, as of Ma... ${SSID} | grep "^SSID: ${HOMESSID}\$") # # Branch depending on grep's return code. if [ "$?" == "0" ]; then # in home wlan echo "home sweet home..." els... # not at home echo "on the road again..." fi </code> To use this code, set the ''HOMESSID'' to your
Command Line Audio
6 Hits, Last modified: 13 years ago
audio volume from remote of my Mac at home, I needed a command line tool which I can use via ssh. I'v... lume from the command line]]. It's as easy as <code bash> sudo osascript -e "set Volume 10" </code> You can enter numbers from 0 (mute) to 10 (maximum).... = How to play an audio file from command line is described here: [[http://www.macosxhints.com/article
Set a Mac's Hostname
3 Hits, Last modified: 10 years ago
t hostname, use the ''scutil'' utility (enter the desired hostname instead of ''the_hostname''): <code bash> sudo scutil --set HostName the_hostname </code> === Credits === * http://osxdaily.com/2010/0
Comapct Sparse Image
2 Hits, Last modified: 10 years ago
====== Comapct Sparse Image ====== <code bash> hdiutil compact your.sparseimage </code> {{tag>sysadmin cli apple mac osx}}
Clear DNS Cache
2 Hits, Last modified: 10 years ago
e cache and then send a signal the the 'mDNSResponder'. dscacheutil -flushcache sudo killall -HUP mDNSResponder {{tag>mac osx sysadmin dns cache cli}}
AirPort Command Line Interface
1 Hits, Last modified: 10 years ago
tworksetup -setairportnetwork {Network} AirPort {{tag>mac osx device wlan cli shell script sysadmin}}
andunix Infos
1 Hits, Last modified: 12 years ago
===== andunix Infos ===== {{indexmenu>info:#1 .:#1}} ===== Tags ===== ~~TAGCLOUD:50~~
Mac
1 Hits, Last modified: 13 years ago
====== Mac ====== {{indexmenu>.}} {{tag>apple mac topic}}

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