-
Content Count
4,991 -
Joined
-
Last visited
-
Days Won
21
Everything posted by yordan
-
Of course, first of all try this in order to check that it meets your needs.Then, from a SI architecture point of view, we should have a second step of thinking : does this not mean a full table scan ? If this is the case, and if we have a lot of users doing this, this will be costly from disk throughput point of view and then, the query should be optimized.
-
New Name For Trap17 Changing the domain name Trap17.com
yordan replied to OpaQue's topic in Alerts, News & Announcements
I like it. -
Free Wordpress Themes -by- Bestwpthemes
yordan replied to bestwpthemes's topic in Graphics, Design & Animation
I'm wondering : why is "Loren Ipsum" mentionned in the Dimensional theme ? Is this theme coming from a PowerPoint template? -
Have a look here : http://forums.xisto.com/no_longer_exists/ Ultraedit is a very good alternative, very similar to Notepad++. I like both, I use both of them.
-
RAID5 is the optimum configuration. In terms of reliability, it continues working without any trouble after loosing a whole disk, without any disk failure seen from the computer side. In term of disk space, it costs one disk. This means you have 4 TB disk space with a RAID5 configuration on five 1TB disks. Depending from the vendor, the recovery has several levels of easiness. If you buy an EMC disk cabinet, in case of disk failure, the faulted disk has a red light lit ; you simply grasp the faulty disk, you insert the new disk, and the disk recovery starts automatically and immediately. Unfortunately, the EMC disk cabinets are rather expensive. Cheaper NAS solutions exist, but you have to read the manuals in order to understand : no disk failure but you have to do something in order to start repairing after faulted disk repair. Regards Yordan
-
Einstein Quiz Can you solve this problem?
yordan replied to doctor's topic in Science and Technology
Really smart guy ! You didn't read the question, but you guess the answer ! Of course, if do this way very frequently, you should finally happen to cross a question whose answer is "who". -
I guess that the word "invisble" here stands for "is neglectible and hardly measurable in normal conditions of speed when staying inside the planet Earth".lenght contraction will be visible as soon as we will be able to have simultaneously an observer on a fixed referential talking with an observer in a mobile object moving at a speed near to the speed of light in our universe. Does this clarify your question, or should we stay with the statement "not measurable" or "invisible" ? Regards Yordan
-
The syntax is : Listen IP_address:port I guess none of your ethernet adapter has the IP address 1234. It should be at least Listen 1.2.3.4:80 and it would fail because the adapter with address 1.2.3.4 would never listen. Try "Listen 127.0.0.1:80 but this would work only from the local keybard and display (obviously localhost). If you want to reach it from another computer, you should put "Listen real_ip:80" and of course no blocking firewall between your browser and the Apache server. And, of course, after changing the httpd.conf file, you should "apachectl stop" followed by "apachectl start" in order to take into account the new configuration.
-
I would say that, on your system, the apache httpd port is not 80Have a look at your httpd.conf file, and tell me what is after the word "Listen"Sometimes, when the 80 port is busy, httpd is configured to start on another port, like 8080, or on 8118.for instance only root can start httpd on the 80 port, but everyone can start it on 8080.
-
Windows Xp > Windows 7 Switching over?
yordan replied to wrecksan's topic in Websites and Web Designing
Read this : http://betanews.com/2009/02/23/windows-xp-to-windows-7-upgrades-difficult-but-not-impossible/ Seems that it's possible, albeit not so easy. -
Customized Windows Installation Windows Vista, and later
yordan replied to larrywang's topic in Computer Networks
Sorry, larrywang, it's against our TOS to help people using commercial software without paying their licence. Topic closed. -
Customized Windows Installation Windows Vista, and later
yordan replied to larrywang's topic in Computer Networks
I guess that you want this in order to perform several Vista/7 installations? Do not forget, before performing each installation, to purchase from Microsoft a Microsoft Windows licence and a Microsoft Office licence. Same thing for AVG if you want to install the commercial version. -
@muzammil : rather post your request in the "request for sig" topic here : http://forums.xisto.com/topic/88953-topic/?findpost=1064339673
-
Like this one ?shoutbox.zipPlease tell us
-
Need Help Making A Text-based Game
yordan replied to PerfecTiion's topic in Websites and Web Designing
This guy is a spammer, he has just been banned. -
Nice review, thanks. A small detail however. You can post at Xisto, and you are welcome posting at Xisto. However, please, do not post the same text on both forums. If you wanted us to show us your review, simply posting the link http://forums.xisto.com/topic/71011-topic/?findpost=480433 would have been enough.
-
Where do you have this problem? is it on your own PC ? Or on Xisto account?Do you already have data inside your database? Or can you drop the database and restart the install?I guess that the root user does not exist inside the mysql database, or it has a password.
-
I would say that, because your computers are not on the internet, they have no IP address. No IP address because nobody (no DHCP server) was there for assigning IP address.So, you simply have to manually assing an IP address. Go to the network settings, choose "manually assign IP address", and choose a couple of IP, for instance 192.168.10.1 for the first computer and 192.168.10.2 for the second one.
-
Turn Off Automatically turn off automatically in windows 7
yordan replied to kianosh_yazdani's topic in Software
Do you mean that you don't want to install the software mentionned by starscream, and you don't want to download any software in order to perform that shutdown job? -
I definitively stand for RAID5 if your device accepts it.RAID6 is more secure because it allows you loosing two disks without stopping, whereas RAID5 survives to the loss of only one disk.However, loosing two disks at the same time is almost impossible, so RAID5 is enough.
-
Turn Off Automatically turn off automatically in windows 7
yordan replied to kianosh_yazdani's topic in Software
Have a look here : google.fr/url?sa=t&source=w4qS7uq72iZ0dFGg -
How To Connect Via Lan Cable Win7 And Xp Sp3
yordan replied to ivan_1602's topic in Computer Networks
OK, they are connected because the XP system (192.168.10.1, right ?) answers when pinged from the win 7 system. Now, go to the XP system, and share a folder. The win7 system should be able to mount it. Could you please try this ?