Make screen shooter in bash [closed] - linux

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have to make script similar to Screen Shooter. Unfortunately I am green in this topic. In connection with this I would like to ask if it is possible to write such a script? I know ScreenShots are possible, but can they be handled?
Regards

Example, screenshot script :
#!/bin/sh
import screen$RANDOM.jpg;
exit 0;
The script will display a cross-hair for selecting "screenshot size".
import is an imagemagick command : sudo apt install imagemagick
http://packages.ubuntu.com/xenial-updates/imagemagick

Related

Using Behave I want to run all my feature files but it throws error No steps directory but the same runs through pycharm [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
When I use this command to run behave /ios_integration/features I get the ConfigError: no Steps directory
[
I believe the correct command would be:
behave ios_integration/features
(no preceeding slash)

How to make a button to run GoLand in Linux? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I'm running GoLand by the ./goland.sh command in the terminal
How do I make a button to start Gogland by pressing?
I use linux ubuntu
I'm not sure I understand the question 100% but I believe the answer is here: https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles
I would recommend you to use the free JetBrains Toolbox:
https://www.jetbrains.com/toolbox/app/
Not only will create launchers but will keep everything up-to-date.
I really like it and I am sure you will.

Assign keyboard keys by script to launch a particular program [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I know how to assign hot keys to a task manually
system settings > keyboard > shortcuts
but I want to write a script to do that for me.
Thanks
Okay. There was no default way of setting keyboard but I found a program "xbindkeys". Its lets you use script to set keys to run a command. Here's a link https://wiki.archlinux.org/index.php/Xbindkeys

Build Perl to binary code stand alone [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to build perl script in a bianry form ? and it is executable on i686 GNU/Linux
without any additional package or library
perlbin
pp
Also see:
How does PAR::Packer work?
The easy way to build stand-alone Perl apps

How do you run LinSched simulator? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I'm a novice in linux and I'm doing a project on scheduling. I installed the LinSched
on my PC to see the behavior of "LinSched" and how it works? I followed the steps given in the link
Scheduler simulator linsched
but I could not make it work. Am I supposed to copy "Listing 4" from http://www.ibm.com/developerworks/library/l-linux-scheduler-simulator/
and write it in basic_test.c? Also I found difficulties in step 5 and step 6.

Resources