Tuesday, April 27, 2021
Tuesday, May 26, 2020
How to use repl.it to create and run a Linux Program
WARNING !
This blog has been created to take away the nightmare of coding with LINUX !!
"https://repl.it" is a site that offers a collaborative, in-browser IDE to code in 50+ languages — without spending a second on setup.
The following figures will give a step-by-step representation to create and run a Linux Program
STEP 1: Sign up and then Login
STEP 2: Create a new repl
STEP 3 : Choice of Languages
STEP 7: Once the workspace is completely loaded a main.sh file is created by default. e can create a text file manually by clicking on 'Add File'
STEP 8 : A view of the text file. Can be opened by clicking on the name of the file on the left-hand side.
STEP 9: Print the commands on the main.sh file. You can give multiple commands by pressing enter. Each command will appear in a new line with new line number. Press RUN to run the commands. All the commands will be executed consecutively. The output will be displayed on the extreme right.
This blog has been created to take away the nightmare of coding with LINUX !!
"https://repl.it" is a site that offers a collaborative, in-browser IDE to code in 50+ languages — without spending a second on setup.
The following figures will give a step-by-step representation to create and run a Linux Program
STEP 1: Sign up and then Login
STEP 2: Create a new repl
STEP 3 : Choice of Languages
STEP 4: Creating a first repl using Bash (for working with Linux Commands) . File name Sample 1
STEP 5: Click on Create repl to create the file named Sample1 in bash
STEP 6: A view of the workspace. Click on 'Add file' in the left corner to add external files
STEP 7: Once the workspace is completely loaded a main.sh file is created by default. e can create a text file manually by clicking on 'Add File'
STEP 8 : A view of the text file. Can be opened by clicking on the name of the file on the left-hand side.
STEP 9: Print the commands on the main.sh file. You can give multiple commands by pressing enter. Each command will appear in a new line with new line number. Press RUN to run the commands. All the commands will be executed consecutively. The output will be displayed on the extreme right.
HURRAH !!
We have everything in one screen - List of files, all the Commands and the output for all the commands !!
HAPPY CODING !!
DEMONSTRATION OF CRYPTOGRAPHY FOR DUMMIES
Sender – User ‘A’
Receiver – User ‘B’
Message to be sent - plaintext.txt
The commands are to be run in Linux Environment. This is a complex process for beginners. Many online
editors are available. This demonstration uses https://repl.it/
which is a user friendly editor for many languages. It even welcomes you once you open and gives suggestions !! For details of usage refer to the blog " How to use Repl.it to create and run a Linux Program "
To create Linux Environment choose Bash from the options.
To create Linux Environment choose Bash from the options.
The representative diagram of the whole process of encryption,
decryption, creating a digital signature and verification of digital signature
is shown.
The following table shows the execution of the above process.
The overall appearance in https://repl.it
Wow !! Cryptography Simplified !!
Subscribe to:
Posts (Atom)
The Winning Combo – Cryptocurrency and Block Chain
The Winning Combo – Cryptocurrency and Block Chain ABSTRACT: Commercial transactions on the Internet have come to rely exclusively on ...
-
Sender – User ‘A’ Receiver – User ‘B’ Message to be sent - plaintext.txt The commands are to be run in Linux Environment. This is...
-
WARNING ! This blog has been created to take away the nightmare of...
-
1. Install Python 3.8 2. Install Pycharm Community Edition 3. Install Gherkin(pip install gherkin-official) ...









