| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
Code:
Windows XP Windows XP 64-Bit Windows 2000 Windows ME Windows NT Windows 98SE Windows 98 Windows 95 Windows Server 2003 x64 DOS Windows XP Embedded SP2 Windows XP Embedded Windows CE.net 5.0 Windows CE.net 4.2 Windows CE.net 4.1/4.0 Linux XFree86 (Not distribution-specific) Mandriva 2006 Linux Mandrake / Mandriva pre-2006 Linux Fedora Core 5.0 Linux Fedora Core 1.0, 2.0 & 4.0 Linux Fedora Core 3.0 Linux Source SuSE Linux Red Flag Linux Red Hat Linux MAC OS which to download?? |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#3 (permalink) | |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
Quote:
1)is it the debian installion package or rpm or the source simply?? 2)how acees windows partions from linux 3)and how to untar a package Last edited by gary4gar; 07-06-2006 at 11:37 PM. |
|
|
|
|
|
#5 (permalink) |
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
Gary, to create a root password & login as Root checkout this link:
https://wiki.ubuntu.com/RootSudo Goodluck man |
|
|
|
|
#6 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
You should not login as root. It is a bad practise to login as root when you are connected to net. Ubuntu has a configured sudo so you can do everything using sudo and need not access root account. So, learn to use sudo. Don't use root. It's the first rule of security.
To access windows partition from linux you will have to mount it using mount command eg. Code:
mount -t vfat /dev/hda1 /mnt/C_drive /dev/hda1 is only an example, it will differ as per your hard disk - IDE/SATA and how you have partitioned it. .mnt/C-drive can be given as you like it. I have just given one example. To untar, you can just double click it. tar -tvf archive.tar # List all files in archive.tar verbosely. If it has been gzipped, I use Code:
tar xzvf <filename> Code:
tar bjvf <filename> Code:
tar --help |
|
|
|
|
#7 (permalink) |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
hey in desertwind post i am supposed to modify nameserver name in cofig file in /etc dir/. but when i double to open the file it opens in gpedit as readonly who to modify it????
|
|
|
|
|
#9 (permalink) |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
thanx now i am connected to internet.i am wrinting this post from ubutu.that's all possible because of u.hats of to u.i will definately give some reps. few queries
1)mounting windows partion:i have four partions on a sata drive with NTFS as fileing system.now i deleted 2nd partion & insatlled linux on it.pls give exaxt command as earlier command gave not found error 2)i have firefox version of 1 which need to be updated to 1.5.how to do that |
|
|
|
|
#10 (permalink) | ||
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Quote:
Code:
mount -t ntfs /dev/sda1 /mnt/C-drive Code:
mount -t ntfs /dev/sda3 /mnt/D-drive Code:
mount -t ntfs /dev/sda4 /mnt/E-drive To read-write use ntfs-captive.But it takes loooong time to wrie so preferably make one partition as fat32. Quote:
Code:
sudo cp firefox /usr/lib/firefox |
||
|
|
|
|
#13 (permalink) |
|
In Pursuit of "Happyness"
Join Date: May 2005
Location: New Delhi
Posts: 3,404
|
^^ First make folders named "C-drive", "D-drive" and "E-drive" under /mnt/
Remember, linux is case sensitive.. so "c-drive" is different from "C-drive". |
|
|
|
|
#14 (permalink) |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
mounted all folders.also figured out a new method via disk manager.it works in gfx state so no need to do it in terminal.very easy for a windows user like me.no tension of upper case & lower case.
Totem movie player is showing the error when playing movies from windows partion(ntfs) ![]() what to do?? also how to set file permissions from root to my user name
|
|
|
|
|
#15 (permalink) |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
For file permissions use chmod
Have you configured media playback under ubuntu? If not you cant play any media file... You need to download gstreamer codecs etc...
__________________
Harsh J www.harshj.com |
|
|
|
|
#16 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
For media playback. Use win32codecs. To install win32codecs, install Automatix. I have given link on how to install and use Automatix many times in the forum, please search it and use. it will make installation easier.
To change file permissions use chmod. Code:
man chmod To change owner permissions use chown Code:
man chown |
|
|
|
|
#18 (permalink) | |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Quote:
To mount the partitions automatically add them to /etc/fstab in the following format Code:
/mnt/C-Drive /dev/hda1 ntfs defaults 0 0 |
|
|
|
|
|
#19 (permalink) |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
of my Dataone one Account. in BSNL BROADBAND.it does not accept firefox(default).also there no chance of ie in linux.the shaplus BB meter Does not Work in linux.any other greek way to do it.
|
|
|
|
|
#20 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Hmm I don't know but there should exist one.
Who told you IE can't be installed on linux? You just need to install wine and winetools. If you have configured your repositories proerly you will see wine and winetools in synaptic. Install them and follow http://frankscorner.org/index.php?p=ie6 At the above site you will find how to install many windows apps on linux. But, this should only be last choice if you get nothing. |
|
|
|
|
#22 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Well I saw a similar query on Linux User Group of Mumbai mailing list.
Follow this thread http://mm.ilug-bom.org.in/pipermail/...05/051982.html You might find some answer. One seems gkrellm which is available in ubuntu. |
|
|
|
|
#24 (permalink) | |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Quote:
Do you mean multimedia codec pack? Then it's win32codecs. You will find it's deb file in ubuntu repositories. |
|
|
|
|
|
#25 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Here's one software for counting DataOne usage statics http://dobs.sourceforge.net/
And don't forget to read the FAQ's here http://dobs.sourceforge.net/faq.html |
|
|
|
|
#29 (permalink) |
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Edit your /boot/grub/menu.lst file and do the line that starts with "default" and change the number to the number xp is in the order .. The numbering starts from 0.
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|