Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Ubuntu

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-19-2008, 08:09 PM
GrailKing
 
Posts: n/a
Now That I have it loaded here are my other questions.

All,

Firstly thanks to those who got me up and running; now the next phase.

Sound: I set UB for auto detect but nothing came up not sure if it's a
sound card or on board sound.
Resolution is a tad large for me where do I set that?
I use open office already in windows and gimp also, and they are preloaded
on UB so I'm set there.
I have FireFox but I'm an OPera lover; How is it on UB?
I have Audacity on windows; a friend of mine said he couldn't get Audacity
to work in UB, so I'm be looking for a good alternitive just in case.

What is a good binary news reader for UB? I like newsleecher a lot but I
don't believe they have a Linux version, so what's a good alternative?

More questions coming, but I'll do web search and get a book on linux.

GK.
Reply With Quote
  #2 (permalink)  
Old 07-19-2008, 08:49 PM
Niklaus Kuehnis
 
Posts: n/a
Re: Now That I have it loaded here are my other questions.

GrailKing <Anon@fake.net> wrote:
> All,


> Firstly thanks to those who got me up and running; now the next phase.


> Sound: I set UB for auto detect but nothing came up not sure if it's a
> sound card or on board sound.


As mentioned:
$ lspci

> I have FireFox but I'm an OPera lover; How is it on UB?


# Add partner repositories to sources.list
sudo echo "deb http://archive.canonical.com/ubuntu hardy partner" > \
/etc/apt/sources.list

# update the packages cache
sudo apt-get update

# install
sudo apt-get install opera

> I have Audacity on windows; a friend of mine said he couldn't get Audacity
> to work in UB, so I'm be looking for a good alternitive just in case.


It works here but I think it has quite some bugs because they chose
the beta version. What kind of editing would you like to do?

--
Niklaus
Reply With Quote
  #3 (permalink)  
Old 07-20-2008, 12:16 AM
GrailKing
 
Posts: n/a
Re: Now That I have it loaded here are my other questions.

On Sat, 19 Jul 2008 16:49:50 -0400, Niklaus Kuehnis
<kuehnik_0505@gmx-topmail.de> wrote:

> GrailKing <Anon@fake.net> wrote:
>> All,

>
>> Firstly thanks to those who got me up and running; now the next phase.

>
>> Sound: I set UB for auto detect but nothing came up not sure if it's a
>> sound card or on board sound.

>
> As mentioned:
> $ lspci
>
>> I have FireFox but I'm an OPera lover; How is it on UB?

>
> # Add partner repositories to sources.list
> sudo echo "deb http://archive.canonical.com/ubuntu hardy partner" > \
> /etc/apt/sources.list
>
> # update the packages cache
> sudo apt-get update
>
> # install
> sudo apt-get install opera
>
>> I have Audacity on windows; a friend of mine said he couldn't get
>> Audacity
>> to work in UB, so I'm be looking for a good alternitive just in case.

>
> It works here but I think it has quite some bugs because they chose
> the beta version. What kind of editing would you like to do?
>



Niklaus,

Are these all command line inputs that one uses Linux terminal program?

I like to make my own ring tones, and I have a bunch of 78s that I want to
put to MP3 so I need to beable to remove unwanted noises, etc.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Reply With Quote
  #4 (permalink)  
Old 07-20-2008, 01:33 AM
Niklaus Kuehnis
 
Posts: n/a
Re: Now That I have it loaded here are my other questions.

GrailKing <GrailKingAnon@fake.net> wrote:
> On Sat, 19 Jul 2008 16:49:50 -0400, Niklaus Kuehnis
> <kuehnik_0505@gmx-topmail.de> wrote:


> > GrailKing <Anon@fake.net> wrote:
> >
> > # Add partner repositories to sources.list
> > sudo echo "deb http://archive.canonical.com/ubuntu hardy partner" > \
> > /etc/apt/sources.list
> >
> > # update the packages cache
> > sudo apt-get update
> >
> > # install
> > sudo apt-get install opera
> >


> Are these all command line inputs that one uses Linux terminal program?


Yes. I think you can do the same things using synaptic but I've no
idea how. :)

Oh, I made a big mistake above (corrected here):
# Add partner repositories to sources.list
sudo echo "deb http://archive.canonical.com/ubuntu hardy partner" \
>> /etc/apt/sources.list


> I like to make my own ring tones, and I have a bunch of 78s


vinyl records?

> that I want to
> put to MP3 so I need to beable to remove unwanted noises, etc.


If you indeed want to convert analog material to .mp3 you could
record to .wav with qarecord, cut with wavbreaker and convert with
lame (or one of its front-ends). I don't know a separate gui program
for denoising, though. If you don't mind a terminal program you might
try gramofile.

HTH,
Niklaus
Reply With Quote
  #5 (permalink)  
Old 07-20-2008, 04:14 AM
GrailKing
 
Posts: n/a
Re: Now That I have it loaded here are my other questions.

On Sat, 19 Jul 2008 21:33:50 -0400, Niklaus Kuehnis
<kuehnik_0505@gmx-topmail.de> wrote:

> GrailKing <GrailKingAnon@fake.net> wrote:
>> On Sat, 19 Jul 2008 16:49:50 -0400, Niklaus Kuehnis
>> <kuehnik_0505@gmx-topmail.de> wrote:

>
>> > GrailKing <Anon@fake.net> wrote:
>> >
>> > # Add partner repositories to sources.list
>> > sudo echo "deb http://archive.canonical.com/ubuntu hardy partner" > \
>> > /etc/apt/sources.list
>> >
>> > # update the packages cache
>> > sudo apt-get update
>> >
>> > # install
>> > sudo apt-get install opera
>> >

>
>> Are these all command line inputs that one uses Linux terminal program?

>
> Yes. I think you can do the same things using synaptic but I've no
> idea how. :)
>
> Oh, I made a big mistake above (corrected here):
> # Add partner repositories to sources.list
> sudo echo "deb http://archive.canonical.com/ubuntu hardy partner" \
>>> /etc/apt/sources.list

>
>> I like to make my own ring tones, and I have a bunch of 78s

>
> vinyl records?

Yes I still buy vinyl :) but I have my parents whole collection of 33s and
78 LPs.

>
>> that I want to
>> put to MP3 so I need to beable to remove unwanted noises, etc.

>
> If you indeed want to convert analog material to .mp3 you could
> record to .wav with qarecord, cut with wavbreaker and convert with
> lame (or one of its front-ends). I don't know a separate gui program
> for denoising, though. If you don't mind a terminal program you might
> try gramofile.
>
> HTH,
> Niklaus


I have Opera up and running it was as easy as windows, I dl from opera
site and double clicked on the deb file and it installed nicely.

I did freeze three times so far, each time was after performing a
function, adding a cd with jpgs UB froze nothing worked I had to reboot,
after installing Dia and inkspot the close screen came up and froze,
another reboot and a third time but I forgot what was going on when that
happened.

I just dl flash but it's a archive file and the screen comes up to extract
the files but I can't find either Opera or Firefox folders in the choices
to extract to.

Any who I will play with this somemore over the weekend.

GK
Reply With Quote
  #6 (permalink)  
Old 07-20-2008, 08:43 AM
Derek Turner
 
Posts: n/a
Re: Now That I have it loaded here are my other questions.

On Sun, 20 Jul 2008 00:14:06 -0400, GrailKing wrote:

> On Sat, 19 Jul 2008 21:33:50 -0400, Niklaus Kuehnis
> <kuehnik_0505@gmx-topmail.de> wrote:
>
>> GrailKing <GrailKingAnon@fake.net> wrote:
>>> On Sat, 19 Jul 2008 16:49:50 -0400, Niklaus Kuehnis
>>> <kuehnik_0505@gmx-topmail.de> wrote:

>>
>>> > GrailKing <Anon@fake.net> wrote:
>>> >
>>> > # Add partner repositories to sources.list sudo echo "deb
>>> > http://archive.canonical.com/ubuntu hardy partner" > \
>>> > /etc/apt/sources.list
>>> >
>>> > # update the packages cache
>>> > sudo apt-get update
>>> >
>>> > # install
>>> > sudo apt-get install opera
>>> >
>>> >
>>> Are these all command line inputs that one uses Linux terminal
>>> program?

>>
>> Yes. I think you can do the same things using synaptic but I've no idea
>> how. :)
>>
>> Oh, I made a big mistake above (corrected here): # Add partner
>> repositories to sources.list sudo echo "deb
>> http://archive.canonical.com/ubuntu hardy partner" \
>>>> /etc/apt/sources.list

>>
>>> I like to make my own ring tones, and I have a bunch of 78s

>>
>> vinyl records?

> Yes I still buy vinyl :) but I have my parents whole collection of 33s
> and 78 LPs.
>
>
>>> that I want to
>>> put to MP3 so I need to beable to remove unwanted noises, etc.

>>
>> If you indeed want to convert analog material to .mp3 you could record
>> to .wav with qarecord, cut with wavbreaker and convert with lame (or
>> one of its front-ends). I don't know a separate gui program for
>> denoising, though. If you don't mind a terminal program you might try
>> gramofile.
>>
>> HTH,
>> Niklaus

>
> I have Opera up and running it was as easy as windows, I dl from opera
> site and double clicked on the deb file and it installed nicely.
>
> I did freeze three times so far, each time was after performing a
> function, adding a cd with jpgs UB froze nothing worked I had to reboot,
> after installing Dia and inkspot the close screen came up and froze,
> another reboot and a third time but I forgot what was going on when that
> happened.
>
> I just dl flash but it's a archive file and the screen comes up to
> extract the files but I can't find either Opera or Firefox folders in
> the choices to extract to.
>
> Any who I will play with this somemore over the weekend.
>
> GK


Try to get out of the windows mindset of downloading things from web-
sites. Almost everything you will need is in a repository. It may not be
the 'latest and greatest' version but it will be stable and fully tested
to run on ubuntu. Fire up the package manager (synaptic) and use
'search'. Opera is in the mint repositories, along with the proprietary
drivers you'll need to to get your sound/resolution issues sorted.
www.linuxmint.org standard edition. Try it.
Reply With Quote
  #7 (permalink)  
Old 07-20-2008, 11:27 AM
Niklaus Kuehnis
 
Posts: n/a
Re: Now That I have it loaded here are my other questions.

GrailKing <GrailKinganon@fake.net> wrote:
> On Sat, 19 Jul 2008 21:33:50 -0400, Niklaus Kuehnis
> <kuehnik_0505@gmx-topmail.de> wrote:
> > GrailKing <GrailKingAnon@fake.net> wrote:
> >
> > vinyl records?

> Yes I still buy vinyl :) but I have my parents whole collection of 33s and
> 78 LPs.


Wow!

> I have Opera up and running it was as easy as windows, I dl from opera
> site and double clicked on the deb file and it installed nicely.


IMO it would be even easier to enable all repositories in synaptic or
adept and download everything through Ubuntu.

> I did freeze three times so far, each time was after performing a
> function, adding a cd with jpgs UB froze nothing worked I had to reboot,
> after installing Dia and inkspot the close screen came up and froze,
> another reboot and a third time but I forgot what was going on when that
> happened.


In only very, very rarely had to do a hard reset with Ubuntu. Any
error messages in /var/log/messages or other files in /var/log? Do
you have enough RAM?

> I just dl flash but it's a archive file and the screen comes up to extract
> the files but I can't find either Opera or Firefox folders in the choices
> to extract to.


Enable the multiverse repositories and install the package
flashplugin-nonfree.

If a program is available through the Ubuntu repositories you should
use that one because it often integrates better with the rest of
Ubuntu and it's easier to upgrade.

HTH,
Niklaus
Reply With Quote
  #8 (permalink)  
Old 07-20-2008, 03:35 PM
GrailKing
 
Posts: n/a
Re: Now That I have it loaded here are my other questions.

On Sun, 20 Jul 2008 07:27:11 -0400, Niklaus Kuehnis
<kuehnik_0505@gmx-topmail.de> wrote:

> GrailKing <GrailKinganon@fake.net> wrote:
>> On Sat, 19 Jul 2008 21:33:50 -0400, Niklaus Kuehnis
>> <kuehnik_0505@gmx-topmail.de> wrote:
>> > GrailKing <GrailKingAnon@fake.net> wrote:
>> >
>> > vinyl records?

>> Yes I still buy vinyl :) but I have my parents whole collection of 33s
>> and
>> 78 LPs.

>
> Wow!
>
>> I have Opera up and running it was as easy as windows, I dl from opera
>> site and double clicked on the deb file and it installed nicely.

>
> IMO it would be even easier to enable all repositories in synaptic or
> adept and download everything through Ubuntu.
>
>> I did freeze three times so far, each time was after performing a
>> function, adding a cd with jpgs UB froze nothing worked I had to reboot,
>> after installing Dia and inkspot the close screen came up and froze,
>> another reboot and a third time but I forgot what was going on when that
>> happened.

>
> In only very, very rarely had to do a hard reset with Ubuntu. Any
> error messages in /var/log/messages or other files in /var/log? Do
> you have enough RAM?


No messages, and I have more than 1G of ram.
>
>> I just dl flash but it's a archive file and the screen comes up to
>> extract
>> the files but I can't find either Opera or Firefox folders in the
>> choices
>> to extract to.

>
> Enable the multiverse repositories and install the package
> flashplugin-nonfree.
>

Ok, I'll try that.

> If a program is available through the Ubuntu repositories you should
> use that one because it often integrates better with the rest of
> Ubuntu and it's easier to upgrade.
>
> HTH,
> Niklaus


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Ubuntu


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:49 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109