about 13 hours ago - No comments
I’m trying to parse command line arguments and get the string values, but all that I get is the first character. I can’t figure out what I am doing wrong. I have looked over the c++ pointers tutorial here: http://cplusplus.com/doc/tutorial/pointers/
about 13 hours ago - No comments
Hi all, Since its my first time the using command line in Putty I am having some difficulties.
about 14 hours ago - No comments
At first, I was trying to update Yum and it gave several messages saying it can’t connect to the website. This problem has happened in Fedora 12 for a week now. I can use the Internet in Windows but not Linux
about 15 hours ago - No comments
bTags:/b a href=’http://technet.microsoft.com/en-us/library/Tags-Cloud.aspx?tag=contentbug’contentbug/a br /br /Hello,in step 4 of scanning an individual computer it is written that we have to launch this commande to retrieve the modelID.”Get-WindowsFeature | Where {$_.BestPracticesModelId -ne $null} “It is not true anymore in the RTM edition as the modelID is not displayed with this command. We have to use the Get-BpaModel.Hope this helps.Freddy ElmalehMVP DS
about 23 hours ago - No comments
Hi all in the know. I am trying to achieve some cosmetics to my bash prompt
about 1 day ago - No comments
Hi all, I have MythTv installed & had it working wholly on the one machine. I also use this machine as a general desktop computer with Gnome.(Ubuntu 10.04) I recently tried using Mythmote from my Android 2.1 HTC Desire.I had also ticked the box for scanning all media, dvd etc. I don’t know if this caused the problem.
about 1 day ago - No comments
Hello everybody. I’m new here, and hoping to find solution to this problem. I have an auction website, that is currently setup for coins only
about 1 day ago - No comments
this is the situation: i have products in database which have auto-increment ‘id’ and have a ‘sort_order’ column. some products can have same ‘sort_order’ number. i have listed products sorted by ‘sort_order’ then i choose a particular product and show it in its view script and then i want to get the id of the next product from this list (the list where products were sorted by ‘sort_order’ field, not by ‘id’) i want the id of the next product to be retrieved by the current product id and use it in the view script
about 2 days ago - No comments
ESX Server Host and Virtual Machines Not Responding after Clicking the Rescan Button to Scan for New Storage Devices (10229) Problem Description While running ESX Server 3.0.0 or 3.0.1, some systems stop responding for a period of two to five
about 3 days ago - No comments
Hi, I just want to ask if you have an idea on how to sort files by date in bash script? I have a bash script but i don’t know how to put sort command on it