PDA

View Full Version : [lubuntu] Basic Help Please



Chuckymong
July 11th, 2012, 08:35 PM
Hey people, I recently posted on here about ubuntu desktop which I installed on an old machine I have. Well that failed epically so I went a researched about some other distrobutions and came across lubuntu which looks promising. I am completely new to the ubuntu operating systems therefore I`m seeking some advice about its functionality.

The thing I am asking is what featurers of lubuntu are available for use if I list some of the things I am looking for.

Primarily I would like some form of AMP setup, not nessersarily hosting to the web but internally so I can use it as my programming machine although web hosting would be a bonus.

I am pretty sure that the JDK and JRE should be available but there is no harm in asking for confirmation of this.

Which if any browsers are compatable with lubuntu for testing website cross browser compatability.

I`m not entirely sure but I figured for example if I wanted to download a program, if a linux download link is available, I should use that, otherwise I should leave it or seek some form of emulation.

I am sincerley sorry if any of those seem almost "stupid" questions but i would rather have some clarification before I go diving in. Other than that I am looking forward to joining the ubuntu OS community.

Thanks for any help - Marcus.

papibe
July 11th, 2012, 08:51 PM
Hi Chuckymong. Welcome back!

For a web server I would choose Ubuntu Server Edition. It would give you the best performance, because there's no resources dedicated to the GUI.

Having said that, if you are going to work on the server itself as a workstation, then it would be nice to have a GUI.

As for browsers, Lubuntu uses Chromium by default, but as in any other desktop environment, you can install as may browsers as you want.

I hope that points you in the right direction.
Come here often and have fun.
Regards.

madjr
July 11th, 2012, 08:54 PM
this might clarify:

http://psychocats.net/ubuntu/whichbuntu

Chuckymong
July 11th, 2012, 09:05 PM
First of all thanks for the speedy reply. I have used ubuntu sever once a long time ago. I think I had it installed for a day, then an unfortunate event meant I had to get rid of the laptop I was running it on. Thank you for clarifying everything for me I just have one more issue that I forgot to state in my first post. It needs to be very lightweight as the computer is very low spec (1.7GHz, 50GB storage and only 1GB RAM). Another important requirement I forgot to mention is that it needs to have a GUI as my partner will be using it for nothing more than browsing the web and possibly some general documentation a.g. Letters etc.

Thanks again for any advice - Marcus.

EDIT: Fixed spelling mistakes, I apologise for any inconvienience I am using my phone.

Chuckymong
July 11th, 2012, 09:10 PM
this might clarify:

http://psychocats.net/ubuntu/whichbuntu

Thank you for the reply. I will be sure to have a read through in a moment.

Thanks again - Marcus.

Mr.Dee
July 11th, 2012, 09:14 PM
What was the unfortunate event that made you give up your laptop?

Chuckymong
July 11th, 2012, 09:20 PM
What was the unfortunate event that made you give up your laptop?

Without being disrespectfull or rude I dont think that it makes any difference to my question therefore would rather keep it private but thank you for reading.

My apologies if this comes across as blunt, that is not what I intended - Marcus.

Chuckymong
July 11th, 2012, 09:32 PM
this might clarify:

http://psychocats.net/ubuntu/whichbuntu

I have had a quick read through and have noticed some good news that most of the programs I used on windows are compatable with linux therefore I do not have to worry about this anymore. Thank you for that resource I will have a more in depth read through it all later on.

Marcus.

Rodney9
July 12th, 2012, 09:01 AM
For How-To's and Information on Lubuntu

https://wiki.ubuntu.com/Lubuntu

For Screen-Casts on Lubuntu

http://blip.tv/rss/bookmarks/206798

Rodney

Cheesemill
July 12th, 2012, 10:24 AM
Primarily I would like some form of AMP setup, not nessersarily hosting to the web but internally so I can use it as my programming machine although web hosting would be a bonus.
You can install the LAMP stack on any version of Ubuntu. It's as easy as:


sudo apt-get install lamp-server^


I am pretty sure that the JDK and JRE should be available but there is no harm in asking for confirmation of this.
The open source versions of Java are availible in the standard repositories.
If you need Oracle Java you can install it from the WebUpd8 PPA just by doing:


sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer


Which if any browsers are compatable with lubuntu for testing website cross browser compatability.
Any of the programs that are available for Ubuntu can also be installed in Lubuntu.
The default Lubuntu browser is Chrome but you can easily install Firefox or any of the other browsers in the Software Center.

I`m not entirely sure but I figured for example if I wanted to download a program, if a linux download link is available, I should use that, otherwise I should leave it or seek some form of emulation.
Don't download software from websites, that's a Windows mindset.
All software should instead be installed from the Software Center.
There's a good introduction here for Ubuntu but exactly the same process works for Lubuntu as well.
http://www.psychocats.net/ubuntu/installingsoftware

Chuckymong
July 12th, 2012, 01:40 PM
Thanks peiple thats the exact kind of answer i was after. I have favourited these websites for future refference before posting on here.

Thanks for taking the time to help - Marcus.