Posts Tagged ‘scripts’
How do I use PHP Script on my Youtube Channel?
How do I use PHP Script on my Youtube Channel?
Where can i download scripts or can i make them if so how?
How can I run my shell script from any directory?
I wrote a GNU/LINUX shell script in k-shell and put it in /ordon/scripts/test. I added the script path to my .profile file, but my scripts won’t run outside of the directory where the script is.
"#!/bin/ksh
print ‘This script focuses on reading and searching multiple strings’
sleep 2"
-bash-3.00$ testy
-bash: testy: command not found
$ testy
ksh: testy: not found
$
PATH=/scripts/bin:/ordon/scripts/test:$PATH
Do you have to start computer programming young to be good?
I really want to self-teach myself computer programming over the summer. I am looking at Amazon books and all of the reviews say "I noticed my 10 year old son playing around with scripts and I bought this book for him." And I was like "…" Now my dreams are kind of crushed because maybe computer programming is just a natural talent?
Thank you!
Where can I find free turnkey scripts written in html instead of php?
I don’t like working with php I like html better. Where can I find scripts like youtube clone written in html instead of php?
Where can I find free turnkey scripts written in html instead of php?
I don’t like working with php I like html better. Where can I find scripts like youtube clone written in html instead of php?
can GNU license javascript be used on commercial websites with out cost?
I am not sure when scripts from www.extjs.com or www.dhtmlx.com and other scripts that are license under GNU can be used on commercial websites, which have no plans to sell the website, just to use the scripts, in order to make their website look better.
My understanding of GNU license scripts is that they are free to use, and considering you can view source from a web browser, i guess any javascript license under the GNU is free for use ?
is this correct ?
error: gnu/stubs-32.h: No such file or directory when using "make menuconfig" or "make xconfig"
I’m trying to recompile the kernel but I can’t get to the config menu.
After downloading and extracting:
zer0ne:/tmp/linux-2.6.19# make menuconfig
HOSTCC scripts/basic/fixdep
In file included from /usr/local/include/features.h:346,
from /usr/include/sys/types.h:27,
from scripts/basic/fixdep.c:105:
/usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
zer0ne:/tmp/linux-2.6.19# make xconfig
HOSTCC scripts/basic/fixdep
In file included from /usr/local/include/features.h:346,
from /usr/include/sys/types.h:27,
from scripts/basic/fixdep.c:105:
/usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
I’m using Debian Etch and do have linux-kernel-headers and kernel-package. How do I make it work?
What is the best open source social networking software available?
I am looking to start a social network for my company and I am wondering if anybody knows of a good open source PHP based solution. I have found a few scripts worth considering like phpfox. Can anyone suggest a better script? I am weary of using free software for obvious reasons, you get what you pay for, your site really isn’t yours…The list goes on.. Thanks in advance.
What is a great book to teach someone how to program in PHP?
I want to know how to write scripts and program in PHP, so that I can add opinion polls to my web site. I can’t find any good books that teaches php in depth from beginning to end. The books seem to teach how to use servers that use php, but not php itself. I learned html and css using books easily. Are there any great books out there that can teach a beginner like me PHP?
I need help to clarify GNU General Public License (GPL)?
Can someone please explain this to me further? Here is my problem. I took a script that was released under the GPL and I have modified it and added a bunch of my own scripts to it. I don’t even think it is recognizable as the original script anymore.
Because of my own work being in there, I have decided not to make the script available for my clients. Does this go against the GPL or am I ok protecting it since my own stuff is in there?