Tagged Questions
0
votes
1answer
24 views
Cursor does not go begining of the line
Hello I am trying to go begining of the line. neither left arrow key or ctrl + a
lets me do it. everytime it keeps couple letters on the right.
however its a visual bug my cursor is actually in the ...
1
vote
1answer
59 views
>console login - changing the screen size
so when I log into the terminal from my login screen (by typing >console as username), I get logged in to the terminal. However, when I try to use vim or anything useful, it only takes up around 1/4 ...
3
votes
2answers
5k views
Console reports “sandboxd deny mach-lookup” … Should I modify system.sb?
I'm getting two errors in the console at the same time TimeMachine is running and taking FOREVER to make any progress.
1/4/13 9:41:38.000 PM kernel[0]: Sandbox: sandboxd(5838) deny mach-lookup ...
1
vote
1answer
144 views
How to use a UNIX console app
I downloaded a port knocking script from
http://www.zeroflux.org/projects/knock
It downloaded a file knock, which is a Unix Executable File. When I double click on it, it runs the Terminal, where it ...
1
vote
1answer
149 views
How do you prevent CodeRunner from prefixing its console output with [00m[00m[00m[00m[00m?
There seems to be a connection between CodeRunner's console output and your actual terminal prompt script, that is, if such prompt code is sourced from e.g. ~/.bash_profile (which CodeRunner reads by ...
2
votes
1answer
48 views
In terminal, running top, info extends past the view of the window
I assume this occurs in more terminal functions than just top. Is there a way to view the information without resizing the console window? I currently have my console window set to open at 80x24, ...
4
votes
1answer
342 views
Is less(1) missing lesskey functionality?
less(1), the terminal file pager, seems to be missing lesskey(1) and the ability to rebind the keystrokes in less. The docs claim it's there, but it doesn't work. Am I crazy or is Apple's version of ...
8
votes
4answers
5k views
Where does $LANG variable gets set in Mac OS X?
I've used wget for the first time after installing Lion OS X and I've noticed that wget got localized to my native language. Running set command in terminal showed that my LANG variable represents my ...
1
vote
3answers
283 views
Is it possible to use a serial terminal (e.g. VT420) with a modern Mac?
I've found lots of tutorials for using a Mac to control a serial device, but not the other way around. I've got a DEC VT520 terminal and a recent Mac Pro, is there a way (with a USB adapter) to get a ...
9
votes
2answers
2k views
Prettify OS X console by coloring output?
OS X terminal is not using colors for highlighting output from different commands, for example ls.
When compared with other systems like Ubuntu, this is a big loss of accessibility/productivity.
...