General :: Centos5.4 With Minimal Graphics?

Mar 30, 2010

could some one give hints tips ideas on how can we install centos 128 mb ram machine with minimal GUI, lowest graphics mode. what are main package i do need to remove it.

View 5 Replies


ADVERTISEMENT

Ubuntu Servers :: Create A New Server Package And Leave Minimal Minimal?

Feb 17, 2010

After a long time I tried ubuntu(9.10) again on my fileserver, I have some remarks; why does a minimal server installation include X/openoffice? I don't need document conversion on a fileserver and I bet a lot of people don't. Wouldn't it be better to create a new server package and leave minimal minimal? low memory installs (64mb) don't work unless you configure swap by hand in between things, 64mb ram is a lot in my eyes. I mean, not to be rude but if I wanted all this I could've better installed Solaris.

That said it's stable and running fine. Since it's my home fileserver I tried to convert my previously created raid10 mirror on an adaptec 1200 card to a softraid 5 solution. This is wat I did:

[Code]...

View 6 Replies View Related

General :: How To Setup Yum In Centos5

Feb 3, 2011

how to stup yum in centos5

View 9 Replies View Related

General :: Make PCI-E Graphics Card Visible To Ubuntu When The Motherboard Has Integrated Graphics?

May 2, 2010

I have a Gigabyte GA-MA74GM-S2 motherboard with integrated graphics that shows up on lspci as an ATI Radeon 2100. I also bought a PCI-Express Nvidia graphics card so I could use the VDPAU feature on Linux (plays H.264 in hardware). The BIOS has three settings about which display to initialize first:

Integrated graphics
PCI graphics
PCI-Express graphics (PEG)

I set the BIOS on PEG, but

I cannot get anything, not even a splash screen or POST messages, to emerge from the PCI-Express graphics card. (I'm using a DVI connector; the card also has an HDMI output.)I cannot get the kernel lspci to see the graphics card; the only VGA controller it acknowledges is the integrated one.Running dmidecode acknowledges the existence of an x16 PCI Express slot, and it says

Current usage: Unknown

There is an additional BIOS setting called "Internal Graphics Mode" which is normally set to "Auto" which means it is supposed to prefer a PCI Express VGA card. I set it to "Disabled" which now means I'm getting no output at all. I will soon be learning how to do a BIOS reset!

Other information: The PCI-E card is a MSI N210-MD512H GeForce 210. This is a fanless card. Although there are no fans to see turning, the heat sink on the PCI-E card is definitely getting hot, so the card is getting some sort of power.It gets all its power from the PCI-E slot; there is no external power connector.The BIOS is an AMI Award BIOS.how can I make the PCI Express graphics card visible to Ubuntu?

View 1 Replies View Related

General :: Where To Open System Command In Centos5.5

Feb 5, 2011

I install Vmware in winxp sp3, then install centos 5.5-i386 release 2 in Vmware. I want to type some command like yum install ..., but where to open system command? I searched the menu applications places system on the top of the desktop, but I am not sure which one is.

View 2 Replies View Related

General :: Can't Login As Root In Gnom Centos5

Apr 22, 2010

i have recently installed gnom desktop on centos5 and i am having issue regarding login as root when i am in vnc session, i can login as root through ssh but in vnc desktop it keep asking me password if i try to access display control or install software options. secondly it is fixed resolution 600*800 and i dont know how to change it , i cant see the display setting with "system-config-display", it keep asking me root password :/ and when i give password it says incorrect

View 6 Replies View Related

General :: How To Install Cacti In Centos5.3/RHEL5.3

Mar 4, 2010

I am trying to install CACTI in Centos5.3. Now I am facing two problem. My DAG repository is not working and thats why i am not able to use YUM for CACTI....So i downloaded the cacti-0.8.7e.tar.gz and using this software according to following links

[URL]

But it is of no use ..so can somebody tell me about a tutorial through which i can install cacti without YUM ..IN addition to this if somebody has any clue of how to activate DAG repository in CENTOS 5.3 then i will be delighted.

View 3 Replies View Related

General :: How To Install Kde / Gnome Desktop On Centos5

Jan 26, 2011

i would like to know how to install kde / gnome desktop on centos5 but not use yum,because my yum always fails due proxy problem.

View 3 Replies View Related

General :: Allow Remote Access To MySQL Server On Centos5?

Jan 7, 2009

I have yum installed mysql 5 on Centos5 and I can successfully run queries through shell.However, I want to now allow external access to mysql via some mysql tools (Mysql Administrator/Mysql Query Browser) which is on some windows machines on the same network.Mysql is running on port 3006.When i try connecting through mysql Admin i get the following:Could not connect to the specified instance.MySQL Error Number 2003Can't connect to MySQL server on 'ipaddress' (10065)If you want to check the network connection, please click the Ping button.Googling this I get the impression its something port related, but I have tried what I have found and still no go.When I ping the server I get:

Start Pinging:
Reply from ipaddress: Time=0ms TTL=64
Reply from ipaddress: Time=0ms TTL=64

[code]....

View 5 Replies View Related

General :: Add Countdown Clock To Gnome Desktop Using Centos5 & F14?

Apr 10, 2011

I am going to allow myself a few cheeky ones next weekend. So I though it would be nice to have a clock on my desktop reminding me of how long to go. Is there a countdown clock I can add to my Gnome desktop? I am using Centos5 & F14.

View 2 Replies View Related

General :: CentOS5.4_x64 - Open Up Ports In Firewall?

Apr 1, 2010

I would like to ask today how to open up specific ports in Linux firewall (iptables). Recently I have changed the SSH port in server from 22 to 30022 by typing

Code:

# vi /etc/ssh/sshd_config

Code:

Port 30022
"/etc/ssh/sshd_config" 111L, 3027C

And then for the iptables configuration file:

Code:

# vi /etc/sysconfig/iptables

[code]....

How to configure the iptables properly so that my Windows PC can access the Linux with port 30022?

View 10 Replies View Related

General :: Can Not Connect Oracle 11gR2/sqlplus In CentOS5.5?

May 30, 2010

tried hard to install oracle-11g-R2 in my CentOS5.5,during the install,I did all my job step by step as this article says: Q1: when I 'su oracle 'sqlplus /nolog',it said:"sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory".The article has a ution for this problem:"Solution: Install libaio and libaio-devel packages. If packages already installed and error still occurs try execute "ldconfig" as root."Then i executed "ldconfig" as root ,and run "sqlplus /nolog",it occured another problem:"SP2-0667: Message file sp1<lang>.msbSP2-0750: You may need to set ORACLE_HOME to your Oracle software directory"

View 2 Replies View Related

General :: Gnome Black Screen With X Cursor In CentOS5?

Jul 16, 2010

I have a problem in gnome desktop.i have started getting a black screen with a X cursor in my centos.see the preview:[URL]

View 3 Replies View Related

General :: Install CentOs5.5 On A New Dell Without Operating System?

Feb 23, 2011

I will receive a new Dell without any operating systems. I will need to install CentOS-5.5 on this machine. How can install it? What files do I need to download?

My computer will have no OS installed. Which is the easiest way to install, using CentOS-5.5-i386-LiveCD-Release2.iso or CentOS-5.5-i386-bin-DVD.iso? What are the basic procedures?

View 1 Replies View Related

General :: Installing Madwifi On Centos5.5 For AirPlus DWL G510?

Mar 4, 2011

I am trying to install Madwifi 0.9.4 on my Centos5.5 and have absolutely no idea what to do, obviously its nothing like windows which is all I have ever used until just today when I installed Centos (so yes very new newbie). So my question is, how do I install it, what do I do? I have tried looking around on the net but most posts/tutorials assume some knowledge already.

View 12 Replies View Related

General :: Clone Or Create Image Of Working Servers Having Centos5.3?

Dec 15, 2010

i have centos 5.3 , i want to clone or create image of my working servers having centos5.3 in another hardisk so that if my server down i can just put this another hardisk which having image or clone of the crash server and my server will up in small amount of time is it possible or not if yes then how

View 4 Replies View Related

General :: Port The Current Fedora4 System To The CentOS5 On A New Harddisk?

Feb 19, 2010

I am trying to port the current Fedora4 system to the CentOS5 on a new harddisk. Actually, the Fedora4 system is constantly being hacked due to my lazy update. So i prefer a fresh install of CentOS5. I am not clear what files need copy and what does not need for ease and for avoiding possible backdoors. Kinda a big problem,

View 4 Replies View Related

General :: Create A 2 Node Cluster On Centos5.2 With A Dell MD3000 As A Storage?

Sep 8, 2010

I am (and still) trying to create a 2 Node cluster on Centos5.2 with a Dell MD3000 as a storage. However I am getting this when I try to probe for storages in luci: An error has occured while probing storage:

<?xml version="1.0" ?>
<dict name="result">
<var name="diff" type="num" value="24"/>
<var name="max_inactive" type="num" value="600"/>

[code]....

And I also get errors on /var/log/messages end_request: I/O error, dev sdf, sector 0 Buffer I/O error on device sdh, logical block 0

View 2 Replies View Related

General :: ISO File - Minimal Bootable CD

Aug 23, 2010

I'd like to download an iso file for a cd to be used like my win98se backup diskette. I would need command line, fdisk, mkfs, mkdir, mount, unmount, tar. Want to use it to backup fedora 12. Have clonezille - know of dd - neither quite what I want. Best if it is a relative of fedora so it makes appropriate assumptions - good if it is small to minimize download time.

View 5 Replies View Related

General :: Need A Minimal Server Install

Jan 11, 2010

I'm running Ubuntu 7.04 server on a low spec spare machine ( 500MHz, 128 RAM) but fancy a change. Basically would like a non-GUI, command line only interface, running SSH, Samba and a flavor of FTP. FTP must be set up so users only have access to their home directory and not to any other system dirs. In addition I may want to incorporate anonymous ftp login at some point. Any recommendations for both FTP and minimal server software ?

View 7 Replies View Related

General :: Debian - Minimal Distribution With Sshd And Apt?

May 27, 2010

When I signed up for my Debian Linux VPS hosting and first logged on and invoked ps, there was the only user process running: sshd. As I can see, this was minimal Linux with only two things installed and configured: sshd and apt (plus all dependencies, of course).

I want to build (or use existing) similar Linux distro, any advice on how to build (or pick) one? Googling "minimum linux", or "linux with sshd only" usually brings up Debian's netinstall, which is not what I want.

View 6 Replies View Related

General :: Get A Minimal Slackware Install With The Kde Desktop?

Feb 7, 2010

how do i get a minimal slackware install with the kde desktop? i have this 3gig dvd iso but i don't know what to install i don't want all those bloated stuff in it any help?

View 2 Replies View Related

General :: Install System With Minimal 250 MB Space?

Jan 6, 2010

I want to install CentOS with only 250 MB Space.How can I do that?
What package can I select?I have been challenged by Manager to wants me to restrict < 250 MB for just OS installation.

View 8 Replies View Related

General :: Minimal BASH-like Line Editing?

Jul 11, 2010

I just installed ubuntu today, and it asked me to install over 200 security updates. When I finished that, it asked me to restart the computer so that the updates will take effect. After Dell (it's a Dell computer) booted, I got a message reading:

"Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else, TAB lists possible device or file completions."

View 6 Replies View Related

General :: Automount/unmount Usb Pendrive On Lenny (minimal)?

Oct 30, 2010

I need to configure udev to auto-(u)mount usb pen-drive on my minimal lenny (No X,hal,etc, only udev). kernel correctly detect :

Code:

[287909.514127] usb 1-1.4: new high speed USB device using orion-ehci and address 4
[287909.635454] scsi1 : usb-storage 1-1.4:1.0
[287910.635307] scsi 1:0:0:0: Direct-Access Patriot Memory PMAP PQ: 0 ANSI: 0 CCS
[287910.648078] sd 1:0:0:0: Attached scsi generic sg1 type 0

[code]....

But I would like an hot-plug automount like in my ubuntu desktop, on /media/{us_label_or_uuid}

View 1 Replies View Related

General :: Minimal Installed Server, Put A GUI And VNC Via Command Line?

Apr 14, 2010

Total, total noob here, but I would like to know if this is possible, and maybe some tips on how to do it if it is.I just got myself a dedicated server, and I guess I assumed I could just remote control it via my own screen, much like using vnc or remote desktop, but that wasn't the case.The server has Debian 5.0, a "minimal install" is what they called it, I assume it's just installed and not configured at all.1. Connect to the server, and I guess the only way is via telnet? Since I have no VNC or remote desktop (yeah, microsoft, I know, but I don't know what it's called for Linux/GNU).2. Can I install VNC or somehow "activate" or "open" the GUI via telnet, much like a remote desktop kind of solution? I have used Debian's GUI on my laptop a couple of times, and I'm a total Windows-user, but I can navigate the graphical interface. I'm just COMPLETELY nulled when it comes to command line.So yeah, I guess I'm wondering how the heck I can remote control the server via a GUI, preferably VNC, and if I can install it via telnet or however I'm supposed to connect to the server?

View 6 Replies View Related

Ubuntu Installation :: NVIDIA Graphics Driver - Graphics Mode Option Via The Start (GRUB)?

Jan 26, 2010

I have just installed Ubuntu (9.10) and noted that in order to successfully run the trial off the CD I had to test in "safe graphics" mode. I have an NVIDIA GEforce 6600 GT card - which was discovered by Ubuntu in the first few minutes of the trial and so I activated the recommended driver and continued to test. After a successful trial I installed Ubuntu (dual partition Ubuntu / Windows XP), however, it seems the install didn't activate the required driver (as part of the process) and so I'm unable to get into my newly-installed Ubuntu at all. All I get is a flashing tty screen asking for my username and password - however it's erratic and won't recognise what I type. So - I'm stuck in a catch-22 as there doesn't seems to be a safe graphics mode option via the start (GRUB?) menu list.

View 4 Replies View Related

Fedora Hardware :: Intel Graphics Card - Enable Desktop Effects - Graphics Just Crashes And Freezes

Jan 27, 2011

I have been trying to enable compiz on my fedora 14, but when i enable the desktop effects the graphics just crashes and fedora freezes. When i type lspci -nnk | grep VGA for the graphics card i get:

I made alot of research on how to get Intel graphics work on Fedora, but couldnt find any solution

Same problem I had with Fedora Core 12 and 13.

View 5 Replies View Related

Red Hat / Fedora :: How Much Ram Centos5.3 Will Support

Jan 29, 2011

how much ram centos5.3 will support , can centos 5.3 support quadcore processor intel xeon 3ghz,if supported which motherboard is compatible .saas hard drive 1 TB is supported for centos5.3.

View 1 Replies View Related

Red Hat / Fedora :: Compile A Tar.gz File In Centos5?

Jan 18, 2010

howto compile a tar.gz file in centos5ORhow can i create rpm from tar.gz file

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved