排序
Install Oracle Java JDK in Ubuntu Linux
Install Oracle Java JDK in Ubuntu Linux,Oracle Java SE 13 was released September 2019. The latest update of Java JDK is 13.0.2. In this post we install the JDK in Ubuntu Linux 18.0...
How to Upgrade to Python 3.8 on Ubuntu
How to Upgrade to Python 3.8 on Ubuntu,In this article, we upgrade to python 3.8 and configure it as the default version of python. Out of the box default python version for Ubuntu...
How to Setup Python Virtual Environment for Python3 on Ubuntu 19.10
How to Setup Python Virtual Environment for Python3 on Ubuntu 19.10,If your OS is Ubuntu 19.10, you don't need to install python3 separately. Because Ubuntu comes with Python3. You...
Guide to install PyTorch with CUDA on Ubuntu 18.04
Guide to install PyTorch with CUDA on Ubuntu 18.04, Guide to install PyTorch with CUDA on Ubuntu 18.04 Yesterday I was installing PyTorch and encountered with different difficultie...
How to Update Python How to Upgrade to Python 3.7 on Ubuntu 18.04/18.10
How to Update Python How to Upgrade to Python 3.7 on Ubuntu 18.04/18.10,Dev.to version of this article may not be the up-to-date one. You can visit originally published resource: t...
redial 0.7 is out
redial 0.7 is out,Terminal Based SSH Session Manager for Unix Systems. New Features Basic support for adding ssh keys to connections Dynamic, Local and Remote port forwarding setti...
How to install python 3.8 on ubuntu
How to install python 3.8 on ubuntu,To get the latest version of python as at the time of this post please follow the following link. https://bongobinary.com/post/install-python38-...
How to change your Java and javac version on Ubuntu / Linux
How to change your Java and javac version on Ubuntu / Linux,In this short post i will show you how to easily change your java version and your java compiler version on your Ubuntu ...
Building a Full-Featured Image Editing Python CLI Tool With argparse
Building a Full-Featured Image Editing Python CLI Tool With argparse, Scripting everyday actions (3 Part Series) 1 Bash scripting for everyday actions 2 Basic Python Scripting to A...
Basic Python Scripting to Automate Everyday Tasks: Add Text to Images Using ImageMagick and Wand
Basic Python Scripting to Automate Everyday Tasks: Add Text to Images Using ImageMagick and Wand, Scripting everyday actions (3 Part Series) 1 Bash scripting for everyday actions 2...
Installing Python for machine learning in Ubuntu 18.04
Installing Python for machine learning in Ubuntu 18.04, Hey Everyone! The main reason is to help those who are having difficulties learning. Today I'll be installing Python on the ...
Gnome memory monitor extension
Gnome memory monitor extension,You can use Python to create a gnome extension that shows memory use. (Gnome is quite a memory eater). See that little memory icon with the percentag...