Skip to main content

Questions tagged [interactive]

The tag has no usage guidance.

36 votes
4 answers
8k views

How can I prevent interactive-rebase from running verification hooks on commits?

I have a range of commits that fail the tests that are committed with them. I need to interactive-rebase across these commits; but the hooks are failing, and causing each commit to screw up, forcing ...
ELLIOTTCABLE's user avatar
  • 2,535
17 votes
8 answers
5k views

Disabling everything except letters in browser- and on OS-level

We would like to make an interactive exhibition piece foolproof, requiring as little staff presence as possible when recovering it from anything anyone made it do. It has a text input and then it ...
alparius's user avatar
  • 189
13 votes
7 answers
26k views

"Click to translate" for .pdf

Is there a way to be able just click a word and get its translation while reading .pdf files? Google Dictionary is very useful plugin for Chrome but works only for web pages. Does something similar ...
user avatar
9 votes
2 answers
19k views

Open new konsole from script, executing command and becoming interactive on conclusion

I want to be able to get a script (ran at startup) to open up a konsole terminal. When it opens it is to do some persistent things (like change directory and source bashrc) and run a long running ...
Hashbrown's user avatar
  • 3,079
7 votes
3 answers
13k views

Howto start an interactive script at ubuntu startup?

Based on Ubuntu core 12.04, I have prepared a bootable DVD. After booting (to console only), I can login as a user and start a script for installation of an embedded device: sudo install_script In ...
Carsten Scholtes's user avatar
5 votes
2 answers
53k views

How do I allow interactive services in Windows 7?

I need to run a service interactively on my computer. (I am already aware of the implications.) How do I enable a service (running in session 0) to run interact with the current desktop in Windows 7?
user541686's user avatar
  • 23.2k
5 votes
1 answer
23k views

Run interactive task even if user is not logged on Windows

I have an application which automates my everyday task of logging into some website and doing repetetive actions. This app starts as a scheduled task everyday at 7.30am. The problem arises when I ...
user236086's user avatar
4 votes
1 answer
553 views

Interactive ZSH's command prompt to execute a ZLE command

Is there any way to interactively run a ZLE command on the current line? I am looking for a similar way to TMUX's command-prompt, which default keybinding is prefix : were you can run a TMUX command ...
Nicolas LIENART's user avatar
4 votes
4 answers
4k views

Is there an interactive firewall for outbound traffic on Ubuntu?

I wish to prevent some programs from "phoning home", and to allow other programs to access only specific web servers. Is there any way to interactively allow or decline outbound communication from ...
GJ.'s user avatar
  • 9,903
4 votes
1 answer
658 views

How can I run PowerShell commands without enclosing arguments in quotes?

When I try to run a program with a command line option from the PowerShell prompt, PowerShell ends up mangling the option. Why does this happen? Is there any way to stop it besides enclosing the ...
kem's user avatar
  • 43
4 votes
2 answers
2k views

How to run Windows OpenSSH Server interactively?

As known OpenSSH Server on Windows 10 (sshd.exe) run as a service by default. But there are cases that require to run OpenSHH Server in an interactive Windows session, not in session 0 by default. For ...
The_Immortal's user avatar
3 votes
1 answer
177 views

Hyperlink in PowerPoint 2007

Suppose, on the left hand side, I have about 10 symbols and on the right hand side, there is some text for details of the said symbol. After clicking a particular symbol, the corresponding text should ...
user avatar
2 votes
1 answer
470 views

How to make interactive objects in Microsoft Word? (dropdown lists, checkboxes)

As I stated in the title, I'm pretty sure there is some feature that can enable me to do that. Here is a document with an example but I don't know how it was implemented: So how is that even possible ...
Amin Guermazi's user avatar
2 votes
1 answer
589 views

Suppress (or quiet) the output of bash: "Hit any key to close this window..."

Typically when I invoke an GUI application in vim, I get a command prompt that awaits for my response: shell returned 1 Hit any key to close this window... How can I not make this prompt to show up, ...
Forethinker's user avatar
2 votes
3 answers
663 views

how to start an interactive shell with special setup

I want to start an interactive zsh (on cygwin) with project specific set-up: source /etc/profile source ~/.profile source $PROJECT_HOME/Setup.zsh become interactive I got as far a step 3 but then ...
Martin's user avatar
  • 343

15 30 50 per page