Mehmetcan Yegen

Search
Skip to content
  • Check DGB

Monthly Archives: February 2018

Uncategorized

Docker run terminal

February 24, 2018 Mehmetcan Yegen Leave a comment

Deprecated: get_settings is deprecated since version 2.1.0! Use get_option() instead. in /home/mehmetcanyegen/public_html/wp-includes/functions.php on line 4861
docker exec -it <containerIdOrName> bash

thanks: https://askubuntu.com/a/543057

Uncategorized

Docker assign port

February 24, 2018 Mehmetcan Yegen Leave a comment

stop running container


docker stop test01

commit the container


docker commit test01 test02

NOTE: The above, test02 is a new image that I’m constructing from the test01 container.

re-run from the commited image


docker run -p 8080:8080 -td test02

thanks: https://stackoverflow.com/a/26622041

Uncategorized

Linux check for tensorflow installation

February 1, 2018 Mehmetcan Yegen Leave a comment

You can create a simple python script to check tensorflow installation

import tensorflow as tf

print tf.VERSION
Uncategorized

List all installed opencv modules

February 1, 2018 Mehmetcan Yegen Leave a comment

You may want to list all installed opencv modules with your favorite linux distribution
here is the bash command

pkg-config --libs opencv

Software Developer

TR EN

Recent Posts

  • pyodbc 0x2746 (10054) fıx ubuntu 20.04 lts
  • error: snap “android-studio” has “install-snap” change in progress error fix
  • virtualmin mysqlclient error
  • Zelve Ruins
  • How to fix “System is not setup to use itself as a DNS server” error on Virtualmin

Recent Comments

  • Mehmetcan Yegen on error: snap “android-studio” has “install-snap” change in progress error fix
  • Ryan on error: snap “android-studio” has “install-snap” change in progress error fix

Archives

  • September 2021
  • September 2019
  • August 2019
  • May 2019
  • November 2018
  • September 2018
  • May 2018
  • March 2018
  • February 2018
  • December 2017
  • November 2017
  • October 2017
  • August 2017
  • July 2017
  • May 2017
  • February 2017

Categories

  • Electronics
  • Linux
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress