<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Bravo Kernel</title><description>Bravo Kernel Blog</description><link>https://bravo-kernel.com</link><language>en-us</language><item><title>How to build a fully internationalized Nextjs application using Lingui v4</title><link>https://bravo-kernel.com/blog/2023/05/how-to-build-a-fully-internationalized-nextjs-application-using-lingui-v4</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2023/05/how-to-build-a-fully-internationalized-nextjs-application-using-lingui-v4</guid><description>In this tutorial we will build an internationalized (i18n) Nextjs application using the latest v4 version of Lingui.js. Completing the tutorial should result in a good understanding of the Lingui internationalization process as well as a fully functioning multi-language Typescript sample application…</description><pubDate>Wed, 03 May 2023 14:48:07 GMT</pubDate><category>nextjs</category><category>tutorial</category><category>example</category><category>lingui</category><category>internationalization</category><category>crowdin</category><category>i18n</category><category>javascript</category><category>multi-language</category></item><item><title>How to build cardano-serializer-lib using Windows WSL</title><link>https://bravo-kernel.com/blog/2021/04/how-to-build-cardano-serializer-lib-using-windows-wsl</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2021/04/how-to-build-cardano-serializer-lib-using-windows-wsl</guid><description>Follow these instructions to successfully build cardano-serialization-lib on Windows (because using e.g. Git Bash will simply not work). This assumes you already have Debian running on the Windows Subsystem for Linux (WSL) 1. Install python 2.7 2. Install curl 3. Install rust and choose option 1…</description><pubDate>Tue, 27 Apr 2021 18:01:43 GMT</pubDate><category>cardano</category><category>wsl</category><category>debian</category><category>linux</category></item><item><title>Windows Terminal Error creating winpty: ConnectNamedPipe failed: Windows error 232</title><link>https://bravo-kernel.com/blog/2020/02/windows-terminal-error-creating-winpty-connectnamedpipe-failed-windows-error-232</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2020/02/windows-terminal-error-creating-winpty-connectnamedpipe-failed-windows-error-232</guid><description>If you are: - Are using Git Bash (inside Windows Terminal) on a Windows machine - And are seeing above winpty error Simply exclude C:\Program Files\Git\usr\bin\winpty-agent.exe in your antivirus software.</description><pubDate>Fri, 14 Feb 2020 15:46:43 GMT</pubDate><category>git</category><category>windows</category></item><item><title>Creating a scheduled Broken Links Checker using Github Actions</title><link>https://bravo-kernel.com/blog/2020/01/creating-a-scheduled-broken-links-checker-using-github-actions</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2020/01/creating-a-scheduled-broken-links-checker-using-github-actions</guid><description>Introduction Follow this tutorial if you want to prevent dead links creeping into your website. After completing all steps you will have created a simple Github action that: - Does a monthly check against your live website - Creates a Github Issue if broken links are detected - Optionally assigns a…</description><pubDate>Fri, 10 Jan 2020 09:19:00 GMT</pubDate><category>ci</category><category>github-actions</category></item><item><title>How to install Powershell Core on Ubuntu</title><link>https://bravo-kernel.com/blog/2018/03/how-to-install-powershell-core-on-ubuntu</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2018/03/how-to-install-powershell-core-on-ubuntu</guid><description>To install Powershell Core on Ubuntu: To verify the installation completed successfully: 1. Start Powershell by typing pwsh 2. Type Get- and press TAB If things went well you should see a lot of familiar CmdLets ready for use on your Linux server ;)</description><pubDate>Sat, 24 Mar 2018 18:00:00 GMT</pubDate><category>devops</category><category>ubuntu</category><category>linux</category><category>powershell</category></item><item><title>How to use a CakePHP API as the data backend for Ember in 30 minutes</title><link>https://bravo-kernel.com/blog/2017/03/how-to-use-a-cakephp-api-as-the-data-backend-for-ember-in-30-minutes</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2017/03/how-to-use-a-cakephp-api-as-the-data-backend-for-ember-in-30-minutes</guid><description>In this follow-up post to How to make your CakePHP 3 API produce JSON API we will show you how easy it is to use your CakePHP API as the backend for an Ember application, allowing you to keep benefiting from the extremely powerful CakePHP ORM whilst also enjoying all the frontend-goodies provided by…</description><pubDate>Mon, 13 Mar 2017 18:00:00 GMT</pubDate><category>cakephp</category><category>ember</category><category>api</category><category>jsonapi</category></item><item><title>Installing PHP7, Composer and CodeSniffer on Windows 10 (for VSCode)</title><link>https://bravo-kernel.com/blog/2017/03/installing-php7-composer-and-codesniffer-on-windows10-for-vscode</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2017/03/installing-php7-composer-and-codesniffer-on-windows10-for-vscode</guid><description>This post will guide you through clean (non-polluting) Windows 10 installations of PHP 7, Composer and PHP CodeSniffer and will show you how to integrate it all with Visual Studio Code as a bonus. 1. Installing PHP First download one of the PHP binaries suitable for your system (we used the 64-bit…</description><pubDate>Sun, 12 Mar 2017 18:00:00 GMT</pubDate><category>cakephp</category><category>vscode</category><category>windows</category><category>composer</category><category>devops</category><category>phpcs</category></item><item><title>How to make your CakePHP 3 API produce JSON API</title><link>https://bravo-kernel.com/blog/2017/03/how-to-make-your-cakephp-3-api-produce-jsonapi</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2017/03/how-to-make-your-cakephp-3-api-produce-jsonapi</guid><description>In this follow-up post to How to add JWT Authentication to a CakePHP 3 REST API we will update our existing API so it will produce JSON API compliant output giving you the benefits of standardization and instant compatibility with JSON API supporting tools like Ember Data. API methods used in this…</description><pubDate>Fri, 10 Mar 2017 20:10:24 GMT</pubDate><category>cakephp</category><category>rest</category><category>api</category><category>jsonapi</category></item><item><title>How to create responsive vertically aligned multiline radio button labels</title><link>https://bravo-kernel.com/blog/2017/01/how-to-create-responsive-vertically-aligned-mulitline-radio-button-labels</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2017/01/how-to-create-responsive-vertically-aligned-mulitline-radio-button-labels</guid><description>Step-by-step instructions for creating responsive vertical radio buttons with nicely aligned multiline labels (using either plain CSS or Foundation 6). Fiddle example The HTML The CSS</description><pubDate>Sat, 28 Jan 2017 10:22:56 GMT</pubDate><category>css</category></item><item><title>How to install Watchman on Debian</title><link>https://bravo-kernel.com/blog/2016/11/how-to-install-watchman-on-debian</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2016/11/how-to-install-watchman-on-debian</guid><description>To globally install Watchman on Debian: Please note that the --enable-statedir option must be set on Debian systems to prevent Watchman startup failures due to non-existing default location /usr/local/var/run/watchman. To make sure things went well: Closing notes: - Watchman state can be found in…</description><pubDate>Tue, 22 Nov 2016 12:54:38 GMT</pubDate><category>debian</category><category>linux</category><category>ember</category><category>vagrant</category></item><item><title>Various solutions for solving the Elm Guide age exercise</title><link>https://bravo-kernel.com/blog/2016/06/various-solutions-for-solving-the-elm-guide-age-exercise</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2016/06/various-solutions-for-solving-the-elm-guide-age-exercise</guid><description>Step-by-step walkthrough of various solutions to the Elm Guide age challenge intended to help novice Elm users grasp types, type conversions and refactoring logic. Before We Begin Please note that: - All provided code can be tested online by copy-pasting into the online Elm Try editor - this…</description><pubDate>Sat, 18 Jun 2016 22:06:53 GMT</pubDate><category>elm</category></item><item><title>Instant Nginx API key authentication for your CakePHP API</title><link>https://bravo-kernel.com/blog/2015/10/instant-nginx-api-key-authentication-for-your-cakephp-api</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/10/instant-nginx-api-key-authentication-for-your-cakephp-api</guid><description>Instantly add rock solid API key authentication for your CakePHP (CRUD) API using nothing more than a simple Nginx configuration file: - Protect your API before even coding - No code, no overhead - Json error response consistent with the FriendsOfCake API Listener or JSONAPI - Manual API key…</description><pubDate>Mon, 26 Oct 2015 20:50:30 GMT</pubDate><category>nginx</category><category>cakephp</category><category>api</category></item><item><title>How to change the country used by the Windows 10 News Live Tile</title><link>https://bravo-kernel.com/blog/2015/10/how-to-change-the-country-used-by-the-windows-10-news-live-tile</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/10/how-to-change-the-country-used-by-the-windows-10-news-live-tile</guid><description>Follow these steps to make the Windows 10 News App display news for your specific country. 1. Open the Windows 10 Search Menu, type news and select the News application ) 2. Open the Setting windows by pressing the cog icon (bottom left) ) 3. On the settings window select your preferred country and…</description><pubDate>Sat, 17 Oct 2015 14:11:49 GMT</pubDate><category>microsoft</category><category>windows</category></item><item><title>Setting up Hexo on Windows</title><link>https://bravo-kernel.com/blog/2015/10/setting-up-hexo-on-windows</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/10/setting-up-hexo-on-windows</guid><description>Follow these instructions to install and configure the Hexo blog framework on Windows. Requirements - Git Bash 1. Install Node.js 1. Install Node.js ) 2. Make sure to allow Node.js Windows Firewall access. ) 3. Verify the installation by running the following commands inside the Git Bash: 2a.…</description><pubDate>Sun, 11 Oct 2015 15:45:43 GMT</pubDate><category>hexo</category><category>blog</category></item><item><title>How to remove Add-ins from Office 2016</title><link>https://bravo-kernel.com/blog/2015/10/how-to-remove-add-ins-from-office-2016</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/10/how-to-remove-add-ins-from-office-2016</guid><description>Remove Office 2016 Add-ins to drastically improve startup times, applies to: - Word 2016 - Excel 2016 - Powerpoint 2016 Instructions 1. Open your Office 2016 product. 2. Select the File option from the Microsoft Office Ribbon menu. ) 3. Select Options in the left navigation bar ) 4. On the Add-ins…</description><pubDate>Sat, 10 Oct 2015 15:45:43 GMT</pubDate><category>microsoft</category><category>office</category></item><item><title>How to create Scheduled Tasks for Powershell on Windows Server 2012</title><link>https://bravo-kernel.com/blog/2015/09/how-to-create-scheduled-tasks-for-powershell-on-windows-server-2012</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/09/how-to-create-scheduled-tasks-for-powershell-on-windows-server-2012</guid><description>Properly configured Scheduled Tasks for Powershell scripts on Windows Server 2012. Creating the service account Assuming the account only requires local administrator permissions: - Open the Local Users and Groups console (lusrmgr.msc) - Create a new local user (service) account used to execute the…</description><pubDate>Mon, 21 Sep 2015 18:45:43 GMT</pubDate><category>windows</category><category>powershell</category></item><item><title>Handige Minecraft weetjes (Dutch)</title><link>https://bravo-kernel.com/blog/2015/06/minecraft-tips-and-tricks-dutch</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/06/minecraft-tips-and-tricks-dutch</guid><description>Multiverse - Multiverse website - Alle Multiverse commando&apos;s - Alle Multiverse per-wereld commando&apos;s Multiverse spawns Om als speler naar de spawn te gaan van de wereld waar je nu in zit: Om als speler naar de spawn van een andere wereld dan degene waar je nu in zit te gaan: Om de standaard spawn…</description><pubDate>Sat, 27 Jun 2015 10:38:10 GMT</pubDate><category>minecraft</category></item><item><title>How to add JWT Authentication to a CakePHP 3 REST API</title><link>https://bravo-kernel.com/blog/2015/04/how-to-add-jwt-authentication-to-a-cakephp-3-rest-api</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/04/how-to-add-jwt-authentication-to-a-cakephp-3-rest-api</guid><description>In this follow-up post to How to prefix route a CakePHP 3 REST API we will implement JSON Web Token (JWT) authentication. To prevent (yet another) partial/pointless JWT tutorial we will provide you with step-by-step instructions: - Describing a full blown, real world implementation - Usable as…</description><pubDate>Mon, 20 Apr 2015 07:22:32 GMT</pubDate><category>cakephp</category><category>rest</category><category>api</category><category>security</category><category>jwt</category></item><item><title>How to prefix route a CAKEPHP 3 REST API</title><link>https://bravo-kernel.com/blog/2015/04/how-to-prefix-route-a-cakephp-3-rest-api</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/04/how-to-prefix-route-a-cakephp-3-rest-api</guid><description>In this follow-up post to How to use a CakePHP 3 REST API we will implement a Prefix Route so we can benefit from clean controller logic separation and limit access to our API resources through (only) /api prefixed URLs. Before We Begin This is part three of the CakePHP 3 REST API tutorial series:…</description><pubDate>Wed, 15 Apr 2015 09:47:38 GMT</pubDate><category>cakephp</category><category>rest</category><category>api</category></item><item><title>How to use a CakePHP 3 REST API</title><link>https://bravo-kernel.com/blog/2015/04/how-to-use-a-cakephp-3-rest-api</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/04/how-to-use-a-cakephp-3-rest-api</guid><description>In this follow-up post to How to build a CakePHP 3 REST API in minutes we explore the inner workings of our new API. We will address the most common use cases by: 1. Adding some tasty cocktail data to our application (already listening at http://cake3api.app) 2. Accessing the cocktail resources…</description><pubDate>Sun, 12 Apr 2015 13:10:24 GMT</pubDate><category>cakephp</category><category>rest</category><category>api</category></item><item><title>How to build a CakePHP 3 REST API in minutes</title><link>https://bravo-kernel.com/blog/2015/04/how-to-build-a-cakephp-3-rest-api-in-minutes</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/04/how-to-build-a-cakephp-3-rest-api-in-minutes</guid><description>Step-by-step instructions for creating a full featured RESTful API using CakePHP 3. Before We Begin This is part one of the CakePHP 3 REST API tutorial series: 1. How to build a CakePHP 3 REST API in minutes 2. How to use a CakePHP 3 REST API 3. How to prefix route a CakePHP 3 REST API 4. How to add…</description><pubDate>Sun, 12 Apr 2015 11:22:21 GMT</pubDate><category>cakephp</category><category>rest</category><category>api</category></item><item><title>Creating proper Github releases</title><link>https://bravo-kernel.com/blog/2015/03/creating-proper-github-releases</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2015/03/creating-proper-github-releases</guid><description>Step-by-step instructions for creating Github Releases like the pros. Assuming: - A master branch - A more-or-less stable dev branch ready to be merged into master - A VERSION.txt file holding release version Pro Tip: keep release cycles short, release often! Creating the release 1. Create…</description><pubDate>Fri, 27 Mar 2015 19:30:00 GMT</pubDate><category>git</category></item><item><title>Setting up Logstash 1.4.2 to forward Nginx logs to Elasticsearch</title><link>https://bravo-kernel.com/blog/2014/12/setting-up-logstash-1-4-2-to-forward-nginx-logs-to-elasticsearch</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/12/setting-up-logstash-1-4-2-to-forward-nginx-logs-to-elasticsearch</guid><description>Step-by-step instructions on how to configure Logstash v1.4.2 to forward your Nginx access logs to Elasticsearch v1.4.2. Create a custom Nginx log format Add the following custom logformat to the /etc/nginx/conf.d file so it becomes available to all (virtual) Nginx hosts: Make sure to add this above…</description><pubDate>Sun, 21 Dec 2014 14:13:25 GMT</pubDate><category>devops</category><category>logstash</category><category>elasticsearch</category><category>nginx</category></item><item><title>Kitchen converge re-run error on Windows against Vagrant with synced folder</title><link>https://bravo-kernel.com/blog/2014/10/kitchen-converge-re-run-error-on-windows-against-vagrant-with-synced-folder</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/10/kitchen-converge-re-run-error-on-windows-against-vagrant-with-synced-folder</guid><description>The case Running kitchen converge on Windows using Chef-DK against a .kitchen.yml vagrant server with a synced folder: - Succeeds the first time - Fails every following attempt stating there is &quot;No such file or directory&quot; Strangely enough: - The mentioned file does exist (both locally and remote) -…</description><pubDate>Wed, 15 Oct 2014 20:26:33 GMT</pubDate><category>devops</category><category>chef</category><category>vagrant</category></item><item><title>How to fix Shellshock Bash Vulnerability using Chef</title><link>https://bravo-kernel.com/blog/2014/09/how-to-fix-shellshock-bash-vulnerability-using-chef</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/09/how-to-fix-shellshock-bash-vulnerability-using-chef</guid><description>Two copy-paste solutions for your recipes that will: - Make your Chef deployed servers Shellshock proof - Display shellshock-fix during provisioning to make you look good as a bonus Using package Place anywhere after your apt-get update action. Using execute Place anywhere.</description><pubDate>Sun, 28 Sep 2014 20:07:09 GMT</pubDate><category>devops</category><category>chef</category><category>security</category></item><item><title>How to set up PHPCS with CakePHP coding standard on Ubuntu</title><link>https://bravo-kernel.com/blog/2014/09/how-to-set-up-phpcs-with-cakephp-coding-standard-on-ubuntu</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/09/how-to-set-up-phpcs-with-cakephp-coding-standard-on-ubuntu</guid><description>Install required package Install the CakePHP Coding Standard Usage</description><pubDate>Mon, 01 Sep 2014 08:41:23 GMT</pubDate><category>linux</category><category>cakephp</category><category>phpcs</category><category>ubuntu</category></item><item><title>How to set up Xdebug for PHP5-FPM on Ubuntu</title><link>https://bravo-kernel.com/blog/2014/09/how-to-set-up-xdebug-for-php5-fpm-on-ubuntu</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/09/how-to-set-up-xdebug-for-php5-fpm-on-ubuntu</guid><description>Install required packages: Open file /etc/php5/fpm/php.ini and add the following line to the &quot;Dynamic Extensions&quot; section: Restart PHP:</description><pubDate>Mon, 01 Sep 2014 08:36:52 GMT</pubDate><category>linux</category><category>ubuntu</category><category>xdebug</category><category>devops</category></item><item><title>How to use variables in MSSQL</title><link>https://bravo-kernel.com/blog/2014/08/how-to-use-variables-in-mssql</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-use-variables-in-mssql</guid><description>To use variables in MSSQL queries, simply declare and set them before using:</description><pubDate>Mon, 18 Aug 2014 18:41:31 GMT</pubDate><category>database</category></item><item><title>How to reinstall Octopress with Octostrap3 theme on Debian</title><link>https://bravo-kernel.com/blog/2014/08/how-to-reinstall-octopress-with-octostrap3-theme-on-debian</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-reinstall-octopress-with-octostrap3-theme-on-debian</guid><description>Reinstall Octopress Re-enable theme submodule</description><pubDate>Thu, 14 Aug 2014 15:44:33 GMT</pubDate><category>octopress</category><category>blog</category><category>linux</category><category>debian</category></item><item><title>How to set up time, date and timezone on Debian</title><link>https://bravo-kernel.com/blog/2014/08/how-to-set-up-time-date-and-timezone-on-debian</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-set-up-time-date-and-timezone-on-debian</guid><description>Display (incorrect) time, date and timezone Show active timezone Fix incorrect timezone Install ntp client View corrected time, date and timezone</description><pubDate>Sun, 10 Aug 2014 11:48:16 GMT</pubDate><category>linux</category><category>debian</category><category>time</category></item><item><title>How to create a new CakePHP application using FriendsOfCake app-template</title><link>https://bravo-kernel.com/blog/2014/08/how-to-create-a-new-cakephp-application-using-friendsofcake-app-template</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-create-a-new-cakephp-application-using-friendsofcake-app-template</guid><description>This will create a new CakePHP application using the awesome FriendsOfCake app-template. Make sure you have: - Installed Composer (see &quot;How to install Composer on Debian&quot;) - Created an empty Github repository (we&apos;ll call it Debby) Install app-template Generate app Save app</description><pubDate>Sun, 10 Aug 2014 07:31:56 GMT</pubDate><category>cakephp</category><category>composer</category><category>devops</category></item><item><title>How to install Composer on Debian</title><link>https://bravo-kernel.com/blog/2014/08/how-to-install-composer-on-debian</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-install-composer-on-debian</guid><description>To make Composer (globally) available on Debian: Verify installation:</description><pubDate>Sun, 10 Aug 2014 07:27:48 GMT</pubDate><category>debian</category><category>linux</category><category>composer</category><category>devops</category></item><item><title>How to install a Debian LEMP server</title><link>https://bravo-kernel.com/blog/2014/08/how-to-install-a-debian-lemp-server</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-install-a-debian-lemp-server</guid><description>This will install a LEMP server with nginx, MySQL and PHP-fpm on Debian Wheezy in 5 minutes. Install required packages Enable PHP Open file /etc/nginx/sites-available/default as root and replace line: with: In the same file, replace the php$ section with: Round up Create a simple index.php: Restart…</description><pubDate>Sun, 10 Aug 2014 07:26:05 GMT</pubDate><category>linux</category><category>debian</category><category>nginx</category></item><item><title>How to fix Octopress build warning Layout nil requested</title><link>https://bravo-kernel.com/blog/2014/08/how-to-fix-octopress-build-warning-layout-nil-requested</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-fix-octopress-build-warning-layout-nil-requested</guid><description>When rakegenerate produces errors like this: Fix by replacing: with: in files: - source/atom.xml - source/robots.txt - source/includes/custom/categoryfeed.xml</description><pubDate>Sat, 09 Aug 2014 08:18:57 GMT</pubDate><category>octopress</category><category>blog</category></item><item><title>How to install Octopress with GSL on Debian</title><link>https://bravo-kernel.com/blog/2014/08/how-to-install-octopress-with-gsl-on-debian</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-install-octopress-with-gsl-on-debian</guid><description>This will install Octopress with GSL (for 10x faster LSI support) on Debian Wheezy in 5 minutes. Make sure you have created a Github-pages repository first. Install required packages Install GSL We enable GSL to speed up page generation and remove this annoying rakegenerate warning: Compile by…</description><pubDate>Sat, 09 Aug 2014 07:25:23 GMT</pubDate><category>octopress</category><category>blog</category><category>linux</category><category>debian</category></item><item><title>How to set up sudo on Debian</title><link>https://bravo-kernel.com/blog/2014/08/how-to-set-up-sudo-on-debian</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-set-up-sudo-on-debian</guid><description>To install sudo and add to the sudoers group run: Note: must logout and login to effectuate new group membership (and thus sudo).</description><pubDate>Sat, 09 Aug 2014 07:24:40 GMT</pubDate><category>linux</category><category>debian</category></item><item><title>How to configure Git private email</title><link>https://bravo-kernel.com/blog/2014/08/how-to-configure-git-private-email</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-configure-git-private-email</guid><description>This will keep your email address private:</description><pubDate>Sat, 09 Aug 2014 07:24:14 GMT</pubDate><category>git</category></item><item><title>How to fix Git commit insufficient permission error</title><link>https://bravo-kernel.com/blog/2014/08/how-to-fix-git-commit-insufficient-permission-error</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-fix-git-commit-insufficient-permission-error</guid><description>When git commit gives this error: Take back ownership of all Git objects by runnning:</description><pubDate>Tue, 05 Aug 2014 12:45:52 GMT</pubDate><category>git</category></item><item><title>How to maintain your personal Octostrap3 theme</title><link>https://bravo-kernel.com/blog/2014/08/how-to-maintain-your-personal-octostrap3-theme</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2014/08/how-to-maintain-your-personal-octostrap3-theme</guid><description>Make sure you have created a personal fork of the Octostrap3 repository. Add theme as a Git submodule Add personal Octostrap3 theme as a Git submodule: Update theme Edit some files (see the Octopress theme documentation). Install updated theme Install updated theme (or it will not be used when when…</description><pubDate>Mon, 04 Aug 2014 09:22:47 GMT</pubDate><category>octopress</category><category>blog</category></item><item><title>How to stop mpt raid status change emails on Debian 6/VPS</title><link>https://bravo-kernel.com/blog/2013/04/how-to-stop-mpt-raid-status-change-emails-on-debian-6-slash-vps</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2013/04/how-to-stop-mpt-raid-status-change-emails-on-debian-6-slash-vps</guid><description>I was getting flooded with error emails on my Debian 6 server running on a hosted VPS: Since I&apos;m not using RAID... running this as root will stop the emails: As an alternative to step 2: use package rcconf to deactivate this service on startup in all runlevel.</description><pubDate>Fri, 26 Apr 2013 11:47:32 GMT</pubDate><category>linux</category><category>debian</category></item><item><title>How to set up a multi-language FIM 2010 R2 Self Service Password Reset portal</title><link>https://bravo-kernel.com/blog/2013/04/how-to-set-up-a-multi-language-fim-2010-r2-self-service-password-reset-portal</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2013/04/how-to-set-up-a-multi-language-fim-2010-r2-self-service-password-reset-portal</guid><description>The 2010 R2 release for Microsoft Forefront Identity Manager (FIM) contains a huge overhaul of the password-registration and password-reset web (SSPR) portals. Besides the fact that they now function properly (duh!) much attention has been put into adding multi-lingual support which is great if you…</description><pubDate>Thu, 25 Apr 2013 13:30:34 GMT</pubDate><category>microsoft</category><category>fim</category></item><item><title>How to set up a Minecraft SRV record using TransIP</title><link>https://bravo-kernel.com/blog/2013/04/how-to-set-up-a-minecraft-srv-record-using-transip</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2013/04/how-to-set-up-a-minecraft-srv-record-using-transip</guid><description>Create the following DNS records to allow connections to a hosted Minecraft server using play.bravo-kernel.com instead of 86.95.212.98:27032</description><pubDate>Mon, 22 Apr 2013 11:30:04 GMT</pubDate><category>minecraft</category><category>dns</category></item><item><title>How to undo a Git commit</title><link>https://bravo-kernel.com/blog/2013/04/how-to-undo-a-git-commit</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2013/04/how-to-undo-a-git-commit</guid><description>There a tons of cases where a Git commit has to be undone, each with it&apos;s own prefered approach. This Stackoverflow thread describes most of them.</description><pubDate>Thu, 04 Apr 2013 13:53:18 GMT</pubDate><category>git</category></item><item><title>When is your sensitive iPhone/iPad data encrypted/secure?</title><link>https://bravo-kernel.com/blog/2013/03/when-is-your-sensitive-iphone-slash-ipad-data-encrypted-slash-secure</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2013/03/when-is-your-sensitive-iphone-slash-ipad-data-encrypted-slash-secure</guid><description>I have rolled out many enterprise BYOD scenario&apos;s for a wide variety of mobile devices and the one question I always get asked is &quot;will our sensitive data on the iPhones and iPads be encrypted?&quot;. The answer, unfortunately, is not black and white. Unlike other manufacturers like Blackberry (who…</description><pubDate>Sat, 16 Mar 2013 13:10:12 GMT</pubDate><category>apple</category><category>security</category></item><item><title>How to update an outdated local Git repo</title><link>https://bravo-kernel.com/blog/2012/06/how-to-update-an-outdated-local-git-repo</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2012/06/how-to-update-an-outdated-local-git-repo</guid><description>When your local repository is behind/untracked this will: - Delete all local files that are no longer present in the remote repo - Replace all local files that have newer versions in the remote repo</description><pubDate>Thu, 28 Jun 2012 14:01:12 GMT</pubDate><category>git</category></item><item><title>How to make a perfect Cosmopolitan</title><link>https://bravo-kernel.com/blog/2012/04/how-to-make-a-perfect-cosmopolitan</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2012/04/how-to-make-a-perfect-cosmopolitan</guid><description>Recipy for the perfect Cosmopolitan: - 2 parts good vodka - 1 part lightly sweetened cranberry juice - 1 part fresh lime juice 1. Put in a cocktail-shaker 2. Add hand-crushed ice 3. Shake the lot 4. Pour into two nice glasses rimmed with brown sugar</description><pubDate>Thu, 19 Apr 2012 14:10:48 GMT</pubDate><category>misc</category></item><item><title>How to fix Javascript ampersand breaking W3C validation</title><link>https://bravo-kernel.com/blog/2011/01/how-to-fix-javascript-ampersand-breaking-w3c-validation</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2011/01/how-to-fix-javascript-ampersand-breaking-w3c-validation</guid><description>If your page doesn&apos;t pass W3C Validation because of Javascript containing: - Ampersands (&amp;) - Greater/lesser than (&amp;lt; &amp;gt;) Encapsulate your script inside a CDATA tag and the W3C parser will ignore it.</description><pubDate>Sat, 22 Jan 2011 16:05:13 GMT</pubDate><category>javascript</category><category>validator</category></item><item><title>How to create Git patches</title><link>https://bravo-kernel.com/blog/2010/12/how-to-create-git-patches</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2010/12/how-to-create-git-patches</guid><description>This example will create a patch for the CakeDC Comments Plugin: You are now working in your local branch &quot;localfix&quot; so: - Make required changes to the code - Commit the changes - Create the patch In this case: If all went well: - There should be a file named…</description><pubDate>Mon, 06 Dec 2010 12:18:17 GMT</pubDate><category>git</category></item><item><title>How to use remote Git branches</title><link>https://bravo-kernel.com/blog/2010/08/how-to-use-remote-git-branches</link><guid isPermaLink="true">https://bravo-kernel.com/blog/2010/08/how-to-use-remote-git-branches</guid><description>Create a feature branch: Create a local feature branch called &quot;tooltips&quot; and add it to the remote repository: Develop on the feature branch: Make sure you are working in the local &quot;tooltips&quot; branch and make some file changes. Merge feature branch into master: Please note: Merging should be done from…</description><pubDate>Tue, 10 Aug 2010 12:39:59 GMT</pubDate><category>git</category></item></channel></rss>