Run Linux on Surface Laptop

It might be crazy to run Linux on Surface Laptop, but there is a way to do it. If you have extra RAM to spare on your Surface Laptop, just use Virtual Box because you’ll have all the driver support you need and you will not have to change your boot configuration. For the brave, here’s how to install Linux on Surface Laptop the more traditional way. Create Bootable USB Begin by creating a bootable USB of your favorite operating system using the free program called Rufus.

Run Kali Linux 2 on Android

Kali Linux is a popular security-focused operating system that has many tools which could be used for penetration testing. In the past, I demonstrated how to Run Kali Linux on Android(version 1.0) via the terminal. Now let’s take a look at how to run Kali Linux 2 on Android without root. To do this, we will be using Limbo PC Emulator. It makes use of the SDL library to emulate Kali Linux 2 on Android.

Delete Pi User on Raspberry Pi

One of the first things you should do when setting up the Raspberry Pi is to change the default password for the pi user. Personally, I would rather just delete the user altogether and create my own user. So here’s how I deleted the Pi user on Raspberry Pi. Step 1: Create a New User Before you begin, make sure that you can SSH into your Raspberry Pi. I first began by creating a new user on the Raspberry Pi.

Top Linux Apps

I spent a couple of months using Linux as my secondary operating system. During that time, I came across some really useful Linux apps that satisfied my needs. So here’s my list of the top Linux Apps. HTOP To view the running tasks in Linux, all you need to do is open up a terminal window and type in the command top. This will give you a quick running view of all the active processes on your system.

Dual Boot Windows 10 and Ubuntu

I woke up Sunday Morning with a cool project in mind. I wanted to dual boot Windows 10 and Ubuntu. The real reason for this was because I decided to give Jekyll a try and it was going to be my replacement for WordPress, but I digress. Another major reason to dual-boot Windows 10 and Ubuntu was so that I could keep all of my Android development and Web development stuff within Ubuntu and use Windows solely for video editing and gaming.

Create Shared Network Folder Linux

One of the most convenient ways to share data across a network is using a shared network folder. In Windows, setting up a shared network is usually an easy process. However, it’s not a straightforward to do in Linux (no surprise). Create Shared Network Folder Linux To begin, you are going to need to download and install samba Next, create the folder that you want to share. I am going to create a folder in my home directory called shared:

Create a VPN Server

There are three routes that you can take when setting up a VPN. You can either use a free one, buy a paid service or make your own. The advantage of free VPNs is that they are easy to setup; just install and they are ready to be used. My favorite VPN on Android is Opera VPN. The downside of Free VPNs is that they typically come with a 500 – 1GB data cap and are very slow.

Linux in Windows 10

Microsoft has done something really cool in the Windows 10 Anniversary Update. They gave users the ability to use the Linux Bash Command Line from within Windows. This is not through a virtual machine nor container, but a subsystem that they previously added in an earlier Windows update. Here’s how you can enable Linux in Windows 10: What You Will Need: Windows 10 Anniversary Update How To: ­

Hearthstone on Chromebook

Hearthstone is a very popular game which I coincidentally don’t play. However, I do spend quite a lot of time on my Chromebook and love seeing how far I can push its compatibility with software. Naturally, the idea of running Hearthstone on Chromebook appealed to me. After all, Counter Strike, TeamFortressand PlayStation 2games work, so I don’t see why Hearthstone wouldn’t. If you haven’t guessed already, we are going to be using Linux to make this work.