open terminal in IntelliJ IDEA and Ubuntu [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I have set the shell path to /usr/sbin but it does not open the terminal in IntelliJ IDEA is an IDE for Java,

You need to write: /bin/bash, /bin/zsh, /home/user/myOwnShell etcjust write path to file no to directory.

Related

How to start nethack on solaris 11.3? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I downloaded this package from the package manager: http://pkg.oracle.com/solaris/beta/info/0/pkg%3A%2F%2Fsolaris%2Fgames%2Fnethack#3.4.3,5.11-0.151.0.1%3A20101105T054109Z
I am not sure what you mean by "downloaded" but everything you need to do is pkg install nethack (as root role) and then run it as any user. According to manifest binary should be in /usr/bin/nethack, so typing:
/usr/bin/nethack
in your terminal window should do. It is very likely /usr/bin is in your PATH so you can just type
nethack
and game should start.

Location of .bashrc in linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I made some changes in the .bashrc file some time ago.
In which directory is this file supposed to be located exactly?
In your home directory:
# ls -la ~

What does 'd' mean in '/etc/cron.d'? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
On Linux systems there are some special paths like /etc/cron.d/, /etc/apt/sources.list.d/. That are the paths where you can place your own custom configs in separate files.
My question is — what does letter d mean?
directory :) Since there can possibly be a /etc/cron file as well. It is the same for /etc/modprobe.d/

Standard contents of /etc/environment file in linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I'm running Linux Mint 14 and accidentally replaced the contents of /etc/environment file. It was originally something like:
PATH=/usr/bin
but with some extra stuff. At the moment, most commands don't work in the terminal. If I do "ls", I get "command not found". Does anyone know the standard contents of this file is?
On ubuntu 12.04 it is:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"

Unwanted message when opening the shell [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I just uninstalled a program (ros) from my computer (ubuntu) using the ubuntu software center.
However, since this moment, whenever I open a shell, I get the following message:
bash: /opt/ros/groovy/setup.bash: No such file or directory
Did I do anything wrong?
Have a look at ~/.bash_profile

Resources