Taklis Chris
  • Home
  • Profile
    • Resume
    • Working / Volunteering experience
    • Countries and Cities i've visited
    • Research papers and scientific articles
    • Seminars, Webinars and Presentations
  • Portfolio
    • Amphibians
    • Batoidea
    • Cephalopods
    • Dermaptera
    • Echinoderms
    • Fish
    • Jellyfish
    • Mammals
    • Marine organisms
    • Nudibranchs
    • Reptiles
    • Sea Anemones
    • Sharks
    • Spiders
    • Sponges
    • South African Biodiversity
    • Tubeworms
    • Wildlife illustrations
  • Blogs
    • eco-blog
    • Pelion
    • Cookbook
    • Other
  • Research
    • Project: Continuous monitoring of Common Stringray's nursery area
    • Shark Research & Conservation
    • Wild Boar research
  • Multimedia
    • Videos
    • Photos
    • Press Publications
    • Sounds
  • Other Topics
    • 3d's
    • Android Apps
    • Anti-hunting Zone
      • Anti-hunting Zone
      • My own anti-hunting memes
      • Υλικό ευαισθητοποιήσης κατά του κυνηγιού
      • Λύρη - Ο παράδεισος της λαθροθηρίας
    • Living underwater
    • Mini documentary - Υποβρύχια ζωή στο Πήλιο
    • Podcast: Wildlife Adventurer
    • The farm
  • E-shops
    • Gift E-shop
    • Graphic Designs for sell
    • E-books
    • NFT's
      • 3d Ready Metaverse Avatars
      • Ethereum alien worlds Collection
      • Portraits of Wildlife
    • Webinars
  • Refers & Discounts
  • Home
  • Profile
    • Resume
    • Working / Volunteering experience
    • Countries and Cities i've visited
    • Research papers and scientific articles
    • Seminars, Webinars and Presentations
  • Portfolio
    • Amphibians
    • Batoidea
    • Cephalopods
    • Dermaptera
    • Echinoderms
    • Fish
    • Jellyfish
    • Mammals
    • Marine organisms
    • Nudibranchs
    • Reptiles
    • Sea Anemones
    • Sharks
    • Spiders
    • Sponges
    • South African Biodiversity
    • Tubeworms
    • Wildlife illustrations
  • Blogs
    • eco-blog
    • Pelion
    • Cookbook
    • Other
  • Research
    • Project: Continuous monitoring of Common Stringray's nursery area
    • Shark Research & Conservation
    • Wild Boar research
  • Multimedia
    • Videos
    • Photos
    • Press Publications
    • Sounds
  • Other Topics
    • 3d's
    • Android Apps
    • Anti-hunting Zone
      • Anti-hunting Zone
      • My own anti-hunting memes
      • Υλικό ευαισθητοποιήσης κατά του κυνηγιού
      • Λύρη - Ο παράδεισος της λαθροθηρίας
    • Living underwater
    • Mini documentary - Υποβρύχια ζωή στο Πήλιο
    • Podcast: Wildlife Adventurer
    • The farm
  • E-shops
    • Gift E-shop
    • Graphic Designs for sell
    • E-books
    • NFT's
      • 3d Ready Metaverse Avatars
      • Ethereum alien worlds Collection
      • Portraits of Wildlife
    • Webinars
  • Refers & Discounts
I am dedicating my life to protect wildlife and environment!

How to create right-click shortcuts for "files" folder on dock in ubuntu.

24/4/2020

 
Picture
Did you miss the shortcuts we had in files folder on ubuntu dock when we had unity?

Thanks to Manos Sarris from the greek community of ubuntu on facebook, which he found, how to do it again on ubuntu 20.04 or older versions.

It's easy and i write below the steps as i have already do it and it's working perfect.
  1. We copy the file "org.gnome.Nautilus.desktop" from /usr/share/applications to ~/.local/share/applications

  2. We open it with Gedit and we change the line to: "DBusActivatable=false", which it was "true".

  3. Under "X-Ubuntu-Gettext-Domain=nautilus" we add the following 2 lines: 

    "StartupWMClass=nautilus;Nautilus
    Actions=new-window;open-documents;open-downloads;open-pictures;open-music;open-videos;"

  4. In the end of the file we add the following:

    [Desktop Action open-documents]
    Name=Documents
    Exec=nautilus /home/username/Documents
    [Desktop Action open-downloads]
    Name=Downloads
    Exec=nautilus /home/username/Downloads
    [Desktop Action open-pictures]
    Name=Pictures
    Exec=nautilus /home/username/Pictures
    [Desktop Action open-music]
    Name=Music
    Exec=nautilus /home/username/Music
    [Desktop Action open-videos]
    Name=Videos
    Exec=nautilus /home/username/Videos

    Where it is "username" you change it with the username you have on your computer.

  5. Logout and Login and it will be working.

Install Page Edit (Book View) on Sigil on Ubuntu 19.10

7/12/2019

 
It was pain-ass to install Page Edit on Ubuntu and no-one helped, so i make this tutorial for people to do it by themselves without the arrogance of the developers.

First of all we start with the instructions from https://github.com/Sigil-Ebook/PageEdit.

We open the terminal and we write:
  • git clone https://github.com/sigil-ebook/PageEdit.git
  • cd PageEdit
  • sudo apt-get install build-essential
  • sudo apt-get install cmake
  • sudo apt-get install qtwebengine5-dev qttools5-dev qttools5-dev-tools
  • mkdir build
  • cd build
  • cmake "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ../<path/to/PageEdit/source> (This is where it fails, but don't close the terminal we will need it later)

So we continue to install CMake from Ubuntu Software.
When it's installed (see the image below):
  • we open the GUI program from our apps.
  • We press the button "Browse Source" and we go and select "PageEdit" folder. (Here "kailor" is my laptop username, it will show yours. Don't get confused)
  • Then we go and press the button "Browse Build" and we go inside the folder "PageEdit" and we select the folder "build". (if the folder is missing, then you didn't create it with the terminal command "mkdir build", as it was on the previous steps).
  • Now we press the button "Configure", which will show us all those red lines with data,
  • and for last step in the CMake GUI program we press the button "Generate".

Now we return to terminal (i hope you didn't closed it), otherwise you need to get inside the folder you were "/PageEdit/build") and we type:
  • make
Picture
Now it remains to put it as a preferred alternative external xhtml editor on Sigil. To do it this just follow these steps:
  • We open Sigil,
  • We go on "Edit --> Preferences"
  • On the "General Settings", it's the last field (as the image below)
Picture
  • so we press the button "Browse"
  • We go on the folder "PageEdit --> Build --> Bin"
  • and we choose the file "pageedit"
  • Then we press OK.
  • And we are ready to use it by press the button on the toolbar which is with the icon of a paper and a pencil and it means to "Launch External xhtml editor".

How to update nikon firmware on cameras from ubuntu.

19/8/2019

 
Picture
When you have linux there are some times you must find a way to do some things differently.

That time is one of those. Nikon firmwares are coming in exe files (windows) or mac files. But not linux.

But that doesn't mean you can't upgrade your firmware in your camera.

You need to do the following steps:
  1. Download your firmware from the official link: https://downloadcenter.nikonimglib.com/en/index.html.
  2. Download the Windows Firmware.
  3. Copy the file to a new folder.
  4. Open the terminal.
  5. Go to the folder you put the folder (i.e. cd Desktop, cd Firmware).
  6. Unpack the file with unrar e file.exe ( change "file" to what is the name of your filename of the firmware).
  7. Format your SD card as per Nikon instructions within your camera.
  8. Take out the sd card and put it into your PC.
  9. Copy the two files that have been extracted (firmware.bin and gpsfirm.bin) to your sd card.
  10. Then open your camera (with your sd card) and go to menu --> settings --> firmware.
  11. And you will see the message to upgrade your firmware.
  12. Don't close your camera until the upgrade is finished.
  13. That's it how you do it from ubuntu.

Instagram on Ubuntu 18.04 with Ramme

26/8/2018

 
Picture
Lately i have started to upload more often photos on my account on instagram. But because i have dslr and underwater compact camera, it was annoying to have to move on my smartphone or on google photos and later to download them on my smartphone so i can be able to upload them on instagram, since instagram doesn't have native app for ubuntu.

I tried many ways to do it directly from my computer, but only 2 ways had success.

The first was from google chrome to press right click on my mouse and select "inspect" and then press the small button on top-left which says "Toggle device toolbar" and choose from the console tab "Android Browser" so it can transform it into a mobile browser.

And the second it is the Ramme app from Github. It has an issue with javascript, and it shows a message but still it works perfect like to be inside the original instagram app on my phone. You can see the screenshot, where the last 2 photos have been uploaded with Ramme app on my ubuntu laptop.

And now finally i can upload easy all my photos directly from my computer.

How to install GNOME Shell extensions from a web browser

4/5/2018

 
Step 1: Install browser add-on

  • For Google Chrome, Chromium, and Vivaldi: Chrome web store.
  • For Firefox: Mozilla Addons.
  • For Opera: Opera Addons

Step 2: Install native connector

​sudo apt install chrome-gnome-shell

Picture

Pixeluvo - The best alternative of Photoshop

18/3/2018

 
Picture
One of the greatest alternatives to Photoshop is Pixeluvo.

It's easier than photoshop and with the most features of it. Let's see if it will improve in the future! (i hope it will improve) 
And the best is, that is available for Windows and for Linux (Ubuntu and Fedora).
It is not free but the price is very good (about $32).

Install Gnome shell system monitor extension (indicator)

21/10/2017

 
Picture
I installed it on ubuntu 17.10 (with gnome shell):
  • sudo apt-get install gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0
  • Download the ZIP/Tarball, extract the archive
  • make install
  • mkdir ~/git_projects
  • cd ~/git_projects
  • git clone git://github.com/paradoxxxzero/gnome-shell-system-monitor-applet.git
  • mkdir -p ~/.local/share/gnome-shell/extensions
  • cd ~/.local/share/gnome-shell/extensions
  • ln -s ~/git_projects/gnome-shell-system-monitor-applet/system-monitor@paradoxxx.zero.gmail.com
  • gnome-shell-extension-tool --enable-extension=system-monitor@paradoxxx.zero.gmail.com
  • REBOOT the computer!

Source: ​https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet
Picture

Lost or forgot password on ubuntu (and derivatives)? Then you can set a new through terminal.

24/3/2017

 
I was fixing a laptop with lubuntu and i didn't know the system password that the user has set. So after research i found an easy way and not that askubuntu and other sites were suggesting.
  • The easy step is open a terminal.
  • Write "sh"
  • And then write "passwd username" .... Change the username with what is your username on the pc you want to change the password (e.x. George)
  • And then you type the new password.

How to mount MTP Android Device in Ubuntu.

5/1/2017

 
If you want to have access to your smartphone on ubuntu you have first to mount it by installing mtp-tools.
Copy the following command and put it on the terminal:
​
sudo apt-get install mtp-tools

Adobe Photoshop CC (2015) is installed and working perfect on ubuntu 16.10

4/1/2017

 
Picture
First of all thanks to WineHQ for give instructions how to make windows programs work on ubuntu!

I downloaded 32bit trial photoshop cc and followed the instructions from winehq.

I didn't have to install something because i was using photoshop cs6 portable and already have installed the following.

sudo add-apt-repository ppa:ubuntu-wine/ppa 
sudo apt-get update 

sudo apt-get install wine1.7 winetricks

winetricks atmlib gdiplus msxml3 msxml6 vcrun2005 vcrun2005sp1 vcrun2008 ie6 fontsmooth-rgb gecko

So, i followed the instructions by changing the winecfg on 
Windows 2008, disabled internet, and installed photoshop. Then i changed again winecfg on windows 8, replaced atmlib (following file) so can photoshop be activated and voila is running perfect.
amtlib.dll
File Size: 1957 kb
File Type: dll
Download File

<<Previous

    RSS Feed

    About

    Various topics which don't belong to ecology, cooking, farming.

    Archives

    April 2022
    November 2021
    June 2021
    May 2021
    January 2021
    August 2020
    April 2020
    January 2020
    December 2019
    August 2019
    November 2018
    October 2018
    August 2018
    July 2018
    May 2018
    March 2018
    December 2017
    October 2017
    June 2017
    May 2017
    April 2017
    March 2017
    February 2017
    January 2017
    December 2016
    November 2016
    May 2016
    April 2016
    January 2016
    November 2015
    October 2015
    August 2015
    July 2015
    April 2015
    March 2015
    January 2015
    December 2014
    November 2014
    September 2014
    August 2014
    July 2014
    April 2014
    March 2014

    Categories

    All
    Astronomy
    Basic Income
    Facebook
    Free Thoughts
    Games
    Health
    Internet
    Linux
    Loomio
    Movies
    Open Source
    PC Apps
    Photography
    Politics
    Service Computer
    Smartphone
    Technology

Those who don't like what i am writing and they think it's offensive to their groups, they can leave and never return.
© 2022 - Chris Taklis
  • Home
  • Profile
    • Resume
    • Working / Volunteering experience
    • Countries and Cities i've visited
    • Research papers and scientific articles
    • Seminars, Webinars and Presentations
  • Portfolio
    • Amphibians
    • Batoidea
    • Cephalopods
    • Dermaptera
    • Echinoderms
    • Fish
    • Jellyfish
    • Mammals
    • Marine organisms
    • Nudibranchs
    • Reptiles
    • Sea Anemones
    • Sharks
    • Spiders
    • Sponges
    • South African Biodiversity
    • Tubeworms
    • Wildlife illustrations
  • Blogs
    • eco-blog
    • Pelion
    • Cookbook
    • Other
  • Research
    • Project: Continuous monitoring of Common Stringray's nursery area
    • Shark Research & Conservation
    • Wild Boar research
  • Multimedia
    • Videos
    • Photos
    • Press Publications
    • Sounds
  • Other Topics
    • 3d's
    • Android Apps
    • Anti-hunting Zone
      • Anti-hunting Zone
      • My own anti-hunting memes
      • Υλικό ευαισθητοποιήσης κατά του κυνηγιού
      • Λύρη - Ο παράδεισος της λαθροθηρίας
    • Living underwater
    • Mini documentary - Υποβρύχια ζωή στο Πήλιο
    • Podcast: Wildlife Adventurer
    • The farm
  • E-shops
    • Gift E-shop
    • Graphic Designs for sell
    • E-books
    • NFT's
      • 3d Ready Metaverse Avatars
      • Ethereum alien worlds Collection
      • Portraits of Wildlife
    • Webinars
  • Refers & Discounts