General :: Easiest To Use Distro For I486?

Mar 10, 2011

i was just wondering what linux distro (in your opiniion) is the easiest to use for a new user like myself. I currently use Zenwalk, which isn't bad but i hope there is something easier to use out there

View 14 Replies


ADVERTISEMENT

Slackware :: Differences Php-5.2.13-i486-2 And Php-5.3.6-i486-1

Mar 19, 2011

different versions of php, php-5.2.13-i486-2 "slackware-stable" and php-5.3.6-i486-1 "slackware-current", why dbase.so and mhash.so not in the version of php-5.3. 6-i486-1? see the differences below

php-5.2.13-i486-2
ls -all /usr/lib/php/extensions/
total 3892
drwxr-xr-x 2 root root 4096 Mar 18 08:47 ./

[code]....

View 1 Replies View Related

General :: Distro - Nominate A Disastrous Distro From Past Or Present

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

General :: The Easiest Method To Get The Pid Of Last Process?

Feb 25, 2011

For example, how to do this:

$ job1 &
$ p1=$LASTPID
$ job2 &
$ p2=$LASTPID
$ wait $p1 $p2

View 1 Replies View Related

General :: Easiest Way To Upgrade From Fedora Core 4 To 14?

Jan 16, 2011

This is my first post and I figured why not start it off with a question!
First off, thanks for this site, I have a LOT of reading to do!

Secondly, my question is, what is the easiest way to upgrade my live server from Fedora core 4 to Fedora core 14 (latest stable version).

I have a box that is live with a couple of small active forums on it where the upgrade would take place.

I want to upgrade my box to stay up to date with the latest release of Fedora linux to take advantage of any enhancements or security fixes that has been implemented since version 4.

My box is colocated at a data center. Would it be best to upgrade from a CD or remotely? I have read there is quite a risk upgrading the OS remotely and some issues like broken files or dependencies could occur.

View 5 Replies View Related

General :: Whats Easiest Way To Go About Setting Up Web Server

May 21, 2010

Im trying to set up a web server on Linux and I was wondering if there may be any shortcuts available or a simple step process to get me where I need to be in regards to setting up the server.

View 6 Replies View Related

General :: Easiest Way To Be Notified When Someone Starts Using Wireless Network

Jun 20, 2011

what's the easiest way (in, let's say, ubuntu) to be notified when someone (besides me) starts using my wireless network ?

View 8 Replies View Related

General :: What Is Easiest Smtp Server To Setup And Configure?

Feb 25, 2010

I need to setup a mail server, purely for relaying mail to a MS exchange server. A previous employee used Postfix on CentOS. I have limited Linux knowledge and no experience with any mail server software other than MS Exchange, so we cannot continue with this solution (unless I can find a way of managing it all from a gui). Does anyone know of an MTA that can be configured completely by GUI? Everyone says sendmail has millions of features and loads of documentation, but I simply do not have the time to learn it. I need something that can be configured with minimal knowledge and via GUI, not command line. The only reason I'm not using Exchange is to try to save money, and hopefully it will be more secure.

View 10 Replies View Related

Slackware :: Patch To Script 'init' Which In Mkinitrd-1.4.6-i486-5 -current

Mar 15, 2011

Make the code work when RESUMEDEV is a symbolic link which has a relative path.

[Code]....

View 9 Replies View Related

General :: Easiest Way To Make A Backup Of An Entire Hard Disk?

Jan 10, 2011

I got myself a dell laptop from the local computer store. Its a used machine with Windows Vista Home Basic on it. I want to load Ubuntu Desktop 10.10 though so I can do perl development. BUT I want to keep a copy of the entire harddrive with the dell utility partition and Windows Vista in case I want to go back. I was thinking I could image the drive but I not sure what to use, I don't have Ghost or anything, Someone had told me about Clonezilla. Would that work for me? Is it hard to use? Also I want to burn the data to a DVD or something more storable than a harddisk.

View 8 Replies View Related

General :: Easiest Way To Mass Delete Files Without Crasing Server?

Jan 18, 2010

I have like over 60 gb of tons and tons of tiny tiny files.

I used
Code:
rm -rf *
and I ended with system load of over 100+.

Any idea how do I mass remove the files without crashing the system? I have Q9550 with 8 gb ram.

View 3 Replies View Related

General :: Best LXDE Based Distro/distro That Supports LXDE?

Dec 15, 2010

Lubuntu is nice - but it seems the LXDE version is not as up to date as Fedora LXDE Spin or even Debian squeeze with LXDE installed. I do like Chromium on Lubuntu though... its faster and a nice touch. I am looking for a lightweight 64-bit distribution for my main laptop (it is by no means "old" or "low spec" but I like that Lubuntu starts up in like 2 secs).

LXDE version seems not to be recent (esp in 10.04 version which seems to work more stably for me - with Nvidia drivers etc)64 bit install is currently a pain - requires first install of minimal CD or alternate CD both of which required wired Ethernet, then install of lubuntu from PPA. Native 64-bit support would be nice. Linux Mint LXDE, for example, is also only 32-bit.

View 4 Replies View Related

Slackware :: Makefile:535: /usr/src/linux-2.6.33.4/arch/i486/Makefile: No Such File Or Directory

May 31, 2010

I just downloaded slackware 13.1(x86) and i'm trying to compile ndiswrapper-1.56 using the slackbuild from slackbuils.org and i'm getting this error:

Code:

Makefile:535: /usr/src/linux-2.6.33.4/arch/i486/Makefile: No such file or directory
make[2]: *** No rule to make target `/usr/src/linux-2.6.33.4/arch/i486/Makefile'. Stop.
make[1]: *** [modules] Error 2
make: *** [all] Error 2

looks like the folder i486 doesn't exist

View 2 Replies View Related

Slackware :: Slackpkg Upgrade-all Is Not Showing "bsd-games-2.13-i486-11.txz"?

May 16, 2010

I run Slackware-Current and use slackpkg to keep it updated. I also read the ChangeLog in case slackpkg misses something. After reading today's ChangeLog, I ran 'slackpkg update' and 'slackpkg upgrade-all', but the rebuilt bsd-games package isn't showing in the update list. Is anybody else having this problem?

Code:
root@slackware:/home/steven# slackpkg upgrade bsd-games
Checking local integrity... DONE
Looking for bsd-games in package list.
No packages match the pattern for upgrade. Try:
/usr/sbin/slackpkg install|reinstall

I installed the slackpkg 2.81.1 update (overwriting all my config files with the *.new ones), and I'm still having the same problem.

View 2 Replies View Related

OpenSUSE :: Easiest GUI FTP For KDE

Feb 24, 2010

I simply cannot get filezilla to work.It wont even pass its own test, yet on a friends mac, 'fetch' works fine.I need an FTP program for my Linux machine (OpenSuse KDE).Could someone please recommend one that I can get with YAST ?I just need to access a remote host to upload some files for a site.

View 9 Replies View Related

Networking :: Why Doesn't Distro 9.0 Setup Work For 13.1 Distro?

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

Ubuntu :: Easiest Way To Reinstall ?

Sep 27, 2010

I have no idea how to do that >_> I have ubuntu (and Windows 7) dual booting from a partition.

View 9 Replies View Related

OpenSUSE Install :: Best & Easiest Way To Boot From Usb?

Jun 26, 2010

Is this the best & easiest way to create a bootable usb drive?Live USB stick - openSUSE.I should follow the Linux instructions and then a create a partition with remaining space on the usb drive.I'm looking to do this when 11.3 comes out. My main focus is to create bootable usb drives to stop wasting cd/dvd's that lay around and pile up; right now we have no recycling center for old cd/dvds without shipping them out by the cost of the consumer. Learning to create a bootable usb opensuse will reduce my waste of old distributions. I ran the Ubuntu usb installer, which graphically does the work for you, so the opensuse looks a little more like work, but manageable for the simple user?

View 1 Replies View Related

Ubuntu :: What Is Easiest To Use Most Integrated Derivative

Feb 13, 2010

I finally have a properly workng Vista Karmic dual boot. I don't remember how I setup the Ubuntu partition(did it in the advanced option), but my Vista file system is not listed in Places. I can mount the Vista partition through terminal, which tells me the two are still communicating. I would like to be able to view the file system from a window for future use with WINE.I am also looking for a file search engine for jdownloader similar to xdccreport.com for irc.What is the easiest to use most integrated derivative of Ubuntu?(From the standing point of a life long windows user?)

View 1 Replies View Related

Ubuntu :: Which Version Is Easiest To Get VMware Going?

May 25, 2010

Which version is easiest to get VMware going? Lucid, Karmic, or something else?

View 3 Replies View Related

Fedora Networking :: Easiest Way To Switch Between Using One - Other Gateway?

Nov 24, 2009

I have 2 gateways on our network. What is the easiest way to be able to switch between using one or the other gateway? I am using Fedora 12 32 bit.

View 2 Replies View Related

Ubuntu Installation :: Easiest / Safest Way To Install With 7

Feb 5, 2010

So what is the easiest way to install Ubuntu with win7 also on the computer?I'm asking because last time I ran Ubuntu it was Wubi'd into XP and then it broke, breaking XP's bootkernel and then keeping me from booting into anything...

View 5 Replies View Related

Ubuntu :: Easiest Way To Format Current Drive

Oct 15, 2010

I'm on netbook remix and I want to wipe the entire thing clean. What is the easiest way to do this?

View 4 Replies View Related

Ubuntu :: Easiest Way To Get Internet Explorer On System?

May 16, 2011

I'm trying to convert my GF's brother to Linux, but he requires IE for a school website to work.

I've tried ies4linux, which doesn't work because it is abandonware as I later learned.

I found this and ran code...

View 9 Replies View Related

Ubuntu Installation :: Easiest/fastest Way To Get All The Packages?

May 31, 2011

UI figured this would be the place to ask this question. I would like to download all the repositories to my PC for those crazy times when I don't have internet and need to install a program. I guess I would be making my PC a LAN Repository. What is the easiest/fastest way to get all the packages?

View 1 Replies View Related

Server :: CentOS 5.3 - Easiest Way To Keep Software Updated?

Mar 17, 2010

I have somewhere between 8 and 12 servers, spread amongst different webhosts, all running CentOS 5.3. Everything on the servers has been compiled from source:
> EngineX, PHP, MySQL, Munin, etc

I compile from source because I usually run ./configure to modify the source before installing. What would be the easiest way to keep the server software updated? I am considering creating custom packages from a server which I would keep up to date manually. Then use Capistrano or Puppet to install those packages on all of my servers.

View 1 Replies View Related

Software :: Easiest Way To Increase Size Of A Xen Image?

Dec 11, 2009

What is the easiest way to increase the size of a Xen Image made from an image?

View 5 Replies View Related

Ubuntu Servers :: Easiest Way To Move 200 Accounts To New Server?

Feb 9, 2010

I'm in the middle of moving my lab to a new server in the middle of the school year.. and need to copy all the user accounts to the new box, hopefully with all the student's passwords and contents of their folders intact.And since we are using the system daily, I need to do it all in an hour or 2.I'm thinking I can just

1. diff /etc/passwd and /etc/shadow from the old the new
2. copy all the student folders to new /home
3. write a script to set the permissions on all the new /home folders to match the user names.

It seems easy and safe so long as I back up the 2 existing files..Any reason not to try? Or is there an easier way?

View 1 Replies View Related

Ubuntu Security :: Easiest Program To Use For Encrypting External HD

Mar 6, 2010

I currently have my home folder encrypted with 128 bit encfs but i have the back up of that 'in the clear' on my back up hard drive. I am not that great with complicated instructions and especially the terminal so what if any is the easiest program to encrypt with?

View 9 Replies View Related

Ubuntu :: Easiest Way To Find Files In Folder / Directory?

Oct 10, 2010

With Windows XP, I just right clicked a folder/directory and pressed FIND then I could search for whatever file/folder name i wanted to. I could even do custom searches based on the size, modification date etc.How do you do this on Ubuntu? There doesnt seem to be a way to easily do it like this. So far i found PLACES -> SEARCH FOR FILES but that means I have to go into the directory i want. Where as I would much rather be browsing through directories and THEN want to quickly search in a particular folder. The SEARCH FOR FILES method in PLACES just wastes more time.

View 3 Replies View Related







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