Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~922 People Reached
Favorite Tags
java x 1
Member Avatar for Valmian

Hello, Here is the deal. I have two harddrives. One has RedHat Linux9.0, and one has Windows 2k. I used to have a functional grub install. But then I had to reinstall win2k and it deleted my grub at mbs. Now I can't access Linux. I also lost my boot …

Member Avatar for TallCool1
0
192
Member Avatar for BlackhawkCKC

ok. This may seem odd, but I was just looking at mandrake 9.2 on ebay, and a screenshot showed WinXP running in Mandrake. How do you do this? I'm increasingly impressed with Linux, but I want to use XP for gaming. Thanks.

Member Avatar for big_k105
0
117
Member Avatar for MyrrhLynn

Ok here is a program I am working on for an assignment. import java.io.*; public class Copy { public static void main(String[] args) throws IOException { File inputFile = new File("p1.txt"); File outputFile = new File("p2.txt"); FileReader in = new FileReader(inputFile); FileWriter out = new FileWriter(outputFile); int c; while ((c …

Member Avatar for Dynam1cz
1
490
Member Avatar for Wiecek5

I am currently in an unix sys admin class. For the most part we have to set up as many things as we can think of. I have 4 computers to work with. Currently I am workin on DHCP,Firewall/router, DNS, Terminal Server, Database server, Apache server, maybe something with samba. …

Member Avatar for Dynam1cz
0
123