Monthly Archives: November 2015
Arduino Software Update Introduces Command-Line Tool, Serial Data Plotter
Yesterday’s update to the Arduino IDE software offers Arduino fans a new tool to play with. Version 1.6.6 of the software can be downloaded for free (though donations are encouraged) directly from Arduino.cc. Though, with hourly builds underway, you may want to wait a day or so for any kinks to be ironed out.
Continue reading Arduino Software Update Introduces Command-Line Tool, Serial Data Plotter
Keyboard Shortcut for Whisker Menu
To open Whisker Menu using a keyboard shortcut, do the following: from the Xfce Settings > Keyboard, on the “Application Shortcuts” tab, click “Add” and use “xfce4-popup-whiskermenu” (without the quotes) for the command. Then assign it a keyboard shortcut (make sure it’s not already in use) and that’s it.
Sumber: https://www.webupd8.org/2013/07/whisker-menu-update-brings-support-for.html
What is the difference between i386, i486, i586, i686, i786
When it comes to understanding the compatibility of a package between different architectures, knowing these terms become important. The above coined terms are Processor architectures. Let’s have a look below…
i386 – Intel i386/80386 (in 1985) or AMD386 / AM386 (in 1991)
i486 – Intel i486/80486 (in 1989) or AMD486 / AM486 (in 1993)
i586 – Intel Pentium (in 1993) or AMD-K5 (in 1996)
i686 – Intel Pentium Pro (in 1995) or AMD-K6 (in 1997)
i786 – Intel Pentium 4 (in 2000) or AMD-K7 (in 1999)
Continue reading What is the difference between i386, i486, i586, i686, i786
Cek hostname pada Fedora 23
Cara Update Packages pada Fedora 23
Berikut ini cara update package pada fedora 23,
- Buka terminal
- Jalankan perintah:
sudo dnf update
Fedora 23 released
It’s (approximately) Halloween, so you know what that means — new Fedora! The Fedora 23 release is here, and it’s better than ever before. We’re pleased to bring you the latest incarnations of the three main Fedora editions — Fedora Workstation, Fedora Cloud, and Fedora Server, each built with love by the Fedora community to custom-fit your needs in different areas. Fedora 23 is also available in alternate desktop Spins, curated software Labs, and special images for the ARM processor architecture.
If that’s all you need to hear, download from https://getfedora.org/, or if you already use Fedora, follow the simple upgrade steps. Otherwise, read on for details.
Announcing General Availability of PyCharm 5 with new Blocking Feature
Hurray, PyCharm 5 just released, the new major version of our intelligent IDE for Python, web and scientific development! It is one of the updates of our desktop products that comprise the brand new JetBrains Toolbox.
PyCharm 5 is available as a full-fledged Professional Edition for Python and Web development, or as a free and open-source Community Edition for pure Python and scientific development.
PyCharm 5 brings an outstanding lineup of new features, including full Python 3.5 support, Docker integration, Thread Concurrency Visualization, code insight for Django ORM methods, Conda integration, and IPython Notebook v4 support, just to name a few.
The highlights of this version include: Continue reading Announcing General Availability of PyCharm 5 with new Blocking Feature
Linux Kernel 4.3 Stable Released With Improvements, Install/upgrade in Ubuntu/Linux Mint Or Other Derivatives
The million of lines of code mostly provide the Linux kernel 4.3 more driver support and support for Intel’s latest 6th Generation Skylake processors. Look at the entire
But one thing that all of us are waiting is the Linux Kernel 4.4, recently announced that Linux kernel 4.4 would be an LTS (Long Term Support) release. The first time any kernel has been announced LTS before its release and also there will be more changes and improvements in the Linux Kernel 4.4 LTS.
Arduino and Python
Talking to Arduino over a serial interface is pretty trivial in Python. On Unix-like systems you can read and write to the serial device as if it were a file, but there is also a wrapper library called pySerial that works well across all operating systems. Continue reading Arduino and Python