Changes
From Karnataka Open Educational Resources
354 bytes added
, 10:12, 21 December 2016
Line 149: |
Line 149: |
| ubuntu ALL=(ALL) NOPASSWD: ALL | | ubuntu ALL=(ALL) NOPASSWD: ALL |
| | | |
− | Now press Ctrl+O and then press Enter and then Ctrl+X. | + | Now press Ctrl+O and then press Enter and then Ctrl+X to come out of editor. |
| + | |
| + | Next type below command in Terminal: |
| + | |
| + | gedit /home/ubuntu/Downloads/VoiceBlast/voiceblast.sh |
| + | |
| + | This will open edit window, now paste the below code into it and save the file. |
| + | |
| + | #!/bin/bash |
| + | cd ~/Downloads/VoiceBlast/ |
| + | sudo ./VBlast4.py |
| + | |
| + | Now go to the file location and right click on it to select Properties. Click on Permissions tab and tick the "Allow executing file as program" checkbox. |
| | | |
| Right click on Applications, select Edit menu. Click on Office on the left side and click on New Item on the right side. Type IVRS 1 as name and type below command in the Command field: | | Right click on Applications, select Edit menu. Click on Office on the left side and click on New Item on the right side. Type IVRS 1 as name and type below command in the Command field: |
Line 160: |
Line 172: |
| | | |
| /home/ubuntu/Downloads/VoiceBlast/voiceblast.sh | | /home/ubuntu/Downloads/VoiceBlast/voiceblast.sh |
− |
| |
− | #!/bin/bash
| |
− | cd ~/Downloads/VoiceBlast/
| |
− | sudo ./VBlast4.py
| |
| | | |
| Then tick the Launch in Terminal and Click on OK. | | Then tick the Launch in Terminal and Click on OK. |