Search Results

Search: Posts Made By: RavinderSingh13
Forum: Programming 04-28-2020
38,415
Posted By Neo
Here some clues about this: mysql - Trouble...
Here some clues about this:

mysql - Trouble with UTF-8 characters; what I see is not what I stored - Stack Overflow...
Forum: What is on Your Mind? 04-27-2020
8,939
Posted By Neo
New Migration Tool: Link to Discourse Community Topic from vB Thread Tools Menu
Dear All,

To help with migration data integrity checks, today I spend the day working on this and created a migration tool which I hope is useful.

Basically, I mapped all the new discourse...
Forum: What is on Your Mind? 04-25-2020
20,213
Posted By Neo
My Thoughts on the Node-Red Forums and Visual Programming
First of all, I would like to congratulate the developers of the great Node-Red software and for making programming available to the masses via the visual programming paradigm. I have introduced...
3,918
Posted By vgersh99
how about to start with - you can enhance it to...
how about to start with - you can enhance it to match ONLY 6 or 8 chars (not 6 though 8 including 7) - left as an exercise:
grep -iE '^#[a-f0-9]{6,8}$' colours.txt
10,369
Posted By stomp
A little further improvement: Instead of the...
A little further improvement:

Instead of the find action...

-exec rm -f {} \;

you may use...

-exec rm -f {} +

which uses less rm calls since filenames to delete are added until the...
64,666
Posted By sea
Sorry for that outbreak... But it's working...
Sorry for that outbreak...

But it's working now, thank you MIG & Rav, though, mostly because I droped 'those' catches alltogether...
Here's the full working pick:
pick() { # [-1 -2 -a -m] $LIST...
5,148
Posted By vgersh99
what have you done so far and where exactly are...
what have you done so far and where exactly are stuck?
have you searched for similar threads in these fora?
have you checked the 10 More Discussions You Might Find Interesting at the bottom of this...
Forum: What is on Your Mind? 04-18-2020
17,201
Posted By Neo
Update: I have successfully moved all...
Update:


I have successfully moved all servers over to the "two container (data, web) with nginx reverse proxy to unix socket" configuration.
The problem was missing information in the support...
Forum: What is on Your Mind? 04-17-2020
17,201
Posted By Neo
Update: Staging server is running the...
Update:


Staging server is running the "two container, nginx reverse proxy to unix socket" configuration.

Future production server is running the "two container without nginx reverse proxy"...
Forum: What is on Your Mind? 04-15-2020
17,201
Posted By Neo
Update: Have made some core changes and am...
Update:

Have made some core changes and am currently running both our staging server and our production server in "two container" mode; where the database and the web app are in two separate...
64,666
Posted By MadeInGermany
The grep args should be quoted so the shell does...
The grep args should be quoted so the shell does not try a filename generation.
builtin echo "$NUM" | $GREP -q "[a-zA-Z]" && continue
Forum: What is on Your Mind? 04-15-2020
17,201
Posted By Neo
Update: Long baking (staging server,...
Update:

Long baking (staging server, discourse1) done after close to 15 hours:

8292

It is much improved, but @Scrutiziner, with his eagle eye for details, has plans for more refinements to...
4,707
Posted By Neo
Normally, It is a good idea to start from...
Normally,

It is a good idea to start from the top, but the method is up to you:

Comment out all the lines except for the top line, flush iptables, reapply and test.

If it works,...
Forum: Web Development 04-10-2020
48,596
Posted By Neo
Some Typical Discourse Docker (Standalone) Rebuild, Restore and Update Times
Just some notes on some typical tasks for Discourse and how long they take:

Restore Postgres DB (Linux Ubuntu, 8 Core 32 GB RAM)


# time ./restoreneo // simple script that does a command...
Forum: What is on Your Mind? 04-05-2020
17,201
Posted By Neo
For those who have never seen the inside of a...
For those who have never seen the inside of a Discourse app, here are the canned raking tasks:


# rake --tasks
rake about # List...
Forum: Linux 04-03-2020
27,226
Posted By the-architect
[TIP] incrond - the cron for filesystem activities
Hi,

just want to note there's a cron-like daemon that allows to initiate actions not based on time but on filesystem activities. (File created, accessed, written to, moved, deleted, ...)

It's...
Forum: What is on Your Mind? 04-03-2020
4,730
Posted By Neo
Bug in New User Registration Process (No Registration Complete Message)
There is bug in the new member registration process.

This bug appeared after we paused registration and moved to the new forums in our initial test mode.

When a new user registers now (here),...
Forum: What is on Your Mind? 04-02-2020
17,201
Posted By Neo
Today, armed with a new migration script...
Today, armed with a new migration script vbulletin_neo7.rb I will start a migration from scratch on the staging server for the purposes of getting raw preprocessed posts from the postgres DB and...
Forum: What is on Your Mind? 03-31-2020
17,201
Posted By Neo
Update on vB3 Migration to Discourse - Issues and Status of BBCode Transformations
We "completed" the migration of this vB3 site to Discourse a number of days ago. However, deeper testing by @Scrutinizer and @MadeInGermany revealed that a lot of text was mangled in the migration. ...
Forum: What is on Your Mind? 03-20-2020
7,366
Posted By Neo
Announcement: New Discourse Site to Go Live this Weekend
Update: Both the new site and site are live.

We plan to set this site (www.unix.com) to read only and there will be no new registrations here after this weekend.

I plan do the "final"...
Forum: What is on Your Mind? 03-18-2020
23,185
Posted By Neo
Seems like the "likes" migrations worked well,...
Seems like the "likes" migrations worked well, and most of the profile counters have updated, except mine (for some strange reason, LOL)

The discourse system gives more weight to likes to people...
Forum: Linux Benchmarks 03-17-2020
30,077
Posted By stomp
I got some advices from a person who wrote his...
I got some advices from a person who wrote his thesis on the subject of benchmarking:


benchmark with the applications that are like the later used applications.
test with concurrent...
Forum: What is on Your Mind? 03-17-2020
23,185
Posted By Neo
Done... Updating topic reply counts... ...
Done...

Updating topic reply counts...
138032 / 138032 (100.0%) [10714 items/min]
Updating first_post_created_at...

Updating user post_count...

Updating user topic_count...
...
Forum: What is on Your Mind? 03-17-2020
23,185
Posted By Neo
Some of my crude hacking worked ..... LOL At...
Some of my crude hacking worked ..... LOL

At least some attachments are working:

8235

Success! LOL
20,875
Posted By stomp
Ceph Experience
Hi,

I got asked if I can list some additional informations about ceph "in production" at my site.

Well, the small hyperconverged cluster here with ceph is not really in production by the...
Showing results 1 to 25 of 500

 
All times are GMT -4. The time now is 04:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy