|
By PaladinOfKaos at 2008-08-21 17:14
|
|
Since this blog comes with my LQ account, I think I'll use it to blog about my linux experiences.
I recently finished getting Gentoo (more or less) set up on an IBM T40 laptop. I'm using KDE 4.1 on it, and it runs pretty smoothly, given how old the hardware is.
I just updated to GCC 4.3 on that machine, which is exciting for no real good reason. GCC 4.2 isn't even listed as stable yet in Gentoo, but I wanted a more recent version that has better P6 optimization (the pentium-m in my thinkpad sits between the Pentium III and the Core 2).
|
|
read more | PaladinOfKaos's blog
|
|
By rbkumaran at 2008-08-20 17:07
|
|
SMILE, Slideshow Maker In Linux Environnement is a free opensource slideshow creating tool for GNU/Linux, although it also works on Mac OS/X. SMILE helps to create video slideshows from images, that can be played on almost all medias. The numerous features and the simplicity of use make it possible to create dynamic and rich slideshows in just a few clicks, without having to worry about technical issues or complicated settings.Read at SuSEGeek.com
|
|
rbkumaran's blog
|
|
By Eredeath at 2008-08-20 07:16
|
I switched (again) back to Ubuntu. The ease of installing programs and the large repository of programs to install makes the distro just so damn convenient. The only thing I really, really dislike about it is I can’t log in as root…oh and Xorg (or maybe compiz?) crashes on me more often than I would like (sometimes so bad I have to use skinny elephants). I think once I buy some DVD’s I’ll try out Fedora 9.
|
|
read more | Eredeath's blog
|
|
By rbkumaran at 2008-08-19 16:31
|
|
Converting a PDF file into an HTML or a XML file has been made easy by a small useful utility called PDFTOHTML. PdftoHTml is a Xpdf based tool which can convert PDF files to HTML or XML format. PDFTOHTML also supports encrypted files and support for images in the PDF file by converting to PNG images files. Read at SuSEGeek.com
|
|
rbkumaran's blog
|
|
By Larry Webb at 2008-08-19 11:54
|
|
I started using Suse 10.2 when I was forced into medical retirement. At first it was discouraging, but as I learned the terminology it became easier. Once you learn how to use YaST (package manager) it becomes easy. I do not know if I would be using any linux distro if I had started with any other distro. I currently have seven different distros working on this computer and have made room for twelve more. I have a separate partition for data (250 gig) which is fat 32 and it shares pictures with my wife's XP. We co-exist on one desktop computer with a hers and mine laptop.
|
|
read more | Larry Webb's blog
|
|
By sanju1186 at 2008-08-19 05:51
|
using System;
using System.IO;
class FileRead
{
public static void ReadData()
{
FileStream fs = new FileStream("test.txt", FileMode.Open, FileAccess.Read);
StreamReader sr = new StreamReader(fs);
sr.BaseStream.Seek(0, SeekOrigin.Begin);
string str = sr.ReadLine();
while (str != null)
{
Console.WriteLine(str);
str = sr.ReadLine();
}
sr.Close();
fs.Close();
}
public static void Main()
{
ReadData();
}
}
|
|
sanju1186's blog
|
|
By sica07 at 2008-08-19 02:25
|
Here are some useful commands that you can use to find (almost) every information that you want to know about your system from the command line. Most of this commands can be run as non-privileged user, but more information can be obtained if (and should be) run as root.:
linux_inside
General system information:
# uname -a
Process information:
# top
(Shift-M to order the list by memory use)
Memory information:
# free -m
BIOS information:
# dmidecode | less
Distro information:
Ubuntu: # lsb_release -a
Redhat/Mandriva/Fedora: # cat /etc/osname_version
|
|
read more | sica07's blog
|
|
By sridhar11 at 2008-08-18 13:19
|
|
atftp is Multi-threaded TFTP server implementing all options (option extension and multicast) as specified in RFC1350, RFC2090, RFC2347, RFC2348 and RFC2349. Atftpd also supports multicast protocol known as mtftp, defined in the PXE specification. The server supports being started from inetd as well as in daemon mode using init scripts.
Full Story
|
|
sridhar11's blog
|
|
By Nityanandi at 2008-08-18 00:12
|
|
In simple, i do not know what to do. Cannot open Trash, which it is necessary to do. SuSE 11, Asus 9rp laptop. Thanks; thank you, a lot, for community; for our mutual love and help
|
|
Nityanandi's blog
|
|
By Nityanandi at 2008-08-18 00:07
|
|
Retaining /home partition during installation is like balancing a pencil on its point, unless the installation presents option of whether or not to retain previous configurations and the user says NO, DO NOT; because sometimes one is only installing to be rid of those configurations that were tying the OS up in a knot.
|
|
read more | Nityanandi's blog
|
|
All times are GMT -5. The time now is 11:40 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
LQ Podcast
LQ Radio
|
|