A (reasonable) request for Linux

Hi Adobe Team (specially Chris Cox, who takes a lot of time in this requests),
I want to make "another" request for Photoshop in Linux, and I would be glad if you people could take it in consideration. First of all, there are some clear statements:
Adobe will never port Photoshop to Linux natively.
They would loose tons of money porting it for a very small amount of real customers (and for real I mean people who already bought the product and are willing to move to Linux), c'mon be realistic. When Chris said that it wasn't without reason, there is a huge userbase in Linux, but no real profit in the short/mid term for Adobe (and I could cry out of shame by telling this, but it's true)
It would require at least 1-2 years of work and testing, which maybe Adobe can't afford (I don't know)
So, I'm making my request based on those premises, you will never port Photoshop to Linux natively, BUT:
Could you make an internal study to see if it's affordable for Adobe to provide official support for installation through Wine? I mean, maybe you're doing it, but if not, could you just assign one or two people to make the Wine installers? (that shouldn't take too much time neither money) those people only need to allocate time when it's a new Photoshop release, and the rest of the time they can continue with their usual tasks.
Maybe I'm saying too much, but I think this could be a reasonable way to ask Adobe for some Linux support without asking them to invest tons of money.
EDIT
There are two questions that I left out of the box:
1) A very common response would be: "But the community is already doing the installers, why should we bother?"
It's true, the community are doing them, but they're not enough. There are some Photoshop internals that people miss to make the installers good enough, and a bit of help from the Photoshop team would be nice to solve those bumps in the road.
2) Another possible response: "But the Linux landscape is very fragmented"
True, that's one of the features of Linux, and one of the biggest disadvantages to make huge programs like Photoshop work properly. What I'm asking in this post is to make Wine installers, so the Photoshop team doesn't have to care about:
Efficiency: Wine has it's own efficiency, if we hav to use a bit slower Photoshop we can bear with it.
Fragmentation: Wine and the distros take care about the differences between linux distros, so the adobe team doesn't have to
Support: We don't ask for application support. Just for installation, if for some reason Wine installs Photoshop OK but it fails during runtime it's not Adobe's fault, we're using multiple layers that are not meant to be there in the native product.

Best if you post to the official Photoshop feedback forum where Adobe claims to do most of its listening to customer reported bug reports and feature requests
http://feedback.photoshop.com/photoshop_family/searches?query=linux

Similar Messages

  • Request for Linux support

    Hi,
    I recently purchased a soundblaster li've 24 card.
    As dramatic as the improvement is over the on boad sound, the board is very poorly supported in linux and suffers from stuttering and can not record (the main reason for purchase)
    Please, please, please could you release enough documentation so someone can write an open driver for your hardware...
    Thanks,
    M

    Presumably you mean the SBAudigy LS.
    I rather suspect that these are both EMU0K2 cards, and mostly different from other Audigy2-line cards in some omissions like leaving off FireWire and gameport devices,
    and using cheaper DAC/ADC devices. Have the ALSA folks tried treating them like the
    base A2, even though they're branded SBLi've/Audigy?
    I think it would be more producti've to try that, then go to CL with specific questions
    (assuming I'm right) about differences rather than a demand for disclosure.
    -Dave
    [email protected]

  • Request for linux versions of BPEL

    Could you send me a link for the linux versions of the BPEL software.
    thnaks, [email protected]

    You can go to
    http://www.oracle.com/technology/products/ias/bpel/index.html
    And under Downloads, Click on the "BPEL Process Manager"
    link, it will take you to the download page where you can get linux version.

  • Request for developers to include the Dell Quadro FX 3450 in their beta linux flashplayer for 10.1

    request for developers to include the Dell Quadro FX 3450 in their beta linux flashplayer for 10.1.  i'm guessing it wouldn't be hard to do.  its the same chip that is used in the Nvidia Geforce 6800.  It has NV42GL core processor.  please don't leave this device behind, any acceleration that can be done to the existing flash player would definitely count, as great.
    thank you

    Hi it turns out that the SVN version is the most up to date which does not need to be patched as it has the right version numbers. I have created a new PKGBUILD.
    # Maintainer: kso <keansum AT gmail DOT com>
    pkgname=freechart-svn
    pkgver=r3169
    pkgrel=1
    pkgdesc="Free powerful charting library based on wxWidgets."
    arch=('x86_64' 'i686')
    url="http://wxcode.sourceforge.net/components/freechart/"
    license=('custom:"wxWindows"')
    depends=('wxgtk')
    makedepends=('subversion')
    source=('svn+http://svn.code.sf.net/p/wxcode/code/trunk/wxCode/components/freechart/')
    md5sums=('SKIP')
    _svntrunk=http://svn.code.sf.net/p/wxcode/code/trunk/wxCode/components/freechart/
    _svnmod=freechart
    pkgver() {
    cd "$_svnmod"
    local ver="$(svnversion)"
    printf "r%s" "${ver//[[:alpha:]]}"
    build() {
    cd "$srcdir"
    msg "Connecting to SVN server...."
    if [[ -d "$_svnmod/.svn" ]]; then
    (cd "$_svnmod" && svn up -r "$pkgver")
    else
    svn co "$_svntrunk" --config-dir ./ -r "$pkgver" "$_svnmod"
    fi
    msg "SVN checkout done or server timeout"
    msg "Starting build..."
    rm -rf "$srcdir/$_svnmod-build"
    svn export "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
    cd "$srcdir/$_svnmod-build"
    # BUILD HERE
    ./configure --prefix=/usr
    make
    package() {
    cd "$srcdir/$_svnmod-build"
    make DESTDIR="$pkgdir/" install
    # install LICENSE
    install -D -m644 $srcdir/$_svnmod/license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    I have uploaded onto the AUR. I have checked using namcap. Please let me know if there are any mistakes.  Many thanks!

  • Request for assistance setting up the listener. 11.2.0.2 on 64 bit Linux,

    I have installed Oracle and am able to access it locally. Unfortunately, I can't access it remotely. lsnrctl status does not list the XE instance. The following are the contents of the relevant files/command outputs:
    listener.ora
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/xe)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = Neon)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    /etc/hosts
    127.0.0.1     localhost.localdomain     localhost     Neon
    ::1     localhost.localdomain     localhost6     localhost
    lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 04-SEP-2012 12:27:21
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date 31-AUG-2012 16:49:12
    Uptime 3 days 19 hr. 38 min. 9 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/11.2.0/xe/log/diag/tnslsnr/Neon/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    I am able to log into the database using sqlplus mkhan/password and run the following query, select * from all_users and get the following output:
    SQL> select * from all_users;
    USERNAME               USER_ID CREATED
    XS$NULL           2147483638 28-AUG-11
    MKHAN                    49 30-AUG-12
    LKEDONGA               48 23-JUL-12
    APEX_040000               47 28-AUG-11
    APEX_PUBLIC_USER          45 28-AUG-11
    FLOWS_FILES               44 28-AUG-11
    HR                    43 28-AUG-11
    MDSYS                    42 28-AUG-11
    ANONYMOUS               35 28-AUG-11
    XDB                    34 28-AUG-11
    CTXSYS                    32 28-AUG-11
    USERNAME               USER_ID CREATED
    OUTLN                         9 28-AUG-11
    SYSTEM                         5 28-AUG-11
    SYS                         0 28-AUG-11
    14 rows selected.
    SQL>
    but attempting sqlplus mkhan/password@XE or mkhan/password@Neon/XE or mkhan/password@localhost/XE results in the following:
    SQL*Plus: Release 11.2.0.2.0 Production on Tue Sep 4 13:42:36 2012
    Copyright (c) 1982, 2011, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Enter user-name:
    Needless to say that Apex isn't working either but I'll tackle that later. I can log into the database using user oracle in group dba using "sqlplus / as sysdba". I can shutdown the database and start it back up. So I know I installed correctly.

    user11414072 wrote:
    Thanks Ed.
    On my PC, I installed the instant client 11.2. As I understand it, when I run sqlplus in a dos box as follows, I the DB server should respond and allow a connection
    sqlplus mkhan/password@XE
    In this case it should use the local tnsnames.ora to determine where the XE instance is, and initiate a connection.
    I've also tried
    sqlplus mkhan/password@Neon/XE and
    sqlplus mkhan/[email protected]/XE and
    sqlplus mkhan/[email protected]/XE
    sqlplus mkhan/[email protected]:1521/XE
    all of them give me
    ORA-12170: TNS:Connect timeout occurred
    AdThanksVance,the most common cause from ORA-12170 is a FireWall on or between client & DB server
    what is OS name & version for both client & DB server?

  • A reasonable hardware configuration for Linux OAS

    Has anyone out there tried to run
    Oracle 8 for Linux and OAS 3.02
    all on the same toasted PC/pentium server?
    Could you tell me the nature of your
    hardware configuration (processor speed, ram, etc)
    if you feel the performance is acceptable for
    development (not for actual business operation).
    The technical FAQ lists 48 megs and any
    Pentium to run Oracle 8 for Linux which
    verges on ridiculously low.
    I just want to know a reasonable
    configuration to run both Oracle 8 and OAS .
    Thanks,
    Heji
    null

    I have been runnig OAS/O8 on a Pii/300Mhz system with 128mb of
    ram, and so far I have no real complaints on speed. I even tuned
    the SGA to give a little better performance and still have around
    40 or so MB free. BTW, I haven't really tried to mess around
    with the Linux version of OAS, but have used the Solaris version
    previously, have you noticed any problems with the wrb starting
    up? I have seen some error messages saying "No processes..." or
    something, looks like an error.. have you experienced this?
    Tom Tyson
    mark theodoras (guest) wrote:
    : Heji (guest) wrote:
    : : The technical FAQ lists 48 megs and any
    : : Pentium to run Oracle 8 for Linux which
    : : verges on ridiculously low.
    : The install guide says 32M minimum for O8. I'm not sure with
    : OAS. Given (pc) memory is cheap, I am running O8/OAS3 with
    128M,
    : with no complaints.
    : Given laptop memory is not so cheap, are there folks running O8
    : and OAS3 with 48, 40, or less ram ????
    : I can second any pentium would suffice. I am using P133 & P166
    : systems, and the CPU is NOT the bottleneck.
    : Mark
    null

  • [request] Protector Suite for Linux - UPEK fingerprint scanners

    Would anyone be willing to work on a PKGBUILD for this. I will do testing.
    http://www.upek.com/support/downloads/linux/
    UPEK website wrote:
    Biometric logon for Linux operating systems. Supports Gnome and KDE4, KDE3.5 desktop environment and logon. For experienced developers there is also BSAPI SDK which allows to controll UPEK fingerprint readers on Linux based systems.
    Supported devices: TCD41, TCD42, TCD50, TCD21 (TFM), TCS4B, TCS4C, TCS4E, TCS4K, TCS5B
    Supported USB readers: Eikon I (TCRE3C: TCS3C+TCD42), Eikon II (TCRD4C: TCS4C+TCD50), EikonToGo (TCRG4C: TCS4C+TCD50), TCRZ (TCS3B+TCD41)
    Contains installation packages for following distributions:
    Mandriva 2009.1
    Mandriva 2008.1
    Ubuntu 9.04
    Fedora Core 10
    Debian

    Hey! I go to see if anybody has mentioned this on the forums yet and find this. This is what I've come up with, but I have no idea if it works because apparently it is 32bit only, and I can't find anything else to find depends/etc through so it needs a lot of work. (not to mention that this is only my second PKGBUILD).
    pkgname=ps-for-linux
    pkgver=0.1
    pkgrel=1
    pkgdesc="UPEK fingerprint reader software"
    arch=('i686')
    url="http://www.upek.com/"
    license=('unknown')
    depends=()
    makedepends=('deb2targz')
    source=($pkgname-$pkgver.deb)
    noextract=($pkgname-$pkgver.deb)
    md5sums=('69809f555752b95c0a448e04c6ede3e9')
    build() {
    cd "$srcdir"
    deb2targz "$pkgname-$pkgver.deb"
    tar xf "$pkgname-$pkgver.tar.gz"
    package() {
    cd "$srcdir"
    cp -r etc/ lib/ usr/ "$pkgdir"
    # vim:set ts=2 sw=2 et:
    I hope that will be a starting point for you to make a pkg out of and then run something like namcap on to see where things need to be added. Also, I don't know if one of the other rpm's would be a better fit for Arch's directory structure, or if this should be put in /opt or something.
    Have you requested a source package fro them yet?

  • Request certificate for Linux client - web enrollment

    "Internet Explorer cannot run in the local computer's security context; therefore, users can no longer request computer certificates by using Web enrollment."
    https://technet.microsoft.com/en-us/library/cc732517(WS.10).aspx
    Does this mean that we cannot submit a request for a web server certificate via the web interface on behalf of a Linux based web server?
    If so, what recourse do we have? Must we use the command line?
    http://blogs.technet.com/b/pki/archive/2009/08/05/how-to-create-a-web-server-ssl-certificate-manually.aspx
    Of course, Group Policy and auto-enroll is not an option either.
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

    Web Enrollment no longer support direct certificate enrollment to local machine or smart card store. You have to generate certificate request outside of web enrollment. Though, you can submit pregenerated request via web enrollment pages.
    Vadims Podāns, aka PowerShell CryptoGuy
    My weblog: en-us.sysadmins.lv
    PowerShell PKI Module: pspki.codeplex.com
    PowerShell Cmdlet Help Editor pscmdlethelpeditor.codeplex.com
    Check out new: SSL Certificate Verifier
    Check out new:
    PowerShell File Checksum Integrity Verifier tool.

  • [request] Jriver Media Center 19 for linux

    It would be very nice  a package for Jriver Media Center 19 for linux.
    Reference here:
    http://yabb.jriver.com/interact/index.php?board=35.0
    I have installed manually in my system. It's a 32 bit package and it needs lib32-curl 7.23.1 (not the last one in repository).
    You can see my discussion here:
    http://yabb.jriver.com/interact/index.php?topic=84651.0
    Luckly requirement for libcrypto++ and libboost-regex has been dropped!
    I remember that this Media Center is one of the best ever made. The version for linux is Audio only, but can play also DSD bitstream.

    It would be very nice  a package for Jriver Media Center 19 for linux.
    Reference here:
    http://yabb.jriver.com/interact/index.php?board=35.0
    I have installed manually in my system. It's a 32 bit package and it needs lib32-curl 7.23.1 (not the last one in repository).
    You can see my discussion here:
    http://yabb.jriver.com/interact/index.php?topic=84651.0
    Luckly requirement for libcrypto++ and libboost-regex has been dropped!
    I remember that this Media Center is one of the best ever made. The version for linux is Audio only, but can play also DSD bitstream.

  • [request] Rar for Linux

    Someone would be able to do the PKGBUILD of the rar for linux.
    thanks...
    PS:Sorry my english

    rar is already in the official repository:
    http://www.archlinux.org/packages/search/?q=unrar+
    Use:
    Code:
    pacman -Sy unrar
    to download & install it.
    Unrar -> uncompression program
    Rar -> compression program

  • [Request] Comodo Antivirus for Linux

    Hi!
    If it's possible, could someone make and maintain a package from the Comodo Antivirus for Linux program?
    It supports Debian, Ubuntu, Linux Mint, ReadHat, Fedora, CentOS, SUSE and openSUSE, but it only has binaries, no source code. I tried to install it from the .deb packages, but failed completely with several unresolvable dependencies. As for making an installable package I don't even know where to start, I don't recognize the file structure inside the packages which is made with deb2targz, also the dependency problem would not solve itself.
    I'm not a programmer, so I can't go further.
    As far as I know, this is the only antivirus for desktop Linux distros with actual real-time protection.

    Yeah, I uploaded a little prematurely, I was still making some last minute changes. Didn't think anyone'd notice.
    Turns out the debs are just alien-converted rpms, so I've used the rpms as sources. Once you install it, you need to run /opt/COMODO/post_setup.sh as root (this was something I forgot to add to the .install file, so if you already downloaded, makepkg'd and installed, you'll probably not know this).
    I'm not sure about the license, all I've been able to find is the website T&Cs which states that Comodo products are subject to "Subscriber Agreements", which I can't find any information on. I haven't run the post_setup.sh script myself (I'm still looking through it), so perhaps the agreement is presented to you there.
    If anyone can shed some light on the subject, that'd be helpful.
    EDIT: Ah, I was looking at the wrong file. The agreement is in the post_setup.sh, at the top.
    I think I'll need to knock up a service file too, there's only an sysvinit script..
    EDIT EDIT: The license doesn't allow me to modify the post_setup.sh script to replace the initscript calls with the systemd equivalent, it probably doesn't let me remove the superfluous libraries either, so those lines will be commented out for the time being while I liaise with their legal department. The realtime protection kernel modules also don't build on Arch's default kernel (not sure about the -lts kernel), so that won't work without modifying files (which again, is not permitted by the license).
    The .desktop files may not show up in any menus either, not sure if I made a mistake there or not.
    You can still run on-demand scans for the time being (once you've updated the database). You should enable sgdagent.service cmdagent.service after running post_setup.sh, and sdgdaemon.service cmgdaemon.service after updating your virus database. Start the application with /opt/COMODO/cav if you don't have a menu icon for it in your menu.
    Last edited by WorMzy (2014-04-04 13:24:42)

  • Oracle license for Linux (It's free?)

    Hi,
    I had PostGresql database installed on my Linux machine. And have MS Access database from Windows 98 connect to the PostGresql database. For some reason it is too slow. So I decided to try Oracle for Linux, and I heard peoples told me that Oracle for Linux is free. I had used Oracle in windows environment, and It's very fast. So probably oracle on linux machine and have MS Access connect to it using ODBC should be fast too.
    My point is Oracle for Linux is free? and for how long, and for how many concurrent users? To install it, should I download it from the Oracle web site, or should I install it from a CD-ROM?
    Thanks,
    Sany

    by my understanding, Oracle for linux is free for development purpose only. you can use it as long as you are using it only for development. howver, you have to buy proper licenses if you want to deploy it in a production env.
    Oracle 8i is several hundreds Meg in size. depending on your internet connection, you may want to request a free CD.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Sany Sam ([email protected]):
    Hi,
    I had PostGresql database installed on my Linux machine. And have MS Access database from Windows 98 connect to the PostGresql database. For some reason it is too slow. So I decided to try Oracle for Linux, and I heard peoples told me that Oracle for Linux is free. I had used Oracle in windows environment, and It's very fast. So probably oracle on linux machine and have MS Access connect to it using ODBC should be fast too.
    My point is Oracle for Linux is free? and for how long, and for how many concurrent users? To install it, should I download it from the Oracle web site, or should I install it from a CD-ROM?
    Thanks,
    Sany<HR></BLOCKQUOTE>
    null

  • Skype for linux is still at 4.x after a few years

    after a long itme skype for linux is still at version 4.3 while other versions of skype are at 7.x or 5.x. this is quite an issue as skype for linux hasn't has group video calling or screensharing added yet and is quite annoying to use. in this topic i will point out many of the issues in skype for linux so that the developers know what to fix in upcoming releases. 1. the skype for linux ui simply sucks. i need to install 32bit versions of the gtk engine murrine and a 32bit libcanberra just to get skype to theme to my gtk theme. an another poit on this is that the UI is in componets that open in different windows like the chat window. 2: skype for linux does not support group screensharing or group video calling. this is especially annoying when you are in a skype call for a live stream and you need to see a screenshare to get the most up to date view of the streamers screen. 3. THERE IS NO !@#$ING 64BIT VERSION!!!!!!!!!! this is really annoing because now i have to isntall 32bit BLOAT on my system just to run skype. b******* 4. skype for linux is almost never developed. the ammount of updates or any work on sype for linux are less then neglegable. and thus the things mentioned above aer a result of the neglegence that skype for linux seems to be recieving. 5. pulseaudio (also known as canceraudio) is a pain the !@#. please re-add alsa support. alsa is good on most systems but pulse audio just !@#$s up some systems there are a lot of thing that could probably be said here but please some modderator or admin or developer. this topic needs an answer as to why skype for linux is so !@#$y.

    Unfortunately, Skype for Linux is abandonware. Microsoft have no intention of any further updates to it whatsoever. They do not even respond to requests for assistance on these forums. They only seem to take any action in this forum if someone swears or breaks the rules. In this thread (from a Q&A with the Android development team), I asked if it would be possible to use the Android version to update Skype for Linux. The moderator replied that Microsoft had no news at all on an update. I strongly suspect the reason for this is that they are not working on Skype for Linux any more. As a result, there is no news because they are not making an update. If they were making one, they could have said something along the lines of, "An update will be released but we are unable to provide a timescale..." The total lack of news implies there is almost certainly no one working on Skype for Linux at all. I do invite one of the mods or Skype staff to correct me if I am wrong on this. My suspicion is that Microsoft are at some stage going to officially announce that Skype for Linux is no longer supported and suggest Skype for Web instead.

  • Request for proper information and to refuse to help when it's missing

    On behalf of many of us volunteers who are getting tired of guessing the environment of those who are asking for help, I hereby
    ASK ALL VOLUNTEERS TO STOP RESPONDING TO REQUESTS FOR TECHNICAL ASSISTANCE THAT DO NOT PROVIDE SUFFICIENT INFORMATION
    In general, sufficient information should include:
    1) Operating system and Service Pack, not just the family.
    - Vista is a Family of operating systems. Insufficient information (need Home, Home Premium, etc.)
    - XP is a Family of operating systems. Insufficient information (need Home, Professional, etc.)
    - Linux is a Family of operating systems. Insufficient information (need Oracle Enterprise Linux 4 Update 4, Red Hat EL 4 Update 2, OpenSuSE 10.3, Fedora 8, etc.)
    2) Version of database installed to 4 digits (9.2.0.6, 10.2.0.3, 11.1.0.6) and the database's ORACLE_HOME and ORACLE_SID
    3) Which product being used to access the database, which computer that product is on, and the Oracle Home from which the product is run. (SQLPlus, same home as the database)
    4) The output of lsnrctl status, the contents of the tnsnames.ora and the contents of the listener.ora
    5) The output of the ipconfig /all or ifconfig and of hostname
    6) Copy paste of the actual error message, not just a paraphrase of part of a line..
    Any other ideas?

    I am not requesting this to be enforced by the forum.
    I am requesting that people like you and me reply by linking to this thread (or to the other excellent related threads) INSTEAD of replying. If we do it consistently, eventually the newbies will also enforce it voluntarily, and that will cut the useless teeth-pulling-effort replies to a minimum.
    In your 90% posts figure - you do realize that that means 90% of the posts are badly formed and are wasting your time as well as mine.
    Or - if they were properly formed - you and I could answer that with a lot less effort and a lot faster. With the implication is that the person asking would generally get a resolution a lot faster as well. Net result - you and I get to sleep more (or answer more questions) and people with problems are happier because they get them resolved faster.

  • Is there really a Cisco VPN client for Linux? _Really?_

    Hello folks,           
            I've finally after almost experiencing a brain aneurysm by trying to think too hard got my Cisco 881-SEC-K9 router properly configured for a multipoint IPSec VPN tunnel to my Amazon Virtual Private Cloud, so that hurdle is finally passed and I actually feel it was a very important milestone in my life somehow. I never thought I'd see the day I actually got my hands on a legitimate Cisco non-stink... erm.. I mean, non-linksys router. Now I just can't seem to find a 'client' VPN program for Linux. I'm currently running a Xen Hypervisor environment on openSUSE Linux because it's the only Linux distribution that completes all of my strenous requirements in a Linux server environment. It's also the most mature, and secure Linux on this planet, making it the most appreciable Linux distribution for my research needs.  Using NetworkManager is not really an option for a basic Linux server environment, and OpenVPN is just too confusing to comprehend for my tiny little head.  I've heard mention of some mysterious "Easy VPN" but after hours of digging online can't find any information about it, even the Cisco download link leads to a Page Not Found error.  I do see a Linux VPN API for the AnyConnect program, but is that an actual VPN client, or just an API?  It seems to want my money to download it but I don't have any money nor do I really know what it is because it's all secretive-like, closed source, and I can't even find a simple README file on it explaining what it is exactly.  I'm just an out-of-work software developer trying to connect to my home router for personal use and I can't really afford to fork over a million and a half dollars for a single program that I'm only going to need to download once in my lifetime that should have been included with the router in the first place. I more than likely won't even be able to figure out how to use the program anyways because I don't know anything about VPN connections which is why I bought this router so I can try to figure it all out as part of the not-for-profit open source, volunteer research I'm presently trying to conduct.  Is there some kind of evaluation or trial period for personal use? That would be really nice so I could at least figure out if I'm going to be able to figure it out or not.  I hate throwing money away when it's in such short supply these days. There's really no alternative to a Cisco router.  It's an absolute necessity for the things I'm trying to accomplish, so trying to settle for something else and going on with my life is not really an option. No, this is something I just need to face head on and get it over with.
    <Rant>
           Maybe I have a little too much crazy in me for my own good, but I don't see why it should take so much money just to learn how to do something for personal reference, it's not really a skill I would ever use otherwise.  Wouldn't it be great if Cisco made their VPN client open source and free to the public to use and modify, to improve on, to learn and to grow and bring the whole world closer together as a community? Even the source code to the old discontinued Cisco VPN client could be used as a valuable learning tool for some poor starving college student or Open Source Software developer somewhere trying to get by on Ramen Noodles and Ramen Noodle Sauce on Toast (don't tell me you never thought about it).  Through the ripple effect, It would drastically improve sales over the course of time, because it would open the door to a whole new market where those who previously could not afford to participate now could. That's the true power of Open Source. It creates a more skilled work force for the future by openly contributing and sharing knowledge together. What if the next big internet technology and the solution to world tyranny - the solution to end all wars forever - were locked in the mind of an unemployed software developer who couldn't afford to upgrade their cisco router software or access the software they needed because it was closed source and required committing to an expensive service contract to download?  That would be just terrible, wouldn't it?  I guess there's no way to ever know for sure. I suppose I'd be just as happy if some kind soul out there could point me to an easy to use alternative to an always on VPN connection that runs in the background which doesn't require NetworkManager or having to spend days upon days digging through and trying to comprehend either some really poor or extremely complex documentation?  I apologize for all the run on sentences posed as questions, but I've just got some serious mental burnout from all of this, being unemployed is some hard work folks. I could really use a vacation.  Perhaps a camping trip to the coast is in order after I get this working, that sounds nice, doesn't it? Nothing like a good summer thunder storm on the ocean beach - far away from technology - to refresh the mind.
    </Rant>

    I do tend to talk too much and I don't mince any words either.  What I am however, is really appreciative for the help. I know you hear that all the time, but you have no idea how much time and headache you just saved me.  I think vpnc might be just what I've been looking for, unless someone can think of a client for Linux that I might be able to throw a little further.  I'm very security minded now, after the backlash of Blackhat 2013, there's no telling which direction the internet might head next. Oh, you didn't hear? Well wether they realize it or not, DARPA basically declared war with other government agencies by releasing their own version of a spy program for civilians to use against the whoever -- possibly even the governmnet itself. They even went so far as to suggest it's private usage to blanket entire cities in information gathering. Civilians are a powerful foe, as they are not bound by the oath of office, any evidence they obtain is admissible in court, wether they know that or not. There's a very important reason for that. It's to prevent another civil war from ever happening, we shed enough blood the first time around less people forgot.  It's something that can and will be avoided because our civilization has advanced beyond the need for bloodshed. The courts have to obey the majority rule, no matter what. For the first time in history, cyberwarfare can reach into the physical world to cause serious damage to physical structures like the nuclear facility incident in Iran.  There's scarry bills trying to sneak through congress that are changing the landscape of technology forever for the entire world. We're at a pivotal point now where things can happen. It will be interesting to see how it all plays out over the next decade or so. No matter which way you look at it, just be preparerd to sell a whole lot of routers.

Maybe you are looking for

  • I need to silently upgrade from 3.5 to 7 but get an error message after 7 install. Platform version 7.0 is not compatible with minVersion = 1.9.1

    I'm trying to silently upgrade my environment to FF 7. I've gotten the silent install working great, it puts in my Proxy Server info, reassigns the home page and all that. But, the last version we pushed out was FF 3.5. If a user had that on their PC

  • Memory mixing

    I have a few sticks of PC2700 memoery, totalling about 1gb. I already have 512 of PC3200 in the motherboard, what will increase performance? Leaving the 512m and  not installing the other stuff (to take to 1.5GB), or have more memory running slower -

  • Print a single page

    I have downloaded a document from the web that has 55 pages. I only need to print 1 page (page 10). How can I do this?

  • Iphone Backup for restore missing

    I backed up my Iphone a couple of days ago before deleteing al my photos.  When I went to restore to get them back my phone was automatically backed up by itunes.  I went into the restore area and it only shows the backup I did today with 2 that were

  • Windows update - Not seeing all types of updates when checking

    My problem is at one time, our 2008 R2 servers were all in a separate OU as all other machines and we had a GP for all of our Windows 7 machines to get updates from our WSUS.  Well, someone applied that policy to the whole domain which made the serve