02-26-2015, 08:56 PM
02-26-2015, 09:12 PM
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
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]](http://i724.photobucket.com/albums/ww242/ukbrian/th_ImTickledPink_zpsyeenqox5.gif)
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]](http://i724.photobucket.com/albums/ww242/ukbrian/th_ImTickledPink_zpsyeenqox5.gif)
02-26-2015, 09:16 PM
Thanx for this one Brian , I rarely use either uGet or Deluge . Never used or knew qbittorent existed .
02-26-2015, 10:08 PM
(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


02-27-2015, 02:38 PM
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.
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.

02-27-2015, 03:47 PM
Hello avj,
feel free to add your favorite replacement programs
.
feel free to add your favorite replacement programs

03-01-2015, 12:00 AM
WPS Office is another alternative to Microsoft Office . http://www.wps.com/linux/
03-01-2015, 12:32 AM
Hello altman,
I have added WPS Office as an MS Office replacement.
Credit given and thanks clicked
I have added WPS Office as an MS Office replacement.
Credit given and thanks clicked

03-01-2015, 01:30 AM
Thanx bitsnpcs !
03-01-2015, 01:38 AM
You're Welcome, the replacements will be really useful for the community.