
How to fix “Something went wrong. Please reboot your vehicle” in the AWS Deepracer Web Console
If you are seeing an error like this while trying to connect to your car’s console you need to perform the following actions: Connect your AWS DeepRacer vehicle to a monitor. You’ll need an HDMI-to-HDMI, HDMI-to-DVI, or similar cable. Insert a compatable end of the cable into the HDMI port on the vehicle’s chassis and…
Cross Account IAM Role for ECS deployments
In my setup I have 2 accounts: Account A runs CodeCommit + CodePipeline Account B has an ECS cluster Most of the steps I did are described in the Create a Pipeline in CodePipeline That Uses Resources guide from AWS. However, my setup is to deploy to ECS using CodePipeline without using CodeDeploy. So I…
Fedora 23 image for Hummingboard/Cubox-i
I have created a Fedora 23 image for Hummingboard/Cubox-i. I will also create a Fedora 24 image as soon as it is released. wget https://googledrive.com/host/0B1Z2aFriRL5PUGpzMHRVbDBNYU0 -O Fedora-Minimal-armhfp-cubox-i_hb-23-10-sda.raw.xz The MD5 hash of this file is aa854909d5e3c9f76a964635b9c4f790
Make a dump of your MySQL DB on OpenShift
If you want to make a backup of your database or just want to create a dump to migrate your db to another provider, you need to do these steps: 1. Connect to your running application trough SSH. To do that you need to click this link on OpenShift and run the displayed command. 2.…
WordPress configuration for OpenShift
If you are trying to upload a WordPress site to OpenShift you will have to make the following adjustments to your wp-config.php file: // ** MySQL settings – You can get this info from your web host ** // /** The name of the database for WordPress */ define(‘DB_NAME’,$_ENV[‘OPENSHIFT_GEAR_NAME’]); /** MySQL database username */ define(‘DB_USER’,…
Fedora 21 LXDE and MATE versions for HummingBoard
I have created 2 Fedora 21 images for the HummingBoard and Cubox-i. http://vps1.mkreder.com/Fedora-Mate-armhfp-21-5-sda.raw.xz MATE http://vps1.mkreder.com/Fedora-LXDE-armhfp-21-5-sda.raw.xz LXDE I will create a XFCE based image too, soon. In order to extend the root filesystem on this image, you need to run: fdisk /dev/location-of-your-fedora-arm-media << EOF d 3 n p 2001954 w EOF partprobe /dev/location-of-your-fedora-arm-media e2fsck -f /dev/location-of-your-fedora-arm-media3…
Fedora Day Buenos Aires 2014
A month ago (or so) we decided to start organizing an event focused on Fedora here in Buenos Aires. The objectives for the event were: Get new contributors for the local Fedora community Grow the interest and show more presence of Fedora on the local community Bring all the ambassadors from Argentina together to talk…
Loading…
Something went wrong. Please refresh the page and/or try again.
Follow My Blog
Get new content delivered directly to your inbox.