General :: Ssh - Getting 'top: Unknown Terminal "dumb" In $TERM' ?
Dec 6, 2010
I'm getting this error whenever executing the top command in Linux remotely via SSH: top: Unknown terminal "dumb" in $TERM
My Java application which monitors the performance of the remote machine uses the output of top command.
View 1 Replies
ADVERTISEMENT
Aug 3, 2010
I need to set both my font size and my term ($TERM=vt220) from the command for a /usr/bin/terminal. Is there a way for me to do this?
View 2 Replies
View Related
Mar 21, 2011
Why isn't there a simple program like Microsoft Windows' Notepad? One which is format stupid (ASCII only), so I can over-ride hidden html character entities. The other day I found myself wasting hours trying to get the Xephyr to work by cutting and pasting the terminal instructions from the following website into a gnome-terminal session - but each time it would give me the same, small window. I tried copying the text from the browser (using copy and paste) to gedit, but gedit was not showing the hidden character entities from the html code. After all this lost time trying different resolution sizes, I became suspicious that something was interfering with my cutting and pasting between gedit and the CLI terminal. Sure enough when I compared the webpage source code it gave me the clue to the problem.
From the same page - two examples:
Hidden character (notice the '�' or × )
$ Xephyr -ac -screen 1280�786 -br -reset -terminate 2> /dev/null :2 &
NO hidden character (notice the 'x')
$ Xephyr -ac -screen 1280x1024 -br -reset -terminate 2> /dev/null :1 &
[code]....
I even tried cutting and pasting out of the terminal yet somehow it retained the hidden characters. I could not find any preference setting in any of these programs which would allow for either eliminating the hidden characters doing a cut and paste or at least revealing them. I would like to plead to programmers out there for this basic functionality...
View 9 Replies
View Related
Oct 7, 2010
Can some one dumb down the process of cloning a workstation.I have a working workstation that I want a image of and I have a server to put the imagen then I want to take that image and apply to two other work stations.
View 7 Replies
View Related
Apr 28, 2010
I don't know about you, but I have found the linux kernel to read pretty much any usb drive or sd card, while many bioses, especially, when they are older fail miserably. Now if you got yourself a machine which bios cannot boot from your 16 giga stick, wouldn't it be possible to use linux as kind of a bootstrap, install it on a 1 giga medium, that the bios can boot from and then when the linux kernel is running, give control to the other media that you really want to boot from. This should be doable.
It is basically going from a running kernel and its inird to give control over to another grub or syslinux. Does anybody know if this exists already? Truth is that many bioses are just garbage, old and fail at pretty much all new hardware, so why not use a linux kernel as a crutch, to get away from this old piece of junk? I did similar things already with a software raid, where i had a machine that couldn't boot from a HD that was larger than 150 giga.
I installed a 10 gb HD to put /boot on it and then give control over to some "fancy 21st century technology that can boot from this HUUUGE disks" (as from my dripping from sarcasm voice you can tell that pretty much all BIOSes are a thorn in my side and a P.I.T.A. for me, too often they only do 30% of what I expect them to)
View 1 Replies
View Related
Mar 18, 2010
I have several servers , I use the command "screen -R -T vt220" , it is ok to open another session to login , but I found that one server have probelm , even I use the same command , the display screen change , the line changed to question mark (?) , I tried to use vt100 , TERM but still not work ,
View 1 Replies
View Related
Jun 14, 2010
What is a difference between TERM, TERMCAP, and TERMINFO? To connect to a linux server from a terminal emulator on a PC, is it necessary to set all 3 variables?
View 1 Replies
View Related
Jan 17, 2010
i have to agree the term of agreement before runing it becase i want to automate my installation with a scripti have already tried "yes | ./myfile " but the problem is the agreement is more than one page and i need to hit space couple of times .. so it's not working .
View 7 Replies
View Related
Jun 8, 2010
I'm a Windows admin who does part time Linux server installs. Most of the time I'm asked to deploy a generic Windows server, install a few basic applications and if needed some other applications like Nagios or Zabbix. My question is for long term support, or patching should I be focusing on deploying with repositories to install applications or compile from source? In the Windows world you can patch and update from Windows Update, but is there problems using 3rd party repositories for future updates? Would one of these locations go off line?
View 9 Replies
View Related
Apr 29, 2011
Lately, my rxvt-unicode has been generating this ~$ top 'rxvt-256color': unknown terminal type. Many of the terms have a colour patch. Where is the one for rxvt? Is there one in Debian or do I have to get creative?
View 2 Replies
View Related
Aug 5, 2009
Short storey is my gf's father (as in priest) pc is infected and his webmail account was hacked so he's now sensitive and understands the significance of a scammer running wild with his name. Oh he's running win98.
I've picked up a cheep off-lease dell (P4, 3GHz) and am tossing over the OS. Has anyone tried Quickbooks on wine? Good luck, successfull? No I don't own it, the perish does, and I can't run away with it so flailing out of site isn't an option. Yes I really want to setup a linux box here before settling for Windows so any thoughts or suggestions short of training him to use gnu cash
View 3 Replies
View Related
Apr 4, 2011
I am currently stationed overseas in Japan, and I am happy to say that I have a 100 Mbit fiber line from my service provider... I am not so happy to say that they force me to use their "CTU", which is basically a Japanese router, which limits me from receiving external connections (such as would be required to host FTP, or administer my home machines via SSH or VNC). I have tried many methods of bypassing this piece of equipment, but so far none have worked (router setup for PPPoE, DHCP, Static IP, so on). I don't think the Japanese would mind me bypassing this device, as it's really there to 'protect' me, but there's such a language barrier that I can't figure out how to tell them what I want to do.
In order to troubleshoot the problem, I would like to setup a spare computer as a hub, dumbly (Is that a word? It is for this circumstance...) passing data from one device to the other, and allowing me to watch what is being passed via Wireshark. I am pretty linux savvy, but I'm completely useless with iptables.
Here is the final product I want:
After connecting eth0 to the fiber modem and eth1 to the CTU, I want the computer to duplicate eth0's distant end MAC to eth1 and vice versa (to simulate the computer not being on the network at all), then I just want the computer to pass any data coming in on eth0 to eth1, and any data coming in on eth1 to eth0. Finally, I need to be able to read the throughput with Wireshark, but I really think that will be very simple if I can get the rest of the setup complete.
One piece of info - there is no dhcp on this link of the network, and I have no way of knowing the MAC addresses of either end before connecting them.
As an added bonus, once I've captured the handshake between the CTU and modem, if someone knows how to retransmit those packets on demand (i.e. to replace the CTU with my computer), I would be quite happy to hear about it.
View 3 Replies
View Related
Mar 23, 2011
This is not a regular backup. I only want to backup selective directories so personal files (photographs, documents, sourcecode) will be kept safe in case of a total system meltdown. This'll be 15GB max. Basically the digital variant of a fire resistant safe. I looked into duplicity but that requires me to install gpg keys on the target machine, which I can not do. I rather have a solution that just relies on just a working shell account and diskspace on the target server.
I thought of writing a simple script to do the following:
1. Mount remote server with sshfs
2. Mount encrypted container at remote server (LUKS, TrueCrypt?)
3. Loop over predefined directories on local machine and copy to encrypted container (rdiff-backup?)
Based on these requirements:
- Target server is "dumb": only ssh access + diskspace (i.e. no installing of gpg keys)
- Encrypted container should grow/shrink to fit contents
- Encrypted container should be easily decryptable on any OS if you have the password
- Once data leaves client server it should be encrypted: sysadmin on target server should never be able to see unencrypted data.
View 3 Replies
View Related
Oct 30, 2010
I know I screwed up something. I was using Ubuntu 10 minutes ago without a hitch. Then I tried reducing the time I needed to select something in GRUB. So basically, I found this command:
[Code]...
I got it when I tried reducing the GRUB_TIMEOUT from the code above. I feel so furious now because I knew it was a bad idea to fix something that isn't broke. Can my Wubi install still be saved?
View 7 Replies
View Related
Jun 16, 2010
Installed 10.04 from a setup CD. Installation ran great. THen was prompted to install additional updates possible 180+ updates. Installed updates. Now when I reboot the system beforethe desktop appears I receive the following:error: No suitable mode founderror" unknown command "Terminal"THe unbuntu desktop appears all blank with no icons
View 2 Replies
View Related
Mar 6, 2011
I didn't like the white on black grub menu, found it hard to read. so modified the /etc/grub.d/05_debian_theme
Code:
set menu_color_normal=white/black
set menu_color_highlight=black/light-grey
(This is where the silly old fart comes in, I didn't comment out the original lines, I just deleted the black/white, black /light-grey and reversed them.)then I updated grub, rebooted, and got this message from grub.
Quote:
error Invalid mode 1280X1024
error unknown command "terminal"
warning Invalid background color "light-grey"
Maybe a while ago I did play with the resolution for some reason or other. But I did a
Code:
vbeinfo
and 1280X1024 came up as OK. No idea about the "terminal" thing. Maybe "light-grey" should be "light_grey" look at their /etc/grub.d/05_debian_theme and post the below lines
Code:
cat << EOF
set menu_color_normal=white/black
set menu_color_highlight=black/light-grey
[code].....
View 4 Replies
View Related
Jan 24, 2011
I am new to Red Hat Enterprise Linux and now i'm supposed to practice gnuplot especially png. I downloaded 1 gnuplot i saw from internet and i couldn't able to set term to png. I think i'm supposed to run gnuplot 3.7. how to install gnuplot v3.7?
View 1 Replies
View Related
May 16, 2010
I'm using Slackware64-current and everything is fine except by the $TERM variable. When I try to run sbopkg, for example, i get this error message:
Code:
root pedro # sbopkg
tput: No value for $TERM and no -T specified
TERM environment variable not set.
tput: No value for $TERM and no -T specified
[Code]....
View 6 Replies
View Related
May 5, 2010
I tried posting this before and I'm not sure what happened but I don't think it worked, so if it did please forgive the double post.am very very new to centOS and linux in general. I just want to setup a test web server that more closely mirrors our actual web server that is hosted by rackspace. I've installed centOS and tried to setup Apache, PHP and MySQL from a guide on the web using Yum. When I go to localhost in the web browser I'm able to see the default apache page. However when I create a php page it's just blank.When I look at the apache error logs I get this: PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
I've been searching alot on the internet and I know the issue is permission related, but I don't know how to fix it. I've seen some forum posts that say you need to use the chmod 775 command on the /var/www/html folder.Currently when I do ls -l /var/www/html it returns
-rw------- 1 root root 19 May 5 13:16 index.php
-rw------- 1 root root 19 May 5 13:15 index.php~
I'm sure that this isn't correct but like I said I don't know much about how to set permissions or who the owner needs to be. I've done alot of searching and seen similar posts, but no one seems to explain it clearly.
View 2 Replies
View Related
Apr 13, 2011
I wanted to add a repository so I took the steps of zypper ar -f ((repo directory)) and got:
Code:
zypper ar -f http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_11.4
If only one argument is used, it must be a URI pointing to a .repo file.
addrepo (ar) [options] <URI> <alias>
addrepo (ar) [options] <file.repo>
[Code].....
View 4 Replies
View Related
Feb 14, 2010
i'v heard it some where and i'm not sure what it mean is it ubuntu without ubuntu-desktop or without some more things?
View 2 Replies
View Related
Oct 10, 2010
I just upgraded to 10.10, I use Tilda (terminal client) on my desktop but now when I type "clear" it says "TERM environment variable not set." instead of clearing the screen. Also commands like "tree" does not show folders and iles in color like they did before upgrading.
View 4 Replies
View Related
Mar 5, 2009
What is the long term support plan for CentOS 5.2 (or indeed 5.3)? We are interested in changing our machines away from Scientific Linux 4.5, because support is ending for that OS within 12 months. So we need to make sure that a new OS choice is going to have support for a number of years.
View 3 Replies
View Related
Feb 25, 2010
I would like to search for a term within a batch of text files and copy the files containing that term to a folder.
I've read the man pages for Grep, Ack-grep and looked through nautilus, dolphin, midnight commander as well as tried beagle, tracker and google desktop (and looked throught these forums).
I can do this function easily with xp's wagging dog in the Windows search, but would like to find a way in Linux.
View 5 Replies
View Related
Oct 20, 2010
I'm looking for a simple text editor which could highlight all occurrences of search term in the opened text file. This is a feature that I particularly like in the Windows Notepad++ editor where any selected word is automatically highlighted in the rest of the document.
View 5 Replies
View Related
Mar 7, 2011
I am trying to search for a term in a bunch of files. Is there a way to do this. I would like to search all the files in a directory and its subdirectories for a specific term.
View 1 Replies
View Related
Jan 23, 2011
So what is the term used when your web site is getting spammed from many different ip addresses, hits are minutes apart?
View 14 Replies
View Related
Jul 21, 2010
I'm wondering if anyone is having a similar issue to what I'm experiencing. openSuSE 11.2 was very fast on my system. Since installing openSuSE 11.3, I've been experiencing many short term hangs where I'll lose control of the mouse for a few seconds (usually about 2-5) and the system will do nothing. I don't have unusual load during these time periods and I don't really see any spikes during these periods. If I leave a cpu monitor active, I can see a very very light spike one core0 when it happens, but the mouse and keyboard (and seemingly the whole desktop) hang during this spike so I can't see what's causing it, if that's really the culprit.
I am almost suspecting that I'm experiencing an issue with interrupts... since it seems that everything is hanging for a few seconds, then coming back to life. It does seem to happen more often when I'm resizing or minimizing windows... but that's about all I can say as it also seems pretty random.Here's some basic info on my hardware:ASUS M3A78 Pro motherboardAMD Phenom(tm) 9950 Quad-Core ProcessorGeForce GTX 260G15 Keyboard and MX revolution mouse (just in case USB interrupts turn out to be the issue)So, is anyone else experiencing a similar issue? Maybe we can narrow down what we have in common. Oh, I'm running x86_64.
View 9 Replies
View Related
Jun 15, 2011
I ssh connect with a remote machine and have to use emacs.But emacs run only in term-mode. does anyone have a solution how can i run emacs in graph mode in the remote machine
View 1 Replies
View Related
Jan 5, 2011
I want to get the last term of an unknown-sized text line, by usig the awk command. Is there any variable which points to the last term of a text line ? (obviously, y can obtain that term if i knew how many terms does the line have... i.e. awk '{print $12}' ; if we are talking about a 12-terms text line) I wonder if there is an option like $?, to get the last term.
View 2 Replies
View Related