Posted by dxprog on 10:38:00 11-17-2002
I successfully installed Linux today. Had to drag my other computer out to do so, but I did it. /me let's ou an ear shattering whoop
[addsig]
Posted by KaGez on 12:04:00 11-17-2002
but you must be aware of the fact that you can't use VB in linux
but well, congrats, and welcome to the linux world
[addsig]
Posted by sacah on 14:40:00 11-17-2002
Wine -> VB???
(-;
Posted by fsvara on 18:56:00 11-17-2002
wine actually runs vb5 (at least)... however i haven't used an emulated vb, so i dunno if you can actually program anything with it... but the ide does run...
Posted by KaGez on 19:28:00 11-17-2002
according to the wine app db you can also use VB6 with wine.
(http://appdb.winehq.org)
[addsig]
Posted by dxprog on 23:44:00 11-17-2002
I'll stick with Windows for VB at the moment. I'm going to use Linux to build up my C skills and for the cool games that come with KDE.
[addsig]
Posted by Henning on 02:32:00 11-18-2002
you can still use some other basic langs in linux there are lots like wxbasic
[addsig]
Posted by dxprog on 09:05:00 11-18-2002
I've heard of QBasic for Linux. But I'm not going to use any form of BASIC in Linux, I hope soon it'll be C from there on out.
[addsig]
Posted by KaGez on 16:07:00 11-18-2002
KDE?
/me shudders
well, but in the end it's up to you
[addsig]
Posted by dxprog on 00:09:00 11-19-2002
That's all I have. And can't even get XWin setup, may have to download a new version.
[addsig]
Posted by KaGez on 20:16:00 11-19-2002
what thing of distro do you use? :/
[addsig]
Posted by dxprog on 22:30:00 11-19-2002
Beats me! I got it from some guy's site.
[addsig]
Posted by KaGez on 23:07:00 11-19-2002
uuuuhuhuh
that's always scary Maybe you should use some very well know and widely spread/used one for now
[addsig]
Posted by dxprog on 03:12:00 11-20-2002
I'm going to download a distro from one of the official mirrors this Saturday.
[addsig]
Posted by dxprog on 21:13:00 11-21-2002
Okay, I have a new problem. I got a book from the library that came with RedHat 7.3. I got everything installed without too much of a hitch. But when everything rebooted X decided to use a higher resolution than what my monitor can support, even the Dell monitor can't do whatever it's trying. The book said to use Xconfigurator but I have no earthly idea as to where that is. And is it possible to bypass booting to the X and just to text?
[addsig]
Posted by dxprog on 03:52:00 11-22-2002
Okay, I got things working. I had to reinstall and select a different monitor. BUt now I am truely in the heart of Linux Land.
_________________
When I got VB, i could have flown without thrusters and shot down TIE Interceptors just by spitting at them.
[ This Message was edited by: dxprog on 2002-11-22 03:53 ]
Posted by KaGez on 23:24:00 11-22-2002
hehe, good luck and loads of fun on your "joourney"!
We'll be here anytime you need a helping hand
[addsig]
Posted by dxprog on 23:44:00 11-22-2002
I've been having loads of fun with the games and the GIMP. I even downloaded a CAD medeler for my younger bro. Oh, and I'm using GNOME, KDE was really slow. But I do have a couple of questions.
1) How do I set things up to automatically mount a hdd at boot up? I have a Linux\Windows partition to share files between the two OSes, and I don't want to have to manually mount it every single time I boot up in Linux.
2) How do I set file\folder permissions? Even when I mount the partition I can only save stuff to it when I'm logged in as root, and I want to have a normal user name so I don't mess something up .
Thanks in advance!!
[addsig]
Posted by MoX on 03:15:00 11-23-2002
1) To automatically mount hdds at boot up you have to modify your fstab (filesystem table, usually /etc/fstab ). You will probably have to read up on that topic, but it's not that difficult. Basically it simply contains all your drives, their filesystems and information about how and when they should be mounted.
2) You can set file and folder permissions with the command chmod. e.g.
chmod a+rw
sets permissions of so that all users have read and write access. Type man chmod to find out more, you will probably want to use that command several times in the future. To change the owner of a file, use chown. Only the owner (and root of course) of a file/folder can change these settings. Here again, man chown will help a lot.
[addsig]
Posted by dxprog on 03:28:00 11-23-2002
Thanks!
[addsig]
Posted by KaGez on 11:12:00 11-23-2002
dxprog:
hey, I think you might wanna go check out my 2 bash tutorials! They cover everything for the everyday use. Svara's Linux tutorials are also cool, explaining stuff like compiling a new kernel etc. I also have a tutorial up here about XFree86 and how to set it up, and how to get stuff working with "Wine"
enjoy
[addsig]
Posted by dxprog on 23:27:00 11-23-2002
Oh believe me, I am enjoying myself. Maybe a bit too much . I'll check out the tuts.
[addsig]
Posted by dxprog on 23:31:00 11-23-2002
I hate to tell you this KaGez, but AOL isn't letting me look at your tuts. /me wants to wring their scrawny little necks.
[addsig]
Posted by KaGez on 00:24:00 11-24-2002
WTF?! it doesn't allow you to look at the tuts?! wtf is that :/ maybe they locked hypermart because many warez pages were there before, when it was still free...
I'll try to find some sort of solution for this...
[addsig]
Posted by dxprog on 01:38:00 11-24-2002
You could e-mail them to me or you could put them on your other server (the one with partyfish).
[addsig]
Posted by KaGez on 02:02:00 11-24-2002
well, my own machine will be up for most of the time, but I maye loose stuff
I'll send them to you tomorrow I'll look up your mail addy in your profile.
[addsig]
Posted by dxprog on 06:07:00 11-24-2002
Sounds good to me.
[addsig]
Posted by KaGez on 10:17:00 11-24-2002
ok, g'mornin
I'll send them in a few mins. Gotta go DL them myself first
[addsig]
Posted by dxprog on 11:10:00 11-24-2002
Good morning? Over here it's 8:00PM But I got the e-mail and thanks!
_________________
When I got VB, i could have flown without thrusters and shot down TIE Interceptors just by spitting at them.
[ This Message was edited by: dxprog on 2002-11-24 11:11 ]
Posted by dxprog on 10:54:00 11-25-2002
OKay, I'm having some problems. I still can't get non-root users write\execute access on the shared partition(hda5), and I was wondering where I can get a window theme maker, so to speak, for sawfish. I got a Luna theme and it's in a newer format, so I want to port it. Thanks!
[addsig]
Posted by dxprog on 23:28:00 11-25-2002
Never mind. Figured out both myself.
[addsig]
Posted by Sonarman on 09:58:00 11-26-2002
What did you do? Sawfish rocks!
Posted by KaGez on 17:16:00 11-26-2002
killall sawfish && metacity &
[addsig]
Posted by dxprog on 22:43:00 11-26-2002
Actually, I thought I solved the hdd sahring prob, but I didn't. And as for the sawfish thing, I was browsing through the installed packages and found the theme maker, but I haven't found it on the hardrive yet.
[addsig]
Posted by KaGez on 16:16:00 11-27-2002
well, I belive you gotta install it
anyways, what is that HDD sharing prob you're talking about? Sorry, still couldn't figure what you mean
[addsig]
Posted by dxprog on 23:29:00 11-27-2002
Okay... I have a partition set aside to "share" files between Windows and Linux, but only the root user can write to it. I've tried chmod,chgrp (my bros names and mine are in a group called Dudes ), and chown. I tried to change my non-root name to the owner, but it still didn't work. I can only set properties when the drive is not mounted, and I'm not sure wether all this is considered null and void when I mount it. So there's the deal about as good as I can explain.
[addsig]
Posted by KaGez on 23:28:00 11-29-2002
oohhh, ok
that's normal afaik. The FAT driver inside the linux kernel normally doesn't let anybody read or write to these windows FAT partitions. You can only access them as root, which is indeed a good idea, because the FAT driver might not be bugfree, and could scandisk your whole FAT drive. That's why only root has access to it. To keep the percentage of scandisking it down
[addsig]
Posted by dxprog on 04:16:00 12-01-2002
That stinks! I guess I'll live without it .
[addsig]
Posted by KaGez on 10:46:00 12-01-2002
I don't know, but before I was able to _read_ as any user from my FAT drive. Now I can't... don't ask me why
[addsig]
Posted by dxprog on 11:52:00 12-01-2002
I can read it well enough, I just can't write
Posted by KaGez on 16:09:00 12-02-2002
ok, that makes more sence
no idea how to fix that tho.... probably some kernel options for some stuff in /etc/fstab?
[addsig]
Posted by dxprog on 00:26:00 12-03-2002
I've tried messing around with fstab and I don't want to go messing with kernel stuff, not like I know how anyways. I'll just live with it
[addsig]
Posted by KaGez on 20:30:00 12-03-2002
by "messing with the kernel" I've meant to mess around with the kernel options before you compile the kernel. It's quite easy and straight-forward. But well, if you can live with it
[addsig]