Ubuntu :: Getting Information About Remote System
Dec 31, 2010
I am trying to write a shell script which will give remote system version and list of installed applications and their versions as output. In this case remote system is windows xp and I have ip address, username and password of that machine.
View 2 Replies
ADVERTISEMENT
Sep 21, 2010
how possible it is if at all to get information out from remote printers?Mainly i'd like to know the printer trays the printer has available and how the printer has assigned names to those trays, in order for me to send print jobs to specific print trays and know that i'm using the correct tray name whereas currently its a guess and thus probably not workingI have lpr and have printcap file set-up and have no problems in printing, I just want to be able to specify more options and in order to do this i feel i need to probe the printer somehow to find out what options are available?
View 2 Replies
View Related
Oct 16, 2010
I need to get some information like cpu usage,free memory,swap memory and other information from a bunch of remote hosts.Can any one tell me of a good perl module which does that.I dont want to use Net::Rsh or Net:SSH.
View 14 Replies
View Related
Apr 9, 2010
I just installed debian and I need to know where I can find information about my current installation is it x32 or x64. I an sure that my current hardware is x64 but I'd like to know the current OS type.
View 1 Replies
View Related
Jan 17, 2010
I used to have a program that displayed system information (cpu/ram usage, stuff like that) but the name escapes me at the moment. The key feature of this program is that it was intergrated into the desktop.
View 3 Replies
View Related
Mar 2, 2010
How do I install this on my server? Here is an example: [URL]
View 3 Replies
View Related
Mar 27, 2010
I'm running Ubuntu 9.10 rt (realtime) kernel on a Dell box and trying to hook it up to a Yamaha P-80 keyboard. I'm not sure how to figure out what kind of MIDI cable I'm using. But I haven't been able to get the keyboard to play or write music on my Ubuntu or on Windows XP.
1.) How can I give you more information about my system?
2.) How can I test if it's working properly?
View 3 Replies
View Related
Jun 25, 2010
Im using Ubuntu 9.10.When I use Nessus scan to scan my computer I can receive information about how match RAM, how man CPU etc.
View 1 Replies
View Related
Aug 3, 2010
Ubuntu tried to update, but some problems occurred. The triangle with an exclamation point in it showed up and I rolled my mouse over it.This is what it says:
"The update information is outdated. This may be caused by network problems or by a repository that is no longer available. Please update manually by clicking on this icon and then selection 'Check for updates' and check if some of the listed repositories fail."
I did what it says and this came up:"The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct."
and in the white box below the message:"Failed to fetch url 404 Not Found
Some index files failed to download, they have been ignored, or old ones used instead."
View 9 Replies
View Related
Aug 4, 2011
i have been using ubuntu for just over 3 months now and i completely love it. but heres where the problem starts (and please let me know if i am in the right topic) i recently installed ubuntu 10.10 on my roommates computer, the reason being is that the IT department here on college "fixed it" for him, now it wont connect to the internet. it will however connect if we use an ethernet cable from the other laptop to his. his had originally windows xp then got upgraded to vista. i was wondering if there was a way to completely reset the networking wifi card if that might be the problem.
my roommates computer is a DakTech PlaidBook, however i do not know on how to check the system information in the terminal to tell you what wifi card he has and such, all i want is to have internet back on his computer again.
View 9 Replies
View Related
Nov 25, 2010
I have a very basic problem. Whenever I click on About Me(System->Preferences), I cannot see any information editing window. However, the mouse pointer does show the system is budy doing something, nothing shows up and then the pointer returns to default as if the system is no longer busy. What can I do to change my personal info?
View 5 Replies
View Related
Dec 22, 2010
On Linux I do:
rdesktop remotepc
How do I copy and paste between my local system and the remote system?
View 1 Replies
View Related
Feb 9, 2010
I am new to Debian and Linux all together. At work, we have dual even triple minitors at our stations. I have not seen this on linux until I went to a co-workers house. I wanted to do the same and I have two monitors. I asked how but he uses X on Gentoo.How can I go about learning how to do this? I can tell you now, I DO NOT know how to get the monitor information on the system. I DO NOT know where to find the configuration files for my monitor.
I know I am going to need drivers and stuff. What I asking I guess is where I should start in order to get this going. I am running Debian (lenny) 4 GIGS ram, 1.5TB HDD and a Dual core processor. I know the video card I have is a dual head video card for two monitors. I would like to thank everyone in advanced for their and hopefully I can learn something new and be able to do this on my own in the future.
View 5 Replies
View Related
Jul 22, 2010
I'm sure this answer is out there but I cannot find it. I thought there was a command you could put in the terminal to find out what version of Fedora you are running and also tell which architecture (either 32 bit or 64 bit) it is. Does anyone know what that command is?
View 2 Replies
View Related
Jun 17, 2011
I randomly get system crashes of a fresh Fedora 15 install.
I cannot reproduce, however.
Where would I find information on system crashed (kernel panics)?
View 3 Replies
View Related
Jan 20, 2011
Which is the best remote linux hardening GUI tool.Is it possible to use that tool from windows system?
View 8 Replies
View Related
May 5, 2009
The code listed below is an excerpt from a script that I am writing. The goal is to verify that a directory on a remote server is available to the local system. If that is not the case, a log file is written, and all filesystems that were previous unmounted, are remounted on the local system.
Code:
# # Unmount all NFS mounts prior to the archive process.
umount -a -t nfs
# Mount the remote directory (NFS) prior to running the make_net_recovery script.
# Make sure there is a <remote server> folder located in the /mnt directory. If it is
# not already there, create one.
mount <remote server>:/<local system> /mnt/<remote server>
# Verify the remote directory (NFS) is available. This directory is needed
# as it is the destination for the iso images. If it is not available, stop
# here, and write the results to a log file.
df |grep <remote server> > /dev/null
RC=$?
echo $RC
if [ ${RC} -eq 0 ]
then
echo successful
else
echo not successful >> /tmp/make_net_backup.log && mount -a
exit
fi
Is the syntax shown above correct?
View 1 Replies
View Related
Oct 15, 2010
Running AQemu says me the following:
Could Not Get USB Information From System!
USB Support is Disabled.
Add Support proc FS TO YOUR Kernel.
View 1 Replies
View Related
Jan 27, 2010
openSUSE 11.2 installed on machine with 5GB memory but System Information in KDE desktop shows only 3GB total memory. Just added a further 4GB but no change shown in System Information.
Is there something I must do to have sysinfo report true value and does this mean that memory not shown is not being used?
POST BIOS check shows 9GB installed.
View 9 Replies
View Related
May 18, 2010
When booting Debian, you'll see it printing a lot of information about the system variables and such.
I don't really need to see all that, so I'd like to modify some scripts to make sure that on boot, it just does what it has to do, without printing it on the screen. Just something I fancy.
Offcourse, still seeing errors would be nice. But that long slur of text, I could do without.
I've tried looking it up, but I can't find documentation on this specific thing anywhere.
View 2 Replies
View Related
May 26, 2010
I am trying to get the X screensaver gltext to monitor my system temp and maybe some other stats. Writing a script that puts together the stats periodically is no problem, but the main thing I'm running into is that gltext doesn't refresh - whatever text I feed it stays there.So, for example, I run this command:$ /usr/lib/xscreensaver/gltext -text "`cat /proc/acpi/thermal_zone/THRM/temperature`"and get a gltext window showing:temperature:60 CI can manipulate it and format it as necessary, but as my CPU heats up and cools down, it doesn't update, even if I include time variables that do.I have a script that feeds gltext the time as the first line and the temp as the second line - and although the time updates continuously as the time changes, the temperature value remains the same as whenever the screensaver started.
View 2 Replies
View Related
Feb 14, 2010
Is there any tool in linux to show information on AS numbers? code...
View 2 Replies
View Related
May 16, 2011
Failed to open system log, no event information will be available.I am using Firestarter 1.0.3 With Ubuntu 11.04
View 2 Replies
View Related
Oct 7, 2009
I am using virtualbox to run windows xp.is there a way to access the harddisk occupied by linux and copy the information to the virtual memory in windows xp
View 3 Replies
View Related
Jul 25, 2011
I want to make sure that all my file systems and mounted points are OK during boot time. Which log file in Slackware shows such info?
View 3 Replies
View Related
Feb 16, 2010
I have upgraded my laptop to OpenSuse 11.2 few weeks ago. It was fine until last Tuesday, when a system crash occurred during a kernel security update. I think something went wrong with my network connection. I was working on my code and suddenly I lost my base tools such as /bin/ls and /bin/cd. So I tried to restart and got a kernel panic as my kernel was partially broken.
I tried rescue the system, however it did not work. After that I thought I could fix it by reinstalling the OS with minimal server configuration over my existing root partition. (Since I didnt have any other computer or live cd at that time and I was rushing for a demo, I could not reinstall the missing components one by one. And reinstalling the minimal server made sense then )Almost everything went fine ( i needed to do little things like creating gdm user). Now I can use my system and all my applications. But as expected, the pre installed packages in my system now cannot be seen by YaST Software Manager. Is there a way to repopulate the package list?
Another question is, I cannot restart the computer from a Gnome session. Whenever I restart or shutdown, i go back to the login screen, then I press Ctrl+Alt+F1 which starts the restart progress. How can I fix this?
View 7 Replies
View Related
Jun 12, 2011
If I have three (3) servers that are suppoed to be configured exactly alike, is there a tool or set of scripts that I can use to capture the information and do a system level comparison?
View 1 Replies
View Related
Sep 3, 2009
I'm trying to write a program which would get information from a webpage and display the information on my desktop sort of like a widget. I kind of remember there being something like this already made, but for the life of me I can't remember what it's calledDoes anyone know?
View 1 Replies
View Related
Mar 21, 2010
iam using it parallel with windows, whenever i open ubuntu many times i saw a folder in a drives, named system volume information. Is that a virus folder? should i delete it whenever i open ubuntu or not
View 2 Replies
View Related
Jan 6, 2010
I have this network
desktop ultimate edition 2.4 (ubuntu 9.4)
laptop ubuntu 9.10
ethernet network
on ubuntu remote desktop is slow in general
on windows much faster !
is there anything special that I should do ?
View 5 Replies
View Related