Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,205
» Latest member: Patrickdrync
» Forum threads: 4,028
» Forum posts: 16,403

Full Statistics

Online Users
There are currently 168 online users.
» 0 Member(s) | 165 Guest(s)
Bing, Google, Yandex

Latest Threads
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 72,953
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 29,760
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,627
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,032
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 40,572
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 102,677
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 43,597
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 34,122
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 40,051
CentOS vs.?
Forum: Just Starting Linux
Last Post: volt
2020-08-06, 02:29 PM
» Replies: 0
» Views: 7,449

 
  One Third of Netbooks Ship with Linux
Posted by: anyweb - 2009-12-08, 10:23 AM - Forum: Linux News - Replies (2)


We've seen a lot of reports going back and forth about whether or not Linux is doing well in the netbook space. As it turns out, research firm ABI Research as well as Dell say about one third of their machines ship with Linux pre-installed - which is pretty darn impressive.

 

According to ABI Research, out of the 35 million netbooks that will ship this year (I'm assuming that's worldwide), 11 million will ship with Linux pre-installed. This figure does not include dual-boot netbooks or those that have Windows removed and replaced with Linux - but nor does it include those where Linux is removed in favour of Windows.

 

This conclusion mirrors the words of Dell's Todd Finch, who in August stated that nearly one-third of Dell's netbooks ship with Linux pre-installed; Dell added that Linux netbooks' return rates are similar to those running Windows XP. This one third figure is a lot more than Microsoft's official figure, which says that about 93% of netbooks ship with Windows.

 

ABI Research further added that the arrival of ARM netbooks will push Linux in the netbook space to overtake Windows by 2013. Of course, we've been hearing the same heavenly predictions being made about these elusive ARM nebooks for a long time now, and yet here we are, in 2009, with only 4% of netbooks shipping with an ARM processor. ABI Research's Jeffrey Orr now claims 2010 will be the year of the ARM netbook.

 

via http://www.osnews.com/story/22587/One_Th...with_Linux

Print this item

  external access to my web server
Posted by: Sam Coles - 2009-12-02, 01:44 PM - Forum: LAMP - Replies (2)


Hi,

 

I've followed a "how to set up a LAMP server" tutorial and got everything installed and working. If I access the machine's local ip I can see it from any computer in the house. Am I correct in thinking that means everything is configured and working properly on the server's end of things? It's running the most recent Debian distro, by the way. So what's left to do is forward port 80 to that computer's ip?

Right so I've done that too, my router (BeBox) calls it Application & Game Sharing.

 

But now if I try to navigate to http://my.ip.here.ok I end up coming to the router's config page.

 

Any suggestions? Is there something else I've got to do I don't know about?? Or is this just an issue with the router in which case I can ship myself over to my ISP's support forum...

 

Thanks in advance

Sam

Print this item

  How can I update Fedora 11 to Fedora 12
Posted by: anyweb - 2009-11-28, 08:48 PM - Forum: Fedora 12 - No Replies


now that Fedora 12 (Constantine) has been out for a week or so, I decided it's time to upgrade my Fedora 11 laptop to the new release using Yum.

 

I'm documenting this in case anyone wants to try doing the same thing.

 

Backup your data

 

Before attempting to do this, backup your important data over the network or two an external USB drive. This is incase something goes wrong and you need to format/reinstall. During the backup, take a look at these common F12 bugs to see if any might impact you.

 

Once all your data is backed up, proceed with the upgrade.

 

 

 

Get the Fedora 12 Release RPMs

 

 



Code:
[anyweb@localhost]$ wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/12/Fedora/i386/os/Packages/fedora-release-12-1.noarch.rpm
[anyweb@localhost]$ wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/12/Fedora/i386/os/Packages/fedora-release-notes-12.0.0-4.fc12.noarch.rpm




 

 

Using Yum to upgrade

 

Need to become root to run the next commands...

 



Code:
su -




 

change to the directory containing those files above and execute the following command:

 



Code:
[root@localhost fedora12]# rpm -Uvh fedora-release-12-1.noarch.rpm fedora-release-notes-12.0.0-4.fc12.noarch.rpm




 

 

then

 



Code:
yum clean all




 

 

 

then

 



Code:
yum update




 

first time around, I got some warnings about tigervnc-server

 

Quote:--> Finished Dependency Resolutiontigervnc-server-1.0.0-2.fc11.i586 from installed has depsolving problems

--> Missing Dependency: libcrypto.so.8 is needed by package tigervnc-server-1.0.0-2.fc11.i586 (installed)

tigervnc-server-1.0.0-2.fc11.i586 from installed has depsolving problems

--> Missing Dependency: libssl.so.8 is needed by package tigervnc-server-1.0.0-2.fc11.i586 (installed)

Error: Missing Dependency: libcrypto.so.8 is needed by package tigervnc-server-1.0.0-2.fc11.i586 (installed)

Error: Missing Dependency: libssl.so.8 is needed by package tigervnc-server-1.0.0-2.fc11.i586 (installed)

You could try using --skip-broken to work around the problem

You could try running: package-cleanup --problems

package-cleanup --dupes

rpm -Va --nofiles --nodigest

 
 

so I chose to remove the software

 



Code:
yum remove tigervnc-server




 

I ran

Code:
yum update


again and this time no warnings

 

Quote:Transaction Summary

================================================================================

Install 152 Package(s)

Upgrade 1133 Package(s)

Remove 1 Package(s)

Reinstall 0 Package(s)

Downgrade 0 Package(s)

 

Total download size: 748 M

Is this ok [y/N]:
 

I pressed Y to continue and then it downloaded 1285 updates

 

Quote:(1285/1285): zlib-1.2.3-23.fc12.i686.rpm | 69 kB 00:00 --------------------------------------------------------------------------------

Total 1.4 MB/s | 748 MB 09:00
 

I was now prompted to accept the new GPG keys, so had to press Y 3 times for this process

 

Quote:Importing GPG key 0x57BBCCBA "Fedora (12) <fedora@fedoraproject.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386

Is this ok [y/N]: y

warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID 16ca1a56

rpmfusion-free/gpgkey | 1.7 kB 00:00

Importing GPG key 0x16CA1A56 "RPM Fusion free repository for Fedora (12) <rpmfusion-buildsys@lists.rpmfusion.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-12-i386

Is this ok [y/N]: y

warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID a3a882c1

rpmfusion-nonfree/gpgkey | 1.7 kB 00:00

Importing GPG key 0xA3A882C1 "RPM Fusion nonfree repository for Fedora (12) <rpmfusion-buildsys@lists.rpmfusion.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-12-i386

Is this ok [y/N]: y
 

the updates finally get applied (which took some time)

 

Quote: Updating : policycoreutils-python-2.0.74-17.fc12.i686 930/2467

Updating : python-virtinst-0.500.0-5.fc12.noarch 931/2467

Updating : selinux-policy-targeted-3.6.32-46.fc12.noarch 932/2467

Updating : PackageKit-yum-plugin-0.5.4-0.4.20091029git.fc12 933/2467

Installing : media-player-info-3-1.fc12.noarch 934/2467

Updating : alacarte-0.12.4-1.fc12.noarch 935/2467

Updating : system-config-lvm-1.1.10-1.fc12.noarch 936/2467

Updating : system-config-language-1.3.3-3.fc12.noarch 937/2467

Updating : 1:xchat-2.8.6-13.fc12.i686 938/2467

Updating : baekmuk-ttf-fonts-ghostscript-2.2-22.fc12.noarch 939/2467

Updating : system-config-rootpassword-1.99.6-1.fc12.noarch 940/2467
 

 

after some hours all the files are installed or updated

 

Quote: gnome-audio.noarch 0:2.22.2-4.fc11 hal-cups-utils.i586 0:0.6.19-2.fc11

kacst-fonts.noarch 0:2.0-2.fc11

kerneloops.i586 0:0.12-5.fc11

liberation-fonts-compat.noarch 0:1.04.93-10.fc11

libudev0.i586 0:141-7.fc11

lohit-fonts-common.noarch 0:2.4.0-1.fc11

openal.i586 0:0.0.9-0.17.20060204cvs.fc11

paktype-fonts.noarch 0:2.0-3.fc11

totem-gstreamer.i586 0:2.26.4-2.fc11

udev-extras.i586 0:20090226-0.5.20090302git.fc11

un-core-fonts-batang.noarch 0:1.0.2-0.8.080608.fc11

un-core-fonts-dinaru.noarch 0:1.0.2-0.8.080608.fc11

un-core-fonts-dotum.noarch 0:1.0.2-0.8.080608.fc11

un-core-fonts-graphic.noarch 0:1.0.2-0.8.080608.fc11

un-core-fonts-gungseo.noarch 0:1.0.2-0.8.080608.fc11

un-core-fonts-pilgi.noarch 0:1.0.2-0.8.080608.fc11

xorg-x11-filesystem.noarch 0:7.3-4.fc11

 

Complete!
 

 

Reboot and Verify

 

and now it's time to reboot to let the new kernel take effect

 

after the reboot, we can check the kernel version and os version to verify that the upgrade has taken place

 

Quote:[anyweb@localhost ~]$ cat /etc/redhat-release Fedora release 12 (Constantine)

[anyweb@localhost ~]$ uname -a

Linux localhost.localdomain 2.6.31.5-127.fc12.i686 #1 SMP Sat Nov 7 21:41:45 EST 2009 i686 i686 i386 GNU/Linux

[anyweb@localhost ~]$
 

Double-check that we don't need any more updates

 

Quote:[root@localhost ~]# yum -y updateLoaded plugins: dellsysidplugin2, refresh-packagekit

Setting up Update Process

No Packages marked for Update

[root@localhost ~]#
 

and that's it, Fedora 12 is now installed !!

 

 

 

 

Some Screenshots

 

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_11_2009/post-1-12594810091829.png" data-fileid="1223">[img]<fileStore.core_Attachment>/monthly_11_2009/post-1-12594810091829.png[/img]</a>

 

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_11_2009/post-1-12594811042576.png" data-fileid="1224">[img]<fileStore.core_Attachment>/monthly_11_2009/post-1-12594811042576.png[/img]</a>

 

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_11_2009/post-1-12594811212306.png" data-fileid="1225">[img]<fileStore.core_Attachment>/monthly_11_2009/post-1-12594811212306.png[/img]</a>

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_11_2009/post-1-12594835523753.png" data-fileid="1228">[img]<fileStore.core_Attachment>/monthly_11_2009/post-1-12594835523753.png[/img]</a>



Attached Files
.png   Screenshot-6.png (Size: 243.67 KB / Downloads: 0)
.png   Screenshot-7.png (Size: 356.07 KB / Downloads: 0)
.png   Screenshot-8.png (Size: 661.3 KB / Downloads: 0)
.png   Screenshot-12.png (Size: 308.09 KB / Downloads: 0)
Print this item

  updating Fedora 11 to Fedora 12 ?
Posted by: anyweb - 2009-11-26, 07:47 PM - Forum: Fedora 12 - No Replies


hi guys

 

has anyone tried updating Fedora 11 to Fedora 12 yet ? i'm thinking about doing it soon and just wanted some heads up for any gotchas

 

cheers

niall

Print this item

  Fedora 12 - first looks
Posted by: anyweb - 2009-11-26, 05:38 PM - Forum: Linux News - No Replies


First look at Fedora 12

 

Fedora I've been using Fedora (and Red Hat Linux before that) on and off for about seven years now and I would say that Fedora is a distribution consistently on the cutting edge of open source software. This means that I've been regularly wowed by new technology and occasionally left virtually bleeding and scrambling for alternative install media. Overall, my experiences have been positive, especially with the project's version 11 release, and I have been looking forward to Fedora 12 for the past few months.

 

The Fedora distribution comes in various flavours, depending on your needs. There's an all-in-one installation DVD for 32-bit and 64-bit Intel machines. The DVD also has a PowerPC edition. If you'd like to try before you install, Fedora has live CDs. These live CDs feature either the GNOME desktop or the KDE desktop and I decided to try my luck with the KDE live CD. While my download was in progress, I took a look around the web site. The Fedora Project, being a cutting-edge testing ground for new technology, has a technically geared website. It's easy to navigate for people familiar with computers in general and Linux in particular, but for newcomers to the open-source scene, the terms and information are likely to be overwhelming. The site gives the impression of a project run by open source enthusiasts for open source enthusiasts.

 

To test Fedora, I ran it on my trusty desktop system (2.5 GHz CPU and 2 GB of RAM) and my LG laptop (1.5 GHZ CPU and 2 GB of RAM). To see how the operating system would perform with fewer resources, I also ran it in a virtual machine. The live CD booted up and presented me with a fresh, modern KDE 4.3 desktop. A folder plasmoid (widget) was open, presenting a single icon: a short-cut to the installer. Also on the desktop were the usual taskbar and application menu. Right away I started the installer and got down to business.

 

full story > http://distrowatch.com/weekly.php?issue=...23#feature

Print this item

  Ubuntu drops the GIMP
Posted by: anyweb - 2009-11-26, 05:37 PM - Forum: Linux News - Replies (5)


At the Ubuntu Developer Summit, which took place last week, it was announced that the next release of the Ubuntu Linux distribution, version 10.04, will no longer carry the GIMP in its default installation. This actually touches upon somethin I've been wanting to talk about, a problem that plagues both Linux and Mac OS X: Paint.NET is Windows-only.

 

The reasoning behind removing the GIMP from the default Ubuntu install is solid. The application is geared towards a different audience than Ubuntu itself; it's for technical and skilled high-end graphic editors. This makes it unsuitable for quick image editing, because thanks to all its plug-ins, the GIMP's loading time is long. To make matters worse, because the GIMP is a complicated and advanced application, its interface reflects that.

 

 

 

more > http://www.osnews.com/story/22541/Ubuntu..._Paint_NET

Print this item

  Repositioning the KDE Brand
Posted by: anyweb - 2009-11-26, 05:35 PM - Forum: Linux News - No Replies


We all know what KDE stands for, right? Unless you're new here, you'll know that it stands for the K Desktop Environment. While this certainly covers a large chunk of what KDE stands for, it has increasingly lost its meaning over the past few years. Consequently, the KDE team has decided to 'reposition' the KDE brand.

 

via > http://www.osnews.com/story/22542/Reposi..._KDE_Brand

Print this item

  Grub stage 1.5 Error: 2
Posted by: Desertoren - 2009-11-26, 03:15 AM - Forum: How Do I? - Replies (3)


Hi, i just finished installing slackware 13 and this is the first time i'm using linux. When the setup was finished and i removed the slack-cd and rebooted, i get this message:

 



Code:
GRUB Loading stage1.5.

GRUB loading, please wait...
Error 2




 

From what i've learned this Error 2:

 



Code:
"Selected disk doesn't exist"

This error is returned if the device part of a device- or full filename refers to a disk or BIOS device that is not present or not recognized by the BIOS in the system.




 

This sort of makes sense since during installation i could not use cfdisk to partition; using cfdisk showed me 600mb of free space on hda, however fdisk -l showed me my 2 harddrives of 250gb each, named sda and sdb. I then had to partition in fdisk and continue with the setup. I don't know if this is the way it's supposed to work, but my guess is that the reason grub can't find my root (or whatever it's looking for), is the same reason cfdisk couldn't find my drives, i.e grub is looking for hda1 or something, when it should be looking for sda1.

 

Here's where i'm stuck: I have no idea how to access menu.lst and change the drive it should be booting from.

 

I would appreciate any help on the matter.

Marcus

 

Edit: btw, i have absolutely no idea what "hda" is in the cfdisk list, i have no partition of that size, it just doesn't make sense to me.

Print this item

  create tarball from input list
Posted by: albytrott - 2009-11-24, 10:28 AM - Forum: How Do I? - Replies (1)


Hello all, noob here :-)

 

I am looking at creating a tar archive using a file list to specify the files to archive, I have looked through the man page and searched the internet and I can't find anything. Any ideas how I can do this?

 

Many thanks

 

Stephen

Print this item

  Update-notifier finds updates but fails to install them
Posted by: TorbenGB - 2009-11-22, 07:27 PM - Forum: Just Starting Linux - Replies (6)


I've just begun to use Linux, and have chosen PCLinuxOS. There's an update-notifier which lists 787 updates available but the install seems to not do anything. Can you help me figure this out? My alternative would be to turn the notifier off, but then I still don't have the updates.

 

Here's what happens:

I found the update-notifier and thought it would be smart to have that running, in order to stay up to date.



<ol style="list-style-type:decimal;">[*]When PCLinuxOS boots, the notifier tells me there are 787 packages in need of updating.

[*]When I choose "install updates", it will perform some actions, but on the next boot, it starts back at step 1.

[*]What it actually does is this: it first downloads 1 file, then 11 more in a separate step.

[*]Then there's a popup "mark additional changes?" and a list of packages to remove and packages to update, and buttons named "Close" and "Mark". I choose "Mark".

[*]Lots of files are being downloaded (9 of 787 etc...). This takes about half an hour @800kbps.

[*]Then there's a popup "synaptic is done" (OK).

[*]And then, the update-notifier tells me again that there are 787 packages in need of updating. O_o ?

</ol>

 

Either I'm not doing this right, or something is broken. Can you point me to what I should do next?

Your answers will be much appreciated, and I will report back on my (hopefully) success.

Thank you!

Print this item