<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Techonia</title>
	<atom:link href="https://www.techonia.com/feed" rel="self" type="application/rss+xml"/>
	<link>https://www.techonia.com/</link>
	<description>Technology news, tutorials and how-tos</description>
	<lastBuildDate>Fri, 06 Dec 2019 12:05:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">11027865</site>	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
		<title>How to Firmware Upgrade Ubiquiti UniFI AP Long Range</title>
		<link>https://www.techonia.com/6888/how-to-firmware-upgrade-ubiquiti-unifi-ap-long-range</link>
					<comments>https://www.techonia.com/6888/how-to-firmware-upgrade-ubiquiti-unifi-ap-long-range#respond</comments>
		
		<dc:creator><![CDATA[Fuad NAHDI]]></dc:creator>
		<pubDate>Wed, 04 Dec 2019 13:39:44 +0000</pubDate>
				<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Firmware Upgrade]]></category>
		<category><![CDATA[Ubiquiti]]></category>
		<category><![CDATA[UniFi AP]]></category>
		<guid isPermaLink="false">https://www.techonia.com/?p=6888</guid>

					<description><![CDATA[<p>Just bought some used Ubiquiti UniFI AP Long Range access points for my own internal&#8230;</p>
<p>The post <a href="https://www.techonia.com/6888/how-to-firmware-upgrade-ubiquiti-unifi-ap-long-range">How to Firmware Upgrade Ubiquiti UniFI AP Long Range</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Just bought some used Ubiquiti UniFI AP Long Range access points for my own internal project. The UniFi came with old firmware version 2.4.8.2200. So first thing I have to do is upgrade the firmware to the latest version.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2019/12/Firmware-Upgrade-Ubiquiti-UniFI-AP.jpeg"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-6889" src="https://www.techonia.com/wp-content/uploads/2019/12/Firmware-Upgrade-Ubiquiti-UniFI-AP.jpeg" alt="Firmware-Upgrade-Ubiquiti-UniFI-AP" width="1024" height="768" /></a></p>
<p>Basically we can do firmware upgrade of the Ubiquiti UniFI by using the controller. Add the UniFI into the controller and then adopt it. Once it is connected to internet it will automatically detect available firmware update.</p>
<p>However using this method seems not work. The UniFi AP disconnected several times while updating. After waiting for around 30 minutes without success, I tried to upgrade the firmware using local upgrade via SSH. Using this method the firmware upgraded successfully.</p>
<h2>Follow the below instructions on how to do firmware upgrade of the Ubiquiti UniFi AP</h2>
<p>1. Download the firmware from <a href="https://www.ui.com/download/unifi" target="_blank" rel="nofollow noopener noreferrer">https://www.ui.com/download/unifi</a>. Make sure that you choose the correct firmware for your UniFi AP device.</p>
<p>2. Change the firmware filename to <em>fwupdate.bin</em></p>
<pre>$ mv BZ.ar7240.v4.0.69.10871.191109.0532.bin fwupdate.bin</pre>
<p>4. Upload the <em>fwupdate.bin</em> file to the UniFi AP by using SSH / SCP</p>
<pre>$ scp Downloads/fwupdate.bin ubnt@192.168.123.106:
ubnt@192.168.123.106's password: 
fwupdate.bin 100% 7032KB 1.3MB/s 00:05</pre>
<p>Change the IP 192.168.123.106 to your Unifi AP IP address. Login using default username and password of UniFi AP (username: ubnt password: ubnt)</p>
<p>If you see errors when you tried to upload the file via SCP/SSH like below:</p>
<pre>Unable to negotiate with 192.168.123.106 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1</pre>
<p>then you need to add the option in the ssh / scp command as follows:</p>
<pre>$ scp -oKexAlgorithms=+diffie-hellman-group1-sha1 -c aes256-cbc Downloads/fwupdate.bin ubnt@192.168.123.106:
ubnt@192.168.123.106's password: 
fwupdate.bin 100% 7032KB 1.3MB/s 00:05</pre>
<p>3. Login to the UniFi AP using SSH and check the current version. Check the UniFI information by typing &#8216;info&#8217; in the terminal.</p>
<pre>BZ.v2.4.8# info

Model: UAP-LR
Version: 2.4.8.2200
MAC Address: 24:a4:3c:98:27:78
IP Address: 192.168.123.106
Uptime: 381 seconds
</pre>
<p>As you can see above, the firmware version of the UniFi AP is version 2.4.8.2200.</p>
<p>4. Upgrade the firmware</p>
<p><em>fwupdate.bin</em> file should currently be in the root / home directory. Verify by using &#8216;ls&#8217; command. Move the fwupdate.bin to temporary folder (/tmp)</p>
<pre>BZ.v2.4.8# mv fwupdate.bin /tmp/</pre>
<p>Now run the upgrade script &#8216;syswrapper.sh upgrade2 &amp;&#8217;</p>
<pre>BZ.v2.4.8# syswrapper.sh upgrade2 &amp;
BZ.v2.4.8# Switching to ramdisk
Writing 'u-boot ' to /dev/mtd0(u-boot ) ... [%100]
Writing 'kernel ' to /dev/mtd2(kernel ) ... [%100]
Writing 'kernel ' to /dev/mtd3(rootfs ) ... [%100]
Could not open U-Boot env MTD device: open(/dev/mtd1) failed: No such file or directory
Done</pre>
<p>During the update, the Unifi LED will be blinking green and orange. You can ignore the warning / error message &#8216;Could not open U-Boot env MTD device: open(/dev/mtd1) failed: No such file or directory&#8217;</p>
<p>Login to the UniFI AP and verify the firmware version by using &#8216;info&#8217; command.</p>
<pre>$ ssh 192.168.123.106 -l ubnt
ubnt@192.168.123.106's password: 


BusyBox v1.25.1 () built-in shell (ash)


___ ___ .__________.__
| | |____ |__\_ ____/__|
| | / \| || __) | | (c) 2010-2019
| | | | \ || \ | | Ubiquiti Networks, Inc.
|______|___| /__||__/ |__|
|_/ <a href="https://www.ui.com/" target="_blank" rel="nofollow noopener noreferrer">https://www.ui.com/</a>

Welcome to UniFi UAP-LR!

UBNT-BZ.v4.0.69# info

Model: UAP-LR
Version: 4.0.69.10871
MAC Address: 24:a4:3c:98:27:78
IP Address: 192.168.123.106
Hostname: UBNT
Uptime: 169 seconds
</pre>
<p>The UniFI AP has been successfully upgraded.</p>
<p>The post <a href="https://www.techonia.com/6888/how-to-firmware-upgrade-ubiquiti-unifi-ap-long-range">How to Firmware Upgrade Ubiquiti UniFI AP Long Range</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.techonia.com/6888/how-to-firmware-upgrade-ubiquiti-unifi-ap-long-range/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6888</post-id>	</item>
		<item>
		<title>HP Proliant DL380p Gen8/G8 System Overheating, Upgrade HP Integrated Lights-Out 4</title>
		<link>https://www.techonia.com/6883/hp-proliant-dl380p-gen8-g8-system-overheating-upgrade-hp-integrated-lights-out-4</link>
					<comments>https://www.techonia.com/6883/hp-proliant-dl380p-gen8-g8-system-overheating-upgrade-hp-integrated-lights-out-4#comments</comments>
		
		<dc:creator><![CDATA[Fuad NAHDI]]></dc:creator>
		<pubDate>Mon, 02 Dec 2019 05:52:26 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[DL380 Gen8]]></category>
		<category><![CDATA[HP Integrated Lights-Out]]></category>
		<category><![CDATA[HP Proliant]]></category>
		<guid isPermaLink="false">https://www.techonia.com/?p=6883</guid>

					<description><![CDATA[<p>I have an HP Proliant DL380p Gen8 running Centos 7 on production. This morning the&#8230;</p>
<p>The post <a href="https://www.techonia.com/6883/hp-proliant-dl380p-gen8-g8-system-overheating-upgrade-hp-integrated-lights-out-4">HP Proliant DL380p Gen8/G8 System Overheating, Upgrade HP Integrated Lights-Out 4</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I have an HP Proliant DL380p Gen8 running Centos 7 on production. This morning the server was suddenly very noisy with all Fans spinning at full speed. Checking the server status via iLO port it shown that the system overheating.</p>
<p>After searching in Google found <a href="https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c04617653" target="_blank" rel="noopener noreferrer">this HP Customer Advisory</a> which stated that &#8220;HP ProLiant Gen8 Servers: HP Integrated Lights-Out 4 (iLO 4) Running Firmware Version 1.51 (or Earlier) &#8211; Erroneous Overheating Condition May Be Reported as &#8220;HD Max&#8221; on the Temperatures Sensor Data Tab and with Overheating Messages in the IML&#8221;.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2019/12/Upgrade-HP-Integrated-Lights-Out-4_01.png"><img decoding="async" class="aligncenter size-full wp-image-6884" src="https://www.techonia.com/wp-content/uploads/2019/12/Upgrade-HP-Integrated-Lights-Out-4_01.png" alt="Upgrade-HP-Integrated-Lights-Out-4_01" width="671" height="246" /></a></p>
<p>According to the Advisory, the resolution is to upgrade the HP Integrated Lights-Out 4 (iLO 4) Firmware to Version 2.00 (or later).</p>
<h2>Follow the below instructions to Upgrade HP Integrated Lights-Out 4</h2>
<p>1. Go to HPE Support Center website https://support.hpe.com/hpesc/public/home</p>
<p>2. In the search field, type &#8216;HP Integrated Lights-Out 4&#8217;. The search field will give you Suggested Products, select the &#8220;HP Integrated Lights-Out 4 (iLO 4)&#8221;</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2019/12/Upgrade-HP-Integrated-Lights-Out-4_02.png"><img decoding="async" class="aligncenter size-full wp-image-6885" src="https://www.techonia.com/wp-content/uploads/2019/12/Upgrade-HP-Integrated-Lights-Out-4_02.png" alt="Upgrade-HP-Integrated-Lights-Out-4_02" width="797" height="507" /></a></p>
<p>3. Select the RECOMMENDED Online ROM Flash Component for your operating system. Download the latest version of the firmware (version 2.70(b) Sep 09, 2019) at the time of this writing.</p>
<p>4. Once downloaded, make it executable and run it.</p>
<p>Below is what&#8217;s running in my Linux Centos 7 terminal while upgrading the iLO 4</p>
<pre># chmod +x CP040550.scexe 
# ./CP040550.scexe

FLASH_iLO4 v1.17 for Linux (Sep 30 2015)
(C) Copyright 2002, 2015 Hewlett-Packard Enterprise Development Company, L.P.
Firmware image: ilo4_270.bin
Current iLO 4 firmware version 1.30; Serial number ILOSGH3363D2M

Component XML file: CP040550.xml
CP040550.xml reports firmware version 2.70
This operation will update the firmware on the
iLO 4 in this server with version 2.70.
Continue (y/N)?y
Current firmware is 1.30 (Jul 18 2013 01:00:00)
Firmware image is 0x1001b1c(16784156) bytes
Committing to flash part... 
******** DO NOT INTERRUPT! ********
Flashing is underway... 100 percent programmed. - 
Succeeded.
***** iLO 4 reboot in progress (may take more than 60 seconds.)
***** Please ignore console messages, if any.
iLO 4 reboot completed.</pre>
<p>5. Verify the upgraded iLO by accessing it via web browser. You should see similar like this picture below:</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2019/12/Upgrade-HP-Integrated-Lights-Out-4_03.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6886" src="https://www.techonia.com/wp-content/uploads/2019/12/Upgrade-HP-Integrated-Lights-Out-4_03.png" alt="Upgrade-HP-Integrated-Lights-Out-4_03" width="718" height="418" /></a></p>
<p>As in the picture above, you can see that the System Health is OK. Fans now spinning normal.</p>
<p>The post <a href="https://www.techonia.com/6883/hp-proliant-dl380p-gen8-g8-system-overheating-upgrade-hp-integrated-lights-out-4">HP Proliant DL380p Gen8/G8 System Overheating, Upgrade HP Integrated Lights-Out 4</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.techonia.com/6883/hp-proliant-dl380p-gen8-g8-system-overheating-upgrade-hp-integrated-lights-out-4/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6883</post-id>	</item>
		<item>
		<title>How to flash Android 8.1 on Nexus 5X / 6P</title>
		<link>https://www.techonia.com/6160/how-to-flash-android-8-1-on-nexus-5x-6p</link>
					<comments>https://www.techonia.com/6160/how-to-flash-android-8-1-on-nexus-5x-6p#respond</comments>
		
		<dc:creator><![CDATA[Fuad NAHDI]]></dc:creator>
		<pubDate>Wed, 14 Nov 2018 06:56:49 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android 81]]></category>
		<category><![CDATA[Android Oreo]]></category>
		<category><![CDATA[Nexus 5x]]></category>
		<guid isPermaLink="false">https://www.techonia.com/?p=6160</guid>

					<description><![CDATA[<p>Android 8.1 is the next version of Android operating system that is still currently in&#8230;</p>
<p>The post <a href="https://www.techonia.com/6160/how-to-flash-android-8-1-on-nexus-5x-6p">How to flash Android 8.1 on Nexus 5X / 6P</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Android 8.1 is the next version of Android operating system that is still currently in developer preview stage. Right now it  can be flashed only for phones that made by Google such as Nexus 5X / 6P, Pixel C / XL, and Pixel 2 / 2 XL. The latest version is Android 8.1 DP2 which was released on Nov 27th, 2017 come with several features, improvements, and bugs fixed such as fixed audio issue on Nexus 5X, Pixel Visual Core activated, Bluetooth indicator,  hamburger imoji issue fixed, updated Pixel C launcher, and more. This post will walk through the guide on how to flash Android 8.1 on Nexus 5X / 6P.</p>
<h1>Lets surf to the guide</h1>
<h2>Unlock the Bootloader</h2>
<p>Since it is not an official release / beta version, you need to unlock the bootloader to be able to flash an Android image. Follow the very detail guide on how to unlock phone’s bootloader from <a href="https://web.archive.org/web/20180225115648/https://www.howtogeek.com/239798/how-to-unlock-your-android-phones-bootloader-the-official-way/">this website</a>.</p>
<h2>Install Android Tools (ADB &amp; Fastboot)</h2>
<p>For those of you who uses Apple macOS operating system like me, to install Android ADB &amp; Fastboot we can use ‘<em>Homebrew aka brew</em>‘. Make sure that you have the latest version of Android tools otherwire the flashing will fail.</p>
<pre>brew tap caskroom/cask
brew cask install android-platform-tools</pre>
<h2>Download the latest Android 8.1 image file</h2>
<p>You can download the Android 8.1 developer preview image from official Android webpage <a href="https://web.archive.org/web/20180225115648/https://developer.android.com/preview/download.html">here</a>. Scroll down to near the bottom of the page to get the download links.</p>
<h2>Unzip the image and start flashing</h2>
<p>Once the image file is downloaded, unzip it and run ‘flash-all.sh’ script. For example I flashed my Nexus 5X (code-named with Bullhead).</p>
<pre>$ unzip bullhead-opp6.171019.012-factory-65b5b35c.zip
$ cd bullhead-opp6.171019.012
$ ./flash-all.sh 
target reported max download size of 536870912 bytes
sending 'bootloader' (4620 KB)...
OKAY [ 0.179s]
writing 'bootloader'...
OKAY [ 0.136s]
...
[snipped]
...
rebooting...

finished. total time: 335.385s</pre>
<p>It takes around 10 minutes to completely flash the image though the script says 335 seconds which is around 5 minutes and a half. Once the flashing process finished, the phone will automatically reboot into the new system.</p>
<p>Below is screenshot of Nexus 5X running Android 8.1 Developer Preview 2</p>
<p><a href="https://web.archive.org/web/20180225115648/https://www.techonia.com/wp-content/uploads/2017/12/Flash-Android-8-1-Nexus-5X.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6301" src="https://web.archive.org/web/20180225115648im_/https://www.techonia.com/wp-content/uploads/2017/12/Flash-Android-8-1-Nexus-5X.jpg" sizes="auto, (max-width: 1201px) 100vw, 1201px" srcset="https://web.archive.org/web/20180225115648im_/https://www.techonia.com/wp-content/uploads/2017/12/Flash-Android-8-1-Nexus-5X.jpg 1201w, https://web.archive.org/web/20180225115648im_/https://www.techonia.com/wp-content/uploads/2017/12/Flash-Android-8-1-Nexus-5X-300x178.jpg 300w, https://web.archive.org/web/20180225115648im_/https://www.techonia.com/wp-content/uploads/2017/12/Flash-Android-8-1-Nexus-5X-768x455.jpg 768w, https://web.archive.org/web/20180225115648im_/https://www.techonia.com/wp-content/uploads/2017/12/Flash-Android-8-1-Nexus-5X-1024x606.jpg 1024w" alt="Flash-Android-8-1-Nexus-5X" width="1201" height="711" /></a></p>
<p>&nbsp;</p>
<p>The post <a href="https://www.techonia.com/6160/how-to-flash-android-8-1-on-nexus-5x-6p">How to flash Android 8.1 on Nexus 5X / 6P</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.techonia.com/6160/how-to-flash-android-8-1-on-nexus-5x-6p/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6160</post-id>	</item>
		<item>
		<title>Install Manjaro Deepin on Macbook Pro</title>
		<link>https://www.techonia.com/6156/install-manjaro-deepin-on-macbook-pro</link>
					<comments>https://www.techonia.com/6156/install-manjaro-deepin-on-macbook-pro#respond</comments>
		
		<dc:creator><![CDATA[Fuad NAHDI]]></dc:creator>
		<pubDate>Wed, 14 Nov 2018 06:43:05 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Manjaro]]></category>
		<category><![CDATA[Manjaro Deepin]]></category>
		<category><![CDATA[Manjaro Linux]]></category>
		<guid isPermaLink="false">https://www.techonia.com/?p=6156</guid>

					<description><![CDATA[<p>Manjaro Deepin is a beautiful macOS-like Linux operating system which is built based-on Arch Linux&#8230;</p>
<p>The post <a href="https://www.techonia.com/6156/install-manjaro-deepin-on-macbook-pro">Install Manjaro Deepin on Macbook Pro</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Manjaro Deepin is a beautiful macOS-like Linux operating system which is built based-on Arch Linux distribution with Deepin desktop environment. With the look and feel is really like macOS operating system, making it very cool to run it on Mac machines. This post is written to help you install Manjaro Deepin on Apple Macbook Pro dual-booted with macOS High Sierra. Mine is MacBook Pro Mid 2012 non Retina display but the procedures should be applicable for iMac, MacBook Air, New Macbook, and the New MacBook Pro. At the time of this writing, the latest version is Manjaro 17.0.6 with Deepin 15.5. This guide should also work for other Manjaro distributions which use XFCE, KDE, GNOME, or Cinnamon Edition.</p>
<h1>Lets jump to the guide</h1>
<h2>Download the ISO image file</h2>
<p>First thing first you need to download the latest install media which can be grabbed via <a href="https://web.archive.org/web/20180220092126/https://manjaro.org/category/community-editions/deepin/">its official website</a>.</p>
<h2>Create a bootable USB flash disk</h2>
<p>If you use MacOS like me you can use ‘<em>diskutil</em>’ tools in macOS</p>
<pre>diskutil list
diskutil unmountDisk /dev/diskN &lt;— Change N with the number your USB flash disk mounted
sudo dd if=manjaro-deepin-17.0.6-stable-x86_64.iso of=/dev/rdiskN bs=1m
diskutil eject /dev/diskN</pre>
<p>Watch <a href="https://web.archive.org/web/20180220092126/https://www.youtube.com/watch?v=VsEwypxUJlQ">this video</a> on how to create a bootable USB stick on macOS.</p>
<h2>Prepare the partition</h2>
<p>We can use <em>Disk Utility</em> to partition our disk. Create around 50GB or more of disk space for Linux. It is up to you to set the disk space partition for you. Linux desktop can be installed on 20GB disk but it would be limited space. I use Samsung EVO 850 with 500GB so I set the disk partition to around 100GB. Set the partition format to MS-DOS(FAT). We can change to EXT4 Linux file system format later in the installation stage.</p>
<p>Watch <a href="https://web.archive.org/web/20180220092126/https://www.youtube.com/watch?v=n2xNDUqjbhU">this video</a> how to create partion in macOS</p>
<h2>Boot into the bootable USB flash disk</h2>
<p>Once everything is ready, insert the USB flash disk to a USB port and reboot the machine. Press and hold the ‘<strong><em>Alt/Option</em></strong>’ key while booting until you see disks to boot. Select the <strong><em>EFI boot</em></strong> disk to start Manjaro Live from the USB disk. After it finishes booting, double click ‘<em><strong>Install Manjaro</strong></em>’ icon in the desktop to start the installation. Follow the on-screen installation instruction until you arrive at Partition section as in the image below. The image may be different with yours as it depends with your disk / system partitions.</p>
<p>This is the most tricky and fun step. According to the installation guide, <em>an EFI system partition is necessary to start Manjaro, without it your system may fail to start</em>. So lets create an EFI system partition for Manjaro. As in the image above, the selected partition <strong><em>/dev/sdb3</em></strong> with 102.4GB of space is the partition we created before intended for Manjaro. Select it and then click ‘<em><strong>Edit</strong></em>’ button. In the edit partition window, set the config as below:</p>
<pre>Size: 200MB
Content: Format
File System: fat32
Mount Point: /boot/efi
Flags: boot, esp</pre>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6482" src="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-02.jpg" alt="install-manjaro-deepin-macbook-02" width="450" height="579" /></a></p>
<p>Then click <strong>OK</strong>.</p>
<p>Then set the remaining unallocated space to the Manjaro system as in the image below.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6483" src="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-03.jpg" alt="install-manjaro-deepin-macbook-03" width="763" height="689" /></a></p>
<p>Click OK button to confirm. You should see two new partitions, /boot/efi with FAT32 file system and / with ext4 file system as in the image below.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6484" src="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-04.jpg" alt="install-manjaro-deepin-macbook-04" width="1024" height="612" /></a></p>
<p>Click Next button to the next step to create new user.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6485" src="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-05.jpg" alt="install-manjaro-deepin-macbook-05" width="1024" height="612" /></a></p>
<p>Fill up your username information on this step to log in to the system.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6486" src="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-06.jpg" alt="install-manjaro-deepin-macbook-06" width="1024" height="658" /></a></p>
<p>Review the new partition and make sure that you partitioned the right partitions. Click Install Now button to proceed with the installation.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6487" src="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-07.jpg" alt="install-manjaro-deepin-macbook-07" width="1024" height="658" /></a></p>
<p>The installation process would take several minutes depending on your hardware configuration. If there is no error, it should be installed successfully.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6488" src="https://www.techonia.com/wp-content/uploads/2018/11/install-manjaro-deepin-macbook-08.jpg" alt="install-manjaro-deepin-macbook-08" width="1024" height="658" /></a></p>
<p>Installation is completed. You can restart the system now.</p>
<h2>Post Installation</h2>
<p>By default Manjaro GRUB only detect Manjaro partition. It does not detect MacOS system automatically. To boot to MacOS system from GRUB we need to add a menuentry of MacOS in <em><strong>/etc/grub.d/40_custom</strong></em> as below:</p>
<pre>menuentry "Mac OSX" { exit }</pre>
<p>Then run the ‘<em>update-grub</em>‘ command to take effect.</p>
<pre>sudo update-grub</pre>
<p>You will see the ‘<em><strong>Mac OSX</strong></em>‘ boot option in the GRUB while booting as in the image below</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/manjaro-deepin-grub.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6489" src="https://www.techonia.com/wp-content/uploads/2018/11/manjaro-deepin-grub.jpg" alt="manjaro-deepin-grub" width="874" height="269" /></a></p>
<h2>Some screenshots of beautiful Manjaro Deepin 17.0.6</h2>
<p>Below is some screenshots of Manjaro Deepin 17.0.6 running on my Macbook Pro mid 2012 dual boot with macOS High Sierra.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/manjaro-deepin-screenshot-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6490" src="https://www.techonia.com/wp-content/uploads/2018/11/manjaro-deepin-screenshot-01.jpg" alt="manjaro-deepin-screenshot-01" width="1280" height="800" /></a></p>
<p>As you can see in the image above, the OS version is Manjaro 17.1pre3 Hakoila. To get this version, run ‘<em>sudo pacman -Syu</em>‘ to update the system to the latest version.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/manjaro-deepin-screenshot-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6491" src="https://www.techonia.com/wp-content/uploads/2018/11/manjaro-deepin-screenshot-02.jpg" alt="Manjaro Deepin File Manager" width="1280" height="800" /></a></p>
<p>Manjaro Deepin File Manager looks much like Finder in macOS.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/manjaro-deepin-screenshot-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6492" src="https://www.techonia.com/wp-content/uploads/2018/11/manjaro-deepin-screenshot-03.jpg" alt="Manjaro Deepin System Activity" width="1280" height="800" /></a></p>
<p>System Activity in Dark mode. You can simply change it to Light mode.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2018/11/manjaro-deepin-screenshot-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6493" src="https://www.techonia.com/wp-content/uploads/2018/11/manjaro-deepin-screenshot-04.jpg" alt="Manjaro Deepin Music App" width="1280" height="800" /></a></p>
<p>Manjaro Deepin Music app in dark mode as well. It is so beautiful, isn’t it? Want to install it on your Macbook dual-boot with Apple macOS / Mac OSX? Just follow the installation procedures above.</p>
<p>The post <a href="https://www.techonia.com/6156/install-manjaro-deepin-on-macbook-pro">Install Manjaro Deepin on Macbook Pro</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.techonia.com/6156/install-manjaro-deepin-on-macbook-pro/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6156</post-id>	</item>
		<item>
		<title>How to install LineageOS 14.1 on Nexus 5</title>
		<link>https://www.techonia.com/6135/install-lineageos-14-1-nexus-5</link>
					<comments>https://www.techonia.com/6135/install-lineageos-14-1-nexus-5#respond</comments>
		
		<dc:creator><![CDATA[Fuad NAHDI]]></dc:creator>
		<pubDate>Tue, 31 Jan 2017 17:46:39 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Nexus 5]]></category>
		<category><![CDATA[LineageOS]]></category>
		<guid isPermaLink="false">https://www.techonia.com/?p=6135</guid>

					<description><![CDATA[<p>This article will show you how to install LineageOS 14.1 on Nexus 5. LineageOS 14.1&#8230;</p>
<p>The post <a href="https://www.techonia.com/6135/install-lineageos-14-1-nexus-5">How to install LineageOS 14.1 on Nexus 5</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><em>This article will show you how to install LineageOS 14.1 on Nexus 5. LineageOS 14.1 is based-on Android 7.1.1 AOSP.</em></p>
<p>LG Nexus 5 is still a great Android phone though it was released 3 years ago. Unfortunately Google stopped to release official Android OS for Nexus 5 until Android 6 Marshmallow. It means that they will not release Android 7 Nougat and newer for Nexus 5.</p>
<p>Fortunately there are available custom Android ROMs which are based-on Android 7 AOSP such as CyanogenMod 14.1 now LineageOS 14.1, and ResurrectionRemix 5.8.0. LineageOS is the successor to the popular Android custom ROM CyanogenMod after it was discontinued by Cyanogen Inc. on December 2016.</p>
<p><span style="color: #ff0000;"><strong>Backup everything before following the guide below!</strong></span></p>
<h1>To install LineageOS 14.1 on Nexus 5, follow the step by step below:</h1>
<h2>Install TWRP Recovery</h2>
<p>Make sure that you have installed TWRP Recovery on Nexus 5. If not follow <a href="https://www.techonia.com/6129/install-twrp-recovery-nexus-5">this guide</a> how to install TWRP Recovery on Nexus 5.</p>
<h2>Download the latest LineageOS 14.1 image</h2>
<p>You can download the latest LineageOS 14.1 image from its official website. For Nexus 5, go to <a href="https://download.lineageos.org/hammerhead" target="_blank">this page</a> to download it. At the time of this writing, the latest version is <em>lineage-14.1-20170131-nightly-hammerhead-signed.zip</em>.</p>
<h2>Download the latest Google Apps</h2>
<p>We will use OpenGApps. You can download the latest OpenGApps from <a href="http://opengapps.org/" target="_blank">www.opengapps.org</a>. Select the ARM, Android 7.1, and pico / nano variant. Copy / save the files into internal storage / SDcard of Nexus 5.</p>
<h2>Reboot into TWRP Recovery</h2>
<p>To reboot into recovery, plug in the Nexus 5 into laptop / computer using USB data cable. Run ‘<em>adb reboot recovery</em>’ to reboot into recovery.</p>
<h2>Wipe the device</h2>
<p>In the TWRP Home menu, select <em><strong>Wipe &gt; Advanced Wipe</strong></em>. Select <strong><em>Dalvik / ART Cache, System, Data, and Cache</em></strong>. Do not select the Internal Storage otherwise you will lose the data. Then Swipe to Wipe.</p>
<h2>Install LineageOS and GoogleApps</h2>
<p>Select Install  then select the zip image file. It will take some times to install. Please wait and be patient.<br />
After it successfully installed, then install the OpenGapps zip file. It will also takes some times to install. Once installed then reboot the system. It should reboot into the new installed LineageOS 14.1 aka Android 7.1.1 Nougat.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2017/01/lineageos-14-1-nexus-5.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6136" src="https://www.techonia.com/wp-content/uploads/2017/01/lineageos-14-1-nexus-5.jpg" alt="lineageos-14-1-nexus-5" width="720" height="640" srcset="https://www.techonia.com/wp-content/uploads/2017/01/lineageos-14-1-nexus-5.jpg 720w, https://www.techonia.com/wp-content/uploads/2017/01/lineageos-14-1-nexus-5-300x267.jpg 300w" sizes="auto, (max-width: 720px) 100vw, 720px" /></a></p>
<p>The post <a href="https://www.techonia.com/6135/install-lineageos-14-1-nexus-5">How to install LineageOS 14.1 on Nexus 5</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.techonia.com/6135/install-lineageos-14-1-nexus-5/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6135</post-id>	</item>
		<item>
		<title>How to install TWRP Recovery Nexus 5</title>
		<link>https://www.techonia.com/6129/install-twrp-recovery-nexus-5</link>
					<comments>https://www.techonia.com/6129/install-twrp-recovery-nexus-5#comments</comments>
		
		<dc:creator><![CDATA[Fuad NAHDI]]></dc:creator>
		<pubDate>Sun, 29 Jan 2017 06:28:01 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Nexus 5]]></category>
		<category><![CDATA[twrp recovery]]></category>
		<guid isPermaLink="false">https://www.techonia.com/?p=6129</guid>

					<description><![CDATA[<p>TWRP is a popular open-source custom recovery software available for many Android devices. If you&#8230;</p>
<p>The post <a href="https://www.techonia.com/6129/install-twrp-recovery-nexus-5">How to install TWRP Recovery Nexus 5</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>TWRP is a popular open-source custom recovery software available for many Android devices. If you want to install custom Android ROM (e.g. CyanogenMod now LineageOS, Resurrection Remix, Bliss OS, etc) in your Android devices you need to have a custom recovery software installed on it. This post is talking about how to install TWRP Recovery Nexus 5.</p>
<p>This post is written and tested using Nexus 5 (Hammerhead), but the methods should work on most of other Android devices.</p>
<h1>Follow the steps below to install TWRP Recovery on Nexus 5</h1>
<h2>Download TWRP recovery image for Nexus 5</h2>
<p>Go to this page https://twrp.me/devices/lgnexus5.html to download the recovery image for Nexus 5. At the time of this writing, its version is TWRP 3.0.2-0</p>
<h2>Enable USB Debugging</h2>
<p>To enable USB Debugging on Nexus 5, go to <em><strong>Settings &gt; Developer Options</strong></em>. Turn on <em><strong>USB Debugging</strong> </em>under Debugging section.</p>
<h2>Install Android ADB / Fastboot tools</h2>
<p>In Mac OS X you can install ADB / Fastboot tools by running command below:</p>
<pre>brew install android-platform-tools</pre>
<p>In Fedora / Centos :</p>
<pre>sudo yum install android-tools</pre>
<p>In Debian / Ubuntu / LinuxMint / ElementaryOS:</p>
<pre>sudo apt-get install android-tools-adb android-tools-fastboot</pre>
<p>In Windows, you can follow my previous post in <a href="https://www.techonia.com/5372/easy-simple-quick-steps-install-android-nexus">this post</a>.</p>
<h2>Connect the Nexus 5 to computer / laptop using USB cable data</h2>
<p>We need to connect Nexus 5 to a computer  / laptop using USB cable data to execute commands below.</p>
<h2>Flash the TWRP into Nexus 5</h2>
<p>Open Terminal (in Mac OS, Linux) or Command Prompt (in Windows). First reboot it into bootloader.</p>
<pre>adb reboot bootloader</pre>
<p>When executing the above command, you may be prompted to allow USB Debugging. Tap OK to allow it then re-run the command above to reboot into bootloader. Make sure that the LOCK STATE is unlocked, if it is locked you need to unlocked it first. Follow the my previous post how to unlock it <a href="https://www.techonia.com/5372/easy-simple-quick-steps-install-android-nexus">here</a>.</p>
<p>Now using fastboot tool, flash the TWRP into the device:</p>
<pre>fastboot flash recovery twrp-3.0.2-0-hammerhead.img</pre>
<p>Sample screenshot.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2017/01/install-twrp-recovery-nexus-5.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6130" src="https://www.techonia.com/wp-content/uploads/2017/01/install-twrp-recovery-nexus-5.png" alt="install-twrp-recovery-nexus-5" width="544" height="204" srcset="https://www.techonia.com/wp-content/uploads/2017/01/install-twrp-recovery-nexus-5.png 544w, https://www.techonia.com/wp-content/uploads/2017/01/install-twrp-recovery-nexus-5-300x113.png 300w" sizes="auto, (max-width: 544px) 100vw, 544px" /></a></p>
<p>After flashing the TWRP recovery using the command above, I run command &#8216;<em>fastboot reboot</em>&#8216; but it does not work. Instead use Volume UP/Down to select Recovery Mode then press Power Button to reboot into TWRP Recovery.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2017/01/install-twrp-recovery-nexus-5.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6131" src="https://www.techonia.com/wp-content/uploads/2017/01/install-twrp-recovery-nexus-5.jpg" alt="install-twrp-recovery-nexus-5" width="600" height="800" srcset="https://www.techonia.com/wp-content/uploads/2017/01/install-twrp-recovery-nexus-5.jpg 600w, https://www.techonia.com/wp-content/uploads/2017/01/install-twrp-recovery-nexus-5-225x300.jpg 225w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>Once you press the power button, it should reboot into TWRP recovery.</p>
<p>The post <a href="https://www.techonia.com/6129/install-twrp-recovery-nexus-5">How to install TWRP Recovery Nexus 5</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.techonia.com/6129/install-twrp-recovery-nexus-5/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6129</post-id>	</item>
		<item>
		<title>How to enable Night Shift macOS Sierra 10.12.4</title>
		<link>https://www.techonia.com/6124/enable-night-shift-macos-sierra-10-12-4</link>
					<comments>https://www.techonia.com/6124/enable-night-shift-macos-sierra-10-12-4#respond</comments>
		
		<dc:creator><![CDATA[Fuad NAHDI]]></dc:creator>
		<pubDate>Sat, 28 Jan 2017 23:42:35 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[macOS Sierra]]></category>
		<category><![CDATA[Night Shift]]></category>
		<guid isPermaLink="false">https://www.techonia.com/?p=6124</guid>

					<description><![CDATA[<p>Apple has just released the beta version of its upcoming macOS Sierra 10.12.4 which comes&#8230;</p>
<p>The post <a href="https://www.techonia.com/6124/enable-night-shift-macos-sierra-10-12-4">How to enable Night Shift macOS Sierra 10.12.4</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Apple has just released the beta version of its upcoming macOS Sierra 10.12.4 which comes several new features including Night Shift. Night Shift feature allow users to manually or set a schedule to have their display colors slowly shift hues over time, displaying less blue light as night approaches. The Night Shift feature first came first time to iOS 9.3. The release of macOS 10.12.4 brings this feature to the macOS. This brief post will show you how to enable Night Shift macOS Sierra 10.12.4.</p>
<p>To enable this feature, go to <em><strong>System Preferences &gt; Displays</strong></em>. Inside the Displays setting, select <em><strong>Night Shift</strong></em> tab.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2017/01/enable-night-shift-displays-preferences.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6125" src="https://www.techonia.com/wp-content/uploads/2017/01/enable-night-shift-displays-preferences.png" alt="enable-night-shift-displays-preferences" width="680" height="511" srcset="https://www.techonia.com/wp-content/uploads/2017/01/enable-night-shift-displays-preferences.png 680w, https://www.techonia.com/wp-content/uploads/2017/01/enable-night-shift-displays-preferences-300x225.png 300w" sizes="auto, (max-width: 680px) 100vw, 680px" /></a></p>
<p>You can manually turn it on or set a schedule such as from <em><strong>Sunset to Sunrise</strong></em>.  You can also set the <strong>Color Temperature</strong> less or more to meet your preferences.</p>
<p>If you want to manually enable Night Shift, the quickest way is via <strong>Notification Center</strong> in the top right corner. You can turn it ON or OFF quickly this way.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2017/01/enable-night-shift-notification-center.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6127" src="https://www.techonia.com/wp-content/uploads/2017/01/enable-night-shift-notification-center.png" alt="enable-night-shift-notification-center" width="350" height="208" srcset="https://www.techonia.com/wp-content/uploads/2017/01/enable-night-shift-notification-center.png 350w, https://www.techonia.com/wp-content/uploads/2017/01/enable-night-shift-notification-center-300x178.png 300w" sizes="auto, (max-width: 350px) 100vw, 350px" /></a></p>
<p>That is the methods how to enable Night Shift in macOS Sierra 10.12.4. I hope this brief article is helpful.</p>
<p>The post <a href="https://www.techonia.com/6124/enable-night-shift-macos-sierra-10-12-4">How to enable Night Shift macOS Sierra 10.12.4</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.techonia.com/6124/enable-night-shift-macos-sierra-10-12-4/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6124</post-id>	</item>
		<item>
		<title>How to Upgrade Laravel Homestead</title>
		<link>https://www.techonia.com/6081/upgrade-laravel-homestead</link>
					<comments>https://www.techonia.com/6081/upgrade-laravel-homestead#respond</comments>
		
		<dc:creator><![CDATA[Fuad NAHDI]]></dc:creator>
		<pubDate>Thu, 24 Nov 2016 15:43:44 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Homestead]]></category>
		<category><![CDATA[Laravel]]></category>
		<guid isPermaLink="false">https://www.techonia.com/?p=6081</guid>

					<description><![CDATA[<p>Laravel Homestead just got updated to new version 0.6.0 on November 21 2016. I followed&#8230;</p>
<p>The post <a href="https://www.techonia.com/6081/upgrade-laravel-homestead">How to Upgrade Laravel Homestead</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Laravel Homestead just got updated to new version 0.6.0 on November 21 2016. I followed the guide from <a href="https://davejustdave.com/2016/03/08/how-to-upgrade-laravel-homestead-vagrant-box/" target="_blank">this web page</a> to upgrade Laravel Homestead on my MacBook Pro running macOS Sierra.</p>
<p>In the step 4, after destroying the vagrant box, we need to run &#8216;vagrant up&#8217; to bring up the new Homestead. Unfortunately, my experience was it unable to boot. It stuck on &#8220;SSH auth method: private key&#8221; for around 5 minutes then throwing error messages saying that &#8220;Timed out while waiting for the machine to boot&#8221;. On the third paragraphs of the error messages, it clearly said that &#8220;make sure that networking is properly<br />
working and you&#8217;re able to connect to the machine&#8221;.</p>
<blockquote><p>Timed out while waiting for the machine to boot. This means that<br />
Vagrant was unable to communicate with the guest machine within<br />
the configured (&#8220;config.vm.boot_timeout&#8221; value) time period.</p>
<p>If you look above, you should be able to see the error(s) that<br />
Vagrant had when attempting to connect to the machine. These errors<br />
are usually good hints as to what may be wrong.</p>
<p>If you&#8217;re using a custom box, make sure that networking is properly<br />
working and you&#8217;re able to connect to the machine. It is a common<br />
problem that networking isn&#8217;t setup properly in these boxes.<br />
Verify that authentication configurations are also setup properly,<br />
as well.</p>
<p>If the box appears to be booting properly, you may want to increase<br />
the timeout (&#8220;config.vm.boot_timeout&#8221;) value.</p></blockquote>
<h1>How to solve this issue?</h1>
<p>To solve this issue, simply run the VirtualBox manually (by clicking /Applications/VirtualBox) then check on the network setting of the VirtualBox. I found that the &#8216;Cable Connected&#8217; option is not checked.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2016/11/upgrade-laravel-homestead.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6082" src="https://www.techonia.com/wp-content/uploads/2016/11/upgrade-laravel-homestead.jpg" alt="upgrade laravel homestead" width="780" height="651" srcset="https://www.techonia.com/wp-content/uploads/2016/11/upgrade-laravel-homestead.jpg 780w, https://www.techonia.com/wp-content/uploads/2016/11/upgrade-laravel-homestead-300x250.jpg 300w, https://www.techonia.com/wp-content/uploads/2016/11/upgrade-laravel-homestead-768x641.jpg 768w" sizes="auto, (max-width: 780px) 100vw, 780px" /></a></p>
<p>Please make sure this option is checked. The re-run &#8216;vagrant up&#8217; command. The new Homestead should boot up properly.</p>
<p>The post <a href="https://www.techonia.com/6081/upgrade-laravel-homestead">How to Upgrade Laravel Homestead</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.techonia.com/6081/upgrade-laravel-homestead/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6081</post-id>	</item>
		<item>
		<title>Install Aten UC232A driver El Capitan and Sierra</title>
		<link>https://www.techonia.com/6067/install-aten-uc232a-driver-el-capitan-sierra</link>
					<comments>https://www.techonia.com/6067/install-aten-uc232a-driver-el-capitan-sierra#comments</comments>
		
		<dc:creator><![CDATA[Fuad NAHDI]]></dc:creator>
		<pubDate>Fri, 04 Nov 2016 12:14:27 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ATEN UC232A]]></category>
		<category><![CDATA[macOS Sierra]]></category>
		<category><![CDATA[OS X El Capitan]]></category>
		<guid isPermaLink="false">https://www.techonia.com/?p=6067</guid>

					<description><![CDATA[<p>If you are looking for help on how to install Aten UC232A driver El Capitan&#8230;</p>
<p>The post <a href="https://www.techonia.com/6067/install-aten-uc232a-driver-el-capitan-sierra">Install Aten UC232A driver El Capitan and Sierra</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are looking for help on how to install Aten UC232A driver El Capitan and Sierra, you are landing to the right page. Follow the step by step below how to install the driver on Mac OS X 10.11 El Capitan and macOS 10.12 Sierra.</p>
<p>If you are working as a network administrator, Aten UC232A USB-to-Serial converter is a must have. This device converts USB to Serial port so it helps us to console network devices such as Cisco, Juniper, Dell Force-10, and etc using our notebooks or laptops.</p>
<h1>Here are the step by step how to install the driver</h1>
<p>Disable the System Integrity Protection. You can follow <a href="http://www.imore.com/el-capitan-system-integrity-protection-helps-keep-malware-away" target="_blank">this tutorial</a> how to disable it.</p>
<p>Download the Prolific PL2303 Mac OS X driver from <a href="http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=229&amp;pcid=41" target="_blank">here</a> then install it. Simply follow the installation guide document included in the downloaded zip file. Once installed, reboot the Mac.</p>
<p>According to the installation guide provided by Prolific, after the installation completed once we connect the Aten UC232A usb-to-serial converter to our Macbook it should be detected by the Mac OS X system. But there is no ‘<strong><em>tty.usbserial</em></strong>’ under <em><strong>/dev</strong></em> directory. To solve this, simply download and install the latest driver provided by Aten. You can download it from <a href="http://here http://www.aten.com/global/en/products/mobility-&amp;-usb/usb-converters/uc232a/" target="_blank">its official website</a>. In the near bottom side of this page, click the ‘Support and Download’ tab to download the driver. Yes at the time of this writing, the latest available driver is for OS X Yosemite 10.10. Just download it, I have proven it working for El Capitan and Sierra. Once downloaded, install it and reboot the Mac.</p>
<p>Then Plug the Aten UC232A USB-to-serial converter then verify that the device should be attached to <em>/dev/tty.UC-232AC</em></p>
<p>Viola. You have successfully install Aten UC232A driver and ready to use.</p>
<p>The post <a href="https://www.techonia.com/6067/install-aten-uc232a-driver-el-capitan-sierra">Install Aten UC232A driver El Capitan and Sierra</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.techonia.com/6067/install-aten-uc232a-driver-el-capitan-sierra/feed</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6067</post-id>	</item>
		<item>
		<title>How to setup L2TP VPN macOS Sierra</title>
		<link>https://www.techonia.com/6045/setup-l2tp-vpn-macos-sierra</link>
					<comments>https://www.techonia.com/6045/setup-l2tp-vpn-macos-sierra#comments</comments>
		
		<dc:creator><![CDATA[Fuad NAHDI]]></dc:creator>
		<pubDate>Wed, 12 Oct 2016 13:13:11 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[IPSec]]></category>
		<category><![CDATA[L2TP]]></category>
		<category><![CDATA[macOS Sierra]]></category>
		<guid isPermaLink="false">https://www.techonia.com/?p=6045</guid>

					<description><![CDATA[<p>On this post I am going to show you how to setup L2TP VPN macOS&#8230;</p>
<p>The post <a href="https://www.techonia.com/6045/setup-l2tp-vpn-macos-sierra">How to setup L2TP VPN macOS Sierra</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On this post I am going to show you how to setup L2TP VPN macOS Sierra. It should be also applicable on the previous version of OS X such as El Capitan, Yosemite, and Mavericks.</p>
<p>If you upgraded your Mac to macOS 10.12 Sierra or your iPhone to iOS 10 you might be surprised that PPTP client is not on the list when adding VPN interface. Apple will no longer support PPTP client  starting from macOS Sierra and iOS 10. Alternatively you can switch to use L2TP VPN over IPSec which offers better and more secure connection.</p>
<p>In <a href="https://www.techonia.com/6034/configure-mikrotik-l2tp-server-ipsec">previous post</a> I have shown you how to configure Mikrotik as an L2TP VPN server. We will use the account configured on the Mikrotik as the login account.</p>
<h1>The step by step how to setup L2TP VPN macOS Sierra</h1>
<p>Follow the below step by step on how to setup L2TP over IPSec on macOS Sierra</p>
<h2>1. Open System Preferences then select Network</h2>
<p>In the Network settings, click the + (plus) button to create a new service (we will create a new VPN service)</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6046" src="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-01.jpg" alt="setup-l2tp-vpn-macos-sierra-01" width="680" height="578" srcset="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-01.jpg 680w, https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-01-300x255.jpg 300w" sizes="auto, (max-width: 680px) 100vw, 680px" /></a></p>
<h2>2. Select the interface for the new service</h2>
<p>To create a new VPN service, configure the interface as below;</p>
<pre>Interface: VPN
VPN Type: L2TP over IPSec
Service Name: choose a name for this new service. By default the name should be VPN (L2TP)</pre>
<p><a href="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6047" src="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-02.jpg" alt="setup-l2tp-vpn-macos-sierra-02" width="680" height="578" srcset="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-02.jpg 680w, https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-02-300x255.jpg 300w" sizes="auto, (max-width: 680px) 100vw, 680px" /></a></p>
<h2>3. Enter the VPN server address and your account</h2>
<p>Make sure the L2TP VPN server has been correctly configured. If you use Mikrotik, you can follow <a href="https://www.techonia.com/6034/configure-mikrotik-l2tp-server-ipsec">my previous post</a> on how to configure Mikrotik as L2TP VPN server.</p>
<pre>Server Address: the IP address of your L2TP server
Account Name: your login name to your L2TP server</pre>
<p><a href="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6048" src="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-03.jpg" alt="setup-l2tp-vpn-macos-sierra-03" width="680" height="578" srcset="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-03.jpg 680w, https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-03-300x255.jpg 300w" sizes="auto, (max-width: 680px) 100vw, 680px" /></a></p>
<h2>4. Configure the Authentication Settings</h2>
<p>Click on the <em>Authentication Settings</em> to configure auth and machine authentication.</p>
<pre>Password: the password of your PPP secret
Shared Secret: the IPSec shared secret</pre>
<p><a href="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6049" src="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-04.jpg" alt="setup-l2tp-vpn-macos-sierra-04" width="680" height="578" srcset="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-04.jpg 680w, https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-04-300x255.jpg 300w" sizes="auto, (max-width: 680px) 100vw, 680px" /></a></p>
<h2>5. Click Advanced button</h2>
<p>Make sure that the ‘<em>Send all traffic over VPN connection</em>’ is checked. Then click <strong>OK</strong> button. Complete the setting by clicking <strong>Apply</strong> button.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6051" src="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-05.jpg" alt="setup-l2tp-vpn-macos-sierra-05" width="680" height="578" srcset="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-05.jpg 680w, https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-05-300x255.jpg 300w" sizes="auto, (max-width: 680px) 100vw, 680px" /></a></p>
<h2>6. Connecting to L2TP VPN server</h2>
<p>To connect to the VPN server, click the <strong>Connect</strong> button just under the <em>Authentication Settings</em>. Once it is connected, you can see the connection status, the connect time, and the IP address assigned to your Mac.</p>
<p><a href="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6052" src="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-06.jpg" alt="setup-l2tp-vpn-macos-sierra-06" width="680" height="578" srcset="https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-06.jpg 680w, https://www.techonia.com/wp-content/uploads/2016/10/setup-l2tp-vpn-macos-sierra-06-300x255.jpg 300w" sizes="auto, (max-width: 680px) 100vw, 680px" /></a></p>
<p>I hope this post can help you on how to setup L2TP VPN on macOS Sierra.</p>
<p>The post <a href="https://www.techonia.com/6045/setup-l2tp-vpn-macos-sierra">How to setup L2TP VPN macOS Sierra</a> appeared first on <a href="https://www.techonia.com">Techonia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.techonia.com/6045/setup-l2tp-vpn-macos-sierra/feed</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6045</post-id>	</item>
	</channel>
</rss>