Sometimes you are not allowed (i.e: lack of privileges), you can not (i.e: lack of disk space) or (for any other reason) you don't want to install or compile a program on a FreeBSD system.
I was wondering if it is possible to perform the compiling/installing (or whatever) operation on another unrestricted FreeBSD computer and transfer just one (or a few) binary (executable) file to the "restricted" machine.
Say I want to use ImageMagick "convert" tool to be able to convert text files to their equivalent image files on the restricted FreeBSD computer:
Maybe I could download and compile the sources generating a transferable binary?
Or maybe installing is the best way? What file or files should I transfer, then?
If possible, some details about the steps I must keep would be thanked.
Notes:
- We can assume the unrestricted FreeBSD computer could be modified in any manner, i.e: we can format it and install the same FreeBSD version of the restricted computer.
I was wondering if it is possible to perform the compiling/installing (or whatever) operation on another unrestricted FreeBSD computer and transfer just one (or a few) binary (executable) file to the "restricted" machine.
Say I want to use ImageMagick "convert" tool to be able to convert text files to their equivalent image files on the restricted FreeBSD computer:
Code:
convert "@hello.txt" hello.png
Maybe I could download and compile the sources generating a transferable binary?
Or maybe installing is the best way? What file or files should I transfer, then?
If possible, some details about the steps I must keep would be thanked.
Notes:
- We can assume the unrestricted FreeBSD computer could be modified in any manner, i.e: we can format it and install the same FreeBSD version of the restricted computer.