Sponsored Content
The Lounge What is on Your Mind? Regarding thoughts for encourage more users to post/participate on UNIX.com site. Post 303020846 by RavinderSingh13 on Sunday 29th of July 2018 05:34:21 AM
Old 07-29-2018
Quote:
Originally Posted by Neo
Thanks! All great ideas but for me I am busy rebuilding the forums to move completely off legacy table tags and on to using more modern / responsible frameworks and tags, including HTML5, CSS3, JS, jQuery and other JS and CSS frameworks.
I can permit guest postings if other want it, but in the past, this just creates more and more and more spam for mods to deal with and they are busy enough already.
Regarding "one click registration" this is also a great idea, but the result is spam, spam, spam when we make it too easy.
I prefer to have users and members who want to be a part of our community versus having "one click in spammer to manage".
These are all great ideas, but we do have to keep the quality of the posts high, and the number of spammers low. If we make it "one click posting"... this place will turn into a full time anti-spam management exercise, LOL,
Hello Neo,

Sure, thank you for your encouragement. I actually didn't mean to give every user capability to post, I meant with some restrictions we could
allow them or make their id creation easy(may be take their information like Name etc and all from gmail etc ids). Also adding new FORUMS (eg---> R, ML, Docker, CLOUD) will give our forums good shape as they are emerging technologies. Cheers and let us all contribute to this GREAT site Smilie


Thanks,
R. Singh

Last edited by RavinderSingh13; 07-29-2018 at 06:47 AM..
This User Gave Thanks to RavinderSingh13 For This Post:
 

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

New Site/Info for Linux Users

Check out this site. This will be helpful for all. Link removed. (3 Replies)
Discussion started by: jadebellant
3 Replies

2. AIX

Finding a specific UID on a site with hundreads of users.

Hello, I am not the AIX guru.. This might seem simple for a lot but I am not sure where to start.. So here is my question: I have a unix account on a remote site. My UID is 999999. Now I need to create my account at my main site, with the same UID. So i have to make sure the UID 999999 is... (1 Reply)
Discussion started by: maxalarie
1 Replies

3. UNIX for Dummies Questions & Answers

documentation for beginners setup virtual site, users, mailaccounts on raq 550

Greetings to all reading this, I am a Linux/Unix newbie webmaster with a dedicated server, a RaQ 550. I am looking for some step by step documentation about managing a server with shell (not the GUI), from adding a virtual site to adding users, email accounts etc. I can find only parts of this... (0 Replies)
Discussion started by: rolandk
0 Replies

4. What is on Your Mind?

How Many Technology Forums Do You Actively Participate In?

How Many Technology Forums Do You Actively Participate In? (29 Replies)
Discussion started by: Neo
29 Replies

5. What is on Your Mind?

How to encourage emerging users in forum to give better solution:?

Our moderators/admins/users are doing great job by sharing knowledge with each other, they do correct/appreciate us in posts. This poll is to encourage emerging users to go in a better direction, kindly do give your thoughts on same. 1- Giving them a reward/appreciation if they are... (31 Replies)
Discussion started by: RavinderSingh13
31 Replies

6. Web Development

Some Thoughts on Vue.js at UNIX.com

Recently, have been learning Vue and, as always, learning-by-doing, which means writing code for real-world applications. In this process, I have learned something that is not really mentioned in the majority of online Vue tutorials. Basically, when you create a Vue instance in your browser,... (0 Replies)
Discussion started by: Neo
0 Replies
BOGOUPGRADE(1)						    Bogofilter Reference Manual 					    BOGOUPGRADE(1)

NAME
bogoupgrade - upgrades bogofilter database to current version SYNOPSIS
bogoupgrade [-h] -d directory [-i input file] [-o output file] [-b path to bogoutil] DESCRIPTION
bogoupgrade is a command to upgrade bogofilter's databases from an old format to the current format. Since the format of the database changes once in a while, the utility is designed to make the upgrade easy. OPTIONS
The -h option prints the help message and exits. The -d specifies the directory with the wordlists for converting. This option is used when converting from multiple, separate wordlists (spamlist.db and goodlist.db - containing spam and ham tokens, respectively) to a combined wordlist (wordlist.db) which contains both spam and ham tokens. The -i specifies the input file to be converted. It should be a text file containing message counts, and possibly data. If there is no data in the text file, there should be a Berkeley DB file in the same directory as the text file which contains the data. The -o specifies the output Berkeley DB file. The -b gives the path to the bogoutil command. It defaults to 'bogoutil', in the hopes that your shell will find it. UPGRADING
Follow these instructions to upgrade bogofilter's databases to the latest version. 1. Stop all instances of bogofilter. While the upgrade tools lock the database files, the upgrade may take a long time if you have a busy site. Don't forget to stop cron jobs or daemons that fetch and process mail and could fire off bogofilter. 2. Backup your data. Let's assume that you said: $ mv ~/.bogofilter ~/.bogofilter.safe $ mkdir ~/.bogofilter 3. If your bogofilter version is less than 0.7, say: $ bogoupgrade -i ~/.bogofilter.safe/goodlist -o ~/.bogofilter/goodlist.db $ bogoupgrade -i ~/.bogofilter.safe/badlist -o ~/.bogofilter/spamlist.db If your bogofilter version is 0.7 or greater, say: $ bogoupgrade -i ~/.bogofilter.safe/hamlist.count -o ~/.bogofilter/goodlist.db $ bogoupgrade -i ~/.bogofilter.safe/spamlist.count -o ~/.bogofilter/spamlist.db 4. Current versions of bogofilter use a combined wordlist that holds both spam and non-spam tokens. It is named wordlist.db. If you're updating from a version older than 0.14.0 that has separate wordlists (named goodlist.db and spamlist.db), use: $ bogoupgrade -d ~/.bogofilter.safe 5. Done. Restart any stopped daemons, cron tasks, etc. AUTHOR
bogoupgrade was written by Gyepi Sam gyepi@praxis-sw.com and David Relson relson@osagesoftware.com. For updates, see the bogofilter project page[1]. SEE ALSO
bogofilter(1), bogolexer(1), bogotune(1), bogoutil(1) NOTES
1. the bogofilter project page http://bogofilter.sourceforge.net/ Bogofilter 03/15/2010 BOGOUPGRADE(1)
All times are GMT -4. The time now is 06:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy