-
as seen on Super User
- Search for 'Super User'
How can I make terminal applications immune to terminal emulator close, but still able to use all virtual terminal features?
I see this must be something like screen, but without VT100 terminal emulation, something which will just apply whatever application does with "terminal proxy"'s terminal (like…
>>> More
-
as seen on Super User
- Search for 'Super User'
In the OSX terminal, I'm having some colour issues.
If i am working locally, there are no colours.
If i ssh into my opensolaris machine (using screen inside ssh) there are no colours.
If i then ssh into my ubuntu virtualmachine, and say, vim edit a file, the colours are completely broken. On quitting…
>>> More
-
as seen on Super User
- Search for 'Super User'
In the OS X Terminal.app, I'm having some colour issues.
If I am working locally, there are no colours.
If I ssh into my opensolaris machine (using screen inside ssh) there are no colours.
If I then ssh into my ubuntu virtualmachine, and say, vim edit a file, the colours are completely broken.…
>>> More
-
as seen on Super User
- Search for 'Super User'
I use colinux, see http://www.colinux.org/ ; I used the ubuntu image (ubuntu without desktop environment) and install the packages gdm ?x-window-system-core and gnome-core and update to 10.04. the default user ( which is the only one user) is root. When I try to drag a file into gnome-terminal, I…
>>> More
-
as seen on Super User
- Search for 'Super User'
When I connect via ssh terminal to certain servers, it timeouts and "freezes" the terminal (doesn't accept, doesn't disconnect, can't Ctrl-C to kill the ssh process or anything).
This is in Ubuntu's Gnome-terminal, though it seems to be pausing the terminal input/output, and doesn't affect the operation…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
Using CMD line, in a given directory, i want to detect the most recently created/written folder and delete all the contents of that folder... Any help/suggestions would be helpful...
Thanq in advance..
Regards,
chandra
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hey guys, I'm trying to install SVN on CentOS 5. Unfortunately a simple yum install isn't going to work (afaik) because I'm using the DirectAdmin control panel.
When it comes to running 'make' I get this error:
/usr/bin/ld: cannot find -lexpat
I'm new to installing things without yum (!) so am…
>>> More
-
as seen on Super User
- Search for 'Super User'
On Windows 7, dir or tree can't show unicode characters, even starting cmd with cmd /U
So I would press Window Key + R to run something, and type in cmd /U so that the content might handle Unicode.
And then using dir or tree /F, the content in Unicode won't show as Unicode. (in Window Explorer…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
If you open a command prompt with a runas command, you will see a window that shows
(Running as some_user)
In the title bar, but if you right click on cmd.exe and choose Run as Administrator you will get a window that has:
Administrator cmd.exe
In the title bar. Oddly enough, these windows…
>>> More
-
as seen on Super User
- Search for 'Super User'
The set command does not save values between cmd.exe sessions. How can I save environmental values between new cmd.exe sessions?
For example the set command will work for my current session only:
set path=%path%;C:\Mingw\bin
Upon restarting cmd.exe my path string has been reset.
Possible solution:…
>>> More