Ubuntu :: What Type Of Distro Suitable For Beginners
Jun 27, 2011
I haven't switched yet to any of the linux distro. Can anyone recommend what type of distro is suitable for beginners like me? I don't mind using the command prompt and willing to learn. So I am kinda looking for a "stable" distro. I have quite an old laptop here:
MSI EX401
Intel Pentium Dual Core T3400 @2.16Ghz
2 GB RAM
ATI Mobility Radeon HD 3430
Atheros AR928X Wireless Adapter
View 9 Replies
ADVERTISEMENT
Sep 21, 2010
I am trying to introduce Linux to 7th Grade kids in my society. I have got some very very old PC's with 128MB RAM and some with 256 MB RAM. The processor speed is 1GHZ to 1.5GHZ for most of them. which Linux Distribution will be suitable for it. I want to install them on Hard Disk & rather than booting from the USB drives every time.
View 6 Replies
View Related
Feb 11, 2010
I'm semi new to Linux, I use ubuntu for a little while. I'm tired of Windows and looking for something new, I've been aware of linux for some time now but not sure what distro is for me.
-I'm a gamer
-Photo Editor (GIMP)
-Video Maker (Screen Recorder)
-Firefox person (I hear Firefox comes pre-installed)
-Messenger Person (Aim, Skype, MSN)
And there are so many distributions I just am not sure.. I did try Guild Wars on Wine on Ubuntu but it just didn't seem like it was working right, I think I did it wrong.
View 2 Replies
View Related
Feb 18, 2010
I am not averse to using the command line it's just that I don't know many commands so I need complete instructions when using the command line. I need to set up Ubuntu server at the office and I'm the dangerous IT guy that just knows enough to be dangerous but the little company won't hire a real IT guy so I do IT besides my real job, which is to usethe computers, not fix them, set them up, configure networks, servers etc.
View 3 Replies
View Related
Apr 26, 2010
I would like to find some useful vi literature for beginners that have simple exercises included. Tips anyone?
View 2 Replies
View Related
Jan 10, 2010
Could someone recommend a chess program for linux which is playable for a beginner? I'm not looking for something which can beat a grand master but something that has difficulties which go down to a beginner level. Even better if it makes human like mistakes. Hopefully someone's looked into this and knows about it.
View 6 Replies
View Related
Sep 24, 2010
I have many years of experience with DOS and Windows, but this is my first dabble in Linux, in particular Fedora 13. The OS is great, but my lack of knowledge makes me uneasy. Is there a good book available in HTML or PDF format that covers. The basics, and is relevant to Fedora 13?
View 10 Replies
View Related
Feb 4, 2011
In my system around 73gb(pc-desktop) i have,1 primary partition(windows)-25gb, 1-extended partition(remaining gb) 3 logical partitions were there in (under) extended partition in one of the logical partition is d:drive. in my hard disk d: drive is -/dev/sda5
previosly i was fat -file system , (d:drive-/dev/sda5), i remember i changed the d: drive(d:drive-/dev/sda5) file system to ext4file system ,with following command using terminal
After doing(changing the file system)this one ,i couldnt see the d:drive data
By doing that
1q) Did i reformatted the partition? i think the new filesystem(ext4) has no knowledge of the data that was on it when it had a FAT filesystem.
2q) How to do undo operation,i tried to change the filesystem type to fat/ntfs in terminal using command --sudo mkfs -t FAT /dev/sda5.
Result:its showing text message-'mkfs.FAT: No such file or directory'(not in single quote)
I had very imp data in d:drive
View 1 Replies
View Related
Feb 26, 2010
I just loaded octave. I ran through a few examples of how to implement a script file. Everything works until I get to "plot". When I run the "plot" command I get the following.
octave:2> test1.m
error: can't perform indexing operations for <unknown type> type
sh: gnuplot: not found
Just to double check my work, I ran the following code:
y=[1 2 3];
plot(y);
View 3 Replies
View Related
Jan 9, 2010
nominate a disastrous distro from past or present that was simply AWFUL and what exactly was so bad about it?
View 14 Replies
View Related
Oct 31, 2010
What graphical programming front is best to use for Java and Objective-C programming. I have something in mind like Xcode on Mac.
View 4 Replies
View Related
May 24, 2011
I am copying the file form one directory to another directory using shellscript.
Here i want to get the Mimetype/Content-type of the file.
How to i can get the MimeType.
View 9 Replies
View Related
Jun 22, 2010
I have a server hacked when i try to log in i type root but won't let me type a passwdthere are no services up, can't see page mail nothing
View 11 Replies
View Related
Jan 26, 2010
I'm trying to compile a program and it gives me the following:
I checked cmath-util.h:46 and cmath-util.h:48:
I'm not a C person, and the author is unavailable so far.
View 5 Replies
View Related
Sep 6, 2010
I have a linux box set up as a multi-purpose server for my home with three Windows client PC's. The linux box is based on a slightly modified Slackware 9.0 distribution using Linux 2.4.20 and an unfortinately old, slow AMD processor with a miserable 512Kb RAM. The linux box serves the CIFS file system to the Windows boxes, runs the SQUID HTTP proxy, the Apache web server, a print server, does masquerading, mail serving and a very effective firewall using iptables.
This system, although slow, has run perfectly for several years.Let me say that again - This system works perfectly.I had decided that now is the time to upgrade the hardware, so I bought a Gigabyte LGA775 motherboard which has two 1Gb network interfaces on it, an ASUS 256Mb PCI-E display card, 2Gb of DDR3 RAM, an Intel Core2-Quad processor and a bunch of 500Gb SATA drives to set up a RAID5 array (but I intend that the system boot off one of several 40Gb PATA drives I have).I set up the processor, motherboard, display card, RAM, a SATA DVD Drive and a 40Gb PATA hard disk in a "breadboard" layout and installed distro 13.1, being careful to set up the static IP for the local network, dhcpcd to get an IP address from the cable modem (my internet connection) and to enable ip_forward in the network configuration.
Then I installed a script invoked by /etc/rc.d/rc.local which installed all the SAME iptables rules as my old Linux box. There was one minor glitch when I had to change 8 occurrences of "-d ! $LOCAL_NET to" "! --destination $LOCAL_NET" but that was no problem. I also set up /etc/resolv.conf, /etc/hosts , the BIND server files etc. etc. exactly as in the old box.
I am able to ping mirror.aarnet.edu.au (this is at the heart of Australia's internet hub network - if it's down the whole bloody thing is down) and have the system find the correct IP from the designated nameservers and contact that server with a return trip time of 35ms. I am able to run a telnet session from one of the Windows boxes and edit files on the Linux server. So both network interfaces work and I've got them the right way around.I am able to run FTP on one of the Windows boxes and connect through to mirror.aarnet.edu.au, although it seems to hang when I try a DIR (but then so does the old linux system).
View 83 Replies
View Related
Oct 30, 2010
So far I have been using 32 bit ubuntu in my IBM ThinkCentre - 2.5 GB RAM, Intel Pentium Dual Core inside (1.60 GHz X 2) machine. Now I am coming to Debian soon. As a student I am involved in processing lot of satellite imagery for my project work. Therefore a friend recommended me to use 64 bit OS as it would make image processing faster. Is my hardware sufficient for that?
View 13 Replies
View Related
Jul 5, 2010
I've seen a couple of Tutorials on how to make new partitions (on Windows XP) so that you can use that space to do some organizing (as in i.e "a place to save games", another one "for Audio/mp3 files"...etc), and basically the simplest way (that I found up to now) was:
Click on Start menu - right-click My Computer - Manage - Disk Management - Unallocated - right-click Unallocated - New Partition
Then you get a new partition. Is that new partition suitable to be Linux Ubuntu's partition? Is that what making a new partition for Linux Ubuntu is, or is it another process? (It's the first time in my life to to perform the process of Dual-booting, so I'm kinda stuck up to that point).
View 2 Replies
View Related
May 27, 2011
I'm wondering how much space should I partition part of my HDD for Ubuntu? I never used Linux in my life before and need an answer. got a 64-bit Ubuntu ready on CDRW to install. I got a 200gigs of my old IDE Seagate HDD, Partition 1: 30gigs for Windows 7 and already like 25 filled up, Partition 2: rest is for backup. So, I was thinking of backup up all the files on Partition 2 to another HDD, and then delete it>create Partition 2 for Linux and Partition 3 for the rest, but how much space for 2?
My system:
AMD Athlon II X2 255 Regor 3.1GHz Socket AM3 65W
Foxconn A76ML-K
ECS NR9800GTE-512QX-F GeForce 9800 GT 512MB 256-bit DDR3
A-DATA 4GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400)
CORSAIR CMPSU-400CX 400W
200G Seagate (Master)
500GB Wester Digitital SATA
View 9 Replies
View Related
Aug 7, 2011
I just want to know if there is any way to play .wmv on ubuntu 10.10, I tried VLC but it always give me that Error message :
No suitable decoder module:
VLC does not support the audio or video format "MSS2". I did also try MPlayer But it's not Working either.
View 3 Replies
View Related
Jun 1, 2010
Are the 64 bit Lucid disks suitable for Intel i5 processors? The AMD64 part is making me think not.I already have the 32 bit version running very nicely - should I have gone 64 bit though? What are the advantages/ disadvantages, and why does it say not recommended for daily use next to the 64 bit download? As far as I understand you can run 32 bit binaries without problems on a 64 bit install.
View 7 Replies
View Related
Nov 28, 2010
I was given a computer that has the Ubuntu operating system installed I was able to at least get online with it. I tried to upgrade it (don't know what version was installed on it) using the Update Manager. When the computer restarted I got two error messages:
Error no suitable mode found
Error unknown command "terminal"
The system then went on through the Ubuntu logo screen but then I got a black screen. I couldn't get the computer to do anything. How to at least restore the computer back to its previous state before trying to upgrade.
View 3 Replies
View Related
Mar 9, 2011
I'm looking for advise on which drives to add into my server for software raid 5. I would like to use 2TB drives for the array. The server currently boots off a RAID 1 array and I have a couple other drives mounted until I build a RAID 5 array with new drives. I've read horror stories on using Western Digital WD20EARS and Seagate ST32000542AS. So I'm wondering which large drives are best to use in software raid?
View 9 Replies
View Related
Mar 30, 2011
My initial installation is for 10.4 (desktop). I've configured the package manager with my proxy information under the network tab. Downloads are attempted but none are successful. example error:Failed to fetch [URL]
I can download the example above via the firefox browser on the same machine configured with the same proxy.
I've tried changing servers, other hacks, but no change in results. I suspect its a proxy issue, but I don't see how. I did provide the credentials in the http authentication window that my reverse proxy requires.when I try to change servers, I get this message: No suitable download server was found
View 2 Replies
View Related
Apr 11, 2011
I am going to install unix FreeBSD But someone told me you must installed it on primary partition. However I have Win 7 installed on laptop, others partition are logic so is it possible to create or change one unused partition as primary.
View 1 Replies
View Related
Jul 2, 2011
What program do I use for this, and what format will it be in?
View 9 Replies
View Related
Jul 5, 2011
I have Fedora13 OS installed in my compaq610 laptop. I want to upgrade my fedora version. What is the most suitable version to upgrade and how can I upgrade it?
View 1 Replies
View Related
Jun 3, 2010
Im just wondering what everyone's experiences are with the latest Ubuntu 10.04 version? Is it stable enough for a working environment? I require it for web development, so using VMs, IDEs, connecting to VPNs, SSH to servers, etc. Im currently using 9.04 and found 9.10 unstable and problematic at times (such as problems connecting to VPN)
View 2 Replies
View Related
Feb 16, 2010
Okay, so far nothing seems to have worked. I have OpenSuSE 11.0 and due to a failed mother board and hard drive had to reinstall it. Since the reinstall I have not been able to play .wmv files. I can play the same file just fine on my laptop but not on my desktop.I have win32codecs installed as well as libdvdcss and several other packages and still I cannot play these files with the following:
Kaffeine
Mplayer
VLC Player
I have searched and everything points to win32codecs (which are installed and the same version as I have on my laptop). I have tried deleting all the video player files including win32codecs, libdvdcss and their config files then reinstalling and that doesn't seem to have worked at all either. So I don't know what else to do.
View 9 Replies
View Related
Mar 21, 2011
I noticed over the weekend that there don't appear to be any new stories showing up at linuxtoday.com. Does anyone know what's up? Any recommendations for a suitable replacement?
View 5 Replies
View Related
Apr 7, 2010
I've been poking around for the last week trying to find a suitable small business accounting software that will work for us. To make a long story short I stumbled upon SQL-Ledger and it looks like a very good application just what we're looking for... and low and behold its in the repositories! Anyway I installed the SQL-Ledger package but unfortunately there's no way to load or open this app. Synaptic shows its installed but there's no gui or and reference in the menu. Searching using the filter in the menu results in nothing. So I'm assuming SGL-Ledger just needs a gui associated with it to open it right??
View 3 Replies
View Related