How to install konqueror in particular ...

I use XFCE. How to install konqueror in particular without installation of other programs from kde? Otherwise. When I search "pacman -Ss konqueror", I do not find it and establish only thereby "pacman -Ss kde"?
I have not found the answer to this question at a forum.
~ ~  ~   ~    ~     ~      ~       ~        ~         ~          ~            ~

ag2lu wrote:I use XFCE. How to install konqueror in particular without installation of other programs from kde? Otherwise. When I search "pacman -Ss konqueror", I do not find it and establish only thereby "pacman -Ss kde"?
I have not found the answer to this question at a forum.
~ ~  ~   ~    ~     ~      ~       ~        ~         ~          ~            ~
Konqueror is an integrated part of either KDE base or libs, I don't recall. One option to minimize dependencies is to use packages from KDEmod:
http://kdemod.ath.cx/

Similar Messages

  • How to install konqueror?

    Good day~
    I want konqueror as a web browser,
    but I'm not in a KDE environment.
    Could anyone tell me which package I need to install?
    The less the better..
    Thx.

    Gullible Jones wrote:
    If you want KHTML (okay, something based on it anyway) you can always try and see how GTK-Webcore compiles (just be warned, the compilation always borks for me). The functionality of OSB-Browser isn't anything approaching Konqueror's though, and I've heard it's a bit unstable.
    If it's the file manager you want, try pcmanfm from the AUR, it has tabs and stuff.
    There is another gtk-webcore browser that looks interesting too, "Atlantis"

  • [solved]How to install flash plugin in Konqueror?

    I just
    pacman -S flashplugin
    successfully, but still my Konqueror can't work with flash.
    How to install the flashplugin in Konqueror correctly?
    Thanks
    jazzi
    PS: my system is 32bits pc
    Last edited by jazzi (2009-06-10 00:41:58)

    Go to Settings/Configure Konqueror/Plugins and use "Scan for Plugins" then.
    Last edited by FallenWizard (2009-06-09 13:13:01)

  • How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit

    How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit
    I ran Coldfusion 8 on SBS 2003 Premium for 6 months with no problems.  When we finally decided to cut over to SBS 2008, that’s when everything went to hell.  I tried for weeks to get Coldfusion 8 to install properly on the new SBS 2008 64-bit box.  During the course which, I found bits and pieces of information for Vista 64-bit and Windows Server 2008 64-bit installations.  There are some distinct differences, however, with SBS 2008 since it runs core Web applications like OWA, RWW and Companyweb.  After countless unsuccessful attempts, one of which completed corrupted the box, I found the solution.
    I have attempted in this white paper to detail the steps to assist others who may be in a similar situation.  I don’t make any warranty for the information, but so long as you follow the steps carefully you should be fine.  BTW, for those of you who say Adobe offers free technical support for licensed users, that’s not entirely true.  Like I said, I purchased CF8 and originally installed it on an SBS 2003 Premium box.  After we cut over to SBS 2008 and encountered problems, Adobe wouldn’t provide any technical support without charging.  Moreover, based on my initial conversations with Adobe’s technical team, no one seemed to know much about running 64-bit on SBS.
    From my understanding, only two versions of Coldfusion 8 can be installed in 64-bit: Enterprise and Developer.  The “normal” install (which I paid a grand for) can only be deployed in 32-bit mode – gee, THANKS Adobe!  By the way, in Developer mode only two distinct IPs can access the site in addition to the localhost.  Any additional IPs will result in a CFML error message stating that the maximum number of IPs have been exceeded.  At any rate, take your time and follow the steps to achieve a successful installation. 
    PRE-INSTALLATION TASKS
    Back Up SBS
    It’s always a good practice to backup your server before deploying any kind of major system changes.  Although this step is optional, I recommend it in case you need to restore your server for any reason.  Bear in mind, if your system ever gets totally corrupted, you cannot restore back from the twice daily incremental backup images alone.  You will need a full backup with system recovery information to restore.  Here are the basic steps:
    Click: Start > Programs > Administrative Tools.  Right-click “Windows Server Backup” and choose “Run as administrator”.
    Click “Backup Once” under Actions in the right-hand pane.
    Choose the “Different Options” radio button under Backup Options.
    Choose the “Custom” radio button.  What we’re primarily interested in here is backing up the OS – not your data partitions or attached drives.
    Select the “SYSTEM (C)” checkbox, uncheck any others.  Also, ensure that the “Enable system recovery” checkbox is selected before continuing on.
    Under ‘Specify Destination Type’, I usually select the “Local drives” radio button and point it to a Terrabyte USB drive I use for backups.  You can point this to a tape drive, or select the “Remote shared folder” radio button if you map to a UNC path to store your backup images.  Just remember, make sure that whatever path you select can readily be accessed in the event of an emergency.  Also, make sure the “Verify after writing (recommended)” checkbox is selected.
    Under ‘Specified Advanced Option’, I usually select the “VSS full backup” radio button instead of the default since I don’t use a 3rd party backup product.  If like me you rely solely on SBS for your backups, choose the full backup option.
    Confirm everything and click “Backup”.  This process may take several hours depending on the size of your system.
    Verify ISAPI Filters:
    In IIS Manager, double-click the server instance in the left-hand pane.
    In the center pane under IIS, double click the “Modules” icon to verify that the ISAPI native modules are already installed for IIS.  If it’s set up correctly you should see two entries:
    IsapiFilterModule              %windir%\System32\inetsrv\filter.dll
    IsapiModule                        %windir%\System32\inetsrv\isapi.dll
    If either of these modules are missing, you will need to re-install these (google for a solution).
    Set Up Development Environment
    Create a directory for your CFML files outside of the default Windows location (e.g., default is usually C:\inetpub\wwwroot\).  For the purpose of our install, I created a directory on a separate disk called: D:\DEV.
    Copy and paste your CFML files and directories into the new DEV root Web directory.  This will eventually be the directory where the Coldfusion installer places the CFIDE and CFDOCS folders. 
    Open IIS Manager and double-click the server instance in the left hand pane.  Expand the “Sites” folder.  Right-click the Sites folder and select “Add Web Site”.
    Enter a name in the “Site Name” box (e.g., “test-site”).  You will notice that the system will automatically create a corresponding Application Pool with the same name.  NOTE: this is important to prevent conflicts between the DefaultAppPool (needed for SBS Web apps like OWA, RWW, etc.) and the application pool needed for Coldfusion to function properly in SBS 2008.
    Point the “Physical Path” to the directory you created in step #1 above (e.g., “D:\DEV”).
    Don’t worry about testing the connection.  If you click “Test Settings” you may receive a warning that IIS cannot verify access to path (D:\DEV).  Don’t worry about this for the time being.
    Under “Host name”, enter a DNS path to your site (e.g., “dev.test-site.com”).  Click “OK”.
    Configure Application Pools for Installation
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “False” to “True”, and then click “OK”.  NOTE: if you skip this step, Coldfusion will not properly create the required mappings during the install. We will change this setting back after the installation completes – more on this later.
    Modify the application.host.config File for 64-Bitness
    Click: Start > Programs > Accessories.  Right-click “Notepad” and choose “Run as administrator”.
    Open the config file from within Notepad – default location: C:\Windows\System32\inetsrv\config\applicationHost.config
    Do a search and change this one line from:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" />
    To this:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="bitness64" />
    Restart the IIS Admin service.
    Set HTTP Compression
    According to some threads I read, the http compression module can cause errors if you don’t disable it globally. To remedy this, perform the following:
    Click: Start > Programs > Accessories.  Right-click “Command Prompt” and choose “Run as administrator”.
    At the command prompt, change directory to intetsrv by typing: cd inetsrv
    Run the following command:
    C:\Windows\system32\inetsrv>appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
    This will turn off HTTP compression for all sites in IIS.
    In IIS Manager, double-click the server instance in the left-hand pane.  Double-click the “Compression” icon in the IIS section of the center pane.
    Uncheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Recheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Restart the IIS Admin service.  This should enable compression and coldfusion to work at the same time.
    NOTE: if for some reason you need to reverse this, run the following command from the command prompt:
    C:\Windows\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']
    INSTALLATION TASKS
    Download the 64-bit installation package from Adobe – filename: coldfusion-801-wind64.exe.
    Right-click the file and select “Run as administrator”.
    Accept the terms of the License Agreement.
    If you have an Enterprise license, enter it.  For our purposes, just click the “Developer Edition” checkbox.
    Select “Server configuration” – the default radio button.
    I deselected all subcomponents and can’t guarantee that you’ll arrive at the same results if you select additional items like “.NET Integrated Services”.  It should be fine, particularly if you install documentation.  My preference was to keep the install as plain vanilla as possible.
    Select the directory path for Coldfusion to install into – default is :C\Coldfusion
    THE NEXT TWO STEPS ARE CRITICAL TO YOUR SUCCESS.  Unselect “All IIS Websites” and select the “Configure specific IIS Website or another web server” radio button.  Click “Add”, and then select your test Web site (e.g., “test-site”) under “IIS Web Site”.  Hit “OK”.
    Do NOT use the default directory path for the CF Administrator location (e.g., default path: “C:\inetpub\wwwroot”).  Instead, point the installer to your new DEV root Web directory (e.g., “D:\DEV”).  The bottom line, you want the installer to place the CFIDE directory and files within this folder, alongside your other CFML files and folders.
    Enter an Administrator password.
    Choose to Enable RDS, or not.  I enable this by preference but it is not required.  This allows you to make updates to files using a CFML editor directly vs. having to move/FTP the files over if you’re working remotely.  Opponents to this argue that it’s potentially less secure, but for a lower environment I don’t see this as a major concern.
    Confirm everything to kick off the install.
    If all goes well you should see a message at the end stating that the install was successful.  I recommend you uncheck the box that asks you to open the CF Administrator in the default Web browser after the install.  NOTE: we will open it a different way during the post-installation tasks.  The worst thing that will happen if you forget to uncheck the box is that you might receive an error that the command prompt hung – not a big deal – just close it and move on to the next (final) steps.
    POST-INSTALLATION TASKS
    Verify CF Installation:
    The installation will create a new folder in your program group: Start > Programs > Adobe > Coldfusion 8.  The default “Administrator” link will not work because it points to the wrong path: http://127.0.0.1/CFIDE/administrator/index.cfm. The “127.0.0.1” or “localhost” path as you may recall in IIS, points by default to the “C:\inetpub\wwwroot” directory.  Our CFIDE files, however, are located within: D:\DEV.
    To bring up the CF Administrator logon page, open up a Web browser and replace the “http://127.0.0.1” part of the path with the DNS path name to your CF environment (e.g., http://dev.test-site.com/CFIDE/administrator/index.cfm).
    This should bring up the Coldfusion Administrator Login screen.  Enter in the Administrator password you created during the install to log in and configure your application server.
    Verify that your test-site renders correctly by typing in your test URL into a Web browser (e.g., http://dev.test-site.com).
    Fix Application Pool Defaults to Re-enable SBS Web Applications:
    At this point, Coldfusion Administrator and your test CMFL Web site should be working properly.  The problem is, default SBS Web applications like OWA, RWW and Companyweb will throw errors and fail to start.  Fortunately, this is easily remedied by performing the following steps:
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “True” to “False” this time.  This should re-enable the SBS applications, which would otherwise result in 500 errors (e.g., OWA, RWW, Companyweb, etc.).  There is no need to restart IIS.
    Open a Web browser and test that you can once again connect to OWA, RWW and Companyweb successfully.
    In IIS click to highlight the application pool for your new site (e.g., “test-site”).  In the right-hand pane, click “Advanced Settings”.  Ensure that “Enable 32-Bit Applications” – second item from the top – is set to “True” for this application pool specifically.
    Lastly, jump up and down for joy!  Hopefully now, everything is working.  Best of luck!! ..Paul D (MCP).

    First, it would be a good idea for you to specify what distro of Linux you're using, as not all are supported by Adobe.
    Second, this is probably your problem right here:
    http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing
    In a nutshell, CF expects the 32-bit version of libc.so.6 to be in /lib, but it's probably not. You might be able to modify the installer to point to the correct location for that file, or you might be able to create a symlink to the file - but as the above link describes, creating a symlink might have negative consequences.
    As for installing CF 8 64-bit, that's only available with Enterprise, not Standard. If you want CF Standard 64-bit, you need to upgrade to CF 9.
    Dave Watts, CTO, Fig Leaf Software

  • How to install Creative Cloud on any drive other than my System drive...

    You are now chatting with 'Bhagawan'
    Bhagawan: Hello. Welcome to Adobe Technical Support.
    Bhagawan: Hi Steve
    Steve: It appears CC installs on my system drive without asking me. The way I manage my system - this is not acceptable. So, how do I install on the drive I install all my other apps?
    Bhagawan: I understand that you want to install Creative Cloud desktop app. Am I correct?
    Steve: On a particular drive - not my system drive.
    Steve: CC, Photoshop, etc.
    Bhagawan: I will be glad to check and help you with this issue.
    Bhagawan: Steve, creative cloud desktop app can be install only on C drive, but other apps you select for other drive.
    Steve: My C: drive is dedicated to my OS only.
    Steve: It is a special drive that will not work for very long if software companies put their programs on it till it fills up and then everything stops.
    Steve: Didn't Adobe think of this?
    Steve: I have one computer that only has a few MBs left of C:. What do I do on that computer?
    Steve: "left on C:"
    Bhagawan: Give me a minute.
    Bhagawan: Thank you.
    Bhagawan: Steve, I'm really sorry, creative cloud desktop app will be installed on C Drive, since the operating system is installed, but other Creative Cloud apps can be installed other Drive and depends on file size.

    I had the same problem and finally solved it.
    It is "funny" that CC doesn't ask you where to install apps. Or better to say, it asks you but doesn't care. In Creative Cloud desktop app/Preferences there is option to choose where you want apps to be installed, but they are still installed in C:/Program Files/....
    How to install apps on secondary drive in just 3 steps:
    1. Go to page Adobe CC 2014 Direct Download Links – Creative Cloud 2014 Release | ProDesignTools and download all apps that you will need.
    2. Once downloaded, install it. During installation you will be asked where you want app to be installed (just like in any other "normal" installation)
    3. Be happy
    Hope I helped
    Marko

  • How to install Windows on a SATA boot drive

    Here is how to install Windows XP on a SATA boot drive.  This procedure was first developed by syar2003 and has been used by many iusers ncluding myself.   Although it was originally developed for Neo2 mb's and Windows XP Pro, it has general applicability to systems as well.
    1.  Have only the SATA drive you want to be the boot drive active in your system.  Disconnect the power to all other HDD's if any.
    2.  Have only one optical drive active. Disconnect the power to the other opticals if any. (Best to have a burner optical as master on IDE1.)
    3.  Plug SATA drive into SATA 1 on the mb.  (it may show us as an IDE drive somewhere down the list in BIOS.  That's okl)
    4.  Enable appropriate SATA options in BIOS.  Set boot order to floppy, cd, SATA drive.  Set boot priority to SATA drive.
    5.  Partition and format the SATA HDD using the utilites CD that came with the SATA drive.  (If you don't have an HDD utilities disk, download one from the website of your HDD manufacturer.)
    6.  Run Windows  setup.  No need to load drivers at the F6 promt unless you are planning to do a RAID configuration.
    7.  Windows XP should install without incident.
    8.  After you are up and running, plug the power back into your other HDD and optical drives if any.
    If you have a board older than the K8 series, it may be necessary to load the SATA drivers at the F6 prompt.  If the above procedure does not work, than try it again loading the SATA drivers.
    If this procedure does not work for you, it is likely that your particular SATA HDD has some compatablity problem with Windows setup and/or your motherboard.  The solution to this is to try another SATA drive.  In general, most failures using this procedure have been traced to certain WD, Seagate and Hitachi SATA drivers of smaller capacities.  Fewer problems seem to have occured with Maxtor HDD's.

    Kaplan, from an earlier post of mine regarding sata2 hdds - I have them plugged into the sata1&2 ports, installed the nvidia raid first and then installed winxp (in both raid 0 and raid 1).  My bios is 3.1 and its a known problem that bios 3.3 & 3.4 have nvidia raid problems but seems to be fixed in the beta bios 3.53:
    I just purchased 2 hitachi deskstar sata2 80gb hdds ($60 each at zzf) and the interesting thing about them is that you have to "enable" sata2.  I have been testing the performance of sata1, sata2, raid1 and raid0 and the results are below.   
    The drives themselves are factory default set at sata1. Since I purchased OEM, no software or instructions were included.  I had to go to the hitachi website download section to download a dos based program (the features program) to enable sata2.  After enabling the hdds to sata2, they were recognized in winxp in the nforce ADMA controller device driver and the screen reads with the primary channel as Serial ATA Generation 2 - 3G...and all 4 boxes below it are checked (the boxes enable bios select xfer mode, enable read caching, enable write caching and enable command queuing are checked).  An interesting thing about the sata2 spec is that all sata2 hdds must come standard with NCQ...its not advertised on these 80 gb hdds on the hitachi website (unlike the larger hitachi sata2 hdds) but its a standard sata2 spec and these 80gb hitachi hdds are recoginized in winxp as sata2.
    The other interesting feature about the hitachi sata2 hdds is setting them up to operate in an adjustable "performance" to "silence" mode.  The hdds are default set at high perfromance but you can manually lower the performance to increase the silence of the hdds which is fully adjustable to your liking.  I tested the highest silence/lowest performance setting and you cannot hear the hard drive at all. 
    Testing - I tested the 2 hitachi sata2 deskstars with the first result in sata1 mode, the second in sata2 mode, the third in raid1 mode and the fourth in raid0 mode.
    First, a significant increase in raid0 over sata1, sata2 and raid1 with sequential reads and writes (PC Wizard).
    Write: 28mb/s vs 29mb/s vs 27mb/s vs 53mb/s
    Read: 45mb/s vs 46mb/s vs 43mb/s vs 83mb/s
    Second, significant increase in sata 2, raid 1 & raid 0 over sata1 with buffered reads and writes (PC Wizard).
    Write: 104mb/s vs 176mb/s vs 165mb/s vs 266mb/s
    Read: 123mb/s vs 200mb/s vs 200mb/s vs 293mb/s
    Third, significant increase in sata 2, raid 1 & raid 0 over sata1 with burst reads (HD Tach).
    Burst Read: 133mb/s vs 225mb/s vs 219mb/s vs 334 mb/s
    It is interesting to note that raid1 is better than sata1 but marginally slower in all tests over sata2.  Raid0 is significantly faster on all tests.   

  • How to install the musegrid audio widget?

    Does anyone know how to install the MuseGrid Audio Widget. Once I get in in the library I drag it onto the page, preview it and nothing show in the browser. I have the assets folder that comes with it but have no clue how to connect the widgets assets to the audio player. As well as how to connect the mp3 file to the audio player.
    There are no clear cut instructions about the install and even on the page I downloaded it from the video tutorial does not play. I think I gave away $9..Please Help

    Unfortunately I can't help with that particular widget, however I will mention that we do also have an audio widget over @ MuseThemes.com. There is a training video on this page that explains how our Audio Widget works - you might have some luck getting your downloaded widget to work by using a similar method as we use...
    Adobe Muse MP3 Audio Player Widget
    Cheers
    SH

  • How to install the Business Content Cube 0PP_C02

    Hello,
      Can you please explain me how to install the Business Content Cube 0PP_C02 .
    What are the nesessary steps involved in this process. How this Standard Cube is available in
    AWB -> Modeling.
    What are the nesessary steps involved in the R/3 side.
    CAn you please help me in this.
    Thanks alot.
    Regards,
    Anitha

    Hi anitha
    TRy this
    To transfer and activate a DataSource delivered by SAP with Business Content, in transaction SBIW in the source system choose Business Information Warehouse à Business Content DataSources or Activating SAP Business Content àTransfer Business Content DataSources.
    The following figure displays the DataSources in an overview according to the application component.
           2.      Select the nodes in the application component hierarchy for which you want to transfer DataSources into the active version. Do so by positioning the cursor on the node and choosing Highlight Subtree.
    The DataSources lying under the subtree and other subtrees are selected.
           3.      To check for differences between the active and delivery versions of the DataSources, choose Select Delta.
    DataSources for which differences were found in the check (for example, due to changes to the extractor) are highlighted in yellow.
           4.      To analyze the differences between active and delivered versions of a particular DataSource, select the DataSource and choose Version Comparison. The application log contains further information regarding the version comparison.
           5.      To transfer a DataSource from the delivery version into the active version, select it in the overview tree using the button Highlight Subtree and choose Transfer DataSources.
    If an error occurs, the error log appears.
    Regardless of whether data has been successfully transferred into the active version, you can call the log by choosing Display Log.
           6.      To provide the active version of the DataSource in the connected BI systems and to enable data extraction and transfer, replicate the DataSource(s) with a metadata upload to the BI system.
    and in RSA1 in businuess content search ur required cube and select all the req fielsds in the next colums and select before and after is a must..in the selection field..
    this will solve ur issue..
    Prasanna

  • [SOLVED] How to install and run (on debian) a separate, downlevel version of firefox for the F5/firepass VPN?

    (Note: my problem is similar to [https://support.mozilla.org/en-US/questions/931534?e=es&as=aaq another current problem] except that
    * OP is running windows (I'm running a debian linux)
    * OP is asking a more general question (how to fix?) while I'm asking for details on a proposed fix)
    I'm currently running
    $ lsb_release -ds
    Linux Mint Debian Edition
    $ cat /etc/debian_version
    wheezy/sid
    $ uname -rv
    3.2.0-2-amd64 #1 SMP Sun Mar 4 22:48:17 UTC 2012
    $ iceweasel --version
    Mozilla Iceweasel 13.0.1
    I'd like to continue running an uplevel iceweasel ([http://en.wikipedia.org/wiki/Mozilla_Corporation_software_rebranded_by_the_Debian_project which is firefox]) but apparently need to run a downlevel version in order to run a particular vendor-supplied plugin. How best to do that (i.e., with minimal performance degradation, and without affecting my package management)? Or is there another way to solve the general problem (running the F5 Network Access Plugin)? Why I ask:
    My employer is giving me remote access via a SecurID token and the F5 Network Access Plugin (F5NAP). The latter is in fact a browser plugin, which seems to me an odd way to implement a VPN, but it's the only offered option. Unfortunately,
    * the only browsers supported for linux are Firefox 3 and Firefox 8 (per [http://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm_compatibility_matrix_10_2_1.html this]--scroll to "Linux Operating Systems")
    * my primary laptop runs LMDE (see above) with Iceweasel 13 (from the mozilla.debian.net repository), which I want to keep. (It's the uplevel browser, dammit !-)
    So I first tried to install the F5NAP on my iceweasel, hoping it was sufficiently like the listed versions. I browsed to my employer's site, logged in using the token, and followed the link to install the plugin. Unfortunately, that failed: the xpi began running, but then quit with the message
    > F5 Network Access Plugin could not be installed because it is not compatible with Iceweasel 13.0.1
    Hoping for a simple workaround, I told the often-useful User Agent Switcher plugin to emulate Firefox 8, but no fix. Hence it seems like I will hafta
    * install Firefox 3 or Firefox 8
    * run that downlevel browser whenever I want remote access
    * run the uplevel browser for everything else
    This definitely seems like a kludge, so I am open to alternatives. Meanwhile I'm wondering:
    # Which of the F5-supported downlevel browsers (Firefox 3 or Firefox 8) has the smaller memory footprint?
    # How to install the downlevel browser so that it does not interfere with my uplevel browser's configuration, operation, and updating via debian package management?
    # How to run the downlevel browser so that its operation does not interfere with my uplevel browser? I know firefox typically wants to run singleton.

    @[https://support.mozilla.org/en-US/user/160087 verdi]: thanks for your helpful suggestions. The "fix" (actually a kludge, but I gotta work with what F5 and my employer give me) was:
    # Install/run latest Firefox 3 (despite there being [https://support.mozilla.org/en-US/questions/932269 no 64-bit version for linux]) using [https://docs.google.com/open?id=0BzDAFHgIxRzKbmJDUGZqTzhfbDg this bash scriptlet].
    # Create a [https://docs.google.com/open?id=0BzDAFHgIxRzKQjRyQndqUTJpRXM run script] to start firefox so that one can
    #* choose the appropriate profile (I was unable to set it from the script without startup error)
    #* run multiple instances (I don't want 3.x firefox touching my uplevel profile)
    # Run Firefox 3.x with the runner, then point it to my employer's site to install the [http://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm_compatibility_matrix_10_2_1.html F5 Network Access Plugin] (restarting firefox as required).
    The gnome-terminal tab from which I invoke the runner spews a bazillion "wrong ELF class: ELFCLASS64" errors, but the plugin runs, and I can SSH normally (though more slowly) to servers on the VLAN from another terminal tab.

  • What's cyclic dev in Solaris 10?  how to install it?

    I install java Real-Time System in my solaris 10 and use commend to verify evn, get some error messages.
    # java -version
    Could not open /dev/cyclic (No such file or directory).
    Please check that the cyclic device driver
    is correctly installed on your system.
    Java Real-Time System HotSpot(TM) Client VM warning: Disabling high-resolution timers as the cyclic driver is not used
    java version "1.5.0_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13_Java-RTS-2.0_01-b08-eval90days_RTSJ-1.0.2)
    Java Real-Time System HotSpot(TM) Client VM (build 1.5.0_13-b08-eval90days, mixed mode)
    What's cyclic device driver and how to install solaris 10 ?Thanks very much!!!

    Hi Weny,
    It sounds like you are trying to find out the output resolution of your FPGA module.  It would be helpful if you provided what FPGA module you are using in your tests so we know what information to provide.  For instance, the R Series Manual provides information on how to calculate the required DAC output code to generate the desired output voltage.  You should also try to keep the accuracy of your device in mind.  The analog output signal you are generating will be subject to gain, offset, and noise errors.  You can use the specifications sheet (such as the R Series Specifications) of your device to determine what accuracy your board will have.  The specs also provide information on the resolution of the board.  You can search ni.com for the manual and specifications for your particular device if you are not using R Series. 
    Regards,
    Browning G
    FlexRIO R&D

  • How to install a third part plugin?

    Hi, I am trying to install a third part plugin (fileopen) but it is not possible because I am in certified mode on: how can I turn it off?

    Hi disable certified mode,
    Please contact the manufacturer of that particular plug-in for detailed instructions on how to install it.
    Best,
    Sara

  • How To Install Razor

    I have noticed that there is a lot of interest but no real posting on how to install Razor2 on OS X Server (10.4). After a little searching, I found a couple of excellent sources. The primary source of info is the following URL:
    http://greg.agiletortoise.com/category/technology/mac-os-x-server/
    This is what I did and it seems to work so far:
    Step 1: Download Razor2
    -go to http://razor.sourceforge.net/
    -download both razor-agents and razor-agents-sdk
    Then follow the installation instructions at the following link:
    http://razor.sourceforge.net/docs/install.php
    (In my case, I used the CPAN alternative to installing the razor-agents-sdk. This is indicated in the installation link above)
    Step 2: Integration with Spamassassin
    -as per the link at agiletortoise (above), I edited /etc/mail/spamassassin/local.cf to have the following lines:
    use_razor2 1
    razor_timeout 10
    score RAZOR2CF_RANGE_51100 4.0
    Step 3: Restart Server
    -sudo serveradmin stop mail
    -sudo serveradmin start mail
    After doing all of these, razor2 integration seems to work.
    I am posting this to see if anyone has a different experience and maybe commenting on any limitations using this technique.
    Thanks

    At one time I used Razor. Now I do not.
    You are really far better off configuring postfix to do a better job of rejecting spam rather than accepting spam first and then filtering it.
    Please see the discussion here:
    http://discussions.apple.com/thread.jspa?messageID=2851292
    As well,
    http://www.postfix.org/docs.html
    the section "UCE/Virus"
    in particular
    http://jimsun.linxnet.com/misc/postfix-anti-UCE.txt
    the "For 2.x versions"
    Pterobyte has an excellent write-up on this as well, perhaps he'll post a link to it (I prefer to leave that up to him )

  • How to install db2 9.1 in windows 2003

    hi expertes and friends
    i am very new to db2 . i would like to know how to install db2 on windows2003.
    1. what i have to download from the  service.sap .com for db2 udb
    2. how to install it (if possible can you give step-by-step processor db2 installaion )
    3 . when i start sap installing what path i need to give for the database.
    thanks in advance
    raja

    Hi Raja,
    1. What you have to download depends on the product you want to install.
    The best place to get this information for this question is to visit the following URL:
    [http://service.sap.com/instguides]
    and look there for your particular product.
    2. The installation of DB2 depends on combination of SAP product, DB2 version and OS, but assume for the latest versions for DB2, the DB2 installation is integrated in the SAP product installation.
    However, if you are interested on more information about how to install DB2 UDB, you can read the official IBM documentation:
    [http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp]
    [http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp]
    [http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp]
    3. The installation guide of your product will answer this question.
    I hope this helps.
    Best Regards, Edgardo

  • How to install encore in cc 2014

    how to install encore in cc 2014

    CS5-thru-CC PPro/Encore tutorial list http://forums.adobe.com/thread/1448923 will help
    The bottom section of the link above has several Adobe links, and other information, on downloading Premiere Pro CS6 and the bundled Encore CS6, and the TWO ADDED downloads for the Encore library content, to author a DVD or BluRay... and the tutorial list includes learning how to use Encore... pay particular attention to the picture in reply 3 at this link - https://forums.adobe.com/thread/1516173

  • How to install business content Info Objects..

    Hello all.
    I am trying to do some BW extraction in our sandbox. Unfortunately I dont know how to install BC infoobjects. I have searched thru this forum but am still not fully sure. I have the source system client connected to BI. I replicated the datasources and see a ton of datasources under the UNASSIGNED NODES tree.
    Eg: How do I install the InfoObject 0Material. Can somone tell me steps..I think I can figure out the rest after that.
    Thanks in advance.

    Hi
    The Data Warehousing Workbench for installing BI Content has three navigation windows:
    In the left-hand window you determine the view of the objects in the middle area of the screen.
    In the middle window, you select the objects that you want to activate.
    In the right-hand window, you make the settings for installing the BI Content. The right-hand window also contains an overview of the objects you have selected, and it is here that you start installation of BI Content.
    In the Data Warehousing Workbench, you use the Navigation Window On/Off pushbutton in the toolbar to display or hide the left-hand navigation window. The rest of this section assumes that the left-hand navigation window is displayed.
    2. Assign Relevant Source Systems
    If you want to assign a source system, select the Source System Assignment function. The Choose Source System by Default? dialog box appears.
    Select one or more source systems by setting the corresponding indicators in the Default Assignment column.
    Only ever select the source systems that you really need, otherwise you may have to wait unnecessarily when objects are collected.
    The assignment of the source system is only relevant for source-system dependent objects (such as transfer rules, file DataSources, and InfoPackages). If more than one source system is available, only those objects assigned to the specified source system are collected ready for the transfer. Objects that have not been assigned to the specified source systems are ignored.
    For more information about the special features inherent in activating process chains that can reference source-system dependent objects, see the Customer Content documentation, under Process Chains and Process Variants.
    If you do not select a source system, all the source systems are assigned automatically. You can change your selection later using the Source System Assignment function.
    3. Group Objects To Be Included, Determine Mode of Collection for Objects
    Make the settings you require from the following selection lists on the right-hand side of the screen:
    Grouping
    Choose the objects that you want the system to include. The groupings combine the objects from a particular area. You have the following options:
    Only Necessary Objects (default setting)
    Data Flow Before
    Data Flow Afterwards
    Data Flow Before and Afterwards
    If you change the default setting (Only Necessary Objects), the new setting becomes the default setting for your user.
    The grouping selection has an impact on system performance during BI Content installation. For more information, see View of Objects and Object-Specific Recommendations.
    Collection Mode
    Select how you want to collect the objects:
    Collect Automatically (default setting): The data is collected when the objects are selected.
    Start Manual Collection: The data is only collected when you choose Collect Dependent Objects.
    Set the collection mode to Start Manual Collection. You can select all the objects without having to wait.
    4. Determine View of Objects
    In the left-hand navigation window, specify how you want the objects to be displayed. For more information, see View of Objects and Object-Specific Recommendations.
    5. Transfer the Objects to Collected Objects
    In the central area of the screen, select the objects that you want to install, and drag and drop them into the right-hand Collected Objects area of the screen.
    The Find Object function allows you to use strings of characters (for example, 0CUST) or wild card searches (for example, 0CUST_*B) to search for objects.
    Input help is available for every type of object: Double-click on the Select Objects icon in the tree structure of the corresponding object type to display the Input Help for Metadata screen. Select the required objects. Choose Transfer Selection.
    If you implement BI Service API Releases lower than 7.0 in the source system, you have to install the active version of the BI Content DataSources in the source system and replicate them in the BI system before you can use them for transferring data into BI. For more information, see Installing BI Content DataSources and Metadata Upload for SAP Systems.
    In the Collected Objects area of the screen, the system displays the selected objects and all dependent objects. Collected objects are stored by default in the repository cache. This reduces the time it takes to access these objects when you want to use them again.
    When you transfer objects into the Collected Objectsarea of the screen, these objects are also added to the tree structure of the corresponding object type in the central area of the screen and stored for your user. This personal object list can be called up each time the program is restarted.
    If you want to remove objects from your personal list, select the objects that you want to remove and choose the Remove Object from Display option from the context menu or click on the icon.
    Objects that are listed in several tree structures can only be changed in the place where they first appear. All additional instances of these objects are grayed out so you cannot modify them.
    6. Check Settings for Collected Objects
    Check the following columns in the Collected Objects area of the screen:
    Install
    The following BI Content objects are highlighted in this column by default:
    Objects that are being transferred for the first time. There is not an active version of these objects in the system.
    BI Content objects that have been redelivered in a new version. These objects can be identified by the Content time stamp in the corresponding object tables.
    When setting this indicator, check whether the checkbox refers to a folder of an individual object: If the checkbox refers to a folder, the indicator is set for all the objects that belong to this folder. If the checkbox refers to an individual object, the indicator is set for a single object and the indicators for the other objects in the folder are not changed. The same applies if you deselect this indicator.
    In the context menu, the following options are available for the installation:
    a. Install All Below
    The object in the selected hierarchy level and all objects in the lower levels of the hierarchy are selected as to Install.
    b. Do Not Install All Below
    The Install indicators are deselected for the object in the selected hierarchy level and all objects in the lower levels of the hierarchy.
    Match (X) or Copy
    If the SAP delivery version and the active version can be matched, a checkbox is displayed in this column.
    With the most important object types, the active version and the SAP delivery version can be matched.
    Note that the InfoSource TRCS supports the match, but the 3.x InfoSource ISTD does not.
    From a technical point of view, the SAP delivery version (D version) is matched against the M version. As in most cases the M version is identical to the active version (A version) in a customer system, this is referred to as a match between the D and A versions for reasons of simplification.
    When a match is performed, particular properties of the object are compared in the A version and the D version. First it has to be decided whether these properties can be matched automatically or whether this has to be done manually. If you are sure that the object will be used in the same way after you install BI Content, you can perform an automatic match for those properties. When performing matches manually you have to decide whether the characteristics of a property from the active version are to be retained, or whether the characteristics are to be copied from the delivery version.
    Assign points if useful.
    Thanks & Regards,
    Hari

Maybe you are looking for

  • Is it possible to only submit/email a one page form embedded in a large document?

    Hello. I have a catalogue with numerous product enquiry forms embedded (designed in ID CS6). When one submits an enquiry form, the entire massive pdf is put into an email for sending. Is it possible to define that only the form page is emailed? Thank

  • When using DAQ assistant to read frequency

    When using DAQ assistant to read frequency and Task timing is set to: N Samples, Clock settings to read 26, Frequency setup to rising edge, 1 counter with 10 kHz to 1 kHz range. I get back a single number. Can I assume this is an average reading of 2

  • Error accessing protocols with JAXM 1.1.2 Provider Admin Tool

    I installed JAXM 1.1.2 with JWSDP 1.2 on W2K Pro according the instructions under the JAXM doc's "Integration with JWSDP" link. The samples seem to be working. However, when I start the JAXM Provider Admin tool and drill down to one of the protocols

  • /1SAI/TXS... How to re-generate Message Types in SPROXY?

    Hello! We have a problem that after installation of SP12 for SRM SERVER 5.5 new problem: "/1SAI/TXS00000000003 ... Element SupplierPortalTradingPartner is expected" It seems that some reports or elements are still not active after SP12 installation.

  • SQLPLUS TNS Connection Closed

    Hi, Each time I attempt to use SQLPLUS to connect to my db, I receive: ERROR: ORA-12537: TNS:connection closed The listener.log contains these entries: TNS-12525: TNS:listener has not received client's request in time allowed TNS-12535: TNS:operation