03 Jan, 2011
Changing username in ubuntu 910
Articles related to changing username in ubuntu 910
http://digitalpbk.com/google-chrome/install-google-chrome-linux-ubuntu-910
Installing Google Chrome on
Ubuntu 9.10
Installation
Click Here to install Google Chrome on
Ubuntu.
Google
Linux
Ubuntu
Software ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2009/12/official-google-blog-google-chrome-for.html
Official Google Blog: Google Chrome for the holidays: Mac, Linux and extensions in beta
http://digitalpbk.com/2009/12/install-google-chrome-linux-
ubuntu-
910 ...
Published 2 years, 2 months ago
http://digitalpbk.com/ubuntu-grub/changing-default-boot-os-grub-ubuntu-910
Changing the default Boot OS in GRUB on
Ubuntu 9.10
Ubuntu 9.10 ships with the new GRUB (Grand Unified Boot Loader 1.97 beta) in plain words its the software that boots the operating system you choose when you boot the computer. In earlier versions of
Ubuntu / Grub to
change the menu on the grub screen, one had to edit the /boot/grub/menu.lst file. In the new system this a little different from just editing the one file.
The GRUB configuration now resides at /boot/grub/menu.cfg But do ...
Published 2 years, 3 months ago
http://digitalpbk.com/google-go/installing-google-go-linux-ubuntu
Installing Google Go on Linux
Ubuntu
One command install, Bash script to install Google Go in one Go
#!/bin/bash
ARCH=386 #
CHANGE this setting to amd64 if you are on 64 bit.
sudo apt-get install bison make gcc libc6-dev ed mercurial
{
cat ~/.bashrc; cat ~/temp.bashrc
mv ~/.bashrc ~/.bashrc.old
mv ~/temp.bashrc ~/.bashrc
export GOROOT=$HOME/go
export GOARCH=$ARCH
export GOOS=linux
export GOBIN=$HOME/gobin
export PATH=$PATH:$GOBIN
mkdir $GOBIN
hg clone -r release https ...
Published 2 years, 2 months ago
http://digitalpbk.com/ubuntu/install-wireless-wifi-drivers-linux-karmic-9.1-sony-vaio-cw
Install Wireless Wifi drivers on Sony Vaio CW on Linux
Ubuntu
Out of the box
Ubuntu 9.10 wireless/wifi did not work on my Sony Vaio CW Series (VPCCW26FG), The following error message is shown on start up and on dmesg command.
Could not read microcode: -2
The solution was to install backports modules.
Installing Wireless Drivers on
Ubuntu
In order to make wireless (WiFi) work on the new Sony Vaio CW series, you have to run the following commands on
Ubuntu 9.10 Karmic.
sudo apt-get clean ...
Published 1 year, 10 months ago
http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html
PERL Code to
change Google talk status
Code : stat.plThe following code
changes the status of gmail/gtalk user status.Requires NET::XMPP module, and with SSL modules installed.#!/usr/bin/perl #usage : perl stat.pl use strict;use Net::XMPP;## Pls fill in these here :)my $
username = "";my $password = "";my $hostname = 'talk.google.com';my $port = 5222;my $componentname = 'gmail.com';my $connectiontype = 'tcpip';my $tls = 1;my $Con = new ...
Published 3 years ago
http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email
a stable release yet.
One of the issues is the bug in open id attribute exchange of the "email" field when using Google for authentication. The fix is pretty simple, Google requires the type_uri of email to be set to http://axschema.org/contact/email. Thus we have to
change the OPENID_AX settings in localsettings.py to
OPENID_AX = [{"type_uri": "http://axschema.org/contact/email",
"count": 1,
"required": True ...
Published 1 year, 9 months ago
http://digitalpbk.blogspot.com/2009/06/tata-indicom-wimax-connection-sharing.html
to enable connection sharing and browsing first you have to get a router. We used a D-Link Router DIR-300 Wireless Router (Approx cost Rs. 2100). These are the following steps to configure the router. First connect the CPE (Customer Premise Equipment) or simply the small box that comes with a LAN cable onto your routers Internet PortGoto your router URL (default http://192.168.1.1/) Login using your default
username (admin) and password(blank) (for D-Link) In the page click the Manual Internet ...
Published 2 years, 8 months ago
http://digitalpbk.blogspot.com/2007/05/my-first-useful-perl-program.html
My First useful PERL program
#!/usr/bin/perl -w$
username = $ARGV[0];$
username = "s28arunpbk" if(!$
username); ## Get the
username from the first command line argument# If null assign my user id.#use LWP;use LWP::UserAgent;## Initialize objects#$ua = LWP::UserAgent->new;$ua->agent("Checkmap/1.0");my $req=HTTP::Request->new(GET =>
"http://sitemeter.com/?a=stats&s;=$username&r;=0");my $res = $ua->request($req);## Send a request and grab ...
Published 4 years, 9 months ago
http://digitalpbk.blogspot.com/2008/11/ubuntu-remove-old-kernel-grub-list-long.html
Remove old kernels in
Ubuntu
Whenever a new kernel is applied
ubuntu keeps the old one. This clogs up the grub and hard disk space and ends up having a lot of kernels to boot in the grub.To know the version that is currently running:uname -rand to remove all other kernels usesudo apt-get remove --purge 2.6.24-16-*
change the 2.6.2x-xx- parts to remove those kernel. Make sure you dont remove the kernel you are using, or you will end up breaking the system. It is wise to keep a recent kernel ...
Published 3 years, 3 months ago
Related help topics for changing username in ubuntu 910
More keywords like changing username in ubuntu 910
More pages for changing username in ubuntu 910