How do I implement a wrapper script pstrace
in bash that changees the interface of
[sudo] strace -c -p [PID]
to
[sudo] pstrace -c -p [PROCESS-NAME]
similar to how
killall [PROCESS-NAME]
is used. With completion and everything.
How do I implement a wrapper script pstrace
in bash that changees the interface of
[sudo] strace -c -p [PID]
to
[sudo] pstrace -c -p [PROCESS-NAME]
similar to how
killall [PROCESS-NAME]
is used. With completion and everything.
I'm trying to make a shared copy of Eclipse be used by several users but I can't get the Eclipse installation to use separate workspace definitions for different users: Instead this configuration is saved and loaded somewhere under the shared Eclipse installation directory, which is bad. Where do I change the setting about where the default value of the workspace directory is saved?
Why is there a /usr/lib
and a /usr/lib32
directory but only a /usr/bin
and no /usr/bin32
directory on a AMD64 64-bit-install of Ubuntu? If or when Debian/Ubuntu start supporting multi-target-architecture binaries in their ELF's will this directory branching become unnecessary?