From: Wolfgang Kern on

Betov �crivait

>> When I was very young (many years ago) I was involved in active
>> politics and sat in some classes to learn the HOW TO, so I know what's
>> all about and what's going on behind the curtain. And therefore I
>> decided soon to ignore everything that this semi-educated shitheads
>> have in mind to gain control over others and earn money from others
>> sweat.

> DDR? :))

No! You know I'm NOT German! :)

>> Of course I recognise law/price/tax changes and react with my personal
>> best fitting behaviour, but I see no sense in commenting the current
>> 'leaders' because this kind of people are all of same nature and got
>> indentical attitude and targets regardless where they rule and what
>> they may have announced to become ellected (it's all just rhetorical).

> You confuse politic and politic. The one of politicians is a
> job which problem is to be elected.

> The real one is about defining in which world we want to live.
> For examples, buying organic food is a politic action, not
> going on hollidays by plane is a politic action, progamming
> under GPL is a politic action, not watching at football is
> a political action, and so on...

> The application of real politic to the politician world has
> not begun. In fact, we already did it. The name is revolution,
> but we always failed with it. The real beginning will be when
> people will understand that the modern problem of humanity is
> with dominancy, and that the salaries and goods per citizen
> must be limitated. Not for tomorrow morning... I am afraid the
> humanity will probably prefer to auto-destroy, than to abandon
> dominancy, but that's not a reason for not thinking politicaly.

I think the French revolution was a good thing, but it's not fully
done yet. We still may need to arm our farmers with hay-forks and
drive all these pararits out of the country, because they ask for
more than 10% tax (~50% yet).

I better stop here, ... you made me talk politics Rene ;)
and keep my personal opinion on the matter for myself.

Let's talk about how to implement Linux into our tools.
Have you got brief descriptions of the API-functions ?

__
wolfgang



From: Betov on
"Wolfgang Kern" <nowhere(a)never.at> �crivait news:fbgpu5$f1m$2
@newsreader2.utanet.at:

> Let's talk about how to implement Linux into our tools.
> Have you got brief descriptions of the API-functions ?

I think everything usefull is at: < http://www.gtk.org/ >
in the Documentation Menu. But, personally, at am not at
that point, yet... Just exploring...


Betov.

< http://rosasm.org >

From: Charles Crayne on
On Mon, 3 Sep 2007 03:13:37 -0400
"Jim Carlock" <anonymous(a)127.0.0.1> wrote:

> I saw a /dev/ folder, and I thought the drives could be accessed by
> going into the /dev/ folder and then changing into the
> appropriate /dev/drvc/ or whatever name they were given.

It is indeed possible to access the physical drives and their various
partitions at that level, but this type of access is below the file
system level, and is normally only used by disk utilities which play
with the partition table.

To see how the partitions fit into the directory tree, use the df
command.

-- Chuck
From: Jim Carlock on
"Charles Crayne" wrote...
: It is indeed possible to access the physical drives and their
: various partitions at that level, but this type of access is
: below the file system level, and is normally only used by disk
: utilities which play with the partition table.
:
: To see how the partitions fit into the directory tree, use the
: df command.

I have to go back to installing Xubuntu. I checked all the disks
for Fedora 6 and they all verified (whatever it does to verify).
But the install keeps bombing out while trying to install some
"yum" and it keeps bombing out with the same error message. When
Xubuntu failed to install, I changed the way the partitions were
configured and Xubuntu installed when I set the SWAP area to 4GB.

The default SWAP area gets set to 256MB by both Fedora and the
others. I originally thought perhaps there's a hard disk problem,
and I've reformated the hard disk drives a number of times. I've
turned on the SMART stuff in the BIOS to see if that helps. It's
and old computer.

I was hoping someone here knew what the SWAP area is when Linux
formats a drive. Xubuntu seemed to format 3 drives, while Fedora
possibly treats all three drives as one (???). I'm a little
puzzled by what's actually going on there. Is anyone here able
to explain the SWAP area that gets set up when a drive gets
partitioned?

--
Jim Carlock
North Carolina Swimming Pool Builders
http://www.aquaticcreationsnc.com/



From: Charles Crayne on
On Mon, 3 Sep 2007 15:18:11 -0400
"Jim Carlock" <anonymous(a)127.0.0.1> wrote:

> Is anyone here able
> to explain the SWAP area that gets set up when a drive gets
> partitioned?

The swap partition is essentially the same as in Windows, although
formatted differently. It is the space on disk where the system saves
memory pages when there is not enough RAM. By default, it is set to
twice the amount of RAM, but 256MB is unlikely to be enough to install
Fedora.

-- Chuck