سوتی تاریخی روزنامهی جام جم

I just installed the new karmic koala, in my laptop. After I configured everything i installed apache2. While i started the apache2 service daemon I bumped into the following error:
apache2: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
While this error is not new to people who have configured apache previously, but the remedy was wonderfully easy. So i wanted to share this with you folks. To do so, you need to edit the httpd.conf file located in /etc/apache2 folder. You need to have sudo access (Obviously). So choose your favourite editor and write the following lines in it.
ServerName YOURSERVERNAME



Anyway, for those of you using Posterous, who have the Liquid error: private method `gsub' called for nil:NilClass problem it 's all about the Autoposting feature found on your sidebar. Go to
This happened to me after I tried to restore few sites with their content databases from CA. The restoration failed but the content DBs were created in SQL Server but were not displayed in CA. I simply deleted those databases from SQL Server. Unfortunately, this caused me not being able to create a new content DB with the same name from CA. The error message was
These are part of a message received when trying to run a Windows 7 backup with a system image. I myself have encountered the problem but luckily after some searching have found a solution that worked for me.
Unfortunately I don't have a screenshot of the message you may have received but I do have a text version of it:[Window Title]
Windows Backup: Troubleshooting Options[Main Instruction]
Check your backup[Content]
A shadow copy could not be created. Please check "VSS" and "SPP" application event logs for more information.
Details: Insufficient storage available to create either the shadow copy storage file or other shadow copy data.[^] Hide Details [Try to run backup again] [Change backup settings] [Cancel]
[Expanded Information]
Backup time: 10/25/2009 3:23 PM
Backup location: Terra-Stor (M:)
Error code: 0x81000019
So the insufficient space this error is referring to isn't the space on your hard drives that you're trying to copy the backup too, it's the space on that small 100MB boot partition that was created during Windows 7 installation. You can look at the partition yourself by:
If you have less than 40% of Free Space then that's the insufficient storage available error. See that drive is actually used to create your system image and therefore cannot drop below 40%. According to a Microsoft employee there is a problem with Windows 7 which causes it to use up more than 60% of that 100MB boot drive.
The trick around this problem is:If the System reserved partition cannot be extended using Disk Management because of lack of contigous space adjacent to it, creating a new system volume is the workaround. Here are the steps to move the system volume to any other volume:
Now you can reboot your machine and F: will become the system volume. You can undo this by repeating the same steps using the original system volume (you have to assign drive-letter to it) to revert to your previous configuration.
- Choose where you want to have your system volume. Few things you need to keep in mind:
- System volume can only be created on a primary partition of MBR disk.
- If system volume & boot volume are together, then BitLocker feature cannot be used to encrypt volumes on your machine.
- Suggest creating a new volume (say F:) on the same disk that contains the boot partition of size of about 490 MB (be careful to keep it less than 500 MB)
- My Edit: To do this you must be in the manage properties as per the steps above.
- Right click your C:\
- Shrink Volume
- Enter 490MB
- Right click the new drive
- New Simple Volume
- Assuming Windows 7 is installed on C: on your machine. From an elevated command-prompt run: bcdboot.exe C:\Windows /s F:.
- From elevated command-prompt run: DISKPART
- From the disk part command-prompt:
- DISKPART> select volume F
- DISKPART> active
via social.technet.microsoft.com
Once this is done you can head back into Manage:Removing the letter will also remove the drive from appearing in My Computer. Now you should be done. The drive should now be 490MB which is plenty for Windows 7 backup to create a system image. Go to Backup & Restore and run through the wizard again and this time hopefully it should work.
Thanks
Server Error in '/hallgatoi' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
Van, amikor bejelentik a karbantartást, van, amikor nem, de a Neptun soha, ismétlem: SOHA nem megy akkor, amikor kéne.
What data does a 404 error page provide?
A lot of people seem to think that a 404 page is a dead end street. It's not, there's a whole lot of data that can help you find the content your visitor was looking for. Let's start with the URL: it contains something very useful. All the text that's there after the slash of your domain should be pointing you to what it is the person was looking for.
Great and detailed tutorial on how-to create better 404 pages for wordpress