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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,244
» Latest member: dangyc
» Forum threads: 4,031
» Forum posts: 16,406

Full Statistics

Online Users
There are currently 340 online users.
» 0 Member(s) | 335 Guest(s)
Applebot, Baidu, Bing, Google, Yandex

Latest Threads
how to allow only steam t...
Forum: Xorg Problems
Last Post: moquber
2026-03-17, 09:40 PM
» Replies: 0
» Views: 299
Wi-Fi works for a few min...
Forum: Network Problems
Last Post: kabifff
2025-12-15, 12:57 AM
» Replies: 0
» Views: 673
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 4,031
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 125,250
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 75,399
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 5,407
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 9,230
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 47,570
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 166,538
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 98,059

 
  Introducing PCLinuxOS 2010
Posted by: anyweb - 2010-04-20, 06:33 AM - Forum: PCLinuxOS - No Replies


The distribution itself comes on a single live CD which kicks off with a GRUB boot menu. The GRUB screen gives the user the ability to boot normally, into the live environment, into a console or via various safe modes, or to perform a media check. Additional menus along the bottom of the screen offer support for additional languages, screen resolutions and kernel options.

 

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_04_2010/post-1-12717452298278.png" data-fileid="1260">[img]<fileStore.core_Attachment>/monthly_04_2010/post-1-12717452298278.png[/img]</a>

 

Booting into the live environment presents the user with a blue-themed KDE desktop. The root and guest account passwords are displayed at the top of the screen and the application menu is displayed in the classic KDE style. Icons on the desktop provide short-cuts to the command line, the user's folders and the system's installer. Along the taskbar are icons providing the user with links to various tools to configure the desktop and to configure the computer (more on the differences between those two shortly). There are also launchers to browse the user's files and start the package manager.

 

The installer starts off by asking the user to partition their hard disk. The partition editor has an interesting approach to its job, where almost all the controls are either buttons or sliders. While this took a few moments for me to get used to, the layout will probably appeal to less experienced users. Once the disk has been divided up, the installer formats the drive and copies the necessary files over from the CD. This happened without any confirmation, taking me a bit by surprise as generally an installer will warn the user before wiping a partition. Once the copy process is complete, the installer asks the user to configure the boot loader. After configuring the boot loader, the installer locked up for a minute and, finally, showed me a screen asking me to "halt computer".

 

more > http://www.osnews.com/story/23176/Introd...nuxOS_2010



Attached Files
.png   pclinuxos-installer.png (Size: 294.74 KB / Downloads: 0)
Print this item

  INSTALL XP FROM FEDORA
Posted by: arinkolkata - 2010-04-20, 01:25 AM - Forum: How Do I? - Replies (2)

i have acer emachines atom notebook with fedora preinstalled and it does not have cd drive.i has 160 hdd. i coped xp from pendrive but it not getting started. the file system it is showing ext4 and others. i want remove them, convert the hdd into ntfs and install xp.i have to some project work urgently.HOW DO I REMOVE EXT4 PARTITION OF FEDORA AND MAKE A NTFS PARTITION WITHOUT A CD DRIVE. I HAVE USB PORT TO HAVE A PENDRIVE.....

Print this item

  usb stick linux/windows
Posted by: inittux - 2010-04-19, 11:23 AM - Forum: Tips and Tricks - Replies (2)

I have the following problem. I have a usb stick which I've used in linux and at work I work with windows at work. Before ejecting my usb stick I forgot to empty my trash in Linux. Now I'm at work and it says my usb stick is full. I have searched all over with google and I can't find a way to delete my .trash from my usb stick. Formatting it doesn't help either. Does anyone know how to do this without having to boot in linux?

Print this item

  Installing Software
Posted by: hybrid - 2010-04-17, 12:30 PM - Forum: Featured Content - No Replies


Installing software on Linux is actually quite different to how you usually install software on a Windows system.

 

Most Linux distributions use what is known as a 'package management system' (such as RPM or Deb). The package management system is responsible for keeping a list of all the software installed on your Linux computer, knowing which bits of software need other bits of software to run and for preventing different pieces of software interfering with each other.

 

That means that rather than downloading some software as an .exe installer file and running that, as in Windows, the best way to install software on Linux is to go through your package management system so that it can keep everything neat and tidy.

 

To make it easy to find the .rpm and .deb packages you need, most distributions also have a program for automatically finding the right files, downloading them and installing them for you. This is, for example, aptitude (apt-get, apt-remove) on Ubuntu, Debian and many similar distributions and yum on Fedora/RedHat/CentOS-based systems.

 

For example, if you wanted to install the program recordmydesktop (a great program for making screen recordings of what's happening on your computer screen), you could use these commands at a terminal:

 

For Ubuntu/Debian/etc.:

 



Code:
sudo apt-get install recordmydesktop




 

For RedHat/Fedora/CentOS/etc.:

 



Code:
su -
yum install recordmydesktop




 

However! You can avoid using the terminal in most of these distributions; just look for an Add/Remove Software application or a Software Manager or similar. Most of these are pretty easy to use; you can search for the program you are looking for and download and install it in a few clicks.

Print this item

  Follow us on Twitter
Posted by: hybrid - 2010-04-17, 12:12 PM - Forum: Site News - No Replies


Linux-noob.com now has an official Twitter account -- @linux_noob.

 

Feel free to follow that account -- we'd appreciate your support. Hopefully we can use that to attract more members, help people out with Linux, connect with our members and to showcase new interesting things happening here on the site. :)

Print this item

  Giving Linux a try
Posted by: hybrid - 2010-04-17, 10:32 AM - Forum: Featured Content - No Replies


Thinking of giving Linux a try?

 

Entering the world of Linux can be a bit daunting, sometimes simply because of the vast number of choices of different versions of Linux, called distributions (often shortened to 'distro').

 

If you haven't used Linux before and you'd like to just give it a try, one of the best ways to do this is with a Live CD. A Live CD distro allows you to boot your computer from the CD and use Linux without installing it to your hard drive and without making any changes to your computer at all. The disadvantage of a live CD is that it's really best only for experimenting and having a play -- anything you do won't be saved when you restart your computer! Live CDs will also be a lot slower than Linux installed on your hard drive.

 

Ubuntu is a great Live CD distribution to start with. You'll want to download the 'Ubuntu Desktop' file from the Ubuntu download page. The download size is quite large -- you are downloading a whole operating system here!

 

Other good Live CD distributions you can try include Fedora, Linux Mint and PCLinuxOS.

 

Once you have download the .iso file, you need to burn it to CD to make your 'Live CD'. However, you can't just copy the file to a CD normally -- you have to make sure the ISO image is properly unpacked on your CD. ISO Recorder is a good, free program to use for this on Windows, or you may already have CD burning software that can write ISO image files.

 

Once you have used ISO Recorder or another program to burn your new live CD to a disc, you should be able to just reboot your computer with the disc in the drive to start your Linux distribution up. (If that doesn't work, you might need to check your BIOS settings to allow booting from a CD)

 

Now you can have a play with Linux in this Live CD environment, without affecting anything else on your computer. Later on, you can choose to install the distribution to your hard drive if you want to use Linux more often.

Print this item

  new to forums
Posted by: inittux - 2010-04-16, 09:27 AM - Forum: Hello - Replies (10)


Hey Everyone,

 

I'm new to the forums. Been using Linux on and off over the years. But for the past month I've been starting to get more serious and investing more time in Linux. I have mostly used ubuntu but now I'm trying out debian now. I'm also interested in CentOS but since I'm still a Linux noob I think I've come to the write place. :)

Print this item

  Some screenshots of Fedora 13 Beta
Posted by: hybrid - 2010-04-15, 03:24 PM - Forum: Linux - No Replies


I've just been playing around with the new Fedora 13 Beta release in a virtual machine. It looks pretty attractive and seems to work well (in this VM configuration anyway).

 

It ships with the Firefox 3.6 release and there's a new photo management app called Shotwell (which has an 'Events' feature like Apple's iPhoto), but a lot of the other new stuff is under the hood, so I'm not sure what other interesting things there are to see just yet!

 

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713447874199.png" data-fileid="1250">[img]<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713447874199.png[/img]</a>

 

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713448147314.png" data-fileid="1251">[img]<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713448147314.png[/img]</a>

 

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713449073129.png" data-fileid="1252">[img]<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713449073129.png[/img]</a>

 

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713449379379.png" data-fileid="1253">[img]<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713449379379.png[/img]</a>

 

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713449531936.png" data-fileid="1254">[img]<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713449531936.png[/img]</a>

 

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713449693675.png" data-fileid="1255">[img]<fileStore.core_Attachment>/monthly_04_2010/post-1019-12713449693675.png[/img]</a>

 

 

 

Let me know if there's anything specific from F13 beta you want to see, I'll be having a snoop around the new release for a while. :)



Attached Files
.png   booting.png (Size: 9.87 KB / Downloads: 0)
.png   login.png (Size: 592.4 KB / Downloads: 0)
.png   blank desktop.png (Size: 937.8 KB / Downloads: 0)
.png   Fx3.6.2.png (Size: 388.12 KB / Downloads: 0)
.png   L-n.png (Size: 164.85 KB / Downloads: 0)
.png   Shotwell.png (Size: 347.29 KB / Downloads: 0)
Print this item

  remove fedrora and install xp
Posted by: arinkolkata - 2010-04-15, 01:19 AM - Forum: How Do I? - Replies (3)

i have accer emachines atom notebook with fedrora preinstalled and it does not have cd drive.i has 160 hdd. i coped xp from pendrive but it not getting started. the file system it is showing ext4 and others. i want remove them, convert the hdd into ntfs and install xp.i have to some project work urgently.HOW DO I REMOVE EXT4 PARTITION OF FEDRORA AND MAKE A NTFS PARTITION WITHOUT A CD DRIVE. I HAVE USB PORT TO HAVE A PENDRIVE.....

Print this item

  Hackers Hit Apache.org, Compromise Passwords
Posted by: anyweb - 2010-04-14, 06:53 PM - Forum: Linux News - Replies (1)


The Apache Software Foundation reports that it was hit earlier in April by a sophisticated attack that compromised user passwords.

 

Hackers launched a multistage, targeted attack against the Apache Software Foundation's infrastructure April 5 that compromised user passwords.

 

According to the foundation, the hackers took advantage of an XSS (cross-site scripting) vulnerability using a shortened URL to target the server hosting issue-tracking software for the open-source group's projects. The foundation uses a donated instance of Atlassian JIRA to track issues and requests, and hosted the instance on brutus.apache.org, running Ubuntu Linux 8.04 LTS.

 

"If you are a user of the Apache-hosted JIRA, Bugzilla or Confluence, a hashed copy of your password has been compromised," the foundation said in an April 13 statement on the Apache Infrastructure Team blog. "JIRA and Confluence both use a SHA-512 hash, but without a random salt. We believe the risk to simple passwords based on dictionary words is quite high, and most users should rotate their passwords."

 

The statement continued, "Bugzilla uses [an] SHA-256, including a random salt. The risk for most users is low to moderate, since prebuilt password dictionaries are not effective, but we recommend [that] users should still remove these passwords from use.

 

more > http://www.eweek.com/c/a/Security/Hacker...ds-896918/

Print this item