No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
I am a noob at shell scripting and have been reading up on this topic in random google searches. The only way that I saw that worked was creating a tmpfile. IE: [CODE] crontab -l > $tmpfile edit $tmpfile crontab $tmpfile rm $tmpfile [/CODE] I need a script that will … | |
Re: This is great information! I was wondering myself why Dell was throwing so many deals lately. Even though it is bad for Dell, we will have to help and get a couple servers while there discounted :-) | |
Hey everyone, I have not really posted much on here. I usually just read threads. well enough about me here's my problem and specs: I enable SLI from the NVIDIA Control Panel and its says I must restart for effect. So I hit "restart" and it reboots. During the reboot … | |
Does anyone know of a simple command that could get the date and make a folder (mkdir) as its name? say todays date 20090304 as the folder name. I guess the first thing would be grep the date? Then run a mkdir command? Any help is appreciated! Thanks | |
Hi, I am in the process of grabbing information from a mysql database. I need to just grab the date that was imported from the xml sheet. Is there any commands that can just grab information listed below: [code]...<expiration-date>2040-12-1</expiration-date>...[/code] This is located in between all the other information from the … | |
Re: [QUOTE=Netking27;749353]Dont know wether posting in the right forum.... but pls help me out with this.. How do we store a copy of mails in the server in Outlook. as the same is available in ootlook express by tools...options..[/QUOTE] This should work if you are trying to backup or transfer your … | |
Trying to fix my friends computer thought I would be done in an hour or so but I ran into a retarded problem when trying to boot from the windows cd. Here is some information I know off the top of my head. If you have any input please let … | |
Constructors are a- automatically called when your main() program instantiates an object b- typically used to initialize an objects' data members c- both a & b d- none [B]c?[/B] If the programmer does not explicitly define at least one constructor for a class a- a compiler error will occur b- … |
The End.