5
votes
Accepted
Is it common to include a specific build of a library/ tool for production level project?
Is it common to include a specific build of a library/ tool for production level project?
I would say it is at least not totally uncommon, and it depends on how you define "production level". But if ...
4
votes
commonly used practices for deploying package primarily composed of bash scripts
Like what are the best practices to deploy software with many bash scripts?
Given you refer to /usr/local/lib and /usr/local/bin, I'm assuming you're on some kind of Unix-ish machine - there, the ...
3
votes
Ken thompson's compiler hack
No. The source code is not usable since it cannot be executed, only machine code can be executed. And to transform it into a binary you need a compiler. But you have no assurance that the compiler you ...
3
votes
Accepted
Using sed/awk to bulk generate static HTML pages off of a template
Yes, you can do that. No, it is not a good idea.
This is roughly how some websites worked in the 90s. That these approaches are problematic has nothing to do with their age, and everything to do with ...
2
votes
commonly used practices for deploying package primarily composed of bash scripts
Traditionally (the slackware way) the userland scripts would exist in /usr/local/bin and /usr/local/sbin along with any binaries. By convention, it's reserved for local administrator/software, so you'...
1
vote
Accepted
Local Path on Linux
According to this answer:
https://unix.stackexchange.com/questions/316765/which-distributions-have-home-local-bin-in-path
There is a:
~/.local/bin/
Executables that shall appear in the user's $PATH ...
1
vote
Why terminals only allow character-cell displays
It worth noting that the X Window system, which is still used as GUI for linux, was just designed as solution for letting programs show graphics remotely. So it is basically the graphical terminal you ...
1
vote
What is the exact ingenuity of Unix pipe
The genius of Pipes is that it combines three important ideas.
First, pipes are a practical implementation of 'co-routines', a term coined by Conway in 1958 which was promising but saw little ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
unix × 58linux × 15
c × 10
windows × 6
command-line × 6
shell × 6
history × 4
java × 3
c++ × 3
operating-systems × 3
sockets × 3
process × 3
bash × 3
philosophy × 3
hacking × 3
design × 2
programming-practices × 2
functional-programming × 2
json × 2
file-handling × 2
cross-platform × 2
forking × 2
pipelining × 2
posix × 2
bsd × 2