hello
i need help so i have tablet pc rooted and i edit build.prop add some tweaks but i want add scripts to int.d folder do i must have installed kernel or not and how add scripts to stock rom or offical rom just rooted i have ICS 4.0.4
please tell me how add scripts without kernel or any other applications or softwares i just want add scripts for battery,lagfix etc......
I kept pm-utils on my machine for reference to the scripts for a bit. But I put either symlinks or one line scripts in /usr/local/bin rebirecting pm-suspend and such to the appropriate systemd commands.Though, now that I am looking, I really haven't ported any of those scripts from pm-utils to systemd, as I have not seen the need for any of it (yet?)
WonderWoofy
https://bbs.arc
At the end of the man page for sudo, there's the following remark:
Running shell scripts via sudo can expose the same kernel bugs that
make setuid shell scripts unsafe on some operating systems (if your OS
has a /dev/fd/ directory, setuid shell scripts are generally safe).
Pretty much everything in that paragraph is obscure to me.
Dear Community,
I've an urgent issue due to a migration of an application from HP-Unix to Linux.
We have a mass of scripts which are running at a dedicated server on hpunix.
Now we do not know, which further scripts exists on this machine. the idea is, that we crawl through the scripts we already know and identify further scripts which are addressed in those.
Here is a little something I whipped up:It's a CLI browser for user scripts, it allows you to install/remove scripts with ease. Command line is also supported.Included are 2 scripts of mine. I'd like everyone to help adding your scripts to it. Use the included scripts/template.sh to create the template for your script and fill in the details.
Can I assume that enough people have zsh installed to run scripts with a
#!/usr/bin/env zsh
as shebang?
Or will this make my scripts un-runnable on too much systems?
Clarification: I’m interested in programs/scripts an end user might want to run (like on Ubuntu, Debian, SUSE, Arch &c.)
In my old shop, we only had AIX machines there (all of version 6.1 ). FTP ports were not open for these AIX machines because of some security thing.
The scripts:
/scripts/whoowns/scripts/gethomedir
...return with a successful 0 instead of an unsuccessful value when given a bad value.
Hi,
I am developing a system on an embedded PowerPC and have managed to get a kernel up and running on it. However, the system does not have a ROM and I have to type in everything that is not in the kernel image and save it every single time.
I was wondering whether there is a way to add scripts in the kernel source so that after building the kernel its there in the image itself.