Redhat Linux 5 settings in VMWARE

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Virtualization and Cloud Computing Redhat Linux 5 settings in VMWARE
# 1  
Old 04-09-2012
Redhat Linux 5 settings in VMWARE

I have installed Redhat Linux 5 in VMWARE and would need to access through putty form the same desktop or other desktop, Please help me what are the config setting needs to be modified

We could connect through Router (Wifi) or network, also Without network since the server hosted on same system's VMWARE
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Redhat 7.2 on vmware issue

I have Dell laptop having windows 8 vmware workstation 9 redhat 7.2 After installation it only get me into text mode instead f GUI Please help (4 Replies)
Discussion started by: hananabbas
4 Replies

2. Red Hat

How to configure redhat clusters on VMWARE?

I'm using redhat 5.1 installed on VMware work station9. Can you guys help me to configure redhat clusters. (1 Reply)
Discussion started by: karthik9358
1 Replies

3. Emergency UNIX and Linux Support

How to configure in redhat linux on vmware?

Hi All, I installed Red-hat linux(64bit-x86) os on vmware 8,configure IP address and services but it is unable to come in to network.it is production server. please provide solution to me , it is very urgent... (3 Replies)
Discussion started by: Rajesh_Apple
3 Replies

4. Homework & Coursework Questions

Redhat LINUX 5 setting In VMWARE

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I have installed Redhat Linux 5 in VMWARE and would need to access through putty form the same desktop or... (2 Replies)
Discussion started by: SasiWipro
2 Replies

5. UNIX for Dummies Questions & Answers

Screen Resolution Issue Of RedHat Linux In VMWARE

Hi , I Have Installed Red Hat Linux 5 (Guest) In VMWARE And Host Is Windows The Screen Resolution Of Linux Is Less And How To Increase Resolution , When I Am Trying To Install VMWARE Tool It's Just Showing The Below Message Installing the VMware Tools package will greatly... (4 Replies)
Discussion started by: anudeepkumar123
4 Replies

6. Red Hat

RedHat Xen vs VMware

Hello, I need to make a quick decision between redhat xen and vmware. The servers that need to be virtualized are mostly windows and run core business services. There are a few linux boxes as well. My first thought was Xen but last time I tried it on RedHat 5 (our distro of choice) Windows... (9 Replies)
Discussion started by: mariusp
9 Replies

7. Shell Programming and Scripting

Detecting Vmware on Linux

Hi, I need help to detect Vmware on Linux and SunOS. I need to know if Vmware is installed on the box. If yes then if it is a physical or a virtual machine. Thanks in advance, amittal (2 Replies)
Discussion started by: amittal
2 Replies

8. UNIX for Dummies Questions & Answers

Network Issue between Linux and RedHat (both on VMWare)

Hi All My first post so I hope it's ok. I have VMware workstation 5.0.0 build-13124 on an XP professional box. Within the VMware environment I have two virtual systems. The first is a Red Hat Linux (3.2.2-5) box and the second is an XP Home (sp2) box. When setting up both virtual boxes I set... (1 Reply)
Discussion started by: The_Lo_King
1 Replies

9. Solaris

Terminal settings from linux to solaris

When I log in from my linux workstation (CentOS4) to a solaris 8 server using SSH or telnet, the terminal settings don't seem to work well. When I tail or vi a file, I get a blank screen or no response, and I am no longer able to interact with the session. I have to type the escape sequence to... (2 Replies)
Discussion started by: tjlst15
2 Replies

10. UNIX for Dummies Questions & Answers

Mandrake Linux Settings

I use Unix at work, and thought that I should finally install it on my computer, just as a play around. Plus I am into programming C and various other languages. I have never used Mandrake linux, and to be honest it was just a freebie that I found that I thought I would give a quick try. I have... (3 Replies)
Discussion started by: SiE
3 Replies
Login or Register to Ask a Question
UPDATE-DESKTOP-DATABASE(1)				      General Commands Manual					UPDATE-DESKTOP-DATABASE(1)

NAME
update-desktop-database - Build cache database of MIME types handled by desktop files SYNOPSIS
update-desktop-database [-q|--quiet] [-v|--verbose] [DIRECTORY...] DESCRIPTION
The update-desktop-database program is a tool to build a cache database of the MIME types handled by desktop files. The cache database contains the list of MIME types that can be handled by desktop files, as well as, for each MIME type, a list of desktop files that can handle this MIME type. This cache database ease the work of applications that need to find an application that can open a document of a specific MIME type: those applications will not have to parse all the desktop files existing on the system, and can instead parse this cache database. If no DIRECTORY is specified as argument, the desktop files that will be processed are the ones installed in $XDG_DATA_DIRS/applications. If both the --quiet and --verbose options are used, then --verbose will be ignored. OPTIONS
The following options are supported: -q, --quiet Do not display any information about processing and updating progress. -v, --verbose Display more information about processing and updating progress. NOTES
If an invalid MIME type is met, it will be ignored and the creation of the cache database will continue. The format of the cache database is a simple desktop entry format, with a MIME Cache group, containing one key per MIME type. The key name is the MIME type, and the key value is the list of desktop file that can handle this MIME type. The order of the desktop files found for a MIME type is not significant. Therefore, an external mechanism must be used to determine what is the preferred desktop file for a MIME type. EXAMPLE
Here is a simple example of a cache database: [MIME Cache] application/x-shellscript=gedit.desktop; text/plain=gedit.desktop;gvim.desktop; video/webm=totem.desktop; This cache database is created with three desktop files, each containing a MimeType key: gedit.desktop: MimeType=text/plain;application/x-shellscript; gvim.desktop: MimeType=text/plain; totem.desktop: MimeType=video/webm; FILES
$XDG_DATA_DIRS/applications/mimeinfo.cache This file is the cache database created by update-desktop-database. BUGS
If you find bugs in the update-desktop-database program, please report these on https://bugs.freedesktop.org. FREEDESKTOP.ORG UPDATE-DESKTOP-DATABASE(1)