Change font size
It is currently Sat Nov 28, 2009 3:07 pm

Welcome
Welcome to Computer Programming Forum
We have a tool bar that you can download at http://comprog98.ourtoolbar.com/
Free Domain Name Service
You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!
Here's where the people who come to are site are from:Image
Affiliate links: http://www.dreamincode.net/
Prediction Market

DaniWeb IT Discussion Community




Post a new topicPost a reply Page 2 of 2   [ 35 posts ]
Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: Sun Jun 22, 2008 12:38 pm 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
To Seraphim:
That makes sense. I'll try that, thanks.
To bob:
No, here's what I did: I had just one partition (sda1) and I figured I'd split it into four: Slack, Pup, boot, and swap.
It froze, as I said, in the middle of the process. It must have been in the middle of doing something, which screwed up the drive.

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 23, 2008 12:52 pm 
PseudoAverage

Joined: Fri May 02, 2008 6:54 am
Posts: 76
lol, the funny part even though lots of people dislike windows and praise Linux, it does sometimes proves yourself useful and straightens out memory issues inside of machine =)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 23, 2008 3:02 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 647
Highscores: 11
Ok.

_________________
"Do you want to sell sugar water for the rest of your life or do you want to change the world?"--Steve Jobs
"Quick put out the fire before the judge comes!"---Unknown
If you can't make it good, make it look good"---Bill Gates
"The mac file structure can be used to scare small children"--Linux Trovalds
"As a programmer, I should have known that. Otherwise I should be taken out back and "decompiled""---Unknown


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 25, 2008 8:53 am 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
Well, yeah, Windows was built specifically for that machine, it's going to play better with the hardware.

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 04, 2008 4:03 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 647
Highscores: 11
Most machines where built for windows.

_________________
"Do you want to sell sugar water for the rest of your life or do you want to change the world?"--Steve Jobs
"Quick put out the fire before the judge comes!"---Unknown
If you can't make it good, make it look good"---Bill Gates
"The mac file structure can be used to scare small children"--Linux Trovalds
"As a programmer, I should have known that. Otherwise I should be taken out back and "decompiled""---Unknown


Top
 Profile  
 
 Post subject: Re: *nix errors
PostPosted: Sun Aug 10, 2008 7:17 pm 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
This isn't an error, but it doesn't fit anywhere else.
How do I write a bash shell script?
And before I get called a noob, I would like everyone to know that I thought it was obvious too.
Then I tried it, and it didn't work.
So I got on Google, and I looked it up. It was exactly what I thought it was, I had it right.
So I tried it again, and it didn't work.
Now I'm frustrated and asking you.

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject: Re: *nix errors
PostPosted: Mon Aug 11, 2008 11:50 am 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 647
Highscores: 11
Do you have Geany installed?

_________________
"Do you want to sell sugar water for the rest of your life or do you want to change the world?"--Steve Jobs
"Quick put out the fire before the judge comes!"---Unknown
If you can't make it good, make it look good"---Bill Gates
"The mac file structure can be used to scare small children"--Linux Trovalds
"As a programmer, I should have known that. Otherwise I should be taken out back and "decompiled""---Unknown


Top
 Profile  
 
 Post subject: Re: *nix errors
PostPosted: Mon Aug 11, 2008 7:11 pm 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
I use nothing else.

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject: Re: *nix errors
PostPosted: Tue Aug 12, 2008 11:56 am 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 647
Highscores: 11
Ok, Use the code
Code:
!#/bin/bash
as the first line of the program(or, at least that's what I think is the code that a BASH script has to start with) and then write all your other lines. Then you save with a .sh extention. You'll also have to make it executable with the permissions.


Top
 Profile  
 
 Post subject: Re: *nix errors
PostPosted: Tue Aug 12, 2008 4:52 pm 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
That may be why. I think I was switching the ! and the # when I did it before, that's all I saw others using anyway was #!/bin/bash. I'll try that.

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject: Re: *nix errors
PostPosted: Wed Aug 13, 2008 1:37 pm 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 647
Highscores: 11
Ok.


Top
 Profile  
 
 Post subject: Re:
PostPosted: Thu Aug 14, 2008 3:53 pm 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
Wyoming wrote:
To Seraphim:
That makes sense. I'll try that, thanks.
To bob:
No, here's what I did: I had just one partition (sda1) and I figured I'd split it into four: Slack, Pup, boot, and swap.
It froze, as I said, in the middle of the process. It must have been in the middle of doing something, which screwed up the drive.

God, this is awkward, I just realized what I did, it's so obvious now. I was running GParted from the Puppy on my hard drive, not on the CD. When it tries to move and resize itself, bad things tend to happen. That's probably it.

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject: Re: *nix errors
PostPosted: Fri Aug 15, 2008 11:42 am 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 647
Highscores: 11
Or it can't because it's trying to dismount the partition that Puppy was on and disallow itself from running itself, If that makes sense to you.


Top
 Profile  
 
 Post subject: Re: *nix errors
PostPosted: Fri Aug 15, 2008 4:08 pm 
Average
User avatar

Joined: Sat Mar 15, 2008 1:55 pm
Posts: 218
Location: Earth, usually.
Perfect sense.

_________________
When there's nothing left to lose, you win.

- Crush40


Top
 Profile  
 
 Post subject: Re: *nix errors
PostPosted: Sat Aug 16, 2008 11:35 am 
Site Admin

Joined: Fri Feb 29, 2008 5:38 pm
Posts: 647
Highscores: 11
I know.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 2 of 2   [ 35 posts ]
Go to page Previous  1, 2


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron