Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts
0
Posted on 6:08 AM by Softminer and filed under ,

To install grub first you need to boot with live CD on Ubuntu 8.10:

then go to Terminal and run:

sudo grub
find /boot/grub/stage1


Take not of whatever find states (hdx,x) for example in mycase ubuntu is installed on Sda7 so

root (hdx,x)
in my case: root (hd0,7)


setup (hdx)
in my case: setup (hd0)


quit

now the grub should be installed on your boot menu and automatically should have windows boot, if it doesnt have boot menu of Windows you have to add in manually

sudo gedit /boot/grub/menu.lst

then add this to menu.lst

# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1

hint: in Ubuntu 9 you can use
sudo upgrade-grub
0
Posted on 12:36 AM by Softminer and filed under ,



System -> Preferences -> Sessions

on the tab startup , users can easily add a start up application.

for example I like to add avant windows navigator.
the address is on user/bin/avant-windows-navigator


0
Posted on 3:23 AM by Softminer and filed under , ,



Here are the steps:

1. download "Mac4Lin" from + or +

2. Extract Mac4Lin

3. click on the Dock and "Delete this Panel" ( Dock is the navigation bar in Desktop footer )

4. Applications -> Add/Remove -> search for "Avant Windows Navigator" and install it

5. Applications -> Accessories -> Avant Windows Navigator

6. on Avant Dock Click on Awn-Manager -> Thema -> add and then give the download Mac4Lin thema from this address:
/Mac4Lin_Install_v1.0/Mac4Lin_Install_v1.0/AWN/

7. go to /Mac4Lin_Install_v1.0/Mac4Lin_Install_v1.0/

8. sudo sh Mac4Lin_Install_v1.0.sh

9. [Optional] change Firefox thema to Mac thema
Here are the videos to help you





0
Posted on 3:25 PM by Softminer and filed under ,

when you connect your webcam to usb with lsusb you can see if it is connected or not.

There are two softwares for viewing webcam on Ubuntu.

1. Easycam2
2. camorama

usually webcam will be mapped to /dev/video0


installing webcam on ubuntu 9.1 with these steps:

sudo apt-get install gspca-source module-assistant
sudo module-assistant update
sudo m-a a-i gspca
modprobe gspca
sudo apt-get install xawtv
xawtv


PS: when I run xawtv, I got error on /dev/video0

related links
http://www.linuxjournal.com/video/get-your-webcam-working-gspca
0
Posted on 8:11 AM by Softminer and filed under , ,

in June 2009 yahoo has chenged some setting regarding to instant messaging and cause empathy not to work in last configuration.

if you can not login into yahoo messanger using Empathy  this would help you:

to fix the problem after creating an yahoo messenger account:

change scs.msg.yahoo.com to cn.scs.msg.yahoo.com



update: Gyachi is the other messenger for ubuntu with sound and video
0
Posted on 3:24 AM by Softminer and filed under ,

Freiburg university users need to have VPN connection to connect to local university network.

university usually suggest cisco-vpn but VPNC software is more easier to install.

to install vpnc i386 on ubuntu:

1. download and install vpnc i386 from
+ or +

2. Create a config file /etc/vpnc/default.conf :
you can easily copy sample.conf to default.conf

IPSec gateway ipsec-rz.vpn.uni-freiburg.de
IPSec ID campus
IPSec secret campus
Xauth username username
Xauth password pass

3. To start the client, enter: vpnc
4. To stop the client, enter: vpnc-disconnect
0
Posted on 4:39 AM by Softminer and filed under

installing a folder of fonts:

sudo cp -a /path-to-folder /usr/share/fonts
sudo fc-cache -f -v