This article, will gonna be very interesting. In this article, we will see the list of programming languages commands and a list of programming languages tools that you can access using Linux or any other Linux Distribution. Here we go,
General Commands:
- make command: This general make command is used to build and maintain the groups of programs and files from the source code. It is one of the known and frequently used commands by the developers. It obliges the developers to install and compile many utilities from the terminal.
- size command: This command is very useful and allows to list the section size and the total size of the object files or the archived files in its argument list. If we do not specify the object file in the parameter list, then by default, the 'a.out' file is used.
- nm command: This command displays the information about symbols in the specified file, which can be any file either an object file, an executable file, or an object-file library. If the file doesn't contain any symbol specified, the nm command reports the file but doesn't interpret it as an error.
- strip command: This command is a GNU utility used to "strip" symbols from the object file. This command is very useful for minimizing the file size, streamlining them for distribution. This command can also be useful for making it more difficult to reverse-engineer the compiled code.
C Language Commands:
- CB command: This command reads the C programs from standard input or from the specified file. And writes them to the standard output in a manner that shows, through indentations, spacing, and the structure of the code. If we call it without specifying the flags, then it will not split or join the lines.
- GCC command: It stands for "GNU Compiler Collections". It is used to compile the C and C++ languages mainly. This command can also be used to compile Objective C and Objective C++.
- trace command: To run this command type "traceroute and domain name or IP address" of the destination source in the terminal. Before running it, please install it in your system by typing the command "Sudo-app get install traceroute". This command specifies a route a packet takes between the initial source and destination source specified in the command.
- indent command: As the command, itself identifies it as indentation. This command fits as many words separated by tabs, blanks, or new lines on a line as possible.
- cxref command: This command is used to analyzes C and C++ program files and create a cross-reference table, using the CPP command.
C++ Language Commands:
- g++ command: It is a GNU g++ compiler invocation command. This command is used to compile, process, assemble, and to linking of source code to generate an executable file.
Java Language Commands:
- appletviewer command: This command is used to connect the documents or resources designated by the URLs and displays each applet referenced by that document in its own window. Or we can say that it is a command-line program from Sun to run java applets. This command is generally used by developers to test their programs or applets.
- javac command: This command reads the source file that contains module, package, and type declarations written in java and then compiles them into class files that run on Java virtual machine. It is a tool that reads class and interfaces and then compiles them into byte codes.
Other Languages Commands: These commands are not available on all systems.
- bc command: This command is used for the command-line calculator. It is similar to the calculator that we are using in real-life or on our mobile phones used to perform mathematical operations.
- Matlab command: To use the Matlab tool. firstly you have to install it in your system. It is known as a program for computation and data visualization.
- gcl command: It stands for "Guarded Command Language". It is used to perform transformer semantics. It also stands for "GUI Creating Language". It is a Domain Specific Language for creating Graphical User Interfaces.
- Perl command: This command is used to interpret the Perl programming language. In the past, it is designed for only editing the text and now, it is used for system administration in Linux, web development, network programming, etc.
- python command: This command is used to run scripting files that you have written in python.
- squeak command: This command is used to run the images such that a name is given to the image.
- PHP command: It is known as the server-side scripting language. This command is used to develop the web application. Stands for "Hypertext Preprocessor".
- Mathematica command: To run this command, insert CD or DVD and in the terminal change the directory and run the installation. It is a symbolic mathematical computation program used for scientific, engineering, mathematical, and computing fields.
- asp command: With the help of this command, you can edit, change, add content or customize any web page. You can respond to user queries. You can access database or server data.
#Penetration Testing Tutorial for Absolute Beginners
#Technical Tools Explanation
#Linux for Absolute Beginners in Hindi
0 Comments
If you have any doubts, let me know