6 Linux Alternatives to Help You Develop Apps Without Care

Even though you are a Linux neophyte, there is little doubt you must not have heard of Ubuntu. Launched back in 2004, Ubuntu started to make an easy to use Linux based operating system that was both hardware compliant, easy to use, and a real alternative to Windows. Although you might find plenty of linux-based distributions to build your mobile app, there is more to building apps then just depending on a linux-based operating system. In this blog, we’ve compiled a few best Linux alternatives which can ease your chances of building high-quality apps.

How to Remove ^M in Linux & Unix

Control M ( ^M)  characters are introduced when you use  lines of text from a windows computer to  Linux or Unix machine.  Most common reasons are when you directly copy a file from a windows system or submit form data copied and pasted from a windows machine.

Detecting ^M characters

^M is non printable character and often becomes difficult to find, in order to see if your file contains any non printable character use the cat command with -v option

$cat -v filename

Methods to remove ^M

In all these method , real secret is not to type ^M using keyboard but rather typing in control key sequence to get the ^M control character.

Linux Download : Top 10 Free Linux Distributions for Desktop and Servers

All the Linux distributions are either derivative of GNU/Linux ( OS made up of Linux Kernel developed by Linus Torvalds and GNU software repository) or derived from other Linux derivatives.

Desktop distributions comes with Graphical user interface enabled by default &   aimed at individual users and most of the administration work can be done using GUI. Good for new users and running Linux-based graphical applications.

Server Distribution are for more advanced users who are familiar with Linux command line as Graphical Interface is not enabled by default in most of the server distributions. Server distributions comes with web servers like apache  and networking packages like DNS and useful for running backend services , work as web server or DNS Server.