Getting Started: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Sabre's OS articles are removed from the net. So I removed the link.
Line 50: Line 50:
* '''Diffutils''': Incredibly useful for showing the differences between two files.
* '''Diffutils''': Incredibly useful for showing the differences between two files.
* '''[[Wikipedia:Perl|Perl]]''' or '''[[Wikipedia:Python_(programming_language)|Python]]''': One of these two scripting languages should be installed. Useful for string manipulation, amongst other things. Perl used to be the recommendation, but Python is now quite mature and is possibly easier to learn. Both have hundreds of packages/modules available for doing various tasks.
* '''[[Wikipedia:Perl|Perl]]''' or '''[[Wikipedia:Python_(programming_language)|Python]]''': One of these two scripting languages should be installed. Useful for string manipulation, amongst other things. Perl used to be the recommendation, but Python is now quite mature and is possibly easier to learn. Both have hundreds of packages/modules available for doing various tasks.
* '''[[Which assembler should I use?(x86)|An Assembler]]''': For example NASM or GAS. This varies depending on your target CPU architecture.
* '''[[List of editors|An editor]]''': For writing your Assembly, C, and other (code) files.
* '''[[List of editors|An editor]]''': For writing your Assembly, C, and other (code) files.