LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback
User Name
Password
LQ Suggestions & Feedback Do you have a suggestion for this site or an idea that will make the site better? This forum is for you.
PLEASE READ THIS FORUM - Information and status updates will also be posted here.

Notices


Reply
  Search this Thread
Old 01-22-2024, 06:54 AM   #91
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,310
Blog Entries: 3

Rep: Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722

Quote:
Originally Posted by Ser Olmy View Post
If LQ had an .onion address that could be accessed directly via TOR, this wouldn't be an issue.
Jeremy is certainly busy, but otherwise setting up an Onion site is dead simple and just a few steps.
 
Old 01-22-2024, 08:17 AM   #92
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
Compose your posts for LQ in a text editor. Complete with bbs tags, links. You can spell check it, format it etc.

When you are ready to post, copy/paste into the bbs posting box. If cloudflare does not like it, you have lost nothing. Modify, try again.

Especially if you are planning to post some source code between code tags.

LQ Latest Posts

Code:
#!/usr/bin/bash

for ((a=0; a<=50 ; a++)); do
    echo -n "0% [ "
    
    for ((i=0 ; i<=a; i++)); do 
        echo -n "|"
    done
    
    for ((j=i ; j<=50 ; j++)); do 
        echo -n " "
    done
    
    v=$((a * 2))
    echo -n " ] "
    echo -n "$v %" $'\r'
    
    sleep .1
done
echo -e "\nDownload complete"
https://0x0.st/HGoF.png
 
1 members found this post helpful.
Old 01-22-2024, 11:10 AM   #93
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Anything lengthy could/should be typed in a text editor and copied over to forum, when ready...

Learned *that* lesson years ago in another forum...


Please try again! At least this reader only comes here for the questions!
 
1 members found this post helpful.
Old 01-22-2024, 11:11 AM   #94
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Sigh... didn't see there was a "page 7"!

Carry on!
 
Old 02-01-2024, 05:05 PM   #95
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
Jeremy's bootlickers

As I suggested before, perhaps handing out private login url's aka captcha bypass code to all members is going to solve all this heartache. My screen froze because of Cloufare just a moment ago.

How hard can it be for a linux guru to implement this on the internet's premier linux forum? Bootlickers chime in if Cloudfare permits.

Last edited by linux-man; 02-01-2024 at 05:33 PM.
 
Old 02-02-2024, 03:03 PM   #96
___
Member
 
Registered: Apr 2023
Posts: 139
Blog Entries: 1

Rep: Reputation: Disabled
https://thehackernews.com/2024/02/cl...e-hackers.html

Snide: stay away from cloudflare!
They've been hacked! Just kidding, although it's interesting to see the behemoth getting taken down
Even though cloudflare is actually probably the 'good guy'!
 
Old 02-02-2024, 05:38 PM   #97
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,631

Rep: Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697
Quote:
Originally Posted by ___ View Post
https://thehackernews.com/2024/02/cl...e-hackers.html

Snide: stay away from cloudflare!
They've been hacked! Just kidding, although it's interesting to see the behemoth getting taken down
Even though cloudflare is actually probably the 'good guy'!
I would say that cloudfare is the "good but not terribly competent guy" rather than the good guy. They do provide a service that is important, even critical to some businesses and hosting sites. Alas, although on of the cheapest they often have infrastructure issues. I have been given to understand, although I am unsure what reliability rating to give my source, that anyone providing those service cheaper is even less reliable or outright untrustworthy.
 
Old 02-07-2024, 10:30 AM   #98
_blackhole_
Member
 
Registered: Mar 2023
Distribution: FreeBSD
Posts: 88

Rep: Reputation: 67
Quote:
Originally Posted by linux-man View Post
As I suggested before, perhaps handing out private login url's aka captcha bypass code to all members is going to solve all this heartache. My screen froze because of Cloufare just a moment ago.
The problem is that spammers, register accounts to post, so anything which only targets "guests" and let's members through, will be ineffective.
 
Old 03-14-2024, 07:23 AM   #99
lvm_
Member
 
Registered: Jul 2020
Posts: 926

Rep: Reputation: 337Reputation: 337Reputation: 337Reputation: 337
This is the first time I was able to reach the site since weekend, for 4 or 5 days it was an blocked by infinite cloudflare loop. Well, that's one way to keep scammers away. There is another, even more efficient - just shut down it already.
 
Old 03-14-2024, 07:30 AM   #100
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,575
Blog Entries: 19

Rep: Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453
Quote:
Originally Posted by lvm_ View Post
This is the first time I was able to reach the site since weekend, for 4 or 5 days it was an blocked by infinite cloudflare loop. Well, that's one way to keep scammers away. There is another, even more efficient - just shut down it already.
Oh no! I started my Linux journey at Linux Forums. When that closed down, I moved here. Where am I going to go if you close this one? There is no Slackware forum.
 
Old 03-17-2024, 03:06 PM   #101
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
I just got this when I tried to upload a screenshot (neofetch showing Slackware ARM running on the RPi 400).
Quote:
Your submission could not be processed because a security token was missing.
 
1 members found this post helpful.
Old 03-17-2024, 03:10 PM   #102
shortarcflyer
Member
 
Registered: May 2022
Location: Louisiana/USA
Distribution: Void, ArchBang, PCLinuxOS, Mabox, ArcoLinux, Archman, RebornOS
Posts: 524

Rep: Reputation: 51
Quote:
Originally Posted by brianL View Post
I just got this when I tried to upload a screenshot (neofetch showing Slackware ARM running on the RPi 400).
Code:
Your submission could not be processed because a security token was missing.
I have been getting that as well for about two weeks also. I cant upload any pics because of it also. Something is amiss on the forum.

Last edited by shortarcflyer; 03-17-2024 at 03:11 PM.
 
1 members found this post helpful.
Old 04-04-2024, 11:06 PM   #103
rclark
Member
 
Registered: Jul 2008
Location: Montana USA
Distribution: KUbuntu, Fedora (KDE), PI OS
Posts: 480

Rep: Reputation: 179Reputation: 179
I am using Firefox and getting the above when I try to upload a picture. Weird. Never experienced it before. Asks if you are human, and then get a message:
Quote:
Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

Last edited by rclark; 04-05-2024 at 07:38 PM.
 
1 members found this post helpful.
Old 04-05-2024, 11:54 AM   #104
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
For the last year or so. I can not usually post in code blocks from qt5-webengine or qt6-webengine.

I can always post anything from webkit2gtk. (Which is what I do) I compiled a little mini-browser, just for posting to LQ.

Webengine must send less identifying info. Cloudflare does not like it. Webkit sends more info, or allows more redirects and does not look like a bot.

For whatever that is worth, and whatever that says about the two browser engine projects.
 
Old 04-05-2024, 12:03 PM   #105
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
Let me see here today...
Code:
char *gw_cookie_file() {
    char *cookiefile =
        g_build_filename(g_get_user_data_dir(), "gw", "cookie.db", NULL);
    char *cookiedir = g_build_filename(g_get_user_data_dir(), "gw", NULL);
    int result = 0;
    if (!direxists(cookiedir)) {
        result = gw_create_dir_recurse(cookiedir);
    }
    free(cookiedir);
    if (result != 0) {
        fprintf(stderr, "failed to create cookiedir\n");
        return NULL;
    }
    return cookiefile;
}
Edit:
Ok...never can tell. That was from qt5-webengine

Last edited by teckk; 04-05-2024 at 12:04 PM.
 
  


Reply

Tags
cloudflare



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: World's most frustrating televised Linux install just got more frustrating LXer Syndicated Linux News 0 11-03-2015 01:50 AM
mysql and ssh connection delays ernesto_cgf Linux - Networking 0 06-21-2007 01:13 PM
why linux is frustrating rosko Linux - Software 64 08-09-2003 03:03 PM
Installing stuff on the most frustrating OS in the world. Travis86 Linux - Software 4 01-02-2003 05:25 AM
Frustrating PlanetNEO Linux - Networking 24 12-09-2002 03:56 PM

LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback

All times are GMT -5. The time now is 05:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration