similar to: defending the wiki

Displaying 20 results from an estimated 900 matches similar to: "defending the wiki"

2011 Apr 09
2
[LLVMdev] llvm wiki now a spamfarm
See: http://wiki.llvm.org/Special:RecentChanges Can someone who speaks wiki look into this? If we can't fix it, I propose eliminating the wiki. -Chris
2007 Dec 23
1
RSS for RecentChanges in Wiki
Hi Ralf, would you please add RSS link on http://wiki.centos.org/RecentChanges? Thanks, David
2011 Nov 02
2
what does "scrub" mean?
Hallo, I''d like to get some explanations ... # btrfs filesystem show Label: ''MMedia'' uuid: 120b036a-883f-46aa-bd9a-cb6a1897c8d2 Total devices 3 FS bytes used 3.80TB devid 1 size 1.82TB used 1.29TB path /dev/sdg1 devid 3 size 1.81TB used 1.29TB path /dev/sdc1 devid 2 size 1.81TB used 1.28TB path /dev/sdb1 Btrfs Btrfs v0.19 # btrfs filesystem df /srv/MM
2007 Oct 03
6
Wiki deuglification Part I
Hey guys, I toyed around with the Wiki today to deuglify it a little bit. I used a theme which is a bit of a "CMS" theme for MoinMoin and played around with the logo colors. The theme is based on the plsavez theme, which I like as it has a very uncluttered interface for people who aren't logged in - they only see some important interwiki links (FrontPage, RecentChanges and so on),
2009 Jan 09
1
wiki spam
Hello, I''ve spotted some new pages (probably encrypted) in the wiki: http://btrfs.wiki.kernel.org/index.php/Special:RecentChanges I deleted it''s contents but someone might delete the pages at all and check the user registration logs to block them. thanks, André -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to
2011 Apr 11
0
[LLVMdev] llvm wiki now a spamfarm
On 9 April 2011 20:49, Chris Lattner <clattner at apple.com> wrote: > See: > http://wiki.llvm.org/Special:RecentChanges > > Can someone who speaks wiki look into this?  If we can't fix it, I propose eliminating the wiki. Hi Chris, AFAIK every open wiki works like this. I think we should restrict accounts to people that ask for it in the mailing list. It won't eliminate
2014 Feb 20
1
unsubscribing because...
I think it's a sad sign when the mailing list is more about how to manage access to the wiki than actually managing contributions and the content. I don't really have any confidence that centos wants a vibrant community. The recent change list at http://wiki.centos.org/RecentChanges isn't really a good sign. Sorry, but I felt if I simply unsubscribed and disappeared quietly, I'd
2012 May 07
53
kernel 3.3.4 damages filesystem (?)
Hallo, "never change a running system" ... For some months I run btrfs unter kernel 3.2.5 and 3.2.9, without problems. Yesterday I compiled kernel 3.3.4, and this morning I started the machine with this kernel. There may be some ugly problems. Copying something into the btrfs "directory" worked well for some files, and then I got error messages (I''ve not
2011 Apr 11
4
[LLVMdev] llvm wiki now a spamfarm
On Apr 11, 2011, at 1:39 AM, Renato Golin wrote: > On 9 April 2011 20:49, Chris Lattner <clattner at apple.com> wrote: >> See: >> http://wiki.llvm.org/Special:RecentChanges >> >> Can someone who speaks wiki look into this? If we can't fix it, I propose eliminating the wiki. > > Hi Chris, > > AFAIK every open wiki works like this. > > I
2016 Apr 13
3
samba 3 domain and win10 logon scripts
hi everybody I have a win10 which is (from what I see) a good member of samba domain except for one thing - it does not seem to a few simply things from a logon.bat, or does not do anything with it. would you share your thoughts? many thanks L.
2006 Apr 12
2
factor analysis backwards
Hello! How can I do a factor analysis backwards to get an arbitrary covarianz matrix out of an arbitrary number of generated random variables that have a correlation near zero. Or the same question shorter: How to generate random variables that have a spezial correlation pattern. I would like to be able to do this to generate arbitrary data structures for simulation purpose sincerely stefan
2016 Jan 12
2
smbclient: preoblems with samba 4.3.x
Hallo, Jeremy, Du meintest am 12.01.16: >>> Run under gdb please and type "bt" to get a backtrace when >>> it crashes. [...] >> [?1034h(gdb) run >> Starting program: /usr/bin/smbclient >> [Thread debugging using libthread_db enabled] >> Using host libthread_db library "/lib/libthread_db.so.1". >> >> Program received
2010 Sep 10
2
Simple_captcha issue
I have a weird issue .I am using simple captcha in forms in my rails applications. If I am using one captcha in a web page I don''t have any problem. But I have a scenario of using three(3) forms in one page in which all the three forms will have the captcha . So that when I refresh the page the captcha data of the three forms are equal. When we come to database
2009 Apr 20
3
xxx.valid? still true after xxx.errors.add(...)?
Hi all I have the following code in my controller: if @comment.valid? captcha_url = "http://captchator.com/captcha/check_answer/#{captcha_code}/#{@comment.captcha}" result = open(captcha_url) unless result.read == "1" @comment.errors.add(:captcha, "Captcha wurde nicht korrekt eingegeben") raise "#{@comment.valid?}"
2006 Jul 16
0
Captcha Fun
Hello, I am trying to integrate a captcha into a form that is used to update a database. I am using a method that is outlined here: http://svn.2750flesk.com/validates_captcha/trunk/README, but things are not working correctly. The captcha image shows up in the user form, but the captcha input is being ignored. The following shows my controller file: class PublicController <
2008 May 20
1
modern-CentOS-1.10
Another update for our wiki theme :) See: http://wiki.centos.org/ArtWork/WikiDesign/modern-CentOS Changes 1.10 ======= * Update header background image. * Update logo. Add comment "Community ENTerprise Operating System" on it. * Update navibar. Add some decorations :). * Update editorheader(self, d). Add the navibar, pagetrail, and username elements. *
2011 Sep 09
9
Captcha conception
Hi guys, the next problem: I create a controller, (/controllers/rmagick_controller.rb), which have aim to test an captcha Actions: def download # creates an captcha image def show # show the page where image took place def check # must check right captcha or wrong views/rmagick/show.html.erb: > <div id="captcha"> > <p><%= image_tag download_rmagick_path
2008 Nov 11
1
captcha plugin
Hi all, I was working through the simply rails book, i have completed up to chapter 10, now i would like to add a captcha to my login form, where can i get the captcha plugin? can anybody suggest any links for captcha plugin that would work for rails version 2.0.2 ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2020 Oct 27
2
SV: Looking for a guide to collect all e-mail from the ISP mail server
1: I meant like this: Without whitelisting, you can't login to SMTP or IMAP, password isn't valid at all. To enable SMTP and IMAP, you then either surf ro webmail, or the 2FA gateway, and login with: Username + password + 2FA code + captcha. When all is valid, then your IP is whitelisted for SMTP and IMAP access. This still means you have to use usename/password for SMTP/IMAP. So how
2010 Apr 06
1
captcha in a belongs_to
Hi I am using simple_captcha. I have two models User and Staff. Relation ship are User has_one staff staff belongs_to user Now in the staff edit I have to include a captcha. I did like <% form_for @user, :url => staff_url(@staff), :html => {:method => :put } do |f|%> <p> <%= f.text_field :first_name,:maxlength => 50 %> </p>