Search Results

Search: Posts Made By: glen.barber
2,917
Posted By glen.barber
How to close account
Hi,

I want to close my account and cannot find any relevant links in the user control panel or account preferences. Can someone point me in the right direction, or a moderator/admin close this...
3,159
Posted By glen.barber
Glad to help. :-)
Glad to help. :-)
2,794
Posted By glen.barber
...snip... Money doesn't even make it in...
...snip...


Money doesn't even make it in the first 10 reasons for me - it's a benefit to all of the Other Stuff(tm). :)
3,159
Posted By glen.barber
Could be a corrupt image or bad burn. Does...
Could be a corrupt image or bad burn.

Does the problem persist if you do the install w/o documentation?

Also, are you using the host CDROM directly, or mounting the .iso? I installed...
4,563
Posted By glen.barber
Let's not forget about: d100d in Vi. :) ...
Let's not forget about:
d100d
in Vi. :)

Note: Yes, I do know the OP did not want to actually open the file. Just putting it out there for the archives.
Forum: Web Development 06-30-2009
8,686
Posted By glen.barber
This doesn't answer your 'My Solution' question,...
This doesn't answer your 'My Solution' question, but I do something similar on a development machine. I use subversion to checkout from my code repository into /home/me/svn/site and create a...
Forum: Linux 06-21-2009
6,081
Posted By glen.barber
Most (some) UNIX systems will fill memory...
Most (some) UNIX systems will fill memory intentionally. This is done to prevent paging as much as possible. Unless your disk is thrashing, I see no real problem here. (You haven't told us how much...
Forum: Red Hat 06-11-2009
8,851
Posted By glen.barber
df -h
df -h
11,214
Posted By glen.barber
I think I found it: function main() { ...
I think I found it:

function main()
{
guessnum=0
read -p "Please enter if its single player game or double player game 1 OR 2:" p3
if [ $p3=2 ]
...
11,214
Posted By glen.barber
You could have an open backtick (`) statement...
You could have an open backtick (`) statement earlier in the code (or earlier in the logic).

Without seeing all of the code, it's difficult to know for certain.
11,214
Posted By glen.barber
function main() { guessnum=0 read -p...
function main()
{
guessnum=0
read -p "Please enter if its sinle player game or double player game 1 OR 2:" p3
if [ $p3=2 ]
then
read -p "Player1 please enter your name:" p1
read -p "$p1 please...
6,757
Posted By glen.barber
You remind me a lot of myself -- not knowing what...
You remind me a lot of myself -- not knowing what you want, but you'll know it when you see it. :)

Unfortunately, without knowing what you actually want, there's not a lot of help that can be...
6,757
Posted By glen.barber
Could you give us an example of output you are...
Could you give us an example of output you are expecting? Also, provide what you have tried so far.
4,287
Posted By glen.barber
I would assume (without seeing any actual error...
I would assume (without seeing any actual error information) that you are getting the same answer for two reasons.

1.) Your rand() call isn't working correctly. (Again, we would need error...
Forum: SuSE 04-21-2009
4,317
Posted By glen.barber
As root, check: crontab -e
As root, check:

crontab -e
Forum: UNIX Benchmarks 04-21-2009
9,764
Posted By glen.barber
FreeBSD `buildkernel' and `buildworld' Benchmarks
Just for fun, I thought I'd post my output from `time make -j4 buildworld' and `time make -j4 buildkernel' and see if anyone else had any good times.

The machine is an Intel Core2Duo 2.2GHz with...
Forum: What is on Your Mind? 04-19-2009
13,038
Posted By glen.barber
To be honest, I didn't even know what Twitter was...
To be honest, I didn't even know what Twitter was until reading the RSS feed (Geek & Poke cartoon) about @Oprah...
7,751
Posted By glen.barber
You could add the following to your script: ...
You could add the following to your script:

echo `whoami`
sleep 5


However, from an administrative point of view, if you are not sure if you are running that script as root, you probably...
Forum: Solaris 04-19-2009
6,854
Posted By glen.barber
I guess I have to ask the question: "Why are...
I guess I have to ask the question:
"Why are you getting the date from Yahoo this way? Why do you need to get the date from Yahoo, period?"

Your answer to that may lead us to get you a...
9,719
Posted By glen.barber
I'm not quite clear on what you're asking besides...
I'm not quite clear on what you're asking besides what 32-bit, 64-bit, GNU, SPARC means.

32/64 -bit architecture - defined by the CPU capabilities.

32-bit CPUs are used in your traditional...
Forum: BSD 04-16-2009
3,631
Posted By glen.barber
Possibly unrelated to what you are looking for,...
Possibly unrelated to what you are looking for, but Absolute FreeBSD - 2nd Ed. [1] is a good read. The book deals with basic management / implementation of FreeBSD (and focuses of 7.X).

If this...
Forum: AIX 04-13-2009
6,045
Posted By glen.barber
Non-serious answer: AIX will cost you money. :)...
Non-serious answer: AIX will cost you money. :)

Serious answer: My understanding of AIX is that it is (usually) sold with proprietary hardware. That means that device drivers are "guaranteed"...
43,328
Posted By glen.barber
Your 'apt' database could be out of date -- run: ...
Your 'apt' database could be out of date -- run:

sudo aptitude update; sudo aptitude install build-e[tab][tab]

Note: Reason for the [tab][tab] is because I *think* it is build-essentials,...
3,422
Posted By glen.barber
Not by using the 'dots', but you can alias...
Not by using the 'dots', but you can alias something in your .$SHELLrc file.

Assuming csh: ($HOME/.cshrc)

alias dir1 cd $HOME/path/to/my/dir1
alias dir2 cd $HOME/path/to/my/dir2


Assuming...
3,422
Posted By glen.barber
Only if you know that directory's name. What is...
Only if you know that directory's name. What is it you are trying to do?
Showing results 1 to 25 of 116

 
All times are GMT -4. The time now is 12:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy