Questions tagged as 'terminal'

0
answers

Java how to create a custom command line

Hello everyone, I wanted to know if you have how to customize the command line ... basically create a custom line in the console I have a code that creates a terminal capable of supporting color (Windows and Unix) via the "Ansi", and wanted t...
asked by 16.03.2018 / 11:58
1
answer

PhpStorm terminal does not recognize xampp php

Does anyone know why the PhpStorm terminal does not recognize php from xampp? Because in the Windows terminal it works normal the composer, the php used with laravel, but the phpstorm terminal does not work     
asked by 25.01.2018 / 15:44
1
answer

sudo subl - how to open sublime 3 by the terminal in Ubuntu?

I performed the installation of Sublime Text 3 on Ubuntu 17.10. I can open Sublime using the subl command on the terminal. However it does not work open as sudo , using the command nothing happens. But it works by running the sudo subl -h...
asked by 14.01.2018 / 00:39
0
answers

Error: Could not find or load main class MainEX1 "[duplicate]

Question asked previously that gave basis to this error The error in question is the use of a JAVA program using the Linux Terminal. I have already compiled classes, the error appears when I try to run those same compiled classes previ...
asked by 18.11.2017 / 16:23
0
answers

Serial Communication PHP - linux

Hello, I made a php code for serial communication, this code worked on windows correctly, however I'm having problems with it in linux. To get the communication done, I need to use the -stty -F / dev / ttyS0 19200 -icanon command. If I do not us...
asked by 17.08.2017 / 16:38
0
answers

Help with installing Ionic Cordova via Terminal - Mac!

I'm trying to install Ionic to develop a mobile app and I'm following a step-by-step guide to the site: Tableless , but in the part where it is requested to execute the command npm install -g ionic cordova , the packages begin to be insta...
asked by 30.06.2017 / 18:40
1
answer

Jupyter notebook and Pyspark

The problem is this: When I enter Jupyer notebok with the command $ pyspark I create a new notebook and type: print(sc) it returns me the following error: NameError Traceback (most recent call last) <ipython-input-1-01cf0a34ba...
asked by 09.01.2017 / 20:28
1
answer

I want to use exceptions from php to ignore an error that ends up closing the script [closed]

When the user does not have the client installed I get an error that terminates the script. How do you ignore it with exceptions and continue the script?    PHP Warning: Invalid argument supplied for foreach () in   /home/usr/master/app/src...
asked by 04.03.2016 / 19:02
1
answer

Problem with Allegro image call by C terminal Mac

I have a problem here, I'm making a game using Allegro , I'm compiling the terminal and it's okay, there's only one, however, when I load an image of the failure while loading the image , the problem is not the code, I already tried to run code...
asked by 03.09.2015 / 04:28
1
answer

Terminal emulator in Java Swing?

Hello! Everyone who has worked with Java at least once should have already seen codes intended for use in the console, such as the println() method, located in System.out . I wonder if there is any terminal emulator for Java Swin...
asked by 30.06.2015 / 18:33