Tagged Questions
0
votes
1answer
38 views
Find b'' in command output?
I'm trying to find a specific string from a command output in terminal. It doesn't work however.
Here is the command I'm running:
check = subprocess.check_output("netctl list | sed -n 's/^\* //p'", ...
0
votes
1answer
19 views
How would i change colors in cmatrix? [closed]
Im trying to figure out how to change this program cmatrix. When you run it, there are options you can change to switch between 8 different colors, but I'd like to make it have an argument to change ...
0
votes
0answers
18 views
git log alias makes my terminal misbehave?
I have the following alias set up in my git global config:
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=relative
it seems to be that this log format I've set up makes my terminal ...
0
votes
3answers
38 views
Run multiple executables all at once
I have a C Sockets application, different executables of which must run at same time all at once, preferably in different terminals. How do I do it?
For example, there are four exes, ./one, ./two, ...
-2
votes
3answers
71 views
How can I move an character in c++ [closed]
I have a problem, I want to move a character from the terminal, but do not know how. There is no conio.h library for linux, but I'm using it. Somebody can help me?
Thank you in advance as well.
-1
votes
5answers
41 views
Linux newbie. Help. Stuck on some mode. [closed]
Hi I am a new unix user and I have been stuck in the terminal in this mode: '>' I accidentally pressed ls` instead of ls and suddenly it went to '>' this mode. I just would like to ask how to exit ...
0
votes
2answers
23 views
How to sort content of a text file in Terminal Linux by splitting at a specific char?
I have an assignment in school to sort a files content in a specific order.
I had to do it with Windows batch-files first and now I have to do the same in Linux.
The file looks more or less like this ...
0
votes
0answers
21 views
how to set http_proxy on terminal in linux and filter a specific ip not to use that proxy
My scenario is this:-
I set http_proxy on my terminal, i.e. http_proxy=IP:port,
now I want that when my application use a specific IP like "http: //127.0.0.1:port",
so it should not use that ...
1
vote
3answers
47 views
`for f in *; do cp “$f” “$f”_copy; done` doesn't work because “foo.png_copy”. How to fix it?
On Linux, the command:
for f in *; do cp "$f" "$f"_copy; done
doesn't work as expected because the "_copy" string is appended after the file extension, becoming foo.png_copy instead of ...
0
votes
3answers
37 views
Determining button boundries with terminal IO in non-canonical mode
I'm trying to understand how terminal I/O works.
When a terminal is placed in non-canonical mode like so (missing error handling):
struct termios term_original, term_current;
tcgetattr(STDIN_FILENO, ...
-2
votes
0answers
47 views
bash script to run two background tasks
I am trying to run two background task in terminal (I am using mac). For this I created a script:
#!/bin/sh
cd ~/myproj
nodemon app.js &
cd public
bbb debug &
But this isn't work.. Those ...
1
vote
2answers
74 views
node.js: cannot find module 'request'
I installed request module, and getting the error:
module.js:340
throw err;
^
Error: Cannot find module 'request'
i've read all the posts about this error, and understand that this is ...
0
votes
2answers
18 views
On linux, how to wrap text around the output of a command and save it to a file?
browserify my_file.js returns a stream with the result of the conversion of my_file to browser. Is there a way to wrap "" readers around that output? For example: echo "<html>" > browserify ...
0
votes
2answers
35 views
How can i run java application with console-only?
I wrote an application in java that have graphical window. (and uses open-gl)
Now, this application should work on Linux servers.
What happends if i try to run the application on a linux terminal-only ...
0
votes
0answers
30 views
Separate STDOUT noise from ncurses
I am trying to run an ncurses GUI application on an ARM board. I am running it using the serial console ttyAMA0 port. But when I run the ncurses program, the other processes running in the background ...
-1
votes
0answers
20 views
Connecting ssh from ubuntu [migrated]
I want to connect to ssh from ubuntu terminal but I don't know how. I have searched it on google but I don't understand. I have an ip adress, username and password. If someone can explain to me how ...
0
votes
1answer
36 views
Can't open lib '/opt/ibm/iSeriesAccess/lib64/… : file not found?
I am connecting to IBM AS 400 server through php. The ODBC drivers are properly installed and i can do everything from browser.
But when i execute a php file on linux terminal (php -f filename.php), ...
0
votes
1answer
37 views
Why alternatives command is needed when installing Java on a Linux machine
The below command is need when installing Java on a Linux machine (saw the command in a tutorial).
alternatives --install /usr/bin/java java /usr/java/jre1.7.0_01/bin/java 20000
man alternatives ...
1
vote
2answers
45 views
How do I tell python to launch a users default terminal?
I found this solution before, but it keeps trying to launch xterm instead of the default (in my case Terminator). Could someone help?
def terminal(self):
if sys.platform.startswith('linux'):
...
0
votes
0answers
24 views
How do I use tar to transfer through ssh on a non standard port? [migrated]
I am trying to transfer all files from within a directory through tar as follows:
tar cz * | ssh -p 57310 root@example.com tar xzv -C /home/site/www
and the error that is returned is
stdin: is not ...
1
vote
2answers
19 views
Tarring files exclude the path before the folder i want to tar
Im trying to tar a set of subfolders and then tar its parent folder afterwards via a ruby script.
The structure is as follows:
/x/y/z/ParentFolder/Subfolder1
/x/y/z/ParentFolder/Subfolder2
...
0
votes
0answers
27 views
Passing chars from keyboard from one process to another with pipe
im trying make a game that consist 2 C files.
The game need to be running over linux terminal.
The game is tetris game , 1 C file is the keyboard listener and one is the view.
The first C file ...
1
vote
1answer
39 views
Struggling to comunicate between processes with signals
im trying to create a game in C under linux terminal.
I need to create a tetris game that consists of two c files,
One C file create execute file (a.out) and the other create (draw.out).
The first ...
0
votes
0answers
20 views
PDF Lib install fail on linux server. Using pecl install pdflib
I'm attempting to install pdflib on my server and receiving the error:
configure: error: pdflib.h not found! Check the path passed to --with-pdflib=<PATH>. PATH should be the install prefix ...
1
vote
0answers
50 views
How to pipe a variable as password in a bash script when requiring root access [duplicate]
I'm trying to make a shell script which asks the user in the beginning for a password and then stores it in a variable so it may be used each time the script requires root access.
My thought was to ...
0
votes
1answer
41 views
Send commands to linux terminal with putty
How can I send a command (not to open a file) with Putty that will run on Linux terminal.
For example:
putty.exe 10.31.2.121 -l root -pw password | echo "Hi"
So that I will see the "Hi" on the ...
0
votes
0answers
46 views
Detect a GUI “Cut” or “Copy” using command line
I'm trying to find out (from the terminal) if a "cut" or a "copy" operation has been performed on the file(s) selected from within a GUI application, say from a file manager. I tried xclip, xcb, ...
0
votes
0answers
14 views
Misplaced letter in terminal [closed]
I have installed centos and GNOME inside a Virtual Box but the letter position is misplaced which look like following picture.
How could it resolved?
1
vote
1answer
43 views
unable to use arrow keys for previous command in interative commandline app
I have developed an application which has an interactive terminal to accept commands from user. But when i press arrow key in Linux, it fails to show previous command on interactive terminal of my ...
0
votes
0answers
74 views
Unable to change shell from bash to fish
I just downloaded and installed fish and I want to use that as my default shell, but for some reason, I am not able to change the default shell from bash to fish.
I have tried the following:
sudo ...
0
votes
1answer
30 views
See how much memory my program used in Terminal
I know when I type time ./myProgram <input.txt >output.txt on the terminal, once my program finish running, I can see the runtime conveniently. There must be some similar command to see memory ...
0
votes
0answers
9 views
Access Win Partition in Terminal Mac OS X [migrated]
Is it possible to access (mount?) a partition in Mac OS X through the Terminal? Located at /Volumes/Windows HD/...
I have VMWare fusion, but is it possible to access files through the Terminal?
...
0
votes
1answer
30 views
How to boot CDLinux image with VirtualBox?
I'm not sure stackoverflow is the best place to ask this question but it is worth a try.
I am trying to launch CDLinux, which is a linux-based OS. I've installed it on a flashdrive using Linux Live ...
0
votes
2answers
65 views
How to run JDBC code from terminal?
I have compiled my code using -cp <mysql-connector-java jar file>. There were no errors during the compilation. All the class files were created To run the code, I went to one directory higher ...
0
votes
1answer
20 views
Calling external class and methods
To start off I am in the beginning stages of learning Java and I am working on different exercises.
One of the exercises gives me this external class: http://pastebin.com/g8hCTRCc
I need to write an ...
3
votes
2answers
79 views
How copy the GNU Screen copy buffer to clipboard
When using GNU Screen we can work with scrollback buffer also know as "copy mode" using the Ctrl+a+[ command.
In there we can copy text to the copy buffer pressing space selecting the text and ...
-4
votes
0answers
19 views
Output Names which exist [closed]
Write a shell script which accepts some number of file names as arguments and
outputs the names of only those files which exist, one per line. Arguments which do
not exist as files should omitted from ...
0
votes
0answers
109 views
Sending Hexdecimal over RS232/RS422/RS485 via Linux terminal
Is there any way yo send a hex value such as "FF FE 02 42 31" through a com port via Linux terminal?
I'm running Linux mint 14
1
vote
0answers
38 views
what's the default state of a newly opened terminal
I have the following functions in Linux,
#include <termios.h>
struct termios s;
int fd=open("/dev/ttyO0",O_RDWR);
tcgetattr( fd,&s);
And what's will be content in s, or in another word, ...
0
votes
3answers
51 views
How to let terminal refresh without printing new stuff in C
I want to make a more dynamic interface rather than print out a whole new page every time but do not know how to implement it. For example, if we have a download bar that goes from 0% to 100%, I want ...
-1
votes
1answer
41 views
(unix/bash) Details of using “>>” with terminal? [closed]
I'm trying to understand how ">>" works. Does it use auto-append mode or lseek?
I've downloaded the bash source and have been trying to grep my way through to find how it works, but I've been ...
0
votes
2answers
29 views
Open screen in terminal after user login
When a user logins to my Debian server using e.g. Putty, I need to perform the following:
It will automatically execute command screen -r MyWindow, and
the user won't be able to leave the screen ...
0
votes
1answer
30 views
How to copy & paste text from sourcefile to new file(only the nums)?
I need your help please,
I want to copy only the nums in source file to new file(terminal code).
the source file look like this:
<name> <family> <ID>
john mark 323243434
kelly ...
0
votes
2answers
36 views
Execute Command From String Dash Linux
So i am trying to learn how to write scripts for Linux OS's so I wrote this download and install script. Although, I know that any good coder for linux would think this is absolute skid work, It works ...
-2
votes
1answer
53 views
GDB With a coredump file in linux
I just got a core-dump file in linux with
ulimit -c unlimited
how can I attach gdb with it
I need to give command line arguments with it.
sample executation:
./my_prog arg
Help me to get into ...
0
votes
0answers
24 views
change keyboard shortcuts terminal [closed]
I am using Fedora and I wanted to know how to edit the keyboard shortcuts when using the terminal.
For example, I want to set to switch between terminal Tabs. How do I do this?
Thanks
-1
votes
1answer
297 views
Sed Command get text between two string while excluding the two strings using Terminal UNIX
So I have a sed command that looks like this:
sed -n "/DXImageTransform.Microsoft.AlphaImageLoader(src='/,/',sizingMethod='crop');/p"
/Users/ME/Documents/weather/yahooWeather.html > ...
1
vote
5answers
101 views
How to remove a line bashrc linux
Hi as the question says basically, im adding some alias's to my bashrc in linux and its keeps messing up and when i try and go up with the cursor its just types AAA BBBB etc i know 'o' adds a new line ...
0
votes
1answer
28 views
Can run program from Qt but can't run it from konsole
I have a a problem sounds pretty wierd. I compiled a program in Qt and it ran successfully.
But when I navigated to the release folder in the konsole and ran the program (even with super user), it ...
1
vote
0answers
41 views
Formatting SQL code in stdout in terminal
Is there any unix/linux utility that can format (indent) SQL code from stdin to stdout?
I wasn't able to find any.
I have special logger utility that prints SQL dumps to stdout, but it's hard to read ...



