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
Tag: linux-mint
Can’t run c/c++ codes in code::blocks 13.12 on linuxmint 17: Status 255
I am not able to run any C/C++ programs in code::blocks. Could anyone please suggest why this is happening? Currently I have the gnu c and g++ compilers installed on the system. The error message on building and running this simple c code: is: Checking for existence: /home/user1/Desktop/progs/a Executing: xterm -T ‘/home/user1/Desktop/progs/a’ -e /usr/bin/cb_console_runner “/home/user1/Desktop/progs/a” (in /home/user1/Desktop/progs) Process terminated with
A font doesn’t appear in IntelliJ’s dialog of choosing a font
I installed Monaco font using this code. However, it doesn’t appear in Setting -> Editor -> Color and fonts -> Font. What should I do? Answer Try to install fonts in another way. Just use the Font Viewer. I use IDEA under ElementaryOS and it works for me. Update:
How to undo rm -rf? [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
JAVA_HOME and PATH are set but java -version still shows the old one
I am using Linux Mint Cinnamon 14. I have set the $JAVA_HOME and $PATH environment variables in ~/.profile as follows: I then did source ~/.profile to make the proper changes. When I execute java -version command to check the active java version, it shows the default (already installed open-jdk) java version. How can I override the default open-jdk with the
Linux Mint trigger slowly query on mysql on system booting
My debian-based is booting so slow after I installed MySQL and imported some databases on it. Looking for some statement, I found this one during boot: Here the statement that causing trouble: I have +-10 databases totaling over 8gb of data. Is there any configuration to disable this query on system booting ? If yes, why run it during boot