Skip to main content
  1. Blog/

Stuff I do in Windows that needs an alternative in Linux

·3 mins

In my previous post I said I would be looking an alternative in Linux for everything I do in Windows. Here’s an initial list of the applications that I am finding an alternative to. I would be updating this post fairly regularly, adding more things to the list and their alternatives, until I am confident that I can plan to make Ubuntu as my primary OS.
 

SoftwaresTypeAlternative in Linux
Which have Nix versions
FirefoxBrowserFirefox
F.luxScreen Dimming appF.lux
DropboxFile sharingDropbox
TelegramChat applicationTelegram
VLC PlayerVideo PlayerVLC
SteamGaming softwareSteam
Which have no Nix Versions
GarenaGaming LAN clientNA
RaptrGaming ClientNA
Which have good alternatives
uTorrentBit torrent applicationTransmission
EverythingReal time file searchLocate command in Terminal
NettalkIRC ClientXChat
Microsoft Office Picture ManagerPicture editorShotwell or GIMP
WordwebDictionaryGoldenDict
NetmeterRecord of consumed bandwidthConky comes closest
IDMDownload manageruGet
Google TalkGoogle chat applicationEmpathyIM
WinampMusic PlayerRhythmbox or Banshee
MS OfficeOffice SuiteLibreOffice or Wine
Where no alternative is needed
BullZipPDF PrinterNot Needed since ubuntu have built-in PDF Printer
PuTTYSSH and Telnet Clientssh and telnet command on Terminal
FileZillaFTP Clientftp command in Terminal
Code::BlocksC, C++ Programming IDEUse GCC from Terminal or Emacs
To Be Decided
MS-PaintPixel level bitmap picture editor

Apart from the applications, there are other things which a particular Windows user gets adapt to:

  1. Custom Keyboard Shortcuts: As per current info it’s possible to set custom Keyboard Shortcuts in Nix easily.
  2. Ability to create apps shortcuts:
  3. Background apps and a System Tray:
  4. Window Switching: From what I know now, switching in Nix is cooler and more functional than windows. Shortcut to use it is “Home key” + “W”.
  5. Autostart Apps: Ability to let the apps start automatically  when OS boots by putting the app in something called as StartUp folder.

When the softwares and UX is sorted out next thing which comes is understanding some lingo of Nix which might be totally unfamiliar to newbies in Linux:

  1. Filesystem: Nix don’t have the concept of Drives like C, D or E. Rather everything in Nix starts from the root. “” is root folder. Hence path to your home folder can be, “\home\vyom” which means “vyom folder inside home folder of root folder”.
  2. Mounting of drives: Any DVD or removable USB drive you insert is mounted to some folder inside root folder. .
  3. Installing Apps: Nix don’t have .EXE files rather it have various ways to install apps.
    • apt-get install
    • TAR Packages

Expect revision to this post to reflect new information soon.