Open Source

Find CPU info in Linux

This command will give you all of the known info regarding the processor(s) under linux:
# less /proc/cpuinfo

Interface config in Debian Linux

Configuring DHCP address for your network card

If you want to configure DHCP address you need to edit the /etc/network/interfaces and you need to enter the following lines replace eth0 with your network interface card

sudo vi /etc/network/interfaces
# The primary network interface: DHCP address assignment
auto eth0
iface eth0 inet dhcp

Configuring Static IP address for your network card Read more »

Manual Start/Stop of the GUI in Ubuntu

To stop the GUI:

Code:
The easist way is to open a terminal and execute these commands:

sudo /etc/init.d/gdm stop

And then ctrl+alt+backspace to end your current session

To restart the GUI:

sudo /etc/init.d/gdm start

how to build a DRUPAL Ubuntu Server from scratch

Fantastic writeup of how to build a DRUPAL Ubuntu Server from scratch:
http://2bits.com/articles/installing-a-dedicated-server-or-a-vps-with-ub...

Besides its success on the desktop, Ubuntu has become a popular server distribution as well. With the release of Hardy Heron 8.04, Canonical is making this release a Long Term Support (LTS) version, with 5 years support on servers. Read more »

A fantastic medley of modules for the discerning drupal developer

A featured story on drupal.org: Case Study of OpenTheMagazine.com
In the story, we get a fantastic closeup view of the drupal modules used and the reasoning behind their use. For a young Drupal developer/user, it is a very useful article.

The "Heroes" of the site were considered to be Views 2, CCK, & for search, Apache SOLR.
The list below of other drupal modules used by the site is excerpted from the article on drupal.org:

Simple Windows password reset

I just used this tool to reset a Vista password - it is a Linux boot CD very simple and effective. So if you've forgotten your Windows XP or VISTA password, don't despair - this tool will get you back in business FAST.

See: http://home.eunet.no/pnordahl/ntpasswd/bootdisk.html

A very good walk-through is provided here:
http://pcsupport.about.com/od/toolsofthetrade/ss/ontpre-screenshot-guide...

Oh, and yes, it's completely FREE.

A New Operating System from Google...

I told you so.
Google had to eventually threaten the Microsoft OS stranglehold. They could not in all conscience not do so. See their announcement here for some details of this very key development:
http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html

Read more »

It begins - how Google can grow beyond Microsoft's wildest nightmares...

I have often wondered when Google would begin to develop an alternative to the windows platform - something for the rest of us...

But it is already out there in plain sight - just smuggled under the radar in the form of a "phone operating system".

Take a look at this post from Engadget - there is a video clip of a "smartbook" - an ASUS Eee PC prototype running google's "Android" on a 1GHz Snapdragon chipset. It is incredible, and the power use is so low that they didn't need to include a fan...

http://tinyurl.com/nqye48 Read more »

European open source adoption - Forrester Report

See: tdwi.org
Promo
A recently released survey report on OSS adoption in large European companies tracks some very interesting trends. The Executive summary included this:

Linux backup options

I myself use this low-level-we-need-the-command-line-for-this method:
http://linuxmint.com/forum/viewtopic.php?t=3969

Or:
Take a look here .... the backup tool they discuss there is called "hubackup" and you can install it via "Synaptic":
https://wiki.ubuntu.com/HomeUserBackup

http://ubuntuforums.org/showthread.p...89#post3795689

Syndicate content
randomness