Ubuntu Servers :: Running Software Straight From Server?
Nov 5, 2010
whats the type of server/software that colleges/schools/uni's use to have all their software in one place and students connect to that server(s)? and is it available to use for ubuntu server? I'm running a file server using proftpd and a web server using apache2 so i know how to go setting them up basicallyI want to be able to have all my software, for windows machines, mac, linux all available on one or multipul server to connect to from inside or outside of my network.or even, have all my files, docs, ppt, etc on the local computer then access the software through the server.is this possible with linux servers? and can someone give me a heads up.. I'm not sure where to start atmI've tried looking for file servers but I just get ftp, or samba server tutorials.
View 4 Replies
ADVERTISEMENT
Apr 14, 2010
i'm trying to setup my server box.. it's being setup as a web server, file server, and setup for me to be able to access it remotely (aka i do pc repair for windows users and it'd be nice to just know where ALL of my software tools are and get to them from there)anyways.. these things are almost all setup right now.. but the one thing i'm having issues with.. is the fact that this box does have 2 hard drives in it and i want to use both of them.. now i'm running straight command line and i can't find the info i need to reformat the second HDD (which is currently NTFS formated) and use it in this system... i'm running 9.04 as a server.. NO GUI INSTALLED! i need this with straight command line...What do i need to look for to figure this out? i'm having trouble figuring this out and it's really getting annoying..
View 5 Replies
View Related
Apr 11, 2010
I was running a ubuntu server on another PC which has no keyboard. only power and lan cable is connected and i was remotely admining it from my desktop PC. When i turned that Server PC on earlier , it goes straight into user login screen of ubuntu server. But right now i see the grub menu list which is expecting the keyboard Enter input. how do i remove that so later on i don't need to plug the keyboard and hit enter to goto server login ?
View 4 Replies
View Related
Jan 19, 2010
I have installed the ubuntu-desktop package on top of ubuntu server 9.1 but now I would like to remove it and boot straight into terminal. I would just like to have a basic server that goes straight into terminal.
View 4 Replies
View Related
Mar 10, 2010
I have installed Debian lenny with software RAID0 (i think it makes no sence to my problem but maybe...) I have installed apache2+php+MySQL (everything worked) I have installed proftpd (to enable users to put files over FTP) after this i tried to connect over SSH to my server i have got:
Code:
$ ssh -l shark 192.168.0.254 -v
OpenSSH_5.1p1 Debian-5, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
[code].....
I thought it is problem with SSH i have tried to connect with another machine over putty, but no success... then i have removed ~/.ssh dir and tried to connect again... i got the same error. Then i connected keybord and monitor to my Linux box, tried to connect there... no success... neither root or my regular user shark. but i should mention my FTP users who have shell: /bin/ftp (symlink to /bin/false) log into the system and then automatically disconnect...
i have tried to boot my linux box to debian safe mode... it asked for a root pass. after i provided correct root pass it didn't fit. I remember once i have made my linux boot to init 1 without asking to provide a pass (it was mandriva Free 2005 or 2006.0) how to do it with a debian machine using grub or any other fixing possibilities?
P.S. i can not how provide server side /var/log/syslog or any other info because i cannot log into my Linux "server"
View 10 Replies
View Related
Oct 26, 2010
I've been trying to set up a FTP server for some quite some time and i keep running into problems. I'm trying to set it up via gadmin- proftpd but even with that i cant get it to run. Can anyone point me towards a good how-to or just help me out? I'm kinda new to Linux and this is my first go at servers so i really have no clue here.
View 9 Replies
View Related
May 13, 2011
I am the new user of linux and installing eclipse IDE in the ubuntu server10.10. I have followed the steps given in the links http://www.cyberciti.biz/faq/howto-u...igure-jdk-jre/ andttp://eclipse.dzone.com/articles/ho...-33-ubuntu-710. After installing sun-java6-bin, sun-java6-jre and sun-java6-jdk, java is not running in my ubuntu server10.10. and got error like this
$ java -version
Error: could not open '/usr/lib/jvm/java-6-sun-1.6.0.21/jre/lib/i386/jvm.cfg'
$ javac -version
[code].....
View 7 Replies
View Related
Feb 14, 2010
Will this be a good idea clouding my servers and building a dedicate gaming server provider?
View 2 Replies
View Related
Mar 11, 2010
When I set up Ubuntu 9.10 Server I didn't enabled Russian Letters, and now I need them. The only language is English. So when I type in Russian there are some symbols. So how can I install Russain Letters on the running server.
View 1 Replies
View Related
May 29, 2010
I just made a Ubuntu Server install in a virtual machine and am having trouble setting up FTP to transfer files. I've installed LAMP and vsftp. The web server works great, but FTP gives a connection refused error locally and remotely from the host machine. 'Connection attempt failed with "ECONNREFUSED - Connection refused by server".' nmap localhost doesn't list FTP as open even though I have vsftpd set to listen. I've tried restarting vsftpd with no luck.
View 9 Replies
View Related
Nov 17, 2010
I currently have a windows server running with XAMPP installed.I want to try out ubuntu server, I am a complete linux newbie and was wondering if there was a similar package to XAMPP out there with:ApachePHPMySQLAnd some form of ftp server
View 5 Replies
View Related
Mar 1, 2011
I discovered in running a script on a remote server. Take this little demonstration script:
[Code]...
This runs as expected (it does nothing) on both my local desktop and the remote server. However if I log in via ssh to the remote server and run this script everything on the server freezes. I do mean everything ftp/ssh/nfs/login-requests/... even if I go and physically plug in monitor and keyboard there is no response. It basically needs a full restart to clear. I have repeated this several times. Now something is clearly wrong here but does anyone know what. I didn't think a non-admin user should be able to actually lock up system processes.
View 2 Replies
View Related
Aug 25, 2010
I currently am running 10.04.1 and have successfully setup my home web server to run a single website. My current settings are:
-I have registered the domain name annarrankings.com through godaddy
-A record is - host = @ and points to = 71.114.220.3
-CName is - host = www and points to = @
-on my server I have the site running in /var/www
I've done some research and found that to run multiple websites I need to setup VirtualHost.
-So I created a folder /var/www/annarrankings.com and moved my site to that folder
-Edited Apache2.conf to add the following line
-I then went to /etc/apache2/sites-enabled and copied the default file to a new file called annarrankings.com. Here's the annarrankings.com file after I edited it
-I then created a link in /etc/apache2/sites-enabled to the annarrankings.com file in /etc/apache2/sites-available
-Next I editied /etc/hosts
-When i went to enable the site using a2ensite annarrankings.com I got the following
I figured this was ok since I had already created a symbolic link earlier (a result of trying to following multiple tutorials and ..... videos at once) so I reloaded apache2. I created an index.html file in /var/www/ just for testing purposes and when I load www.annarrankings.com I get the file located in /var/www/ instead of the website located in /var/www/annarrankings.com Do I need to change my A record or CName in godaddy or did I just do this completely wrong?
View 8 Replies
View Related
Oct 14, 2010
i manged to get a samba server up and running to share with my windows machines. But i still want more. My main goal is to be able to share my movies. I have a laptop hooked to my flat screen with 3TB's of external drives, thats whats acting as my server. I have ubuntu desktop installed because i use it to play movies also.
I'm looking to set up something that is a little faster than samba (yes i no trying to share through USB 2.0 external drives and a wifi connection isn't going to be real fast no matter what) but i want to be able to access my server remotely. like maybe FTP? but what i'm asking here is what protocol should i use and what programs? i was thinking gadmin-proftpd and then filezilla to access?
View 9 Replies
View Related
Jun 9, 2010
I'm thinking about installing a DNS server on Fedora 13 running bind. I looked around for available bind packages and found only these:
Now the first one contains bind utils the second one is for running DNS in a chroot env and the last one is a bind with some DB backend.
Does this mean that fedora 13 doesn't support/.provide "standard" bind server (I mean the one to run without chroot/without db backend) ? Or am I missing anything in my repolist which is :
View 5 Replies
View Related
Aug 2, 2010
As far as I know, servers are stable and don't go down easily, but every single server will eventually go down some day, either from hardware/software failure or from hacking.
But as sysadmins, our job is to keep servers running healthy as long as possible.
So I'm conducting another short survey (I might start more survey threads, and thank everyone for kindly replying my previous post):
1. Have you encountered server failures? What's the most common cause for server failure?
2. What is your most important trick in avoiding your server go down?
3. What security rules do you follow to protect your servers?
View 4 Replies
View Related
Mar 30, 2010
I have an interesting situation. I'd like to use bittorrent for legitimate purposes (mainly linux distro based) but the powers that be have blocked access to bittorrent at my university. I have an ubuntu VPS that I use for odds and ends and was thinking that I could setup a SOCKS5 server on it. That way, I can input the SOCKS5 info directly into the proxy section of my local bittorrent application (Transmission 1.92 running on snow leopard) and be good to go. The problem, however, is that I cannot find a way to get a SOCKS server up and running on my VPS. I've heard that ssh can be used as a simple SOCKS server, but I've also heard that i may need to install a more complete SOCKS server such as dante. Does anyone have any thoughts on this?
View 1 Replies
View Related
Apr 18, 2011
I currently have a personal use server setup in my home and would like to be able to send emails from my domain name.
At&t blocks the standard ports used so some form of forwarding would have to be used. I've looked at other guides and followed them to the key but it appears I'm always missing something.
So my question here is could anyone write a detailed guide from start to finish on how to install a postfix server behind an at&t connection complete with MX record and firewall configuration information?
View 4 Replies
View Related
Jul 27, 2010
I'm wondering how I can enable LDAP support for my Ubuntu 10.04 LTS server running Apache 2 and PHP 5.3.2? What I'm trying to do is allow users on my existing company's LDAP system to login to my Elgg site automatically (and possibly have their details filled automatically).
View 1 Replies
View Related
Mar 19, 2010
We are running IPmonitor to monitor the disk usage on our Linux servers. It does not seem to coincide with what is reported when running df -h. For example on a Red Hat 5.3 server - our IPmonitor shows that 85% is used on the /usr partition, however when I do a df -h on the server it shows that 91% is used. Why there would be a discrepancy? IPmonitor uses SNMP.
View 5 Replies
View Related
Sep 5, 2010
I am running apache2 and tornado web servers on the same server with one ip address.
The apache2 listens on port 80. Tornado listens on port 8888. I want to redirect requests from a specific ip port 80 to port 8888. I don't have the ability to change the port request on the device. It wants is looking for a web server on port 80.
Any other web server request should go to the apache.
I tried adding the following to /etc/ufw/before.rules
When I run iptables -L it doesn't appear. I have disabled and enabled ufw with no help.
View 3 Replies
View Related
Mar 6, 2010
I'm running Ubuntu 9.10, Every time i click on Computer it goes to home?, If i type computer in the address bar it still takes me to home, What Gives?
View 3 Replies
View Related
Apr 13, 2010
I was on my netbook and I accidently ran Warsow, so I just clicked quit. After I clicked quit my netbook froze. I waited a good 5minutes or so, but nothing happened and I could do anything. I had no choice but to do a hard shutdown. After I turned the netbook back on everything seemed normal. It went to the login screen and everything, but after I click on my username and type in my password I just get a terminal in the top left portion of my screen.
View 5 Replies
View Related
May 27, 2010
Is there a way to make Ubuntu boot straight to the desktop rather than asking for a login when it first boots up?
View 2 Replies
View Related
Aug 4, 2010
Since this morning my system refuses to boot Ubuntu 9.04 installed in Vista using Wubi.It has been working for months, but now it fails to start. I get to the windows bootloader screen. When booting Ubuntu (pre-selected) it goes straight to GRUB. Performed test several times: it is consistent.
View 7 Replies
View Related
Jan 11, 2010
I've searched and haven't found a solution for this one yet, but here goes. I took a 160GB hard drive and split it into 4 partitions, 1 for Windows XP, 1 for Ubuntu, 1 for swap and 1 for future use (possible Hackintosh installation??).I installed Windows XP first, downloaded all my updates, etc. Then, I installed Ubuntu 9.04 and selected the Ubuntu partition. After installing it, when I reboot the machine, it just boots straight into Windows XP, and it doesn't give me the option to choose which installation I want to use.I wanted GRUB; I know the installation is there because when I boot with the LiveCD, it shows up
View 3 Replies
View Related
Feb 17, 2011
I tried to install Ubuntu Studio straight from an iso file, didn't work. Unetbootin made a boot option but did not install (cannot find CD error) so I decided to use wubi and just install ubuntu then download the ubuntu studio packages when everything was done.
So Ubuntu is now on the machine (Dell Dimension 8250) and of course so is Windows XP Pro, and even after uninstalling Unetbootin the boot option for the install is still there. I guess I'd like to get ubuntu working properly with all the right drivers and have it as my main OS. No dual boot, just Ubuntu.
View 1 Replies
View Related
May 15, 2011
I'm using a low spec machine and want to run it 'headless', so I don't need a GUI and want to conserve resources.How do I boot straight into a terminal session, rather than a GUI?
View 1 Replies
View Related
May 17, 2011
What is recommend a MP4 player that allows you to download, at the moment instead of going to the save as box like it does with every other format, It goes straight into play and then freezes.
View 2 Replies
View Related
Mar 3, 2010
I was gone for like an hour and when i came back it was doing this. The only way I could get on the internet was by running firefox from terminal but that is all that shows up, and none of my history, bookmarks, etc are on it. As soon as i log in, it goes to terminal in a box in the corner of the screen. What can i do to get my computer back?
View 3 Replies
View Related