2
votes
4answers
58 views
Can STDOUT and STDERR use different colors under XTerm / Konsole?
Is it even achievable?
We need STDERR (ie. other streams then STDOUT) to have different colo(u)r. For example red.
We use bash, terminal should be Konsole (XTerm, gnome terminal …
0
votes
4answers
38 views
Viewing File in Binary in Terminal
First things first, I'm on a Mac ssh'ing into a Linux machine via Terminal.
I would like to view the contents of a file in the current directory, but in binary. Is there a binary …
0
votes
8answers
61 views
i want to continously run my java threads
I am running my java application where i have used threads...
i am running this application using ant command on the terminal..
But when i close my terminal or press ctrl+c,then ja …
3
votes
16answers
321 views
Do you use VIM/Emacs/Terminals to develop C/C++? What kind of projects is this practical for?
For those who are using vim/emacs/terminals,etc (ie, not an IDE proper) what sort of projects are you working on? Are they big? Production? Are these the tools you use at work? Or …
0
votes
2answers
78 views
Scrolling inside Vim in Mac’s Terminal
I've been googling around trying to figure out if it's possible to use my mouse wheel to scroll while inside Vim in Mac's Terminal, with no luck. It seems as if only X11 or iTerm s …
0
votes
2answers
92 views
How to set the terminal’s size?
How do I get the terminal size in Go. In C it would look like this:
struct ttysize ts;
ioctl(0, TIOCGWINSZ, &ts);
But how to i access TIOCGWINSZ in Go
2
votes
5answers
79 views
Book recommendation for Unix shell commands
Hi,
I want to learn more about UNIX shell commands, so I am searching a good book, that explains the most needed shell commands and how to get better on the terminal in general.
…
0
votes
3answers
23 views
Text disappears when typing long commands in zsh on OSX?
When I'm typing a command longer than around 20 characters the text disappears and the cursor moves to a different location in the terminal. How do I stop this? I find it difficult …
1
vote
3answers
38 views
copying a list of files via terminal
I have a list of filenames called list.txt.
I would like to copy the files in this list to a new folder.
How should I go about doing this?
Thanks!
1
vote
1answer
51 views
How can you take ownership of a hid device?
What I would like to take ownership of a hid device that may already have been plugged in, consume it's output, while preventing others(X11 or terminal) from consuming it.
If I ca …
0
votes
1answer
24 views
Mac OS X - Could not start Terminal.app - shell has illegal value [closed]
I can not run the Terminal.app after rolling back my system from time machine.
Mac OS X Version 10.6.2
It displays the following error.
"Your are not authorized to run this appli …
0
votes
5answers
57 views
Getting started with cronjobs on a Mac.
I'm trying to get familiar with cron jobs, and I think I get the basic idea (scheduling, syntax, etc), But, I can't seem to get it right on my mac with Terminal - where exactly do …
0
votes
1answer
33 views
gnome-terminal, virtualenv and a bunch of services
Hi folks
I'm working on a server-side project that consists of several services. Each service is run in interactive (i.e. non-daemon) mode, this is handy while active development. …
1
vote
3answers
40 views
How to exit a git status list in terminal?
Im new to Git and Terminal. This is pretty basic stuff, but how can i exit a listing mode generated by the git status command?
0
votes
0answers
39 views
Cashier/Stock Control/Product Management Free Software [closed]
Hi all do any of you have done, or know of a cashier software made in C/C++(preferably C because I suck at C++) using SQLite and linux. It needs to operate in a shell environment.
…
