[SOLVED] Configure The System (Beginners Guide) Question

Hello!
I'm currently working my way through the beginners guide, from the wiki.  All going ok so far and I've reached the Configure The System section. Which is where I'm a bit stuck.
Beginners Guide wrote:You will be presented with a menu including the most important configuration files for your system. If you want to look up the available options as stated in /etc/rc.conf just press Alt+F2 to get a shell, look it up, and switch back to the installer with Alt+F1.
The problem I have is looking up the available options. For example, to find my locale it states I should run locale -a, however when I hit Alt+f2 and enter the command at the bash shell ([Arch Linux: /]# ) I get the following error
-bash: locale: command not found
When I attempt to lookup other items I'm also unable to find those (such as timezone in /usr/share/zoneinfo).
Can anyone let me know what I'm doing wrong, I'm missing something very obvious here, but sadly I just can't work it out!
Last edited by Laatia (2008-03-23 08:56:38)

dyscoria wrote:
I wouldn't skip all of the steps, particularly adding your hostname to /etc/hosts. Just fill in as much as you can, and edit the rest after you've finished installing, though I think the defaults are safe enough to have a running system.
If you typed in 'km' and chose your locale before you ran the /arch/setup command to start the installation, it should automatically enter in the locale you selected earlier (if you press yes in the dialog box that pops up).
Confirm this as that's what happended in this location on 2 recent install.

Similar Messages

  • How to Configure the system to use an firm's accepted warning banner in 10g

    Hello.
    I need to configure the system (oracle 10.2) to use an firm's accepted warning banner. I was able to do it in version 11 by putting entries in sqlnet.ora file. It then displayed when connectting as user (sys, system). I tried the same with 10.2 version and it doesnt display. Do i need to do anything different in 10g. I could not find the lead on googling it.
    I used theses entries in sqlnet.ora for 11g
    SEC_USER_UNAUTHORIZED_ACCESS_BANNER = <path>\banner2.txt
    SEC_USER_AUDIT_ACTION_BANNER = <path>\banner.txt
    Do we have to do differenetly in 10g. please help
    Thank you very much

    maggie wrote:
    Thanks for responding. Is there a way to create a banner in 10.2 version of oracle. I need to didpaly it as part of checklist i am working on for 10g.
    ThanksUnfortunately, auditors and security nazis dream up "requirements" without ever considering the capabilities and limitations of the selected technology. A lot of these guys get their technical knowledge from American Airlines Magazine when they get tired of reading the SkyMall catalog.
    Sometimes you just have to document the exception, get a manager's signature, and keep it on file.

  • Windows could not finish configuring the system error after sysprep /generalize

    Hi
    I just installed Windows 7 Ultimate RTM off from technet and as always I do make use of WIM images on having them deployed to my home PC's
    I was able to have it installed on a clean machine and once the wizard appeared i immediately entered Audit mode (shift+ctrl+f3) and the usual I loaded all of the software i need to pre-install after I was done I Immediately loaded sysprep and had it with the generalized option
    now this is where the problem begins....... after it restarts during the "Setup is starting Services" screen it gives me a message box error saying "Windows could not finish configuring the system. To attempt resume configuration, restart the computer" and once I press ok it jsut restarts and gives the same error again.
    This does not happen when i dont select the generalize option in sysprep.
    Anyone who had the same issues?

    I now have the ACTUAL SOLUTION to this problem.  This solution will actually tell you exactly what registry key is causing your sysprep to fail, so then you don't have to slowly install
    every program until you find the problem -- especially since this didn't work for me because my problem has been intermittent.
    This issue is caused by certain registry keys that are either:
    a) Larger than 8kb
    b) Set with incorrect permissions
    c) Corrupt in some way
    For me, the problem was intermittent (same registry key would sometimes cause the issue and sometimes not - must be corrupt sometimes) so it was impossible to tell what program was doing it.  Luckily, there is a log you can look at that will tell you
    exactly what registry key is erroring out.  Here are the steps for getting the log you need to see:
    When you see the error message, do the following:
    1.) Push Shift+F10 to get to a command prompt
    2.) Navigate to C:\windows\Panther
    3.) Find the Setup.etl file and find a way to copy this file off of the system (I copied it to the D:\ partition and used Ghost to gather that partition and get the file off)
    4.) Copy the setup.etl file from the corrupted system to another computer that has Windows 7.  Put it on the root of C:\ for easiest access.
    5.) Open a Command Prompt on the Windows 7 computer.
    6.) Navigate to the root of C:\ (or wherever you saved the file)
    7.) Type "tracerpt setup.etl -o logfile.csv"
    8.) Close the command prompt and open up logfile.csv in your text editor of choice. 
    9.) Look through the log file (towards the end probably) for messages that say "Failed to process reg key or one of it's decendants"  For me, the exact eror looked like this: "Failed to process reg key or one of its descendants: [\REGISTRY\MACHINE\SOFTWARE\ESET\ESET
    Security\CurrentVersion\Plugins\01000200\Profiles\@My profile]"  If you search for "reg key" or "failed to process" you should find the failure.
    10.) Remove this software from your image, or find out how to get the registry key that is failing to work properly.
    After this, you should be able to properly identify any problem keys and remove/workaround them on your image.
    I see this post is about a year old at this point, but after searching the internet for weeks, I had high hopes for this solution. It seemed to go well, but the logfile.csv doesn't have the word "fail" in it anywhere...no "reg key", nothing. Did a sysprep
    install with an unattend.xml answer file that seems to be working properly, but hangs at "Setup is starting services." forever.
    At this point, I'm pretty convinced that the problem is a service or reg key error from one of the apps I installed during audit mode, but I can't tell which app/service is causing the problem.
    Are there any other methods for viewing failed services or registry errors that would cause the sysprep install process to hang at "Setup is starting services."?
    Willing to post logfile.csv from the "tracerpt setup.etl -o logfile.csv" command, or other log files such as setupact.log, etc. Nothing popped out at me.
    For now I think I'll start making multiple .wim files with only certain software installed to try to discover which application is the culprit...just wish there was an easier way.

  • Windows could not finish configuring the system...restart

    Not sure what happened, but I keep getting the error:
    Windows could not finish configuring the system.  To attempt to resume configuration, restart the computer.
    I tried to boot in safe mode and it gave me the same error.
    Any thoughts on what to try or is this a lost cause?
    I can't remember all the stats of the computer since it is a backup one, but it does surpass all the requirements.

    Having encountered a myriad of sysprep problems over the past 6 weeks in preparing 10 Windows 7 images, here are my thoughts on the “Windows could not finish configuring the system issue”.
    This forum has been the best resource i have seen on the problem. Despite the lack of any input from Microsoft, or even acknowledgement of the problem which has been around since Vista was released.
    I don’t have any definitive answer for anybody, only what did or did not work for me. Hope it might help someone.
    First of all my platform is Windows 7 Professional 32 bit.
    I found the error occurs if you include copyprofile TRUE in the answer file, Microsofts only supported method for the default profile, which doesn’t work.
    I also got the error on the last image made which had all the same applications as on other images made without any problem.
    After wasting more time trying to work out the cause, and removing installed apps, I went back and made the image again, taking multiple Ghost backups at various stages.
    I left network printer drivers off the image, and there were no issues.
    However all the previous images had the printer drivers with no problems. I then added the printer drivers, syspreped again, and no problems.
    I don't have Kaspersky, Alchohol 120% or Crystal Reports, Citrix XEN App installed on any of my images.
    For me the Windows Media Player Network service is also not the issue. It has always been stopped when i checked it. It is Manual startup.
    Domain or Workgroup membership doesn’t make any difference.
    I never used any 3<sup>rd</sup> party tools to format the drive - created partitions using the installation DVD. Partition 1 100MB windows created, Partition 2 C: Partition 3 D:
    It cannot be attributed to the imaging software as the sysprepped machine fails upon restarting.
    So it seems completely random to me. The only consistent thread is once you have this problem you have to go back to square 1 and start again.
    For what it’s worth to anyone, this was my application install process 2<sup>nd</sup> time around to try and identify the cause;
    Adobe CS3
    Backup with Ghost
    Sysprep – OK
    Restore ghost image
    Adobe CS3 updates
    Flash player
    Flash plugin for IE
    Shockwave player
    Adobe Reader 9.2 and updates
    Office 07 Enterprise
    Office SP2
    Microsoft update
    All available windows and office updates but not hardware specific or driver updates
    Move Maker 2.6
    Silverlight
    Photostory 3
    Backup again
    Sysprep – OK
    Restore last backup
    Clickview player (inc dotnetfx3.5)
    Joined domain
    Google Earth 5
    Java 6 update 17
    Paper Cut client
    Backup
    Sysprep OK
    Restore last backup
    Any video converter
    Audacity 2.6
    Div X
    XP codec pack
    VLC media player
    Ultra VNC 1.0.8
    Backup
    Sysprep – OK
    Restore
    Super copier
    Sophos Antivirus
    Backup
    Sysprep ok
    Restore
    Printer drivers HP, Fuji Xerox, Toshiba
    Backup
    Sysprep OK
    So I was thankfully unable to recreate the issue the second time. The only difference was Microsoft update was NOT installed on the first image which had the problem, and consequently no Office updates were installed.
    It would be nice if any of this made any sense!

  • [Solved] Mounting Partitions from Beginners Guide

    Hi everyone. I've setup Arch before, but I see that the installer has been removed. I had a question on some of the documentation from the Beginners Guide...
    From the section "Prepare the storage drive" it states to setup the partitions like so:
    Name Flags Part Type FS Type [Label] Size (MB)
    sda1 Boot Primary Linux 15440
    sda2 Primary Linux swap / Solaris 1024
    sda3 Primary Linux 133000*
    In the section below it ("Mount the partitions ") it explains to "mount any other separate partition" like so:
    # mkdir /mnt/home
    # mount /dev/sda4 /mnt/home
    # mkdir /mnt/boot
    # mount /dev/sda1 /mnt/boot
    However, I set my partitions up just how it was above, when I put in the syntax "mount /dev/sda4 /mnt/home" I receive an error that sda4 doesn't exist. Using my best judgement I put in "mount /dev/sda3 /mnt/home" as I set my partitions exactly the way from the storage drive section (minus some storage space for sda3). I'd just like to be sure that I set this up right and not doing anything extremely wrong. For some reason, Arch won't boot after I have the system setup in virtualbox, and I'm trying to narrow down the issue.
    Thanks.
    Last edited by Quill (2012-09-01 04:16:22)

    Trilby wrote:
    It says to do that if you have any additional partitions.  You do not.
    Sda3 should not be mounted as home, it should be your root partition right?  You should have already done
    mount /dev/sda3 /mnt
    You should not remount sda3 as something else (in fact I suspect it should give an error).
    That partition scheme does not have a separate home parition.
    Cool, thanks for the info. Yeah, sda3 is set as my root partition. It's solved.

  • How to configure the system cache

    I found that JS2E has this enhancement:
    System Cache: Java Web Start now contains both system and user caches. The system administrator can now pre-load applications and shared libraries into the system cache so that multiple users can share the same resources.
    Now how exactly do I pre-load applications?

    Clearly the documentation of these two subjects needs to be addressed. I will try to get a compete "How to" document posted later in the month, meanwhile:
    1.0)Enterprise Configuration Setup
    To configure a system or enterprise configuration, you need to create a file called �deployment.config� and put it in the right place. Java Plug-in and Java Web Start will look for this file first in the directory it calls �deployment system home� , and if not found there, will look in lib directory of the JRE you are running Plug-in or Web Start from. The �deployment.system.home� directory is platform dependent. On unix, it is �/etc/.java/deployment�. On Windows it is <windows dir>/Sun/Java/Deployment.
    If the file is in deployment.system.home, it will be used by all jres (only valid from 5.0 and up). If the file is not there, but in the lib directory of the jre, it will only be used when that Plugin-in or Web Start are launched from that jre.
    The file contains is a java properties file, with only two possible properties in it: deployment.system.config, and deployment.system.config.mandatory. Here are two example deployment.config files:
    deployment.system.config=http\://MyCompany.com/deployFiles/deployment.properties
    deployment.system.config.mandatory=true
    deployment.system.config=file\:/C\:/Program Files/java/jre1.5.0/lib/deployment.properties
    deployment.system.config.mandatory=false
    Note in both examples, the colon in a properties file must be escaped. This also applies to backslashes themselves in the examples below. This is a common problem.
    The first example could be deployed by the admin in deployment.system.home, to require all jres used on this system to load the default and locked properties from the url before launching any Java Plug-in applet or Java Web Start application.
    The second example could be deployed with the jre, with both deployment.config and deployment.properties
    The deployment.properties file pointed to, can contain any of the properties that can be contained in the users deployment.property file (see list on http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html). They can also lock properties by listing the property key with �.locked� appended to it. Here is an example system deployment.properties file:
    deployment.user.cachedir=D\:\\deployment\\cache
    deployment.security.sandbox.awtwarning=false
    deployment.security.askgrantdialog.notinca=false
    deployment.security.askgrantdialog.notinca.locked
    The first two properties are not locked. The use can change to use a different cache location, or turn back on the AWT Warning banner. The last property is locked. The user is not allowed to grant trust to applications who's jars are selfsigned (or signed with any root not in the rootCA certificate store, nor is he allowed to change this setting. The entry in the control panel for this property will be disabled, and any change made to the users deployment.properties file for this property will be ignored.
    Now for system cache:
    The system cache property is:"deployment.system.cache.dir". It can be set in either an enterprise or users deployment.properties file with:
    deployment.user.cachedir=D\:\\deployment\\system\\cache
    /Andy

  • [kinda solved] All the system is down and I need my files badly!

    I'm using gnome and sometimes when the screen goes blank and you need to retype your password to restore it... well, sometimes it was blank for a while (about 5 seconds) so I was just wandering with my cursor for a while as it was like 30 seconds now... my cursor changed into this "you can type here" mode so I just typed my login, clicked enter and then the password and enter again... then it all went into "no move" state so I changed my display with ctrl+alt+F2 and rebooted the system. It didn't open gdm at all, I had just a terminal (now typing from my laptop). So I typed "gdm" but it went like this:
    ** (gdm-binary:1242: WARNING **: Failed to aquire org.gnome.DisplayManager: Connection ":1.13" is not allowed to own the service "org.gnome.DisplayManager" due to security policies in the configuration file
    ** (gdm-binary:1242: WARNING **: could not acquire name; bailing out
    With sudo it was almost the same but shorter:
    ** (gdm-binary:1242: WARNING **: Failed to aquire org.gnome.DisplayManager
    ** (gdm-binary:1242: WARNING **: could not acquire name; bailing out
    With "gnome-session" even shorter:
    ** (gnome-session:1256): WARNING **": Cannot open display:
    So I thought I sould just reinstall all the gnome but I used -Syyu before that. Effect:
    error: failed retrieving file core.db from mirrors.kernel.org : No address record
    It failed to synchronize any database!
    So if pacman and gnome are down in the same time... what could happen? All the configuration and home files are present on the disk (I guess).
    At boot, it goes:
    FATAL: Could not load /lib/modules/2.6.38-ARCH/modules.dep: No such file or directory
    And I guess the important part of the story is that I'm ussing barriers=0 with ext4...
    Last edited by Włóczymyśl (2011-06-16 11:28:26)

    litemotiv wrote:It sounds like it's time to chroot and perform a full pacman update from there. If the problem persists, reinstall the kernel. If the problem still persists, reinstall grub.
    Well, I did the 1st and it was impossible to do so I did the 2nd and it was still bad (other errors thought) so I did the 1st again and it worked but the system was still not booting (yet other errors thought) so I did the 3rd and it still was bad... so I turned to this proposal:
    ewaller wrote:You could also try booting the system any way you can (livecd, usb), mount your root partition somewhere, mount your boot partition somewhere else (not at /boot on the root partition), and copy the files from your root partition's /boot to the boot partition.
    but it didn't worked either... now I'm stuck with:
    Root device '/dev/disk/by-uuid/xxxxxxxxxxxxxx' doesn't exist. Attempting to create it.
    ERROR: Unable to determinate major/minor number of root device '/dev/disk/by-uuid/xxxxxxxxxxxx'.
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    /bin/sh: can't access tty; job control turned off
    while booting. It's too much for me... ^^'
    Edit: 'exit' didn't solve the situation of course.
    Last edited by Włóczymyśl (2011-06-15 16:03:37)

  • Can we configure the system to create order with reference ony?

    Hi,
    Do you know if we can do anything in the sales order type configuration to force the system not allow to create the sales order without reference?
    Thank you.

    Yes, You can do that. Go to define sales document type and select proper drop down in reference mandatory field. You can create with reference of sales order, quotation etc

  • How to configure the system log on Mac OS X???

    Now the system log is removed one week after the creation but I need to store it permanently.
    How to do it??

    Eugene Mirgorodskiy wrote:
    Now the system log is removed one week after the creation but I need to store it permanently.
    It's not really "removed". The system log is "rotated" out, at least partly to avoid having it grow too large. The older log information is in a series of files named like "system.log.0.bz2, system.log.1.bz2, etc. A file of type ".bz2" is a particular type of compressed file. Eventually the oldest of those files will be deleted. If you want to keep those forever, I'd copy off the oldest of those files on a regular basis to some other location.

  • How to configure the transaction OKB9

    i would like to configure the system so that a user can execute the
    transaction OKB9 and make changes to the entries without create a changerequest.
    I found the sap note 135028, please could you tell me if i can apply it
    to my system to solve the issue?
    Best Regards.
    Gianluca Vinco

    nothing about pb
    Edited by: Gianluca Vinco on May 26, 2008 4:04 PM

  • [solved] Getting the mouse back to work with slim, openbox and tint2

    Hey guys,
    I did a fresh installation of Archlinux yesterday, installed firefox, thunderbird, steam and stuff and it all worked fine, until what I will explain next.
    My installation is slim + openbox + tint2.
    Nothing from the start is launched via ~/.config/openbox/autostart but everything I wanted to launch is launched via the ~/.xinitrc which looks like this:
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    if which tint2 >/dev/null 2&1; then
    (sleep 2 && xcompmgr) &
    (sleep 2 && tint2) &
    fi
    xscreensaver -no-splash &
    nitrogen --restore &
    volumeicon
    nmapplet
    exec openbox-session
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    This is the status quo .xinitrc before there was
    case $1 in
    openbox|*)
    exec openbox-session;;
    esac
    instead of
    exec openbox-session
    with
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    and no predefined session, which worked very well.
    I did not touch the rc.xml until I wanted to make htop as my desktop background like descriped in here. https://wiki.archlinux.org/index.php/Op … background
    Yes, the idea with htop does not yet come from there and did not work out well. So I wanted to withdraw all these changes and found the desktop starting slower and without any working mice.
    I had deleted the entry at the rc.xml and the .Xdefaults file mentioned there.
    Status Quo is the .xinitrc given above, a reinstalled openbox with
    $ cp /etc/xdg/openbox/{rc.xml,menu.xml,autostart,environment} ~/.config/openbox
    , I also did not touch the tint2 and tint2config.
    So how do I get the mice working again?
    I would love to thank you for your help, I do not know what else I could do.
    tl;dr everything worked fine until I wanted to get a terminal as background.
    PS. This is my first installation of archlinux following the german beginners guide found here:
    https://wiki.archlinux.de/title/Anleitu … Einsteiger
    EDIT: Ok, I solved it by reinstalling and reconfiguring alls componoents up from the xorg-server. It works fine again now. Also I do not get WHY it did what it did.
    Last edited by rc0nnect (2013-08-31 08:52:47)

    With that TV, I believe the only audio output that it gives you is through the SCART connection. I might be wrong though. Does your stereo have a SCART connection? I've only worked with this connection once so I'm not completely farmilair with it but, I think this would be your best conneciton for audio. If your Stereo doesn't have this connection there are addaptors you can get. It's called is a Multi-AV SCART adaptor with input/output signal switch..... I think.

  • How to configure the ST03N and ST06 for displaying the correct data?

    Hello guys,
    I have just finished a internal project installation following the installation guide.
    Our R/3 System can run correctly. However, when I type st03n, it displays some strange data instead of the real server information. and also in st06, I cannot get the real OS information.
    The OS collector said that saposcol is not running because of no process id found.
    But in the OS level, I've checked the server and saposcol -s said that the saposcol is running correctly.
    I searched some notes and modify the processor of the SAPOSCOl service, too. But nothing changes.
    I think the ST06 issue is the root cause of the ST03N.
    I just wonder that how I could configure the system to make the ST03N or the ST06 display the correct statistics?
    Thanks in advance.

    I got the answer myself.
    I didn't know there were some standard jobs that are required to scheduled for a live R/3 System.
    In SM36, find the standard jobs and input 'bc' in sap components and select the jobs scheduling job and set it as periodly run jobs(hourly).
    then release the schedule.
    And note 16083 has all the information.

  • Delete every payroll results in the system

    Hi experts,
    There is a special Test system where External useres can login to the system, so we'd like to delete every paroll results in the system.
    My question is how can I do that * correctly & efficiently*?
    I know that there is a report for that:  "RPUDEL20"  but imagine a company with 14.000 employees. So using the logical databse, and deleteing the paroll results ony-by-one, will took more than a day
    My idea is to delete every record in the tables:
    HRPY_RGDIR
    HRPY_WPBP
    HRPY_GROUPING
    P01O_ZVB_RR
    This is definetelly the fastest way, but is a good solution?
    I mean what about the 0003 infotype (payroll status)  and other relations to the payroll results? What will happen if I delete the tables?
    There is no payroll testing in this system, we're using this system for  ESS testing, so the payroll results are not relevant, but all other masterdata (PA and PD infotypes) are relevant.
    I'm happy to hear any idea
    Bye
    N.

    Hi everyone,
    Thank you for the answers,  but I don't understand how can the LSMW help me. As I know the LSMW is a data migration tool. I don't want to import anything to the sap system, I just want to delete the existing payroll results. How does the LSMW help me in this?
    Thanks
    N.

  • AIX/Oracle system copy guide

    Hi Experts,
    I am preparing a system refresh (system copy) from production to test system via DB backup and restore.The two systems are on different AIX servers. The systems are running on SAP enterprise 6.20 on Oracle 9.2 and AIX.
    I can only find the system copy guide for using R3load "Homogeneous and Heterogeneous System Copy for SAP® Systems Based on SAP Web Application Server 6.20"
    Where can I find the SAP guide for the system copy? Thanks in advance for any helps.
    Regards,
    Chong Li.

    Look at Operation Guides for NW2004S at http://service.sap.com/INSTGUIDES

  • Adding Pre-fix in the  system generate PR No. Range

    hello,
    is there anyway i can configure that the PR no range has a pre-fix ie: 'AB'-1000001 ?
    i have configure the system generated pr no.series and my client requires a prefix to be add in the series..
    pls help. thanks
    she

    Hi Ravi,
    Thanks.. unfortunately there is no abap at my client and am trying to program myself..
    i tried this but its not being populated with prefix.. consider me newbie in abap
    96: 5500000-5599999
    PR No. should be : PR-5500001
    IF neban-ekorg EQ 'CHIN'.
      CASE NEBAN-BSART.
      WHEN 'ZN13'
      RANGE = 'PR' + '96'.
          WHEN OTHERS.
        ENDCASE.
    ENDIF.

Maybe you are looking for

  • Address not come in marketing Documents

    Dear Experts 2007B pl 08 I am created a new company and I was use DTW for uplode Business Partner in new compony. . Addresses updated in Business Partner manualy.  Now the problem is whenever i open any document i could not get the address in anywher

  • Your login session has expired

    Hi We have upgraded customer instance from 11i10cu2 to 12.0.6 Its a 2 node RAC (on linux) and 2 application nodes , pcp and load balancing implemented Customer has reported the followign issue Error Cannot display page You cannot complete this task b

  • Carry our Sourcing link not present in EP for SRM 7.0

    Hi We are using SRM 7.0. When we create a Shopping Cart then as per the configurations made it should be present in Purchaser's Sourcing cockpit for further action. However when we log in as Purchaser we do not see the "Carry Out Sourcing" link at al

  • LR 2.5 and file association

    Hi, wondering what type of file associations is changed during LR 2.5 installation if any. I know Adobe products takes it w/o having an option to change it later. sorry if my qus. is too stupid, just using XNVIEW and im not sure about migrating to LR

  • Possible to Change Plug-Ins Folder Used by Safari?

    I'm trying to set up Firefox with no plug-ins and Safari with plugins, to switch back and forth as needed. Both want to use the same Library/Internet Plugins folder. Any way to alter the plug-ins directory for either of them? Is a Unix command going