- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
19 Posted Topics
[QUOTE=gicio]Hi! How can I resize on a windows 2003 server a partition ? Regards, gicio[/QUOTE] Use a partitioning tool like powerquest server magic, Moderator edit: [i] Instructions for obtaining software illegally are not permitted here at DaniWeb - Catweazle[/i]
Thanks for the help earlier, I fixed the problem i had earlier in nested loops, but now i need help creating a Do/While Loop that is a loop above all the steps above that ask the user to continue y or n and quit unless they enter y. i know …
[QUOTE=lestont]Both grub and lilo are installed in my linux.I manage to access grub in /sbin and run it but I get no desired results.My grub.conf file is located at /boot/grub but I cannot run grub there.Here is how I tried it for linux and windows booting->linux is in hdb2 and …
Try this link [url]http://www.fedorafaq.org/#nvidia[/url]
I tried using my usb pendrive, but it won't mount. I been doing a little bit of research on it, the problem might be that I either don't have scis emulation, and I need to rebuild my kernel again, or something else is missing. I rebuilt from the 2.4.26 to …
I need the shell script for the Gnome 2.6 Print Manager.
This program displays the information of an input file containing dates and strings, the output is in the following form On day, January 1, 1800 The first day begins. [number of days since 1/1/1800; (1)]. My problem is implementing a correct switch statement to display the Day of the week. …
I tried using my usb pendrive, but it won't mount. I been doing a little bit of research on it, the problem might be that I either don't have scis emulation, and I need to rebuild my kernel again, or something else is missing. I rebuilt from the 2.4.26 to …
Days since 1/1/1800,that day was Wednesday. Need to convert a date in the form mo/dy/year into this single number. Need a function to print out the day of the week, and a function to print out the date in the form month day, year where the month is completely spelled …
[QUOTE=epsos]hi everyone im new to this site really newbie to computers well not windows but linux and was wondering if anyone could help me? i have a dell dimension 2400 120g 512ram 2.8ghz runnin xp home and a laptop (rock) with xp pro on 10g 512ram 990mhz and want to …
I would really like to learn how to debug my programs. The book I'm using does not have much info on debugging and my instructor hasn't said much on the topic either. I ended up re-writing my source code because of seg fault error. The program works fine now, but …
[QUOTE=grumpysnake]my system fails to boot through to graphical interface. near the end, it reverts to text, making me log in as single user. what do i type in at the prompt to remedy the problem. i am using 10.1 community.[/QUOTE] Did you try startx or X under root, your init …
I can't get my printer to be set, under a regular user, as default. I checked my cups server and its up and running and I checked port 631. Port 631 has my usb printer but when I go to print anyting it shows lpr. My system tools does not …
This link should fix your problem: [url]http://forums.devshed.com/archive/t-157222[/url] If that doen't solve your problem try editing your WinXp boot config at the grub menu, select Winxp or other press 'e' to edit and make the following changes: title Windows XP rootnoverify (hd0,2) // this is your windows boot partition, play around …
The program is supposed to pen and read a file with student’s scores for a semester. Display a chart with the average and median scores for each section and each lab. Example: CS 111 this semester has 7 sections and 10 labs. The output will be a chart with 7 …
I need help using the GCD Algo. in my program, I can't figure out to use the algo in my program. The algo: int gcd(int a, int b){ assert(b != 0); int rem = a % b; while(rem !=0 ){ a = b; b = rem; rem = a % …
a program that will allow the user to input two fractions and one of the four operations of +, - , *, and / . Once this information has been entered, the program should compute the operation on the two fractions and then output the answer appropriate labeled. Reducing the …
I'm having trouble with this program the objective is to Prompt the for a int. from 0-999, then split the int into three digits, then output the three digits from 000 through number entered using 3 nested for loops. I can get the second and last digits to work but …
The End.
dontcare