Linux Lite Forums
Linux Replacements for Windows Programs - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4)
+--- Forum: On Topic (https://www.linuxliteos.com/forums/forumdisplay.php?fid=14)
+--- Thread: Linux Replacements for Windows Programs (/showthread.php?tid=805)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


Re: Linux Replacements for Windows Programs - altman - 02-26-2015

Nice ideas LL-User !


Re: Linux Replacements for Windows Programs - ukbrian - 02-26-2015

I use qbittorrent but I've no idea how it compares with other ones, I used to use utorrent.

For a blocklist I use this script
Code:
   #!/bin/bash
   
    ##remove & backup old list
    rm -f blocklst.p2p.old
    mv blocklst.p2p blocklst.p2p.old

    ## Get the lists
   

    wget http://list.iblocklist.com/?list=bt_level1 -O l1-z
    wget http://list.iblocklist.com/?list=bt_spyware -O spy-z
    wget http://list.iblocklist.com/?list=bt_ads -O ads-z
    wget http://list.iblocklist.com/?list=bt_templist -O bp-z
    wget http://list.iblocklist.com/?list=bt_hijacked -O hijack-z
    wget http://list.iblocklist.com/?list=bt_dshield -O hack-z
    wget http://list.iblocklist.com/?list=ijfqtofzixtwayqovmxn -O threat-z

    ## Merge the lists

    cat l1-z spy-z ads-z bp-z hijack-z hack-z threat-z > blocklst.p2p.gz

    ## Decompress

    gunzip blocklst.p2p.gz

    ## Clean individual list files

    rm -f *-z

I've no idea if it's a good list and any ideas to improve it will be very gratefully received my friends.

[Image: th_ImTickledPink_zpsyeenqox5.gif]



Re: Linux Replacements for Windows Programs - altman - 02-26-2015

Thanx for this one Brian , I rarely use either uGet or Deluge . Never used or knew qbittorent existed .


Re: Linux Replacements for Windows Programs - bitsnpcs - 02-26-2015

(02-26-2015, 08:55 PM)LL-user link Wrote: Awesome thread! Thanks for this, esp. the sticky summary on the top!

If I may add some suggestions:

Microsoft Visio - yEd Graph Editor
Notepad, Wordpad - nedit, Atom
Adobe Acrobat PDF editor - Master PDF Editor
Microsoft IIS - nginx

Hello LL-user,

thank you for the suggestions, all have now been added.
Credit given and thanks clicked  Smile (more clicks to come, note made Wink )


Re: Linux Replacements for Windows Programs - avj - 02-27-2015

These are a few similar list site that I found and think may be useful.

Open Source Alternatives
http://www.osalt.com/

The Linux Alternative Project
http://www.linuxalt.com/

Linux software equivalent to Windows software
http://wiki.linuxquestions.org/wiki/Linux_software_equivalent_to_Windows_software

The table of equivalents / replacements / analogs of Windows software in Linux
http://www.linuxrsp.ru/win-lin-soft/table-eng.html

Hope these help fill in any missing programs.  Smile


Re: Linux Replacements for Windows Programs - bitsnpcs - 02-27-2015

Hello avj,

feel free to add your favorite replacement programs Smile .



Re: Linux Replacements for Windows Programs - altman - 03-01-2015

WPS Office is another alternative to Microsoft Office . http://www.wps.com/linux/


Re: Linux Replacements for Windows Programs - bitsnpcs - 03-01-2015

Hello altman,

I have added WPS Office as an MS Office replacement.
Credit given and thanks clicked  Smile


Re: Linux Replacements for Windows Programs - altman - 03-01-2015

Thanx bitsnpcs !


Re: Linux Replacements for Windows Programs - bitsnpcs - 03-01-2015

You're Welcome, the replacements will be really useful for the community.