Wednesday, April 16, 2014

Install Telnet Client by using a command line









pkgmgr /iu:"TelnetClient"


Applied to Windows 7, Windows Server 2008 R2, Windows Server 2008 or Windows Vista



Package Manager Command-Line Options

The following command-line options are available for Package Manager.
pkgmgr.exe [/?] [/h] [/help] [/l:file_name] [/ip] [/iu:Windows_feature_name] [/m:package_directory] [/n:answer_file] [/norestart] [/o:system_drive_pathoffline_Windows_directory_path] [/p:package_name] [/quiet] [/s:sandbox_directory] [/up:package_name] [/uu:Windows_feature_name]
Ref: http://technet.microsoft.com/en-us/library/cc749465(v=ws.10).aspx


Tuesday, April 15, 2014

"Clock skew detected" issue







Clock skew detected
Warning: File `main.cpp' has modification time 381 s in the future make: warning: Clock skew detected. Your build may be incomplete.

the message "Clock skew detected" is most commonly given if compiling sources located on an NFS mount and the NFS server's clock runs ahead the client's clock doing the compilation.
A possible solution is to "touch" every file in the source tree in order to update timestamps: go to the root of the subtree an do "find . -exec touch {} \; "

Then "make clean"and retry compilation



PCmover: free data transfer from WinXP to Win8.1







Laplink PCmover Express for Windows XP is an easy way to move your files, settings and user profiles from your old Windows XP computer to your new Windows PC
http://www.microsoft.com/windows/en-us/xp/transfer-your-data.aspx




Labels