Linux Lite 8.0 RC1 has been released - Click here


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Linux Replacements for Windows Programs
#81

Nice ideas LL-User !

HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit 
Dell Inspiron 1720 CrunchBang 11

Duckduckgo ( for now )
Reply
#82

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]
Reply
#83

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

HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit 
Dell Inspiron 1720 CrunchBang 11

Duckduckgo ( for now )
Reply
#84

(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  :) (more clicks to come, note made ;) )
Reply
#85

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/Linu...s_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.  :)

“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
Reply
#86

Hello avj,

feel free to add your favorite replacement programs :) .
Reply
#87

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

HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit 
Dell Inspiron 1720 CrunchBang 11

Duckduckgo ( for now )
Reply
#88

Hello altman,

I have added WPS Office as an MS Office replacement.
Credit given and thanks clicked  :)
Reply
#89

Thanx bitsnpcs !

HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit 
Dell Inspiron 1720 CrunchBang 11

Duckduckgo ( for now )
Reply
#90

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

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)