<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxQuestions.org - Blogs - farslayer</title>
		<link>http://www.linuxquestions.org/questions/blog/farslayer-214143/</link>
		<description>LinuxQuestions.org offers a free Linux forum where Linux newbies can ask questions and Linux experts can offer advice. Topics include security, installation, networking and much more.</description>
		<language>en</language>
		<lastBuildDate>Mon, 20 May 2013 12:39:53 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://lqo-thequestionsnetw.netdna-ssl.com/questions/images/misc/rss.jpg</url>
			<title>LinuxQuestions.org - Blogs - farslayer</title>
			<link>http://www.linuxquestions.org/questions/blog/farslayer-214143/</link>
		</image>
		<item>
			<title>Laptop Locating resource</title>
			<link>http://www.linuxquestions.org/questions/blog/farslayer-214143/laptop-locating-resource-1853/</link>
			<pubDate>Thu, 09 Apr 2009 12:40:51 GMT</pubDate>
			<description><![CDATA[The Linux Laptop Sites are a great resource for finding out what works and what doesn't on a particular model of laptop.   
...]]></description>
			<content:encoded><![CDATA[<div>The Linux Laptop Sites are a great resource for finding out what works and what doesn't on a particular model of laptop.  <br />
<br />
<a href="http://www.linux-on-laptops.com/" target="_blank" rel="nofollow">http://www.linux-on-laptops.com/</a><br />
<a href="http://tuxmobil.org/mylaptops.html" target="_blank" rel="nofollow">http://tuxmobil.org/mylaptops.html</a><br />
<a href="http://www.linlap.com/" target="_blank" rel="nofollow">http://www.linlap.com/</a><br />
<br />
Look at what laptops manufacturers are selling with Linux.. If a manufacturer is selling or certifying a particular model, odds are it will work well with whatever distribution of Linux you wish to install on it. <br />
<br />
<a href="http://www.dell.com/content/topics/segtopic.aspx/linux_3x?c=us&amp;cs=19&amp;l=en&amp;s=dhs" target="_blank" rel="nofollow">Dell Linux Laptops</a><br />
<a href="http://h71028.www7.hp.com/enterprise/cache/569891-0-0-0-121.html" target="_blank" rel="nofollow">HP Laptops certified for Linux</a><br />
<a href="http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;lndocid=MIGR-48NT8D" target="_blank" rel="nofollow">Lenvo Linux Laptops</a></div>

]]></content:encoded>
			<dc:creator>farslayer</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/farslayer-214143/laptop-locating-resource-1853/</guid>
		</item>
		<item>
			<title>UDEV Rules</title>
			<link>http://www.linuxquestions.org/questions/blog/farslayer-214143/udev-rules-1794/</link>
			<pubDate>Fri, 27 Mar 2009 13:25:39 GMT</pubDate>
			<description>*udev Rules for the Hard drives..*    
 
 
Use udevinfo to get unique attributes about the devices you are going to write a rule for. 
 
*udevinfo -a...</description>
			<content:encoded><![CDATA[<div><font size="4"><b>udev Rules for the Hard drives..</b>  </font> <br />
<br />
<br />
Use udevinfo to get unique attributes about the devices you are going to write a rule for.<br />
<br />
<b>udevinfo -a -p /sys/block/sda | grep -i model</b><br />
 Gives the following output: SYSFS{model}=&quot;LD 0 RAID1 139G&quot;<br />
<br />
 <b>udevinfo -a -p /sys/block/sda | grep -i size</b><br />
 Gives the following output: SYSFS{size}=&quot;286515200&quot;<br />
<br />
<b>udevinfo -a -p /sys/block/sdb | grep -i model</b><br />
 Gives the following output: SYSFS{model}=&quot;PERC 5/E Adapter&quot;<br />
<br />
<b>udevinfo -a -p /sys/block/sdb | grep -i size</b><br />
  Gives the following output: SYSFS{size}=&quot;10732699648&quot;<br />
<br />
 2. Now that we have unique information about each device, we can write a udev rule and rename each device.<br />
<b> cd /etc/udev/rules.d<br />
 vi 51-perc.rules</b><br />
<br />
 Place the following into the file:<br />
 <b>SYSFS{size}=&quot;10732699648&quot;, SYSFS{model}=&quot;PERC 5/E Adapter&quot;, NAME=&quot;sdb&quot;<br />
 SYSFS{size}=&quot;286515200&quot;, SYSFS{model}=&quot;LD 0 RAID1 139G&quot;, NAME=&quot;sda&quot;</b><br />
 <br />
 Issue a &quot;<b>udevstart</b>&quot;</div>

]]></content:encoded>
			<dc:creator>farslayer</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/farslayer-214143/udev-rules-1794/</guid>
		</item>
		<item>
			<title>Setting the Linux Hostname</title>
			<link>http://www.linuxquestions.org/questions/blog/farslayer-214143/setting-the-linux-hostname-1648/</link>
			<pubDate>Mon, 02 Mar 2009 14:49:01 GMT</pubDate>
			<description>Originally Copied from http://www.cpqlinux.com/hostname.html 
The original site has been down the last several times I have checked, so I am...</description>
			<content:encoded><![CDATA[<div><i>Originally Copied from <a href="http://www.cpqlinux.com/hostname.html" target="_blank" rel="nofollow">http://www.cpqlinux.com/hostname.html</a><br />
The original site has been down the last several times I have checked, so I am reposting the info here in my blog.. </i><br />
<br />
<br />
<font face="Arial Black"><font size="5"><br />
Setting the Linux Host Name</font></font><br />
<br />
Start at the top and complete ALL steps.. <br />
<br />
<b>-------------------------------------------------------------------------------</b><br />
<font face="Arial Black">Checking your Linux host name</font><br />
First, see if your host name is set correclty using the following commands:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 114px;
		text-align: left;
		overflow: auto">uname -n
hostname -a
hostname -s
hostname -d
hostname -f
hostname</pre>
</div>If the above commands return correctly with no errors then all may be well; however, you may want to read on to verify that all settings are correct.<br />
<br />
<b>-------------------------------------------------------------------------------</b><br />
<font face="Arial Black">Configuring /etc/hosts</font><br />
If your IP address is assigned to you by a DHCP server, then /etc/hosts is configured as follows:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">127.0.0.1	mybox.mydomain.com	localhost.localdomain localhost mybox</pre>
</div>If you have a static IP address, then /etc/hosts is configured as follows:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 50px;
		text-align: left;
		overflow: auto">127.0.0.1	localhost.localdomain localhost
192.168.0.10	mybox.mydomain.com	mybox</pre>
</div><b>--------------------------------------------------------------------------------</b><br />
<font face="Arial Black">Setting the Host Name using &quot;hostname&quot;</font><br />
After updating the /etc/hosts file correctly, the &quot;hostname&quot; command should be run as follows to set your hostname:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">hostname mybox.mydomain.com</pre>
</div><b>---------------------------------------------------------------------------------</b><br />
<font face="Arial Black">Checking /etc/HOSTNAME (if present)</font><br />
<br />
You may or may not have the file /etc/HOSTNAME:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">mybox.mydomain.com</pre>
</div><b>--------------------------------------------------------------------------------</b><br />
<font face="Arial Black">Checking /etc/sysconfig/network</font><br />
<br />
If you have a static IP address, then /etc/sysconfig/network is configured as follows:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 66px;
		text-align: left;
		overflow: auto">NETWORKING=yes
HOSTNAME=&quot;mybox.mydomain.com&quot;
...</pre>
</div><br />
<br />
If your IP address is assigned to you by a DHCP server, and you wish to update the local DNS server through Dynamic DNS, then /etc/sysconfig/network is configured as follows:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 82px;
		text-align: left;
		overflow: auto">NETWORKING=yes
HOSTNAME=&quot;mybox.mydomain.com&quot;
DHCP_HOSTNAME=&quot;mybox.mydomain.com&quot;
...</pre>
</div><b>-------------------------------------------------------------------------------</b><br />
<font face="Arial Black"><br />
Checking /proc/sys/kernel/hostname</font><br />
<br />
<br />
This is checked with the following command:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">cat /proc/sys/kernel/hostname</pre>
</div><br />
<br />
If you need to set this file, you can either reboot or set it now with the following command:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">echo mybox.mydomain.com &gt; /proc/sys/kernel/hostname</pre>
</div><br />
<b>-------------------------------------------------------------------------------</b><br />
<font face="Arial Black">Dynamic DNS</font> - Updating the local DNS server with your host name and DHCP IP<br />
<br />
If you receive your IP address from a DHCP server, you may update the local DNS server by adding the following line to /etc/sysconfig/network for Red Hat:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">DHCP_HOSTNAME=&quot;mybox.mydomain.com&quot;</pre>
</div><br />
or if running Debian, edit /etc/network/interfaces as follows (adding the hostname line):<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 50px;
		text-align: left;
		overflow: auto">iface eth0 inet dhcp
    hostname mybox.mydomain.com</pre>
</div><br />
For more info in Debian, see &quot;man interfaces&quot; and scroll down to &quot;The dhcp Method&quot;.<br />
<br />
<b>---------------------------------------------------------------------------------</b><br />
<font face="Arial Black">WINS </font>- Updating the local WINS server with your host name and IP<br />
<br />
If you wish to update the local WINS server, then use SAMBA, and configure it to point to the local WINS server.</div>

]]></content:encoded>
			<dc:creator>farslayer</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/farslayer-214143/setting-the-linux-hostname-1648/</guid>
		</item>
		<item>
			<title>Linux in Education - resources.</title>
			<link>http://www.linuxquestions.org/questions/blog/farslayer-214143/linux-in-education-resources-1568/</link>
			<pubDate>Fri, 30 Jan 2009 20:58:43 GMT</pubDate>
			<description>There are a lot of links here for various projects centered around Education.  Make sure you clik the *Continue Reading* link in the lower right to...</description>
			<content:encoded><![CDATA[<div>There are a lot of links here for various projects centered around Education.  Make sure you clik the <b>Continue Reading</b> link in the lower right to view all the content. <br />
<br />
<a href="http://www.google.com/search?sourceid=mozclient&amp;ie=utf-8&amp;oe=utf-8&amp;q=Linux+in+Schools+case+study" target="_blank" rel="nofollow">case studies on schools that have converted to Linux</a><br />
<br />
<a href="http://italc.sourceforge.net/" target="_blank" rel="nofollow">iTALC - Intelligent Teaching And Learning with Computers</a><br />
iTALC is a powerful didactical tool for teachers. It lets you view and control other computers in your network in several ways. It supports Linux and Windows 2000/XP<br />
<br />
<a href="http://linuxappfinder.com/education" target="_blank" rel="nofollow">http://linuxappfinder.com/education</a><br />
Resource for finding applications to fit specific categories.. such as Education<br />
<br />
<a href="http://www.debian.org/devel/debian-jr/" target="_blank" rel="nofollow">http://www.debian.org/devel/debian-jr/</a><br />
Our goal is to make Debian an OS that children of all ages will want to use. Our initial focus will be on producing something for children up to age 8. Once we have accomplished this, our next target age range is 7 to 12.<br />
<br />
<a href="http://www.osef.org/" target="_blank" rel="nofollow">http://www.osef.org/</a><br />
The Open Source Education Foundation's purpose to enhance k-12 education through the use of technologies and concepts derived from The Open Source and Free Software movement.<br />
<br />
<a href="http://gcompris.net/" target="_blank" rel="nofollow">http://gcompris.net/</a><br />
GCompris is an educational software suite comprising of numerous activities for children aged 2 to 10. Some of the activities are game orientated, but nonetheless still educational<br />
<br />
<a href="http://www.schoolforge.net/" target="_blank" rel="nofollow">http://www.schoolforge.net/</a><br />
SchoolForge's mission is to unify independent organizations that advocate, use, and develop open resources for education. We advocate the use of open texts and lessons, open curricula, free software and open source in education.<br />
<br />
<a href="http://edubuntu.org/" target="_blank" rel="nofollow">http://edubuntu.org/</a><br />
Edubuntu's objective is to create an integrated and usable experience for educational users by enhancing Ubuntu with educational applications, tools, content, and themes.<br />
<br />
<a href="http://wiki.k12opensource.com/" target="_blank" rel="nofollow">http://wiki.k12opensource.com/</a><br />
Free (Libre) Open Source Software (FLOSS) holds a tremendous potential for K-12 education. By using Free and Open Source Software, schools can:<br />
    * Save money on their classroom and back-office programs<br />
    * Use programs that can be freely-copied and shared with students<br />
    * Customize programs for specific needs<br />
    * Provide teachers and students with an introduction to the world of collaborative software building<br />
<br />
This site was started after the significant positive response to Free and Open Source software by educators at the National Educational Computing Conference (NECC) held in July, 2006<br />
<br />
<a href="http://www.gnu.org/education/" target="_blank" rel="nofollow">http://www.gnu.org/education/</a><br />
Free Software can be a valuable resource in education. Not only can it be technically or pedagogically superior to proprietary alternatives, but it can also promote the values of the GNU project in the schools:<br />
    * Freedom<br />
    * Cooperation<br />
<br />
Today, many students and schools don't even know about Free Software or the great advantages it brings. At the same time, software knowledgeability is required for more and more tasks, and Free Software has a distinct advantage in this field.<br />
<br />
<a href="http://www.sugarlabs.org/" target="_blank" rel="nofollow">http://www.sugarlabs.org/</a><br />
The learning engine for every child: Sugar provides a simple yet powerful means of engaging young children in the world of learning that is opened up by computers and the Internet. With Sugar, even the youngest learner will quickly become proficient in using the computer as a tool to engage in authentic problem-solving. Sugar promotes sharing, collaborative learning, and reflection, developing skills that help them in all aspects of life.<br />
<br />
<a href="http://www.ofset.org/" target="_blank" rel="nofollow">http://www.ofset.org/</a><br />
Because the liberty and the equality of access to the IT are important in our society, OFSET is actively promoting and developing free software for schools. To understand how and under what conditions OFSET is working to reach this objective, we invite you to read carefully the OFSET Manifesto and Charter. To consult the projects we are working on, you can take a look at our Project pages.<br />
<br />
<a href="http://childsplay.sourceforge.net/" target="_blank" rel="nofollow">http://childsplay.sourceforge.net/</a><br />
<i>Old site, replaced by Schoolsplay.org</i><br />
Childsplay is targeted at home users and uses a more colorful frontend than schoolsplay.<br />
The activities have a more &quot;fun and games&quot; feel to it.<br />
<br />
<a href="http://www.schoolsplay.org/" target="_blank" rel="nofollow">http://www.schoolsplay.org/</a><br />
Schoolsplay is a new project based on Childsplay and it will become a program that offers various educational activities and the educational &quot;fun and games&quot; activities currently found in Childsplay.<br />
Schoolsplay tries to address the design problems in Childsplay by using a more object oriented (OO) design. This will make Schoolsplay more robust and scalable as well as allow for easier customization by the user.<br />
In addition to the design considerations Schoolsplay will also add extensive data collecting, per user, to the various activities.<br />
<br />
<br />
<br />
<a href="http://edu.kde.org/" target="_blank" rel="nofollow">http://edu.kde.org/</a><br />
Free Educational Software based on the KDE technologies: students, parents, children, teachers, adults, you can freely use our software, copy it, modify it to your needs and enjoy learning!<br />
<br />
Please have a look at the Tour webpage to get a quick preview of our programs which are translated in more than 65 languages.<br />
<br />
Our primary focus is on schoolchildren aged 3 to 18, and the specialized user interface needs of young users. However, we also have programs to aid teachers in planning lessons, and others that are of interest to university students and anyone else with a desire to learn!<br />
<br />
<a href="http://www.geekcomix.com/tux4kids/distro/" target="_blank" rel="nofollow">http://www.geekcomix.com/tux4kids/distro/</a><br />
One of our goals is to &quot;Promote and Produce Full-Featured Alternative Software Solutions to Proprietary Software&quot;. We could not say we are working towards that goal unless we are aiming to supply alternative Operating System (OS) and application suites to schools, teachers, parents and children.<br />
<br />
<a href="http://os.cqu.edu.au/oslinux/README.html" target="_blank" rel="nofollow">http://os.cqu.edu.au/oslinux/README.html</a><br />
This is a compilation of Free and Open Source Educational software for Linux and is available on CD at <a href="http://os.cqu.edu.au/pub/iso/oslinux" target="_blank" rel="nofollow">http://os.cqu.edu.au/pub/iso/oslinux</a>. These Free and Open Source programs can also be downloaded from the latest copy of this document at <a href="http://os.cqu.edu.au/oslinux" target="_blank" rel="nofollow">http://os.cqu.edu.au/oslinux</a>. Files can be accessed using the category index below or accessed via the file tree structure of the CD image using a file or web browser.<br />
<br />
<a href="http://moodle.org/" target="_blank" rel="nofollow">http://moodle.org/</a>  <br />
<b>Moodle</b> is a Course Management System (CMS), also known as a Learning Management System (LMS) or a Virtual Learning Environment (VLE). It is a Free web application that educators can use to create effective online learning sites.<br />
<br />
<a href="http://www.k12ltsp.org/" target="_blank" rel="nofollow">http://www.k12ltsp.org/</a><br />
K12LTSP is based on CentOS Linux and the Linux Terminal Server Project. It's easy to install and configure. It's distributed under the GNU General Public License. That means it's free and it's based on Open Source software. K12LTSP is considered to be LEGACY software that is usable with old hardware until CentOS5 support ends in the year 2014. If you need modern LTSP 5.x features or modern client hardware, then you will want to use <b>K12Linux.org</b>.<br />
<br />
<br />
<a href="https://fedorahosted.org/k12linux/" target="_blank" rel="nofollow">https://fedorahosted.org/k12linux/</a><br />
K12Linux is Linux Terminal Server Project (LTSP.org) integrated with Fedora 10, in a convenient LiveUSB or DVD media installer. Since 1999 LTSP has empowered many schools and businesses with Linux-based terminal servers and thin clients, allowing low-cost clients or recycled computers to become powerful Linux desktop machines. K12Linux allows easy deployment of a Linux terminal server, capable of serving entire networks of netboot diskless clients. Clients login to the central terminal server, where they can use any Linux desktop environment (GNOME, KDE, XFCE, etc.) and most desktop applications. Significant long-term cost savings are made possible by central management of software and accounts. <br />
<br />
<br />
<a href="http://learnloop.sourceforge.net/" target="_blank" rel="nofollow">http://learnloop.sourceforge.net/</a><br />
Learnloop is a groupware aimd for education and collaboration. Our goals is to serve organsiations and companys with a tool, easy to use for students and teachers.<br />
LearnLoop is built and coded by its users and uses GPL license (Open source).<br />
<br />
<a href="http://grader.sourceforge.net/" target="_blank" rel="nofollow">http://grader.sourceforge.net/</a><br />
This is the  Grader  project (&quot;grader&quot;)<br />
<br />
Lecture facilities for IZTECH Computer Engineering department. Both student and academic personnel are target users. Users can communicate each other. Students can see exam, homework and project grades. <br />
<br />
http://www.wikieducator.org/Main_Page<br />
The WikiEducator is an evolving community intended for the collaborative:<br />
    * planning of education projects linked with the development of free content;<br />
    * development of free content on Wikieducator for e-learning;<br />
    * work on building open education resources (OERs) on how to create OERs.<br />
    * networking on funding proposals developed as free content. <br />
<br />
<br />
<a href="http://wiki.gleducar.org.ar/wiki/Portada" target="_blank" rel="nofollow">http://wiki.gleducar.org.ar/wiki/Portada</a><br />
Argentinian Software in education site..<br />
<br />
<br />
<br />
<a href="http://auc.sourceforge.net/" target="_blank" rel="nofollow">http://auc.sourceforge.net/</a><br />
<br />
<a href="http://k12admin.cmsd.bc.ca/" target="_blank" rel="nofollow">http://k12admin.cmsd.bc.ca/</a></div>

]]></content:encoded>
			<dc:creator>farslayer</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/farslayer-214143/linux-in-education-resources-1568/</guid>
		</item>
		<item>
			<title>Acer Aspire One Resources</title>
			<link>http://www.linuxquestions.org/questions/blog/farslayer-214143/acer-aspire-one-resources-1540/</link>
			<pubDate>Fri, 23 Jan 2009 21:02:44 GMT</pubDate>
			<description>This page is just to consolidate all the *Acer Aspire One Links* we have located over time..  
 
 
*Linpus Lite Resources - for Your AAO*...</description>
			<content:encoded><![CDATA[<div>This page is just to consolidate all the <b>Acer Aspire One Links</b> we have located over time.. <br />
<br />
<br />
<b>Linpus Lite Resources - for Your AAO</b><br />
=================================================<br />
<a href="http://www.reghardware.co.uk/2008/09/05/ten_aspire_one_tips/" target="_blank" rel="nofollow">10 Tweaks for your AAO</a><br />
<a href="http://www.linuxhaxor.net/2008/09/27/30-cool-acer-aspire-one-hacks/" target="_blank" rel="nofollow">30 AAO hacks</a><br />
<a href="http://jorge.fbarr.net/2008/08/06/acer-aspire-one-tips-and-tricks/" target="_blank" rel="nofollow">Acer Aspire One Tips and Tricks</a> - Setup Cloned or Dual Displays !!<br />
<a href="http://www.reghardware.co.uk/2008/12/04/acer_aspire_one_ui_fiddling/" target="_blank" rel="nofollow">Customize The Aspire Ones GUI</a><br />
<a href="http://www.aspireoneuser.com/forum/" target="_blank" rel="nofollow">Official Acer Aspire One Forums</a> - Good place for assistance with linpus Lite<br />
<a href="http://johnblackmore.com/aspire-one/one-finally-supports-huawei-modems/" target="_blank" rel="nofollow">Huawei E220 - Mobile broadband on the AAO</a><br />
<a href="http://www.aspireoneuser.com/2008/07/09/aspire-one-advance-linpus-mode-hack/" target="_blank" rel="nofollow">Enable Advanced Mode for Linpus Lite</a><br />
<a href="http://n00.be/archives/758/" target="_blank" rel="nofollow">Make the Fan Quieter in your AAO</a><br />
<a href="http://www.aspireoneuser.com/forum/viewtopic.php?f=44&amp;t=2561#p17096" target="_blank" rel="nofollow">Speed up SSD access on your AAO</a><br />
<a href="http://macles.blogspot.com/2008/08/upgrading-to-openoffice-241-on-acer.html" target="_blank" rel="nofollow">Upgrade Open Office to 2.4 on your AAO</a><br />
<a href="http://macles.blogspot.com/2008/08/installing-f-spot-on-acer-aspire-one.html" target="_blank" rel="nofollow">Install F-Spot Photo Manager</a><br />
<a href="http://macles.blogspot.com/2008/07/installing-firefox-3-on-acer-aspire-one.html" target="_blank" rel="nofollow">Upgrade to Firefox 3</a><br />
<a href="http://macles.blogspot.com/2008/08/dependency-problems-on-acer-aspire-one.html" target="_blank" rel="nofollow">Resolve Dependency issues on the AAO</a><br />
<a href="http://www.aspireoneuser.com/forum/viewtopic.php?f=39&amp;t=5105&amp;sid=e0f7477fcb3a105f453d1163cc05b566" target="_blank" rel="nofollow">How-To Install software on the AAO</a><br />
<a href="http://macles.blogspot.com/2008/09/installing-sun-java-on-acer-aspire-one.html" target="_blank" rel="nofollow">Install Sun Java on your AAO</a><br />
<a href="http://www.reghardware.co.uk/2009/03/16/netbook_backup_tools/" target="_blank" rel="nofollow">Backup your Netbook</a><br />
<br />
<br />
<br />
<b>Installing Linux on your Acer Apire One</b><br />
==================================================<br />
* <a href="http://wiki.debian.org/DebianAcerOne" target="_blank" rel="nofollow"> Installing Debian</a><br />
* <a href="http://wiki.archlinux.org/index.php/Acer_Aspire_One" target="_blank" rel="nofollow"> Installing Arch Linux</a><br />
* <a href="http://www.thev.net/cgi-bin/awki.cgi/_Acer_Aspire_One_" target="_blank" rel="nofollow"> Installing Slackware</a><br />
* <a href="https://help.ubuntu.com/community/AspireOne" target="_blank" rel="nofollow"> Installing Ubuntu</a><br />
* <a href="http://en.gentoo-wiki.com/wiki/Acer_Aspire_One_A110L" target="_blank" rel="nofollow"> Installing Gentoo</a><br />
* <a href="http://en.opensuse.org/OpenSUSE_on_the_Aspire_One" target="_blank" rel="nofollow"> Installing Open Suse</a><br />
* <a href="http://www.foresightlinux.org/mobile.html" target="_blank" rel="nofollow"> Foresight Linux</a><br />
* <a href="http://fedoraproject.org/wiki/Acer_Aspire_One" target="_blank" rel="nofollow"> Fedora Linux</a><br />
* <a href="http://wiki.mandriva.com/en/2009.0_Tour#Netbook_friendly" target="_blank" rel="nofollow"> Mandriva 2009</a><br />
* <a href="http://www.liliputing.com/2008/09/mandriva-mini-another-custom-linux-distro-for-netbooks.html" target="_blank" rel="nofollow"> Mandriva Mini</a><br />
<br />
<br />
<b>enable Console in Aspire One</b><br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="3" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="bbcodeblock" style="border:1px inset">
			
				<div>
					Originally Posted by <strong>Gazl</strong>
					
				</div>
				<div style="font-style:italic"><a href="http://www.linuxquestions.org/user/gazl-408048/">Gazl</a><br />
they've probably set &quot;DontVTSwitch&quot; in the /etc/X11/xorg.conf file to stop users switching out of X11.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 50px;
		text-align: left;
		overflow: auto">Option &quot;DontVTSwitch&quot; &quot;boolean&quot;
This disallows the use of the Ctrl+Alt+Fn sequence (where Fn refers to one of the numbered function keys)</pre>
</div></div>
			
		</td>
	</tr>
	</table>
</div><br />
<br />
<b>Troubleshooting your AAO</b><br />
========================================<br />
<b>Acer Aspire One Fails to Boot</b> - <a href="http://macles.blogspot.com/2008/08/acer-aspire-one-bios-recovery.html" target="_blank" rel="nofollow">BIOS recovery Procedure</a><br />
<br />
<br />
<br />
<b>Unable to run Network Center on Aspire One</b><br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="3" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="bbcodeblock" style="border:1px inset">
			
				<div>
					Originally Posted by <strong>jzvisions</strong>
					
				</div>
				<div style="font-style:italic">I have had a power failure. after restarting the networking wouldn't work and I couldn't run the Network Center to restart networking. <br />
<br />
Fix is to delete the <b>~/.gconf/system/networking</b> directory. <br />
<br />
This resets the networking config files forcing the NetworkManager to recreate them.</div>
			
		</td>
	</tr>
	</table>
</div><font color="Red">Please feel free to suggest more links to Acer Aspire One information</font> <br />
<br />
<br />
Thanks !!</div>

]]></content:encoded>
			<dc:creator>farslayer</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/farslayer-214143/acer-aspire-one-resources-1540/</guid>
		</item>
	</channel>
</rss>
