Posts

First time Ubuntu user looking fir a basic image editing software [duplicate]

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite This question already has an answer here: Simple image editor? 6 answers I have just installed Ubuntu as dual boot on my laptop and everything runs well. I'm looking for a simple image editor. Till now I have been using the default photos app in win 8.1 and am comfortable and satisfied with the results. Is there something similar in Ubuntu? I have installed Gimp but the learning curve is steep for me and I need something which shows me a handful of preset settings/filters. You know what I'm talking about if you have used the windows photos app or snapseed 14.04 share | improve this question asked Feb 1 at 14:33 Sumer Sharma 1 1 marked as duplicate by karel, muru, wjandrea, Eric Carvalho, Charles Green Feb 2 at 15:54 This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question. a...

How to set a local smtp server to send anonymous e-mails

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite My attempt is to send an e-mail from [non_existing_email@address.com] to [address]@[random.com], which exists, in an unauthorized way. I have tried generic solutions i.e. 1) which is the basic case and could not make it work. server = smtplib.SMTP() server.connect('localhost:25') server.sendmail(fromaddr, toaddr, m + msg) server.close() and 2) only works for gmail recipients. I am looking for its generalized edition where recipient's address can be any address. server = smtplib.SMTP('gmail-smtp-in.l.google.com:25') server.starttls() server.ehlo("example.com") server.mail(fromaddr) server.rcpt(toaddrs[0]) server.data(msg) server.quit() Is there a possible way to have such anonymity? networking server email postfix smtp share | improve this question asked Feb 1 at 14:36 Elesmoth 16 4 1 If you're trying to create a spambot/spam mail server, you ...

unable to use my nokia 5233 as web cam on lubuntu 16.04 LTS

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite i am unable to use my nokia 5233 symbian s60v5 phone as web cam on lubuntu 16.04 LTS system. in my phone settings, there are four options available. they are:- 1) ovi suite 2) mass storage 3) image transfer 4) media transfer when i select 'image transfer' option and connected my phone to computer by using USB cable an error appers on the screen (see screenshot) here is the screenshot is there any solution? lubuntu webcam share | improve this question edited Feb 2 at 8:50 asked Feb 1 at 14:48 siva ganesh 1 2 add a comment  |  up vote 0 down vote favorite i am unable to use my nokia 5233 symbian s60v5 phone as web cam on lubuntu 16.04 LTS system. in my phone settings, there are four options available. they are:- 1) ovi suite 2) mass storage 3) image transfer 4) media transfer when i select 'image transfer' option and connected my pho...