Tagged Questions
3
votes
2answers
124 views
Change colors in console/virtual terminal
Is there a way to alter all the available colors in console / virtual terminal?
By console, I mean what you get after pressing CTRL + ALT + F1 and not anything like xterm or urxvt. So, I guess that ...
2
votes
1answer
154 views
How to undo in spreadsheet calculator sc?
spreadsheet calculator sc is a very old console-based program. It does what the name says. I cannot find how to undo an operation in its man page. I currently use it together with RCS, ie. manually ...
5
votes
1answer
240 views
Send a command from the console to a running X server
Is it possible to send a command from the console, say tty1, to the terminal currently occupied with X (in my case tty7 as I use Debian), to tell for example mplayer to play a movie?
Edit - made a ...
4
votes
1answer
258 views
Is there any way to have console (rogue) mode programs take over only part of the terminal screen?
I like the command line because it preserves the context of what I'm doing. But if I use a "rogue" mode program like vi or less, the whole screen gets taken over.
Is a middle way possible, where the ...
4
votes
2answers
568 views
How to install light-weight vim and to be able to efficiently load files into one instance vim?
On my laptop with Ubuntu I'm able to have just one instance of vim, launched with
vim --servername VIM
After this I'm able to open files from console with
vim --remote-silent filename
I use ...
1
vote
2answers
534 views
How to exit login screen and start commandline while at login screen
I am at the gnome 2 login screen but I want to exit and re-enter command-line environment. I remember there was a combination hot key one has to invoke.
2
votes
1answer
594 views
CentOS: Alert all desktop users from comand-line
Can someone tell me if there is an way to notify all online (Desktop) users from command-line.
I know that if I want that I get notifyed when something is done, I just do like this:
sudo apt-get ...
5
votes
1answer
1k views
Show a notification across all running X displays
Using the command line, I'd like show a notification on every running X display. ( and running console )
Something like:
notify-send-all 'Warning' 'Nuclear launch in 5 minutes, please evacuate'
Is ...
