Browse > Home / Archive by category 'Linux'

| Subcribe via RSS

Linux - automatic replace a string with a new one in multiple files

July 22nd, 2010 | 2 Comments | Posted in Linux

I did have to do a lots of modification in almost 600 files, and i did it using Linux SED:

grep -ilr ‘UA-1234567-1′ * | xargs -i@ sed -i ’s/UA-1234567-1/UA-9876543-2/g’ @

what it really does is replace the string UA-1234567-1 with UA-9876543-2

:)

Tags: , , ,

Google moving away from Windows

June 1st, 2010 | No Comments | Posted in Apple, Linux, Mac OS X

Google CEO Eric Schmidt believes that Chrome OS is more secure than Windows, reportedly ordering employees to move away from Windows machines, Google has begun telling new employees that they are no longer able to request Windows PCs, giving them the choice of Mac or Linux systems. Google has long offered its employees their choice of work operating system but will no longer do so.

Tags: , , , ,

Ubuntu 10.04 LTS: Lucid Lynx

May 26th, 2010 | No Comments | Posted in Linux

Canonical, the company behind Ubuntu, is pinning its hopes of OEM acceptance on the Lucid Lynx. We’ve put the screws to this new Long Term Support (LTS) release, comparing it to Canonical’s previous LTS release, 8.04 Hardy Heron, to look for progress.

It has been a little over two weeks since the final code for Ubuntu 10.04, codenamed Lucid Lynx hit the Internet. Last time, I had to wait a month before getting into 9.10, due to heinous errors, crippling bugs, and excruciatingly slow software repositories. Thankfully, none of this occurred with 10.04.

Tags: , ,