473,806 Members | 2,874 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I want to make my Xubuntu system faster......

AmberJain
884 Recognized Expert Contributor
Hello,

I recently installed Xubuntu and really liked it. But on my 256 MB RAM PC :( it is pretty slow and so I feel like I am on a really slow machine.

I dont like (or crave for) graphics. I only want to use my linux box for mostly programming. I want a full speed + stable + linux system. And so please suggest me low memory (i.e. fastest) application upgrades (e.g. Window manager) so that I can get most out of my Xubuntu PC.

Also, I googled about this but I thought it would be better to consult experts at bytes.com before I make any changes to my system.

Thanks in advance.......
AmbrNewlearner
Sep 29 '08 #1
6 7700
numberwhun
3,509 Recognized Expert Moderator Specialist
Personally, if this is not your main machine, then I would uninstall the x server and get rid of the windowing system. That will drastically improve the speed of the machine. You can then get ssh setup on it and remote into it to do whatever you need to, but that's just me.

You can also look into getting rid of running processes that you don't need or use as well. I would do a google search on top of that for "hardening linux" for security purposes.

Regards,

Jeff
Sep 29 '08 #2
AmberJain
884 Recognized Expert Contributor
Hello,

Personally, if this is not your main machine, then I would uninstall the x server and get rid of the windowing system. That will drastically improve the speed of the machine. You can then get ssh setup on it and remote into it to do whatever you need to, but that's just me.
Well, this is my main machine. Although I am planning to upgrade RAM (and other hardware components. I am even planning to purchase a new system) but for the timebeing I thought to replace windowing system (and other applications) with their light weight equivalents. And so can you please suggest some light weight windowing system?

You can also look into getting rid of running processes that you don't need or use as well.
OK, I will see to this and will post back if that helps.

I would do a google search on top of that for "hardening linux" for security purposes.
I heard about this for the first time. I will look into it and will post back if I face problems.


THANKS........
AmbrNewlearner
Sep 29 '08 #3
micmast
144 New Member
I think xfce is a pretty light window manager, but you could try others like tinywm, fluxbox, metacity or just X (but I wouldn't advice this)

As to speeding up the machine, check what applications are started by default. Loads of them are probably not necessary for you to run. To check this, look what programs are running (ps aux) and wonder how many of them you might actually need (you might have to google it :) )
Another place to start looking is in /etc/init.d/
Or install bootchart, this will create a nice image with an overview of what programs start, how long they take, ...

As for security purposes
run netstat -lnp (as root, this will give you program names) and see what services are running. Normally there shouldn't be many running (maybe cups, X and sshd if you installed it) and can see if you can shut them down (via the /etc/init.d/ scripts)

But that is only what I would do :)
Sep 29 '08 #4
AmberJain
884 Recognized Expert Contributor
Hello,

I think xfce is a pretty light window manager, but you could try others like tinywm, fluxbox, metacity or just X (but I wouldn't advice this)
Well, Dont worry. I have switched to PC LinuxOS today and it is working atleast 10 times faster than Xubuntu and so I am now sticking to PC LinuxOS.


As to speeding up the machine........ ............... ............ might actually need (you might have to google it :) )
Another place to start looking is in /etc/init.d/
Or install bootchart, this will create a nice image with an overview of what programs start, how long they take, ...
Googling..... :)


As for security purposes
run netstat -lnp (as root, this will give you program names) and see what services are running. Normally there shouldn't be many running (maybe cups, X and sshd if you installed it) and can see if you can shut them down (via the /etc/init.d/ scripts)
HUH! Googling......g ooogling....... ...googling.... .............Hm mm....I'm too busy now ;).


Thanks........
AmbrNewlearner
Oct 1 '08 #5
Nepomuk
3,112 Recognized Expert Specialist
Just out of interest, what are the specs of that machine and how big was your SWAP partition for Xubuntu? And what kind of programs were you trying to use? Because I had a 192MB RAM machine for quite some time and it was running like many people would have loved their Windows machines with 1GB RAM to work.

Greetings,
Nepomuk
Oct 7 '08 #6
AmberJain
884 Recognized Expert Contributor
Hello,

Just out of interest, what are the specs of that machine and how big was your SWAP partition for Xubuntu?
My machine's specs are:
256 MB RAM, 2.9 GHZ, 40 GB HDD, 1MB cache.......

I cannot think of anything else right now...If you need something else, tell me.

And yes, my swap partition was of 300MB (approx. equal to my RAM).

And what kind of programs were you trying to use?
The programs included:
Opera, Terminal, OpenOffice, GIMP,DOSbox :-) , Totem media player (to listen to MP3's)......... .That's it......

Now I dont know the reason but for applications like terminal it took atleast 4-5seconds to load while Opera took atleast 8-10 seconds to load. And while any of these applications were loading, the HDD LED in my CPU glowed brightly and my PC appeared freezed.

Because I had a 192MB RAM machine for quite some time and it was running like many people would have loved their Windows machines with 1GB RAM to work.
Well, I expected that from my Xubuntu installation but sadly enough I got a lot more degraded performance.... .... :(

As to speeding up the machine, check what applications are started by default. Loads of them are probably not necessary for you to run. To check this, look what programs are running (ps aux) and wonder how many of them you might actually need
I never tried this (which micmast had advised) as I had already switched to PC linux OS before I read his reply......prob ably this may be the cause but I dont know now.

Thanks......... ..
AmbrNewlearner
Oct 8 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

7
1837
by: Arpan | last post by:
Microsoft, in one of its "Help & Support" pages on ADO, says that a System DSN is three times faster than a File DSN. I find that a bit odd for the simple reason that won't it be faster for a script to access a file to get info about the database source than access the same info from the registry which will be the case if a System DSN is used instead of a File DSN? I very well know that ultimately a DSN-less connection is the best! I...
6
1829
by: ajikoe | last post by:
def f(x,y): return math.sin(x*y) + 8 * x I have code like this: def main(): n = 2000 a = zeros((n,n), Float) xcoor = arange(0,1,1/float(n)) ycoor = arange(0,1,1/float(n))
11
2143
by: Michael B. | last post by:
I'm still learning C so I've written a simple app which lets you make a contact list (stored as a linked list of structs), write it to a file, and read it back. It works fine, but I notice in my loading procedure there's a point or two where I'll malloc a struct which I then don't need, and dispose of it; I was wondering if there was some way I could optimize this kludge out of existence: void loadContacts () { int fd, bytesread; if (...
182
7575
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
8
3277
by: Scott Emick | last post by:
I am using the following to compute distances between two lat/long coordinates for a store locator - (VB .NET 2003) it seems to take a long time to iterate through like 100-150 locations - about 10-15 seconds...I want to make the code faster. I changed it to be multi-threaded, and it doesn't really make it any faster. The bottleneck seems to be with the math computations. Any ideas like changing my data types or other ideas etc would...
13
2554
by: Niyazi | last post by:
Hi I have a report that I have to run it monthly in my machine. My code in VB.NET and I access AS400 to get data, anaysie it and send into pre formated Excel sheet. The data consist of 9000 rows. I use data table and with for loop I send the data row by row in pre-formated Excel sheet. My machine is:
12
1637
by: vunet.us | last post by:
Is there a suggestion I can make this code run faster: if(document.getElementById("1")){ doOne(); } if(document.getElementById("2")){ doTwo(); } .................... if(document.getElementById("n")){ doN(); } It is a simplified version above. There is a large number of these repetitive actions. So I wanted to change them for:
13
2136
by: Simply_Red | last post by:
Hi, is there a way to make this function faster??? struct Points { double X; double Y; };
14
3403
AmberJain
by: AmberJain | last post by:
HELLO, The title of this thread is my question i.e. What is the differrence between Ubuntu, Kubuntu, Edubuntu, Xubuntu? Plus, Does any other version of ubuntu exist?
0
9597
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10369
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10372
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9187
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7650
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5682
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3851
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.