Ubuntu To Debian Upgrade Issues LinuxAdmin by blog_1buq8n - June 20, 2020June 20, 20200 If you have received following message from dreamhost on VPS upgrade and your Ruby apps are broken then here are few tips that might save your day. "We will be upgrading your Virtual Private Server from version 14.04 (also known as trusty) to Debian 9.12 (aka Stretch!) ". Yes as they mentioned in their email that there are some environment changes that effect your system if you are using Ruby, Python, PHP, or run a site that relies heavily on specific server packages. Lets start with Ubuntu To Debian Upgrade Issues on VPS of Dreamhost. This post will help you only if you have already installed redmine on dreamhost VPS and your server is now upgraded to Debain Stretch. SVN Write
Reference links: HelloWorld by snehal - May 20, 2020June 1, 20200 Flutter Dart: Flutter 3D Buttons: https://medium.com/flutterpub/anatomy-of-material-buttons-in-flutter-first-part-40eb790979a6 Flutter Latest news: https://medium.com/flutter/two-months-of-fluttergoodnewswednesday-a12e60bab782 Build flutter app: https://www.youtube.com/watch?v=x0uinJvhNxIhttps://flutter.dev/docs/get-started/codelab Flutter toggle color after click: https://stackoverflow.com/questions/50863681/flutter-how-do-i-toggle-the-color-of-a-raisedbutton-upon-click Flutter on codePen: https://codepen.io/flutter Flutter gridlist examples: https://flutter.dev/docs/cookbook/lists/grid-lists Fetch data from server in flutter: https://flutter.dev/docs/cookbook/networking/background-parsing https://medium.com/flutterdevs/parsing-complex-json-in-flutter-b7f991611d3e UX Design in flutter: https://uxdesign.cc/flutter-design-challenge-onboarding-concept-1f5774d55646 Get the data from API: https://medium.com/flutter-community/parsing-complex-json-in-flutter-747c46655f51 Flutter time series: https://stackoverflow.com/questions/51739064/flutter-json-and-time-series-charts Flutter dart packages: https://www.w3adda.com/dart-tutorial/dart-packages Flutter dart introduction: https://www.w3adda.com/dart-tutorial/dart-introduction https://openlibrary.org/works/OL17556930W/Android_Fully_Loaded https://archive.org/details/unlockingandroid0000able/page/n5?q=Build+android+os Create mock server using postman: https://learning.postman.com/docs/postman/mock-servers/setting-up-mock/ Web Socket examples: https://www.websocket.org/echo.html Energy consumption calculator: https://www.rapidtables.com/calc/electric/energy-consumption-calculator.html Git hub basic course: https://www.udemy.com/course/git-and-github-crash-course-creating-a-repository-from-scratch/ Install svn on ubuntu: https://linuxtechlab.com/simple-guide-to-install-svn-on-ubuntu Flutter line chart,bar & pie chart: https://pub.dev/packages/fl_chart https://google.github.io/charts/flutter/example/bar_charts/simple.html https://www.digitalocean.com/community/tutorials/flutter-bar-charts https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/pie_chart.md#sample-1-source-code Flutter list & grid view link: https://medium.com/@vignesh_prakash/flutter-listview-and-gridview-with-tabbar-221516518c75 Flutter Page color link: https://medium.com/flutter-community/a-deep-dive-into-pageview-in-flutter-with-custom-transitions-581d9ea6dded Flutter page control link: https://api.flutter.dev/flutter/widgets/PageController-class.html
STM32 ABSTRACT HelloWorld by snehal - May 4, 2020May 4, 20200 STM 32 MCU and MPU Roadmap contains: 1. MPU (STM32MP1): - MPU with Arm Cortex-A7 650 MHz, Arm Cortex-M4 real-time coprocessor, TFT display, - Secure boot and Cryptography. - Combination of audio and real time processing with cortex A and M architecture. -STM32Cube AI tool running on cortex M4. - Camera and audio interfaces to simplify input device integration. Application: Used for real time and low power application and also graphic and communication high performance processing. Provide cloud based , making Smart home gateway with advance HMI and HD video. 2. High Performance MCUs(STM32F2, STM32F4, STM32FH7, STM32F7): These MCUs are available in single core as well as dual core. A7 type having large of flash and Ram is provided. STM32H7 having 280 Mhz embedding 2 MB flash ,1.4 MB RAM Application: graphics
Advanced-cache.php Already Exists Warning Solved by blog_1buq8n - November 30, 2019November 30, 20190 Everything was broken when we tried to install yet another WP cache plugin. All the tabs and pages from admin panel are showing advanced-cache.php already exists warning. Warning! The file ../../wp-content/advanced-cache.php already exists. Please manually delete it before using this plugin. Origin Most of the wordpress installation done from dreamhost will have wp super cache plugin installed. This plugin will speed up wordpress blog, and so is recommended. If you do not have cache plugin installed then your wordpress blog will eat up lot of RAM(memory). There are multiple cache plugins available. We were trying out different plugins other than wp super cache. We tried to install hyper cache. Other than hyper cache there are tons of cache plugins, like, wp rocket, w3
JSON libraries HelloWorld by neudeep - November 22, 2019November 22, 20190 JSON libraries 1.frozen Output JSON objects in C as JSON formatted strings and parse JSON formatted strings back into the C presentation of the JSON objects. FEATUES: • C and C++ complaint portable. • Several extra format specifiers supported. JSON token: This stucture contains- Pointer pointing to beginning of the value. Value length Type of the token Token types are string,number,true,false,null, object start, object end,array start and array end. API’s: • json_scanf Scans json string directly into c/c++ variables. • json_printf Print c/c++ variables directly into output stream. • json_setf Modifies existing json_string.
Install Redmine on DreamHost VPS Server LinuxAdmin by blog_1buq8n - October 14, 2019June 29, 20200 Recently we moved to dreamhost VPS server and signed in for 3 year service. We were using redmine in our projects for handling project management activities. After successful installation of latest redmine release on local server, it was time to move on to install and test it on webservers. But when we contacted Dreamhost support they have standard reply, Thank you for writing into DreamHost Support!Unfortunately, we cannot assist with custom configs for that application, My apologies. If you need root access for the install then you would need to use a dedicated server or DreamCompute and that would not be allowed on your current VPS.Dreamhost Support Reply There are multiple resources available across the web about Redmine on Dreamhost,
SAME54 I2C Driver Issue Solved embedded by blog_1buq8n - September 10, 2019October 10, 20190 If you are reading this post that means you are using ATMEL or Microchip controller. We are using ATSAME54 micro from microchip, it is ARM based cortex-M4 series controller. In our application we have around eight I2C ( Inter-integrated Circuit) slave devices connected. I2C slave devices includes, RTC, onboard temperature sensor, FRAM, LED drivers etc. Well as you know all I2C slave devices can be addressed using their addresses. Well as most of guys does we too have downloaded sample code from start.atmel.com and tested. We have SAME54 explained pro and we brought PCA9685 LED driver. This is simple I2C based LED driver and is easily available, its schematic and design also available from adafruit. With sample code and its
Modbus Master Stack On ATSAME54 With RTOS embedded by neudeep - September 7, 2019September 7, 20190 In previous post we discussed about how to port modbus slave stack on ATSAME54. This post we will discuss on how to port modbus master stack on SAME microcontroller. You can download example freemodbus master stack for reference from FreeModbus. We have referred the 'AT91SAM7X_FREETROS' example project. You can follow the steps from previous post for creating directory of project files. Instead of modbus slave stack, add modbus master stack. In addition, We are using FreeRTOS in our project. So In top level directory we have added FreeRTOS V9.0.0 . Please refer to modifications in port specific files described in previous post. So lets begin with issues while port modbus master stack on SAME, Without an operating systems there are
Install wxPython With Solved ImportError python by blog_1buq8n - August 30, 2019August 10, 20200 This post describes how to install wxPython on ubuntu system and helps with solved build errors while installation. This post assumes you have bare Ubuntu 18.04.3 LTS system and it is newly installed. wxPython is a opensource, cross platform, GUI toolkit for the Python programming. This post describes in detail for how to install wxpython ubuntu 18.04 for python2 and python3. wxPython allows Python programmers to create programs highly functional graphical user interface, simply and easily. Being cross platform with little changes it works on Microsoft windows and Linux systems. So if you have GUI application that requires to be executed on both windows and Linux wxPython is right choice for python programmers. 'pip' is required as a prior
How To Install Ionic Cordova With First Application Android by blog_1buq8n - August 19, 2019August 19, 20190 Ionic framework is one of the popular development environment for mobile applications. Ionic is popular because of its open source mobile UI toolkit for developing rich cross-platform mobile applications. Cross platform meaning, apps developed using Ionic with single codebase can be executed from iOS(iPhones, iPad), Android and webserver(desktop Applications). It uses technologies like HTML, CSS, Javascript, NodeJS, To start with your first Ionic Application, you need to install Ionic framework. This post describes about installation of Ionic and its required components, running first Ionic application and how to run android application in ionic framework. Installation Follow below steps for Ionic framework installation. Assuming you are using fresh Ubuntu system and 'npm' is not installed on system, first install 'npm' - node