How to fix the error about outdated version of Skype and continue to use older versions

We notified you earlier that Microsoft was planning to prevent old versions of Skype from working. Since yesterday, all versions of Skype below Skype 6.13 for Windows and Skype 6.14 for OS X are blocked and do not allow you to sign in. If you are not happy with the latest bloated version with obtrusive ads, here is a temporary workaround which will allow you to bypass the version check and run Skype 5.

Here are step-by-step instructions, please follow them carefully.
Update: our reader “Raven Killer” has suggested the following solution (and I can confirm that it works):

  1. Backup your old Skype 5.x executable file. In my case, I had Skype.exe v5.2.60.113.
  2. Install the latest version of Skype and sign in using your Skype credentials. Check the automatic sign in/save password option.
  3. Exit Skype 6.x
  4. Replace the Skype.exe file in the Program Files\Skype folder (use Program Files (x86)\Skype folder in case if you have a 64-bit OS).
  5. Run it. The old version of Skype will use the saved credentials from the newer version and will work without issues.

Another solution is as follows:

  1. Find Skype 3.8 on the web and install it. It is a good idea to start your search from here: Old versions of Skype.
  2. Login as usual. Check “Auto sign-in when starting Skype” (i.e. Save password option).
  3. Restart Skype 3.8 again. Now, in your config.xml profile, there will be a “Credentials2” section with your Skype-signed public key.
    You can check it manually.
    Press Win + R shortcut keys together on your keyboard to open the Run dialog. Please see the ultimate list of all Windows keyboard shortcuts with Win keys). Type the following in the Run box:

    %APPDATA%\Skype

    There you will find your config.xml file.

  4. Now, run Skype v5.5. It will login automatically, and will not complain about outdated version. It will also not sign out. If this trick expires in 30 days, repeat these steps.

So, you need to have two binaries on your PC – one for Skype 3.8 to generate the required config section, and another for regular use. This is not handy, but Windows users have no other solution at the moment, unlike Linux users of Skype where Skype is still usable and does not have ads. (viaskypeopensource),

历经了不知多少艰难险阻,经过了不知多少磨难!

终于S550可以拿出来航拍一组了。但是还是没有调试好!看人家的Phantom3飞得多嗨,我的S550还在磨难中!

忍不住拿出去航拍了一组,结果还因为WIFI频段和遥控频段冲突导致失控!悲了个催的啊!

不说了,上几张航拍图自我安慰一下….

snapshot20150621230122 snapshot201506202329192015-06-14 19.22.54_

偶然发现一份DDNS服务列表,分享一下…

  • www.dyndns.com
  • update.ods.org
  • members.dhs.org
  • www.dyns.cx
  • www.3322.org
  • www.noip.com
  • www.selfhost.de
  • www.zoneedit.com
  • www.dnsomatic.com
  • www.tunnelbroker.net
  • www.no-ip.com
  • www.oray.com
  • www.namecheap.com
  • freedns.afraid.org

Enjoy~

Update: 2019/02/03

Version 1.0
Author: Srijan Kishore

This guide explains how to configure NFS server in CentOS 7.0 Network File System (NFS) is a popular distributed filesystem protocol that enables users to mount remote directories on their server. The system lets you leverage storage space in a different location and write onto the same space from multiple servers in an effortless manner. It, thus, works fairly well for directories that users need to access frequently. This tutorial explains the process of mounting NFS share on an CentOS 7.0 server in an simple and easy-to-follow steps.

I have fresh installed CentOS 7.0 server, on which I am going to install the NFS server. My CentOS server have hostname server1.example.com and IP as 192.168.0.100

You can have your CentOS server installed from the tutorial. Alternatively we need a CentOS 7.0 client machine either server/desktop. I my case I will use an CentOS 7.0 desktop with hostname client1.example.com and IP as  192.168.0.101 Again I will be running all the commands with root credentials.继续阅读