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


ADVERTISEMENT

CentOS 5 Server :: Show All Services Running / Installed In The Command Line?

May 6, 2011

Howto show all services running/installed in the command line under Centos 5.6 Server?

View 6 Replies View Related

Fedora Installation :: Boot - Grub Drops Into Its Minimal Shell And Gives A Command Line

Jun 12, 2009

I'd like to say I'm very impressed with Fedora 11. I'm a long time Linux user and I've tried many distros. But, I usually keep only the best on my laptop. For a long time that was Ubuntu but, I think Fedora 11 has made some key improvements over Ubuntu and I'm eager to switch. The problem is: I haven't been able to run Fedora as anything other than on the Live CD. Everything works perfectly and it installs but, when I reboot, Grub begins. Instead of booting, however, Grub drops into its minimal shell and gives me a command line.

I've tried installing it a number of ways now and have read much about the problems with Ext4 on Grub and took special care to see that Grub has its own, separate, /boot ext3 partition. Even then, no luck. My hardware should work fine. I've got an HP DV-5 with 4GB RAM, AMD Turion 64-bit dual-core @ 2 Ghz, and an IDE 250GB hard drive. I'm working with the 64-bit Fedora 11 Live disc with KDE as the Gui.

View 10 Replies View Related

General :: See All Installed Program In Ubuntu From Command Line?

Jun 16, 2010

How can I see all my installed program in Ubuntu from command line?

View 2 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

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 :: Log Out Of Command Line Without Shutting Down The Server

Feb 14, 2011

I am accessing a linux server remotely from my putty. I started the server and now I want to close the command line. when I do cntr+c or cntr+z it kills my server aswell. how will I close my terminal without closing my server? I tried cntr +d but it is not doing anything

View 2 Replies View Related

Ubuntu :: Check If A Package Is Installed Via Command Line?

Aug 20, 2010

After sifting through numerous apt-get apt-cache apt-file tutorials I still can't find a command to check if a package is installed via the terminal command/line.

I know there must be some way to do it.

Say I want to check if any package from the libavcodec*.deb family is installed how could I do this without a gui eg synaptic?

View 5 Replies View Related

General :: Shell - Connect From Command Line To FTP Server With Proxy?

Aug 15, 2011

I want to connect to an FTP server from the Linux command line. The server is configured behind a proxy.

If I call:

echo $ftp_proxy

I get a result like this:

abc.def.ghi.jkl:8080

If I call:

ftp -pn $ftp_proxy

I get a unknown host error.

How can I connect to the FTP server using the Linux command line?

View 1 Replies View Related

General :: Command Line - SSH To Server Without Including Username In URL On Unix/Mac

Sep 8, 2011

I am trying to ssh into my server from the command-line without including the username in the url. I do not want it to send any username, as it currently takes the active account and sends that as user.ex:

ssh server.com -> (doesn't send default username)

instead of [URL] I would want to input username directly into the server, just like it is done using putty on windows. he wants to be prompted for a username, rather than having to provide one when connecting - but I don't really see the utility in such a thing. - birryree Sep 8 at 17:41

View 3 Replies View Related

Ubuntu :: Check Installed Versions Of Apps From Command Line?

Sep 8, 2010

Like i'm curious what version of wine i have installed...What are my current ati drivers installed...If wine isn't 1.2 or 1.3 how do i update it from command line?really any insight into this process would help its not absolutely critical to know but i've been looking around and haven't found informationOr some references to good articles to become a command line guru would be cool as well.

View 8 Replies View Related

General :: Change Command Line Based SUSE System Enterprise Server To Gnome?

Sep 6, 2009

I have a virtual machine with SUSE Linux Entperise 10 SP2 (I586) installed. However, the default setting is using command line based interface.

Is it possible to change it to be GNOME or KDE based interface ?

View 1 Replies View Related

General :: Command Line To Check For A Specific Email - By Subject - On An SSL Secured IMAP Server?

Feb 1, 2011

Anyone know a simple command line to check for a specific email - by subject - on an SSL secured IMAP server?

View 2 Replies View Related

General :: Command Line Way To View A Line Of A File With Context?

Feb 24, 2011

I'd like show a certain line or lines of a file with context, kind of like a unified diff, on the command line in Linux:

$ (something) -l 154 stuff.py
150: def foo(bar):
151: """

[code]....

View 5 Replies View Related

General :: Printing Command Line History Without Line Numbers?

Aug 22, 2011

How can I print Linux command line history without including the line numbers? I want to send it all to a text file like this:history >> history.txt

View 1 Replies View Related

Fedora :: Run Python3 Scripts From Command Line And Call Up Python 2.6.2 Idle With The Command Idle From Command Line?

May 29, 2010

i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?

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

Ubuntu :: Minimal Bash-like Line Editing Is Supported?

Feb 5, 2010

I installed Ubuntu on my laptop yesterday, and now it won't start up. It will ask me what OS I want (either Windows or Ubuntu) and then it goes to a black screen with the "minimal bash-line..." phrase on it. Before this happened, I had somehow managed to get into full screen terminal. I couldn't get out of it so I just hard restarted the computer, and this happened. What can I do to fix it? It doesn't get as far as asking which version of Ubuntu I want to load.

View 1 Replies View Related

Ubuntu Installation :: 9.10 Server - When Boot It Only Boots To The Server Version And All Get Is Command Line

Apr 1, 2010

I was having so much trouble with ubuntu 8.04 that I deleted off my computer and did a fresh install of 9.10. I downloaded the 64 bit iso from the internet, burned it to a disc and installed it. When it asked if it should be the server version I thought I said no. Now when I boot it only boots to the server version and all I get is command line. Can I get out of this and get my regular ubuntu screen back or did I install the wrong version?

View 6 Replies View Related

General :: Ubuntu 10.10 And Command Line Scripts - Error - Android: Command Not Found

Mar 26, 2011

I know my way around MS Windows much better, but I just don't feel right trying to program something for Android on a Microsoft operating system. I am interested in Android programming so I followed the instructions on [URL] to install the environment on my computer...

I just installed the JDK, SDK, Eclipse successfully (or I assume):

* When I get to Step 4 where I'm supposed to run 'android' it will not run. I get the error message "android: command not found" (I am definitely in the right directory).

** When I double-click it in nautilus, it opens up in gedit. I can set the permissions in nautilus (through the properties - Allow executing file as a program) and get it to work,

My system:

Intel i7
Ubuntu 10.10 Maverick Meerkat
android-sdk-linux-x86
eclipse 3.6.2

View 5 Replies View Related

General :: Access The Dbxml From The Command Line And It Returns Command Not Found?

Apr 30, 2011

I installed the Berkeley DB on the Ubuntu server and tried to access the dbxml from the command line and it returns command not found

path/to/dir/dbxml-2.5.16/install/bin$dbxml
-bash" dbxml: command not found

Can someone point me in the right direction

View 1 Replies View Related

Server :: Working At The Command Line With Ubuntu Server Edition?

Jun 30, 2010

Whilst I have used GUI-based Linux distros for the last few years, I am now struggling somewhat when it comes to setting up a server from the command line. All the howto's I've read so far tell you how to set up certain things, but I don't know what I actually need to set up.Rather than asking the same questions all over again on a forum like this, and generally being a bit of a noob, I wonder if there's a resource somewhere that someone could direct me to in order to know what I need to do to set up a fileserver.

The hardware is all done, and I will probably set up a router distro like IpCop to manage the network, but I'm rather lost as to what packages I need, and how to know what the server is/isn't doing.I've used plenty of command lines in the past (ms dos, amiga dos, BASIC programming etc), just not a linux command line. All I've ever done is mount a few drives, use nmap and started x

View 1 Replies View Related

CentOS 5 Server :: Setting Up CUPS (command Line) On New Server?

Mar 29, 2009

I was using Red Hat 7.3 forever and decided it was time for a change. I went to Fedora 10 but it was really buggy. CentOS 5.2 is VERY stable.Here is my problem.The server is command line only -- I tend to hate GUI"S.I setup Samba no problem disabling the ports needed through the firewall and that was straightforward.CUPS is a nightmare for me since CentOS locks down the cupsd.conf and then the firewall does its thing. I allowed port 631 through the firewall but then got lost on the cupsd.conf. It's been too long and the old redhat one won't work with CentOS (not surprising since it's a VERY old system) straight-forward CUPS tutorial for a command line interface. I just need it to be:

a) do this

b) do that

View 4 Replies View Related

Ubuntu :: 'Minimal BASH-Like Line Editing Is Supported' At Startup?

Aug 22, 2010

So I turn on my PC this morning, and it comes up with this telling me to use 'TAB' to see a bunch of options I can use, not knowing any idea on how to use them properly I type in 'boot', it returns with 'error: no kernel' and then I type 'exit', it just reboots.

I've scanned endless posts on the forum trying to find the most useful replies and tried to use 'find /grub/stage2' and 'find boot/grub/stage2' and it says 'find is not a command' so that failed. I then tried to find out the partition my installation is in, which is hd0,1 so I tried using 'setup (hd0,1) which returned with 'setup is not a command'. I even tried 'boot (hd0,1) but it returned with the first error 'error: no kernel'. Luckily, when I installed Ubuntu I dual-booted it with Windows so I'm still able to use the Internet but I would love Ubuntu back and I had a lot of important files on it. So does anyone know how to solve this?

By the way, the way I installed Ubuntu was through Windows using 'wibu', it's worked absolutely fine ever since this morning. Oh and I'm using Ubuntu 10.04 (Loopy Lynx or whatever it's called ;p)(Also, for more information this screen appears after I choose 'Ubuntu' from the Windows bootloader, it doesn't even get to the Ubuntu bootloader it just goes straight to that screen)

[Code]...

View 3 Replies View Related

Ubuntu :: GRUB: Minimal Bash-like Line Editing Supported?

Nov 3, 2010

I just installed a fresh copy of Ubuntu, dual booting with Windows 7 on one partition, but I'm having problems with Grub. I think I put it in the wrong place when I installed it. At first, it would just boot into Windows. But with SuperGrub I could boot into Ubuntu.

This was the result of the boot info script:

Code:
Boot Info Script 0.55 dated February 15th, 2010
Boot Info Summary:
=> No boot loader is installed in the MBR of /dev/sda
sda1:
File system: ntfs

[Code]...

View 2 Replies View Related

Ubuntu :: Whenever Try To Boot Up Minimal BASH-Like Line Editing Is Supported?

Mar 15, 2011

Ok now, whenever I try to boot up Ubuntu (I also have Windows 7 installed), this message pops up:

Code:
[ Minimal BASH-Like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a

[code]....

View 9 Replies View Related

Ubuntu :: Grub-Minimal BASH-like Line Editing Is Supported?

May 31, 2011

I had a dual boot with Ubuntu 11.04 and Windows vista. Upon upgrading to windows 7, i found my grub to be replaced, with windows boot loader. So i booted from a live USB with Ubuntu 11.04 and followed steps as follows.

1. Mounted the partition where i have ubuntu 11.04
2. mount | tail -1
3. sudo grub-install --root-directory=/media/0d104aff-ec8c-44c8-b811-92b993823444 /dev/sda
4. Reboot

On rebooting, I find grub to open in terminal mode, and does not allow me to log in either in windows or in Ubuntu! All i get is a grub terminal [ Minimal bash-like editing is supported. For the first word, TAB lists possible completions of a device/filename. ]

View 1 Replies View Related

Ubuntu :: Unusual Grub Minimal Bash-like Line Editing Is Supported?

Mar 21, 2011

Ubuntu didn't start up all of a sudden. It got error and stuck at : Minimal BASH-like line editing - Ubuntu Forums. I tried many ways suggested to go into menu mode but failed. I followed online solutions.. but none of them helped. I tried to list all partitions and I got this: ls

(memdisk), (hd0), (hd0,msdos), (fd0)
i tried
root (hd0)/boot , it said unknown filesystem
root (hd0,msdos)/boot, but it's a windows partition
root (f0)/boot, it said read error

The setup is dual boot with wubi, so i logged on to windows7 and installed partition magic, but i couldn't see the linux parittion, the whole harddisk is 500G, but only 2xxG is visible in NTFS. I used liveCD to boot the system, but when i run sudo fdisk -l, i didn't see anything. I have no idea why it happened, and the last successful log on was in Ubuntu, so i doubt it's due to windows update. I am going to try Solution #1 (10.04) in wubi megathread. Can anyone suggest what has actually gone wrong? WIll i able to recover the data in my linux parition given partition magic cannot see it?

View 6 Replies View Related

Red Hat / Fedora :: Unusual Grub In Minimal Bash Like Line Editing Mode

Jun 14, 2010

I have installed RHEL5, solved the problems around it and started to set up the GRUB. I have set the menu.lst with simple
rootnoverify (hd1,0)
mkeactive
chainloader +1

and tried to boot the Win7 on that partition. NO LOADER came up and since that moment
Grub is only in "Minimal BASH-like line editing" mode. I have tried all of I have googled, nothing have worked. There is a problem with even finding /boot/grub/stage2, or anything else, grub won't let me mount any partition. When I try to find any file, it says file not found. It is important to say that all I did to cause this was change in menu.lst
rootnoverify (hd1,1) to rootnoverify (hd1,0)m nothing else! There is no logic in this....

View 9 Replies View Related

Server :: PHP From Command Line Gives A Warning?

Dec 28, 2010

Whenever I try and use php from the command line, I get this message:PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/imagick.so' - /usr/lib64/php/modules/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0The problem isn't the missing module, it is the warming message itself -- it is breaking scripts that rely on the output.I tried shutting off errors, changed my error reporting to:

error_reporting = E_ALL & ~E_NOTICE | E_CORE_WARNING | E_COMPILE_WARNING
And:
display_startup_errors = Off

Doesn't seem to matter though - it is almost like it isn't using the php.ini file at all

View 4 Replies View Related







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