I downloaded the XAMPP .run file from Apacheandfriends but the installation isn't working for me.
I can't seem to navigate to my downloads folder and it just keeps saying command not found all the time.
root@john-Aspire-V3-531:/home/john# cd ~/downloads
bash: cd: /root/downloads: No such file or directory
…
Search Results
Search found 4716 results on 189 pages for 'john francis'.
Page 6/189 | < Previous Page | 2 3 4 5 6 7 8 9 10 11 12 13 | Next Page >
-
-
Installing XAMPP in Xubuntu 13.10
- by illage2
Read the article
-
Spotlight on Claims: Serving Customers Under Extreme Conditions
- by lynne.sampson@oracle.com
Oracle Insurance's director of marketing for EMEA, John Sinclair, recently attended the CII Spotlight on Claims event in London. Bad weather and its implications for the insurance industry have become very topical as the frequency and diversity of natural disasters - including rains, wind and snow - has surged across…Read the article
-
setting up a shared folder in linux
- by Chris
I'm trying to set up a folder in my home directory that will be shared with another user but for some reason it is not working this is what I've done, I have tried two different ways using ACL's and chown/chgrp etc I set up a group called say: sharedgroup and added both my user (john) and fred to it so when I run …Read the article
-
What are the default mount settings for mount / fstab?
- by John Craick
What are the default mounting options for a non root partition ? The man entry for mount says ... defaults - use default options: rw, suid, dev, exec, auto, nouser, and async. ... so that might be what we expect to see. But, unless I'm missing something, that's not what happens. I have an ext3 partition…Read the article
-
Microsoft T-SQL Counting Consecutive Records
- by JeffW
Problem: From the most current day per person, count the number of consecutive days that each person has received 0 points for being good. Sample data to work from : Date Name Points 2010-05-07 Jane 0 2010-05-06 Jane 1 2010-05-07 John 0 2010-05-06 John 0 2010-05-05 John 0 2010-05-04 John 0…Read the article
-
Chalk Talk with John: How Does SOA Add Value to Your Enterprise?
- by John Brunswick
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …Read the article
-
Converting John Resig's Templating Engine to work with PHP Templates
- by Serhiy
I'm trying to convert the John Resig's new ASP.NET Templating Engine to work with PHP. Essentially what I would like to achieve is the ability to use certain Kohana Views via a JavaScript templating engine, that way I can use the same views for both a standard PHP request and a jQuery AJAX request. I'm…Read the article
-
Converting John Resig's JavaScript Templating Engine to work with PHP Templates
- by Serhiy
I'm trying to convert the John Resig's Templating Engine to work with PHP. Essentially what I would like to achieve is the ability to use certain Kohana Views via a JavaScript templating engine, that way I can use the same views for both a standard PHP request and a jQuery AJAX request. I'm starting…Read the article
-
Syntax Error with John Resig's Micro Templating.
- by optician
I'm having a bit of trouble with John Resig's Micro templating. Can anyone help me with why it isn't working? This is the template <script type="text/html" id="row_tmpl"> test content {%=id%} {%=name%} </script> And the modified section of the engine str .replace(/[\r\t\n]/g, "…Read the article
-
Le Sénateur John McCain appelle au renvoi ou à la démission du chef de la NSA, lors d'une interview accordée à Der Spiegel
Le Sénateur John McCain appelle au renvoi ou à la démission du chef de la NSA, lors d'une interview accordée à Der Spiegel Dans une interview accordé au quotidien allemand Der Spiegel, l'ancien candidat à la présidence le Sénateur John McCain a appelé à la démission du Général Keith Alexander,…Read the article
-
What’s New for Oracle Commerce? Executive QA with John Andrews, VP Product Management, Oracle Commerce
- by Katrina Gosek
Oracle Commerce was for the fifth time positioned as a leader by Gartner in the Magic Quadrant for E-Commerce. This inspired me to sit down with Oracle Commerce VP of Product Management, John Andrews to get his perspective on what continues to make Oracle a leader in the…Read the article
-
A question about John Resig's Simple Javascript Inheritance.
- by Zippo
I'm using this simple code: http://ejohn.org/blog/simple-javascript-inheritance/ Using this "library", I made this simple class: var Person = Class.extend({ init: function(openningSentence) { this.say(openningSentence); }, say: function(words) { alert(words); } }); The…Read the article
-
Is it legal to stub the #class method of a Mock object when using RSpec in a Ruby on Rails applicati
- by MiniQuark
I would like to stub the #class method of a mock object: describe Letter do before(:each) do @john = mock("John") @john.stub!(:id).and_return(5) @john.stub!(:class).and_return(Person) # is this ok? @john.stub!(:name).and_return("John F.") …Read the article
-
Why isn't my query using any indices when I use a subquery?
- by sfussenegger
I have the following tables (removed columns that aren't used for my examples): CREATE TABLE `person` ( `id` int(11) NOT NULL, `name` varchar(1024) NOT NULL, `sortname` varchar(1024) NOT NULL, PRIMARY KEY (`id`), KEY `sortname` (`sortname`(255)), …Read the article
-
Chalk Talk with John: What Does User Experience Mean to You?
- by Tanu Sood
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …Read the article
-
Should be simple: existing laptop with local user and outlook 2007 migrate on same computer to domain user with outlook 2007 emails intact
- by bifpowell
I have Dell Laptop with windows 7 64 bit and for the last year it's been just a machine with an account like: machine\john there are files in folders and stuff in c:\users\john and john uses outlook 2007 as a pop3 client and has identifiable local appdata…Read the article
-
Unix mail question
- by InBetween
I'm wondering where some information came from in a message I got on my Mac laptop. Here's the message: From john@leutenberg.horners.org X-Original-To: john Delivered-To: john@leutenberg.horners.org From: john@leutenberg.horners.org (Cron Daemon) To:…Read the article
-
Webcast: John Fowler Reveals The Next Step In Data Center Consolidation – June 27 At 10 AM PT
- by Roxana Babiciu
Completely integrated solutions are just better. But don't take our word for it - encourage your customers and prospects to join this live webcast featuring Oracle EVP John Fowler to find out why. Participants will learn how consolidating their existing…Read the article
-
JavaScript Class Patterns
- by Liam McLennan
To write object-oriented programs we need objects, and likely lots of them. JavaScript makes it easy to create objects: var liam = { name: "Liam", age: Number.MAX_VALUE }; But JavaScript does not provide an easy way to create similar objects.…Read the article
-
Convince developer to use IDE
- by artjom
There is a developer, lets call him John (currently on probationary period) in company(pretty small company approx. 10 persons, 3 developers, one of them works long in this company know business process around and can be consider as Team leader)…Read the article
-
Search 2 Columns with 1 Input Field
- by Norbert
I have a db with two columns: first name and last name. The first name can have multiple words. Last name can contain hyphenated words. Is there a way to search both columns with only one input box? Database ID `First Name` `Last…Read the article
-
"ldap_add: Naming violation (64)" error when configuring OpenLDAP
- by user3215
I am following the Ubuntu server guide to configure OpenLDAP on an Ubuntu 10.04 server, but can not get it to work. When I try to use sudo ldapadd -x -D cn=admin,dc=don,dc=com -W -f frontend.ldif I'm getting the following error: Enter LDAP…Read the article
-
How to Configure OpenLDAP on Ubuntu 10.04 Server
- by user3215
I am following the Ubuntu server guide to configure OpenLDAP on an Ubuntu 10.04 server, but can not get it to work. When I try to use sudo ldapadd -x -D cn=admin,dc=don,dc=com -W -f frontend.ldif I'm getting the following error: Enter LDAP…Read the article
-
How to configure ldap on ubuntu 10.04 server
- by user3215
I am following the link to configure ldap on ubuntu 10.04 server but could not. when I try to use sudo ldapadd -x -D cn=admin,dc=don,dc=com -W -f frontend.ldif I'm getting the following error: Enter LDAP Password: <entered 'secret' as…Read the article