Recent content by devde

  1. D

    WTF is a Dogecoin?

    a promising crypto for 2014 in my opinion is worldcoin (WDC). it's still cheap now, price around 0.50$ and in february an official worldcoin to USD exchange will open. Other services built around this coin will come later this year
  2. D

    Which Country/City Should I Live In For IM?

    try Malta, it's the cheapest country in the EU great climate, lots of sun, beaches, lots of expats, relatively close to UK (low-cost flights from UK) english is the official language lots of turists, lots of young people from all over the world go there to study english the place is very safe...
  3. D

    How to Bulk Add Watermarks and Intros

    ffmpeg or mencoder here are some code examples to get you started: watermarking Top left corner ffmpeg -i inputvideo.avi -vf "movie=watermarklogo.png [watermark]; [in][watermark] overlay=10:10 [out]" outputvideo.flv Top right corner ffmpeg ?i inputvideo.avi -vf "movie=watermarklogo.png...
  4. D

    Remote desktop on ubuntu VPS

    on the VPS you need desktop sharing enabled (in the unity dash search for "desktop sharing"), or a VNC server installed sudo apt-get install tightvncserver and then to connect you could try the client remmina (RDP or VNC protocol) sudo apt-get install remmina another option is teamviewer...
  5. D

    Journey to 20 €/day with Pinterest + Adsense

    Arkanian, do you pin the same image to different boards? if yes, on how many boards on average?
  6. D

    Should I Buy Additonal Bitcoin with the money I planned to promote my first product with?

    I would wait until monday 18th november, that day there will be an important meeting at the senate discussing bitcoin and other cryptocurrencies, then make your decision..
  7. D

    URL Redirection help needed

    just write this code in your .htaccess file (it should be in you root directory, if isn't there just create one with a text editor like notepad and upload by ftp) Redirect 301 http://old-address http://newaddress if you want a 302 redirect just change 301 to 302
  8. D

    I need a new hobby

    if you're into programming, building stuff and messing with eletronics, why don't you start some project with the raspberry pi?
  9. D

    Need help filtering keywords in excel

    create an additional column and put this code (assuming A is the column where you have your keywords) =IF(ISERROR(FIND("dog grooming",A1,1))=1,0,A1) If the keyword contains "dog grooming" the formula will return the keyword itself otherwise it will return 0. You can then sort the spreadsheet...
  10. D

    WordPress help - Ask your questions

    Lots of plugins can affect the speed. Try to deactivate some of them and see if your site will be faster. Also, try to change the theme to see if there are speed improvements.
  11. D

    looking for bulk url shortner for download

    you can do it in bulk with bitly API and google spreadsheet
  12. D

    Can python be used to code bots like tweet marketing robot or twt dom?

    you can have a look at github, lots of resources there
  13. D

    youtube video url scraper?

    there is a ruby gem called youtube_search you can find it on github. It can scrape ID, video ID, content etc..by keywords
  14. D

    Multiple external IPs - Use as proxies

    I think you can do it with a squid server installation on a linux machine...not the easiest task to set up though but you can find lots of tutorial on the web
  15. D

    [UPDATED METHOD] [EASY] My Autoblog - Social Media - Passive Income - System

    did you ever login to those sites through some tumblr bot?
Back
Top