Archive

Posts Tagged ‘Linux’

Change password in Ubuntu 10.10

February 6th, 2011 admin No comments

During installation, I input a simple password like what I always used.

After finished update, when I wanted to change password back,  it said the new password is alike with the old one.

To solve this problem, just give root a password, then use root to change user’s password.

1. sudo passwd root

2. su -

3. passwd xxxx

4. exit

Categories: Ubuntu Tags: , ,

WLAN(WiFi) of Ubuntu 8.04 on DELL D420, Kernel 2.6.24-19

September 13th, 2009 admin No comments

After Ubuntu 8.04 updating to Kernel 2.6.24-19-generic, my wireless card is lost and WLAN configuration is invalid.

It spent my 4 hours to solve this problem, the following is summary:

1. Install b43-fwcutter,

sudo apt-get install b43-fwcutter

2. Run  b43-fwcutter

sudo /usr/share/b43-fwcutter/install_bcm43xx_firmware.sh

3.rmmod

rmmod ndiswrapper
rmmod ssb
rmmod b43

4.modprobe

modprobe ndiswrapper
modprobe ssb
modprobe b43

5. To check wlan0, OK

ifconfig -a

6. Config WLAN

Ubuntu Status bar, left click “Network”, Mannual configuration, unlock, Wireless connection, Properties, WPA, DHCP or IP (depend on your AP), disable LAN, save as a new network location.

Before these steps,

I have updated ndiswrapper to V1.9, both common and util, and found no ndiswrapper in /usr/sbin, so make a link(ln -s).

Reinstall DELL Wireless bcmw15.inf

The posts I have read,

1. HOWTO: WLan via Ndiswrapper http://ubuntuforums.org/showthread.php?t=190967

2. http://www.lupaworld.com/home/space-47147-do-blog-id-123368.html, This article contains Chinese chars, and it’s the most important article.

3. Other posts: please search ndiswrapper, and fwcutter.

It works, so I post this article by WLAN.

Grep tool under Microsoft Windows

January 23rd, 2009 admin No comments

Why Microsoft Windows hasn’t the function like “grep”? When analysing application logs, the question will  always be asked.

Fortunately, we can find some tools, such as AstroGrep(opensource freeware), which can do same thing under Windows just like Unix or Linux.

The following content is copied from: http://astrogrep.sourceforge.net

“AstroGrep is a Microsoft Windows grep utility. Grep is a UNIX command-line program which searches within files for keywords. AstroGrep supports regular expressions, versatile printing options, stores most recently used paths and has a “context” feature which is very nice for looking at source code.”

AstroGrep includes the following features

- Regular expressions
- Concurrent multiple file types
- Recursive directory searching
- A “context” feature that selects the lines above and below your search expression
- Most Recently Used list for search paths
- Somewhat versatile printing options
- Double click to open file with editor of your choice
- Store Most Recently Used file names and search expressions
- Match Whole Word Only
- Syntax highlighing
- Free of charge and Open Source

Categories: Freeware Tags: , , , , , ,

The best FTP client you should install–Filezilla

November 29th, 2008 admin No comments

I like Filezilla, because it has both Windows version and Linux version. FTP sites can Imported/Exported between the two OS platform. The XML file exported can be modified by a text editor, such as Notepad.exe or gedit.

Download from: http://filezilla-project.org

Read more…

Categories: Freeware Tags: , , , , , ,