Skip to main content

Linux Mint 12 “Lisa” sets to dethrone Ubuntu as top opensource OS

In past few months, Linux Mint is on a road to surpass Ubuntu as the most popular Linux operating. According to an open source ranking website DistroWatch, Linux Mint has already topped Ubuntu as the top Linux distro. Why, ? The reason is because the Mint is giving users a choice between old and new interfaces. According to Clem(Maintainer of Linux Mint) Mint is one of the last distro to support Gnome 2.32 which has been abandoned by major top distros like Ubuntu, Fedora etc.. The new interfaces on those systems have mostly focused on mobile metaphor instead of the traditional desktop metaphor. The Ubuntu's answer is controversial Unity which has been rejected by most users as is the Gnome Shell which is used by other distros. Linux Mint here took a very unique turn, they have rejected implementing Unity and have focused on Gnome Shell and MATE. The Gnome Shell is modified by Mint developers with MGSE(Mint Gnome Shell Extensions) to make Gnome Shell look and function like a traditional desktop. For those die hard fans of Gone 2.32 they have also integrated MATE which is a fork of Gnome Shell 2.32, it functions and looks similar to Gnome 2.32. However, note that Linux Mint is actually built on Ubuntu, so it has quite a few of Ubuntu’s advantages while doing away with some of its shortcomings, and serving up a plethora of multimedia codecs.




Version 12 of the Mint distro, “Lisa” is now available, escorting in with it a new desktop based on Gnome 3 with some Mint-specific improvements and an open source-friendly search engine called DuckDuckGo which does not collect any personal information while searching, also when you search with DuckDuckGo, Mint gets a commission to make them  financially stable. Also, the extras from Ubuntu make Linux Mint 12 take up a bit more space than usual , but you get to use a solid desktop interface that looks familiar and  remains functional.


You can download the most recently released version of Linux Mint 12 “Lisa” here from the official Linux Mint Blog here.

Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Download as Zip.

Easily Join / Merge Rotate Two or more video files without encoding or convert videos using ffmpeg in Windows (Or any other OS Mac OS, Linux) for free.

ffmpeg is a pretty handy tool for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU). One of the basic requirement of merging or combining two or more videos is a task that can be easily accomplished by using ffmpeg . ffmpeg is a free and open source as well. And the performance is easily on par if not better than most paid software solutions. In order to merge two or more videos follow the steps:-  First copy all video files into a folder. (Make sure you have checked "File name extensions". Next you need to download ffmpeg for Windows from their website . Choose 64bit unless you are using 32 bit version of Windows and select Static. Download the file. It should be a compressed file. Now open the file. And Go to "Bin", there you will find three files. You need to copy ffmpeg to the folder containing video files. Next