Linux Text and Code Editors You Must Know About in 2022 ! Uncategorized by Someshwar Mirge - June 2, 2022June 2, 20220 Cover Page As a developer , working with some kind of text editor is part of our day to day workflow . No matter what technology or language you work with a fast , simple and feature rich text editor is always a plus to speed up the workflow . Here are my recommendations for light , fast and feature rich text editor for Linux . Vim Nano GeditKate BluefishEmacsAtomSublime VScode VIM Vim is modified version of legendary VI command line text editor . This is default text editor for many server linux OS and desktop linux also . VIM is super light , fast and extensible . Although vim is light , it is very much powerful . Vim keyboard shortcuts
Which Linux Distribution To Choose ? A Beginners Guide . howto by Someshwar Mirge - February 13, 2022April 15, 20220 Cover Page As a Beginner , choosing a linux Distro to start with becomes a very much confusing task. In linux world we get so many choices that we often avoid getting into choices and sticking to a standard recommendation . Which in many cases is not a very good experience for many new comers . What if I say , there is a OS made for each and every one of you ? It will not be exaggeration . Every Linux Distro is created with a theme and a target audience in mind . Some are backed by Big Tech giants , some by communities and some by hobbyists like me and you . Let's discuss which are the
Run Mac OS on any Linux Machine ! Step by Step Guide . Uncategorized by Someshwar Mirge - January 17, 2022January 17, 20220 In Developer world , we often need to switch between multiple OS . It doesn't matter what may be the reason for switching , we need access to all major platforms like Linux , Mac and Windows . But for an obvious reason , we cannot afford to have machines equipped with mac, windows and Linux all the time . So , the second option to get all platforms without leaving your existing one is Running Virtual machines . But getting and ISO file of mac OS and setting up a VM is a tough task in itself . If you are an iOS developer or desire to be one , this path is not for you . You better
A single application that can replace Terminal Emulator , SSH Client and much more ! development by Someshwar Mirge - December 13, 2021December 14, 20214 Ever wanted a terminal emulator application that can do all tasks and never have to switch between different terminal applications ? Then , Your wait is over . I know how annoying it is to switch between different SSH clients , and terminal emulators to get things done . Specially if you are a beginner , you want something that can be used as a ssh client , a full time terminal emulator and also should be available on all major platforms . "Tabby " is a perfect tool for all of those who need not just terminal but , also a SSH client , a serial client and so on. Lets install Tabby on your favorite OS and checkout
Mongo DB Setup On Windows 11 and Getting started with Mongo DB DB by Someshwar Mirge - November 28, 2021December 14, 20212 Mongo DB is one of the popular databases in the market right now . Versatile , fast , and easy to work with . If you want to get started with MEAN or MERN stack development , you will need a working mongo DB instance . Although we can use online solutions to learn the basics of mongo , its always convenient and faster to work with a local instance of Database server . So here we are going to install Mongo DB and its tools on Windows 11 . Note : although this tutorial is made on windows 11 , its fully compatible with earlier versions of windows . Now , lets get started with mongo DB Installing
Fedora 35 : Step By Step Installation on VMware Workstation Pro 16 howto by Someshwar Mirge - November 21, 2021November 22, 20210 Recently , Red Hat backed community Linux distribution Fedora has released its latest stable release Fedora 35 . Lot of new changes and improvements were made after Fedora 34. Lets install fedora 35 using one of the popular hypervisors in market . i.e. VMware workstation pro 16 . Follow steps below to get a working installation of fedora 35 as a virtual machine . Note : Links for installers and ISO VMware workstation pro 16 : linkFedora 35 ISO : linkVMware workstation player : link 1. Creating a Virtual machine Here , we are not covering the basic windows installer steps for VMware . You can grab your installer from this link ( download VMware workstation pro )
Optimize Microsoft Windows 11 To make it fast and efficient | making windows 11 fast and efficient howto by Someshwar Mirge - November 3, 2021November 8, 20210 windows 11 Home screen Windows 11 , the latest offering from Redmond based Tech Giant is under deployment phase now . Many windows 10 laptops have been already upgraded to Windows 11 . On Newer hardware , Windows 11 works like a charm . Its UI looks clean , minimal . It has just the right amount of translucency , the rounded corners and overall animations make user experience way better than what Windows 10 used to be . Although ,Windows 11 has obvious advantages on newer hardware , on unsupported or older hardware , we can see issues like lagging animations , high memory usage , high CPU usage and overall performance
MVC architecture in Ruby On Rails Quick Guide howto by Someshwar Mirge - June 22, 2021July 3, 20210 When we are beginner to Ruby on rails , or just getting started , we come across the term MVC . MVC stands for Model , View and Controller . But there are other components involved also . Following image shows how all the components of MVC relate to each other . Now lets have a closer look to each of them . Following are the core components that we must be familiar with . ModelViewControllerRouting SystemDatabase Before diving deep into the Rails MVC world , let me give you a bird eye view of whats happening here . First of all , let us assume that you are the user of this application say AppX ! Now , when
Redmine Database Migration DB by Someshwar Mirge - June 22, 2021June 27, 20210 Often times it happens that we need to migrate from one Redmine installation to another Redmine. Specially when upgrading to latest version. But we want to keep our database intact and want to migrate all the data to new setup. There are lot of guides on internet about redmine database migration, this blog post talks about traditional datbase migration along with case where projects in redmine instance needs to be merged with projects running in production environment. Step 1: BACKUP the existing database First of all take a backup of existing database.Backup is necessary in both cases .Whether we are installing new redmine on same system or if it is on new system . Use following command to create a
Agile Scrum With Product Backlog Active Redmine Plugin Plugins by Someshwar Mirge - May 29, 2021May 29, 20210 There are lot of plugins available in github and redmine.org for executing your project using Agile Scrum methodology. Most of the plugins are not supported for redmine version 4.1.x or above. The supported plugins for latest redmine version are paid. There is scrum plugin with available which you can download and test it. It has all the advanced features for sprint and product backlog. While it does not have features like drag and drop sprint tasks from one state to other state. These features are available in paid version of redmineup agile plugin. Also this drag and drop of tasks is available in teamwork. Lets start with installation of scrum plugin, which has sprint view and product backlog view.