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.

Share this article


6 Comments

aaruni1996

Isn't nettalk your IRC client ?

Vineet Author

Yes. And thanks for that mock post of yours. -_- You created that post too soon, since this was a very early draft that I would update quickly. I would also be adding the "User experience" factor in this post too. I hope you keep *your* post updated to reflect the changes. ;)

aaruni1996

A good alternate to bandwidth monitoring is "vnstat". Also install "vnstati" for a nice .png graph output

Ankush Menat

Installing apps: 1. *Nix don't have .EXE but it does have .DEB on debian based distros and .rpm on red hat distros. So use Gdebi installer and install apps just like windows(With less clicks and stupid licence agreements :P) 2. Use Ubuntu Software centre on Ubuntu. 3. Use Synaptic package manager - Super powerful package manager! No windows app can ever beat this. Something I'd like to add. Synapse app launcher. Search it, install it and play with it. You'll notice increase in productivity from day one :P

Vineet Author

Thanks for the valuable suggestions. .deb is an alternative to .exe installers. Command line would still be most preferable method though. :P And Ubuntu Software center is really good. I will try to use Synaptic and write about my experience.

aaruni1996

Ubuntu Software Center and Synaptic are both based off apt. Sure, sometimes you need to search for applications, and there, synaptic beats software center hands down, but I just prefer to apt-get my way around.

Leave a comment