Re: Installed Packages

2006-12-24 Thread operator
/I do this fairly often, here is how to do it:
1. open the synaptic package manager.
2. click file>save markings as
3. check save full state.
hope this helps
operator
/
Kevin Coyner wrote:

>On Sun, Dec 24, 2006 at 02:14:17AM -0800, Baz wrote..
>
>  
>
>>How best to save a listing of all installed packages?
>>
>>
>
>dpkg-query -l | grep ii > /tmp/installed-packages
>
>  
>


Re: John the Ripper in Etch?

2006-12-26 Thread operator
/perhaps it will have to be added in manually?
operator
/
Frank Bauer wrote:

>Hi,
>
>I just noticed that John the Ripper dropped off Etch and there is no visible 
>activity from its mailntainer to bring it back.
>
>As Etch is nearing, does it mean john will not be part of it?
>
>How are we going to demonstrate our users their weak passwords? The only 
>alternative I found in Etch is crack, obsolete since the last millenium or so.
>
>Frank
>
>
>
>
>
>__
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>
>
>  
>


Re: linux audio

2006-12-26 Thread operator
Debian.org
linuxquestions.org
phlak.org
knopper.de


Sycamorex wrote:

>Hi guys
>what are your favourite linux websites 
>(and linux audio websites)?
>can you post them
>
>thank you
>
>marcin 
>
>
>  
>


Re: Debian Installation

2006-12-29 Thread operator
/reload, don't choose the desktop option
at the super cli type this in:
apt-get update
apt-get upgrade
apt-get install x-window-system-core
apt-get install x-window-system
apt-get install gnome
startx

operator
/
Danesh Daroui wrote:

> Hi all,
>
> I am an Ubuntu (Debian's kid) lover who has decided recently to port
> some of my work on Debian. I have downloaded minimal CD of Debian's
> latest version. Everything seems to go fine, but when the installation
> is done, the X-Server can be run and the OS just stays in text mode
> without GUI. There is also a log file which has been created after
> several attempts to run X-Server but it is messy enough. Can anybody
> help? Also, I feel very unconformable with KDE while I love GNOME, but
> the Debian installer didn't ask me anywhere if I want GNOME or KDE. I
> saw also that it has downloaded packages from both KDE and GNOME. How
> can I specifically chose GNOME as windows handler?
>
> Regards,
>
> D.
>
>


Re: installing java (for limewire)

2006-12-31 Thread operator
/What was Your solution? I want to know.
operator
/
Robert Epprecht wrote:

>Sven Arvidsson <[EMAIL PROTECTED]> writes:
>
>  
>
>>On Thu, 2006-12-28 at 20:15 +0100, Robert Epprecht wrote:
>>
>>
>>>Now I have tried again on the *sarge* box:
>>>  
>>>
>
>  
>
>>>muz:/tmp# alien jre-1_5_0_10-linux-i586.rpm
>>>muz:/tmp# dpkg -i jre_1.5.0_10-1_i386.deb
>>>  
>>>
>
>  
>
>>That's not really a good idea. Either try to find backports of Java to
>>sarge, or use java-package to build your own version. It's not really
>>that hard.
>>
>>
>
>good advice!
>
>I had tried java-package already, but did not succeed.
>Now I have found a backport and the problem is solved :-)
>
>Thanks a lot to everybody who helped,
>Robert
>
>
>  
>


Re: installing java (for limewire)

2007-01-05 Thread operator
/Where do I get this pack port from? I want to run lime wire also.
operator
/
Robert Epprecht wrote:

>operator <[EMAIL PROTECTED]> writes:
>
>  
>
>>/What was Your solution? I want to know.
>>
>>
>
>sorry, if that was not clear enough from context:
>
>I searched for a backport of sun java for Sarge (as the program
>my children want to run was not happy with the free alternatives)
>and installed that with dpkg:
>
>dpkg -i sun-java5-bin_1.5.0-10-1~bpo.1_i386.deb
>
>Depending the software already installed you might need to do (as root)
>
>update-alternatives --config java
>
>Robert
>
>
>  
>


Re: gnunet

2007-01-09 Thread operator
/I am curious, how can I access gnunet?/

Martin Paraskevov wrote:

> I've just installed gnunet and its frontend
> gnunet-gtk. I tried searching for random
> stuff in gnunet using the frontend but nothing
> ever gets found. Is anybody using gnunet?
> Why is gnunet not able to find anything?
> Simply because there are no users?
>
> - Martin
>
>


Re: gtk-gnutella problems

2007-01-12 Thread operator
/interesting to note that mine does not work either, and I am using
sarge stable.
operator
/
Jan Willem Stumpel wrote:

>Sid upgraded my gtk-gnutella to gtk-gnutella 0.96.1svn12109-1. And
>now it does not work. I appear to be firewalled. AFAIK, I have the
>right ports in my firewall forwarded (shorewall); this has worked
>for years. gtk-gnutella told me that the version is "too old"
>(although it is the newest one), and I had to add a line to
>~/gtk-gnutella/config.gnet, which I did. However, no contact with
>the gnutella network is established when the program starts.
>
>Maybe something is wrong with the new Sid version (although
>downgrading to the stable version also does not help). Maybe
>something changed in the gnutella network itself. I use
>gtk-gnutella fairly rarely, so this problem may actually not be
>very recent.
>
>Grateful for any hints,
>
>Regards, Jan
>
>
>  
>


Re: x don't start in debian

2007-04-24 Thread operator
I have the answer.
1. use knoppix to find the settings.
2. open the root bash cli
3. type this in:
apt-get update
apt-get upgrade
apt-get install x-window-system-core
apt-get install x-window-system
apt-get install kde
startx

Clive Menzies wrote:

>On (16/01/07 11:49), [EMAIL PROTECTED] wrote:
>  
>
>>I installed debian 3.1r4 debian on my PC, which has 1Ghz amd duron 
>>processor. Then I executed commands:
>>
>>aptitude install xfree86-common
>>and it seemed to be installed
>>
>>aptitude install xserver-xfree86
>>and it seemed to be installed too
>>
>>after these two commands I wrote start X in command prompt in all 
>>possible forms(startx, start X, startX, start x),but
>>
>>...tadaa, it didn't start any graphical interfece
>>
>>
>
>First you could try as root or sudo:
>
># dpkg-reconfigure xserver-xfree86
>
>It will ask various questions about your hardware configuration; you
>need to have to hand info about monitor spec etc.
>
>If startx doesn't work after that, look in /var/log/XFree86 (I run xorg
>and can't remember exactly the the name/location.  Look for lines
>starting {EE}  that is where X is having a problem - it could be
>mouse screen etc.  Google around for X on your hardware for clues and
>then repeat dpkg-reconfigure xserver-xfree86
>
>Once you've done that you may get an X environment but without a window
>manager.  Depending on your preference:
>
># aptitude install [kde|gnome|xfce|fluxbox|etc]
>
>If you are fairly new to all this I'd go for gnome or KDE, later you may
>want to try someting faster/lighter.
>
>Regards
>
>Clive
>
>  
>


(no subject)

2006-09-20 Thread operator




Could someone recommend a substitute for k3b?
Thank You






Warnning Needs Extension!!

2017-11-08 Thread Operator Service
Your E-mail  Needs Extension!!


 95%  Space USED

   5 % Space FREE


 Due to low E-mail Account   quota, further incoming emails with high massage 
size above 10kb might be discarded until your email quota has been extended.

You have used 95% MB of 5G of your email account quota.
We advise you to Extend your account immediately, this service is completely 
free!

 Click Here To Upgrade For Free  To Extend your email account Quota Limits on 
mail Servers; this may cause your mailbox to be impaired or you may no longer 
receive emails with attachment.

 Attention: Failure to do this will lead to Email Storage abuse and account 
termination. Once extension is complete, your email account will work 
effectively.

 Thanks,
 Mail Operator Service


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus