<b>Ghacks:</b> "Recently (in my Pardus Linux article) Ghacks reader PeterB mentioned one of his favorite distributions Greenie Linux. Of course I had to give this a whirl and see what it was all about."
A university computer holding the social security numbers and other critical data for 15,800 students was communicating with a botnet's command-and-control center for months.
<b>Stop:</b> "One of the solutions Assinform proposes to fight the crisis is what you may call a "cash for software clunkers" program: state-financed discounts for all companies that replace with newer applications obsolete software that isn't working well anymore."
<b>The H Open:</b> "The most important development in this release is the shift from booting with the traditional System V init scheme to the newer Upstart system."
<b>LWN.net:</b> " It isn't hard to find complaints that the code in the Linux kernel isn't being reviewed enough, or that we need more reviewers. The creation of tags like "Reviewed-by" for patches was in part an attempt to address this by giving more credit to reviewers and there by encouraging more people to get involved in that role."
Want to sell more products? Of course you do. Adding search engine optimized video to your e-commerce site can raise both your Google ranking and your bottom line.
<b>Click:</b> "I put a lot of stock on the ability to do an in-place upgrade of my Linux/Unix desktops. And regarding upgrades from one distribution to another, Debian is supposedly one of the best."
Canonical overhauls its Ubuntu Linux OS support services with the new Advantage solution, which offers legal indemnification, support and management services.
<b>Datamation:</b> "Microsoft has only recently begun delivering its so-called "choice screen" for browser selection to consumers in Europe, but it's apparently already producing the hoped for effect, at least for one small browser maker."
<b>My GNU/Linux:</B> "If you have problems in understanding the substance of Free Software, read the following dialogue between Socrates and Antiphon "
A new report from the DOJ's Office of the Inspector General says the government is making a big mistake by not making ID theft prevention and prosecution a top priority.
Security vendor opens its wallet for Checkmark, VeriSign's signature online-payment authentication technology in a move to bolster its enterprise security credentials.
Unquestionably, the most effective tool for a C++ programmer's productivity is the Standard library's rich collection of algorithms. In 2008, about 20 new algorithms were voted into the C++0x draft standard. These new algorithms let you among the rest copy n elements intuitively, perform set theory operations, and handle partitions conveniently. Find out how to use these algorithms to make your code more efficient and intuitive.
<b>The H Open:</b> "Don't get set into one form, adapt it and build your own, and let it grow, be like Emacs. Empty your mind, be formless, shapeless - like Emacs."
Security researchers identify threat of social engineering scheme that could aim to trick users into launch actions from PDF files that could trigger arbitrary code execution.
May's "Patch Tuesday" drop will be relatively painless, with only two "critical" patches to deal with. But why isn't last week's SharePoint flaw being addressed?
The Microsoft .NET Framework comes packaged with all the building blocks to implement a keyboard interface in a WinForm application, we'll illustrate and walk through how to extend those building blocks with basic .NET controls, inheritance and custom events to create a consistent keyboard interface.
<b>Electropages:</b> "Availability of uCLinux for the APS3 family of processors has been announced by Cortus. This version of Linux is ideally suited to low-power, high-performance, embedded systems."
<b>Tech Source:</b> "Best Linux Distro for Web Server: If you are planning to build a web hosting company or simply host your own website at home, then it is best to use Linux as your operating system."
I'm having a coloumn name with varchar field that holds some folder path like "C:\Program Files\Internet Explorer\en-US" .I need to update the root folder name(Program files to profilesNew).Can anyone please help.
I tried with a query
declare @val as varchar(100)
set @val='C:\Program Files\Internet Explorer\en-US'
select substring(@val,charindex(':\',@val),charindex('\',@val))
but not getting the exact answer
C:\Program FilesNew\Internet Explorer\en-US