Related Articles For You
Well we just installed Feisty Fawn on one of the laptops here in the office. Everything seems to be running smoothly. I'm going to be posting some basic "reminders" for myself for the next time I do an install, so these might help someone, or they might not.
- Make sure you get the latest aptitude (apt-get) stuff...
- sudo aptitude update
- sudo aptitude upgrade
- Add a script to startup
- Write the script in the /etc/init.d/ directory
- update-rc.d filename defaults
chmod +x filename- Turn on the wireless led for an Acer CL56 (might put this in a startup script
- sudo modprobe acerhk
- echo 1 > /proc/driver/acerhk/wirelessled
- Install Alien
- sudo aptitude install alien
- Install Automatix
That should at least cover the basic install stuff. Please do NOT ask any Ubuntu related questions in the comments section. They will not be posted. If you have questions, go to the Ubuntu forum.
You should follow me on twitter here 
Get Started Now
Go to our information sheets to
start building your website today!
Related Articles
Browse By Category
Filed Under: Ubuntu, Feisty Fawn, Installation, Linux
Please feel free to leave a comment or question about the article
"Ubuntu Feisty Fawn Installation"
Comments
2
AHFX Web Design
Filter, If you had a bios prior to verion 1.4 for the CL56 it doesn´t automatically start the hardware switch (which effectively prevents it from starting up in the default ubuntu install). There are actually a lot of laptops that need the acerhk to "turn on" their wireless card switch/led so that they can connect to the Interent.
3
AHFX Web Design
A great article for 13 things to do once you install ubuntu. http://daily-web.blogspot.com/2007/12/13-things-to-do-immediately-after.html
4
AHFX Website Design
Remember this:
Postfix configuration http://www.ahfx.net/down/1112.pdf
How to view the mail log:
tail -f /var/log/mail.log
How to create the hash map for postfix:
sudo postmap hash:filename
5
Succeed Online
How to import compressed mysql file using the linuz shell:
zcat fileNameToImport.gz | mysql -u userName -pPassword dBName
6
AHFX
ImageMagick
Type the follow line to Ubuntu commmand prompt for intall ImageMagick:
sudo apt-get install imagemagick
Convert from jpegs to PDF: Go to the work directory (directory of jpegs):
cd work/directory/path
Convert the JPG files to PDF:
convert .jpg foo.pdf
7
AHFX
Remember if you get a 2013 mysql error you need to add the correct IP address to /etc/hosts.allow








1
filter
It´s a little bit curious. Why do you have to enable wlan card´s LED by hand. Did´nt it work without this measure or is it for "optical" purposes only?
filters 2 cents