Tagged Questions

0
votes
0answers
39 views

how to change the color of the terminal [closed]

I'm using CentOS 4.8. I like the grey background color and the black foreground color,by which my eyes wouldn't sore. when I set 'export PS1="\e[0;30m\e[47m\u@\h \w>"' , It only changes the bash …
0
votes
0answers
22 views

Need help troubleshooting vi + cygwin issue

Hello. I've just added vim to my current Cygwin installation, and it doesn't work properly. The problem is: when I type vim <Enter> it opens Vim with the help splash screen (in color) - OK. I …
0
votes
1answer
34 views

Ruby on Rails - generating column for textarea and pics

I am new to rails so excuse the simple questions. I am creating a website for a company. That company wants to display it's clients on the site. I would like to allow the client to manage this …
0
votes
1answer
42 views

Can you redirect log output of Xcode console to Terminal when running iPhone Simulator?

I don't like using Xcode's console output window when debugging an iPhone app in the Simulator (or on a device for that matter). I'd like to be able to use the Unix toolbox and do things like filter …
1
vote
2answers
41 views

What’s an easy way to have terminal use a different color based on ssh host name?

Using putty in windows, you can save sessions that connect to a certain host and use a certain text color...this was super useful for me since I work with a bunch of remote hosts and I'm wondering if …
0
votes
2answers
49 views

Ruby interpreter won’t run on my Mac

I can't get the Ruby interpreter to run on either of my Macs (one MacBook and one MacBook Pro, both running Snow Leopard). When I run it, by typing ruby in Terminal, nothing happens. It just sits …
2
votes
0answers
38 views

How do I increase copy/paste buffer size in Linux [closed]

Hi all, I'm trying to copy and paste lines of code to the linux terminal. However, I've noticed that when the copied text is too long (let's say, 60 or more lines), it gets trimmed and altered in an …
0
votes
5answers
69 views

Sending commands and strings to Terminal.app with Applescript

Hi, I want to do something like this: tell application "Terminal" activate do script "ssh user@server.com" -- // write user's password -- // write some linux commands to remote server end …
1
vote
4answers
65 views

Send selected text to a command line argument

I found this utility, pytranslate, which translates a variety of languages into each other using Google's translation API. It works exactly as described. However I've gotten sick of selecting a word …
0
votes
1answer
43 views

Command key as Meta key in OS X Terminal.app

When i unckeck the 'Use option as meta key' box in Settings, and then do Cmd-F (which i want to mean Meta-F for forward-word in bash) Terminal gives me a 'find word' popup, which isn't what i want. …
3
votes
4answers
65 views

Tie the life of a process to the shell that started it.

In a UNIX-y way, I'm trying to start a process, background it, and tie the lifetime of that process to my shell. What I'm talking about isn't simply backgrounding the process, I want the process to …
3
votes
2answers
48 views

How can I run a shell command from my cocoa app?

I want to run a simple command from my cocoa app through code, NOT creating a shell script and running it that way, but by running it through the application, being able to define everything and …
1
vote
2answers
85 views

How can I understand that the user pressed which keyword?

I am coding a terminal like Linux terminal with C under Linux OS and I need to quit program when the user presses ctrl+D keywords. But I don't know how to understand that the user pressed these …
0
votes
0answers
4 views

Group Policy on Terminal Server 2008

Hi all, I'll get straight to it. We have a domain controller running Windows Server 2003 and a new Terminal Server running Windows Server 2008. I was wondering what the best way to apply a group …
0
votes
2answers
72 views

Can’t use GCC in OS X Terminal

I have installed the developer tools. I can compile code via Xcode and according to the docs /usr/bin/gcc & /usr/bin/cc should point to /usr/bin/gcc-4.0. Neither the symlinks or gcc-4.0 exist on …

1 2 3 4 5 19 next
15 30 50 per page