As Linus Torvalds said Hello everybody out there using Linux – I’m doing a (free) operating system (just a hobby, even if it’s big and professional) for 486+ AT clones and just about anything else out there under the sun. This has been brewing since april 1991, and is still not ready. I’d like any… Continue reading 22 years of Linux
Tag: Linux
linux and free space problems
if you have different size reported on a linux file system, on a df(disk free space) and du(disk usage), is because there are deleted/opened file in which the system is still writing. A solution may be to verify those open files, using “lsof +L1” will tell you which program is holding the files open. Killing… Continue reading linux and free space problems
Ubuntu Linux and the HUD (Heads-Up Display)
we might see it as a full functionality in Ubuntu 12.04 LTS, the next version of the OS, the interface is like Vocabulary UI
Canonical at CES 2012 with an intelligent TV for the Linux fans
For the moment it’s running on an external PC and being controlled by a Boxee remote, but Canonical hopes one day to have its media-focused Linux distro embedded in TVs
Ubuntu 10.10
it does seems that latest Ubuntu 10.10 Desktop Edition puts focus on consumers and mobile,Ubuntu One, includes new services and expanded features, significant performance enhancements and interoperability with other operating systems including Google’s Android, Apple’s iPhone and Microsoft Windows. The Ubuntu Software Centre, which gives users instant access to thousands of applications, games and tools,… Continue reading Ubuntu 10.10
Linux – automatic replace a string with a new one in multiple files
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 🙂
Google moving away from Windows
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… Continue reading Google moving away from Windows
Disk quota exceed
Well if you have this message than you have a problem, the disk space for your web hosting may be 0 Kb, as i got, than you may think of other solution, taking a new offer of web hosting or maybe for a little time just try to just free up a little bit the… Continue reading Disk quota exceed