• All Forums
  • Recent Posts
  • Sign In
Title Search
@title beer Word 'beer' in title
User Search
  • @user admin Only posts by Admin
Text Search
  • @body beer Word 'beer' in the text
Phrase Search
"Hello World" Exact phrase match
Exclude Terms
  • car -red Search cars that are not red
"Or" Searches
  • honda | bmw 'honda' or 'bmw' results
Multi-Field
@(title,body) hello Both contain 'hello'
WildCard
  • hond* civ* Match all with an astrix
Combination
  • @title bmw @user admin
See more supported syntax examples


1000 results found in 0.001s
<1…24252627282930…34>
  • Reasons to switch (back) to WindowsAll frustrated Mac users unite! Every once in a while, I get so frustrated with the inconvenients and limitations of using a Mac that I just feel lik…

    ... unless you acquire root privileges (sudo or su). Why not offer ...
    gene clean gene clean February 2006 General Discussion
  • using scripts in unixif I have some unix scripts that I was gonig to use, where do I put them on my Mac, like some alias's that I have written.

    ... , and probably others. example: cd / sudo pico .bash_profile (no mouse allowed ...
    lundy lundy February 2006 macOS
  • How do I downgrade user account to non-admin?I've been using OS X since its public beta. I've always run my user account with administrative privileges. Now I see that everyone (Apple included…

    ... my admin account and then sudo (with my admin user password ...
    javacowboy javacowboy February 2006 macOS
  • Desktop privelegesI recently tried to install Adobe Photoshop Elements Demo to the desktop when after installation was complete, all my desktop icons save the harddriv…

    ... have to change that too. 'sudo chown username Desktop/' sets the new owner and 'sudo chgrp username Desktop/' sets the new group. then 'sudo chmod 700 Desktop/' and the ... be an admin user since sudo commands ask for your password ...
    r3dx0r r3dx0r February 2006 Genius Bar
  • parental controls helpi just set up a new managed account on my mac for my mom. im sick of her messing up safari and just ruining everything under my name. ok so i set her…

    ... , you may need to use sudo. You may be able to ...
    chych chych March 2006 macOS
  • Activating/Deactivating Firewall ports automaticallyWhat the topic says. Anyone know of a good way through Applescript/Automator to disable/enable Firewall ports defined in the Firewall setup? The aim …

    ... set and running f.e "sudo ipfw set disable 10". Now ...
    whyatt thrash whyatt thrash March 2006 Genius Bar
  • Activating/Deactivating Firewall ports automaticallyWhat the topic says. Anyone know of a good way through Applescript/Automator to disable/enable Firewall ports defined in the Firewall setup? The aim …

    ... this: Code: do shell script "sudo ipfw delete {rule id}" ... this: Code: do shell script "sudo ipfw delete 02070" tell ... appsrunning then do shell script "sudo ipfw add 02070 allow ... (grep "sudo ipfw show 02070" != "No rule configured") { run "sudo ipfw delete ...
    whyatt thrash whyatt thrash March 2006 Genius Bar
  • Activating/Deactivating Firewall ports automaticallyWhat the topic says. Anyone know of a good way through Applescript/Automator to disable/enable Firewall ports defined in the Firewall setup? The aim …

    I also found another problem, the "sudo" command gives me an appescript dialogue asking me for authenication, but there's no input box to input my password. I'm guessing I'll have to call the terminal directly here...
    whyatt thrash whyatt thrash March 2006 Genius Bar
  • Activating/Deactivating Firewall ports automaticallyWhat the topic says. Anyone know of a good way through Applescript/Automator to disable/enable Firewall ports defined in the Firewall setup? The aim …

    ... "grep.-i.$1" } function addrule () { sudo ipfw -q delete "$2" if ... then calls the bash script "sudo configfw". Only problem is, automator ... t let me authenticate the "sudo" command, so none of the ... it even possible running a "sudo" bash script through automator or ...
    whyatt thrash whyatt thrash March 2006 Genius Bar
  • Activating/Deactivating Firewall ports automaticallyWhat the topic says. Anyone know of a good way through Applescript/Automator to disable/enable Firewall ports defined in the Firewall setup? The aim …

    ... .app. apparently you can authenticate sudo scripts if you don't ...
    r3dx0r r3dx0r March 2006 Genius Bar
  • Activating/Deactivating Firewall ports automaticallyWhat the topic says. Anyone know of a good way through Applescript/Automator to disable/enable Firewall ports defined in the Firewall setup? The aim …

    ... .app. apparently you can authenticate sudo scripts if you don't ...
    lundy lundy March 2006 Genius Bar
  • Activating/Deactivating Firewall ports automaticallyWhat the topic says. Anyone know of a good way through Applescript/Automator to disable/enable Firewall ports defined in the Firewall setup? The aim …

    ... this: Code: do shell script "sudo /usr/local/bin/configfw" user ...
    whyatt thrash whyatt thrash March 2006 Genius Bar
  • Activating/Deactivating Firewall ports automaticallyWhat the topic says. Anyone know of a good way through Applescript/Automator to disable/enable Firewall ports defined in the Firewall setup? The aim …

    ... /usr/local/bin", followed by "sudo pico configfw" 4. Paste the ... "grep.-i.$1" } function addrule () { sudo ipfw -q delete "$2" if ... user) Code: do shell script "sudo /usr/local/bin/configfw" user ... , run the applescript and do "sudo ipfw list" in the terminal ...
    whyatt thrash whyatt thrash March 2006 Genius Bar
  • Activating/Deactivating Firewall ports automaticallyWhat the topic says. Anyone know of a good way through Applescript/Automator to disable/enable Firewall ports defined in the Firewall setup? The aim …

    ... in system preferences, (...) , just do "sudo configfw" in the Terminal. Well ...
    vox barbara vox barbara March 2006 Genius Bar
  • Processor Palette color codingSo I'm staring at Tiger's processor palette and find myself wondering what the blue means. Can anyone help me out?<br /> <br /> To reproduce: show th…

    ... million iterations to see it: sudo nice -n +20 ~/Desktop/ThreadedFactorial ...
    lundy lundy March 2006 Genius Bar
  • How Secure is Apple?How secure is an iMac out of the box?<br /> <br /> Can I put business sensitive documents on it without worry?<br /> <br /> If not secure, what's the…

    ... ' (in some *nix systems) or 'sudo' (in OS X, Ubuntu, among ...
    gene clean gene clean March 2006 macOS
  • How to access underlying Unix operating systemFrom reading a book, I remember I need to enable something before I can access a terminal for the underlying Unix operating system. Can somebody jo…

    ... with your insistence on using sudo. I recommend that you stay ... only times I come across sudo commands is in instructions on ...
    aresee aresee March 2006 macOS
  • How to access underlying Unix operating systemFrom reading a book, I remember I need to enable something before I can access a terminal for the underlying Unix operating system. Can somebody jo…

    ... with your insistence on using sudo. I recommend that you stay ... only times I come across sudo commands is in instructions on ...
    healer healer March 2006 macOS
  • How to access underlying Unix operating systemFrom reading a book, I remember I need to enable something before I can access a terminal for the underlying Unix operating system. Can somebody jo…

    ... root bypasses *all* of them. sudo lets you bypass them judiciously ...
    kickaha kickaha March 2006 macOS
  • How to access underlying Unix operating systemFrom reading a book, I remember I need to enable something before I can access a terminal for the underlying Unix operating system. Can somebody jo…

    ... root bypasses *all* of them. sudo lets you bypass them judiciously ...
    healer healer March 2006 macOS
  • KOffice 2.0 (Jan 2007) Will Run Natively on OS XRight now, the state of open source office suites on OS X isn't that great, especially with OS X Intel. AFAIK, OpenOffice is the only F/OS office su…

    ... : {My Computer}:/Users/{me} {me}$ sudo port install koffice koffice is ...
    javacowboy javacowboy April 2006 Mac Software
  • Ilife 6 screwed upHelp..Im at my wits end. Haven't felt like this since i junked my windows system 18 months ago.<br /> <br /> Itunes has damaged my library file, had…

    ... sparseimage file. I have used sudo chown to transfer priveleges of ...
    matracer matracer April 2006 Genius Bar
  • Ilife 6 screwed upHelp..Im at my wits end. Haven't felt like this since i junked my windows system 18 months ago.<br /> <br /> Itunes has damaged my library file, had…

    ... sparseimage file. I have used sudo chown to transfer priveleges of ...
    lundy lundy April 2006 Genius Bar
  • Ilife 6 screwed upHelp..Im at my wits end. Haven't felt like this since i junked my windows system 18 months ago.<br /> <br /> Itunes has damaged my library file, had…

    ... . If you do, then try sudo mv Matthew.sparseimage ~/Desktop/recoveredMatthew ...
    lundy lundy April 2006 Genius Bar
  • Synching OS X to a NTP Time ServerI have noticed that 3 of my Xserves running Panther Server and Tiger Server appear to have their clocks &quot;slipping&quot; a few minutes behind eve…

    ... those that match the expression. sudo tcpdump -i en0 dst host ...
    lundy lundy June 2006 Genius Bar
  • Synching OS X to a NTP Time ServerI have noticed that 3 of my Xserves running Panther Server and Tiger Server appear to have their clocks &quot;slipping&quot; a few minutes behind eve…

    ... those that match the expression. sudo tcpdump -i en0 dst host ...
    dstranathan dstranathan June 2006 Genius Bar
  • Synching OS X to a NTP Time ServerI have noticed that 3 of my Xserves running Panther Server and Tiger Server appear to have their clocks &quot;slipping&quot; a few minutes behind eve…

    ... might help also. e.g. sudo tcpdump -vv -i en0 src ...
    lundy lundy June 2006 Genius Bar
  • Strange question on MacBooks and MacMinisAs I believe my little issue is related to the integrated graphics I'd like to know from MacBooks and MacMinis users if the scrolling of long menus (…

    ... is in utilities. adding this. sudo defaults write /Library/Preferences/com ...
    archurban archurban June 2006 Current Mac Hardware
  • Apple releases Mac OS X 10.4.7 UpdateApple Computer on Tuesday released Mac OS X 10.4.7, a maintenance and security update to its Mac OS X 10.4 Tiger operating system.<br /> <br /> The u…

    ... , have to open terminal and "sudo reboot" to get to to ...
    captobvious captobvious June 2006 macOS
  • Apple releases Mac OS X 10.4.7 UpdateApple Computer on Tuesday released Mac OS X 10.4.7, a maintenance and security update to its Mac OS X 10.4 Tiger operating system.<br /> <br /> The u…

    ... sigma design (I imagine). CLI, sudo, chown, ch***, WTF, been there ...
    franksargent franksargent June 2006 macOS
<1…24252627282930…34>

Copyright © 2025 Quiller Media, Inc

Commenting Guidelines · Privacy Policy · Contact