LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

We shall C

Posted 01-22-2010 at 06:52 AM by brianL

I mentioned in my first blog entry that it was programming that spurred my rather late in life interest in computing. Well, how much have I learned, in any language, since then? Next to nothing. I keep getting diverted. There's so much to learn using Linux, as soon as I start on one thing, something else grabs my attention.
Anyway, I'm finally going to put some effort into learning a language. Forcing myself to concentrate on one: C. So I've bought, via Amazon, these three books:
...
LQ 5k Club
Posted in Uncategorized
Views 2762 Comments 13 brianL is offline
Old

can't log in

Posted 01-21-2010 at 04:01 PM by jrl

this is all my fault.
I was playing and somehow I changed the log in.
now I can't even open the os.
Do I have to reinstall and loose everything, or is there another way to get to the desktop? I'm using fedora 12
thanks
jrl
LQ Newbie
Posted in Uncategorized
Views 1053 Comments 1 jrl is offline
Old

sql

Posted 01-21-2010 at 07:05 AM by Joe2003

CREATE TABLE `facility` (
`facilityID` varchar(2) NOT NULL default '',
`description` varchar(30) default NULL,
PRIMARY KEY (`facilityID`)
);

CREATE TABLE `system` (
`systemID` varchar(3) NOT NULL default '',
`ipAddress` varchar(16) default NULL,
`dnsName` varchar(50) default NULL,
`network` varchar(50) default NULL,
`type` varchar(20) default NULL,
PRIMARY KEY (`systemID`)
);
...
Member
Posted in Uncategorized
Views 981 Comments 0 Joe2003 is offline
Old

Code Dump

Posted 01-20-2010 at 09:42 AM by Joe2003

Code:
public class Monitor extends Thread
{
	private int maxOccurance;
	private int totalOccurance;
	private int timePeriod;
	private double average;

	private final int HISTORY_LENGTH = 10;

	private int[] history = new int[HISTORY_LENGTH];
	private int historyPtr;

	public Monitor(int time, int frequency)
	{
		maxOccurance = frequency;
		timePeriod = time * 1000;
		totalOccurance =
...
Member
Posted in Uncategorized
Views 750 Comments 0 Joe2003 is offline
Old

Create Custom Ubuntu Live-CD With Remastersys in Karmic

Posted 01-20-2010 at 05:28 AM by sridhar11

Remastersys is a tool that can be used to do 2 things with an existing Klikit or Ubuntu or derivative installation.It can make a full system backup including personal data to a live cd or dvd that you can use anywhere and install. It can make a distributable copy you can share with friends. This will not have any of your personal user data in it.

Full Story
Member
Posted in Uncategorized
Views 1001 Comments 0 sridhar11 is offline

  



All times are GMT -5. The time now is 06:24 AM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration