Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Set xterm dimensions using Apple's X11 terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Set xterm dimensions using Apple's X11 terminal
Authored by: merlyn on Mar 09, '04 11:04:30AM
I've had things like this in my app menu for a long time. To log in to my mail/webserver:

xterm -geometry 80x60 -T blue -e ssh -t blue.stonehenge.comm screen -DR
To make a local terminal without a scrollbar:

xterm -geometry 80x48 -T terminal
To make a local terminal with a scrollbar:

xterm -geometry 80x48 -sb -rightbar -sl 1024
To run ethereal with root privs (so I can use promisc mode):

sudo /sw/bin/ethereal


[ Reply to This | # ]