Search Results

Search: Posts Made By: sea
Forum: What is on Your Mind? 05-03-2020
8,286
Posted By Neo
Community.UNIX.com login tips
Here are some tips for logging in to our new Community (https://community.unix.com/):


If you are a forum member with a valid email address in your profile and you have not logged in to...
8,442
Posted By RudiC
It doesn't. It would remove any line with an...
It doesn't. It would remove any line with an emtpy $1, of which there is none. You can leave it out entirely. The $4 < 7000 removes the header line. $4 > 7000 would not; we'd need a different...
44,872
Posted By wisecracker
Not sure if this is what you re after but fully...
Not sure if this is what you re after but fully POSIX compliant:-
Longhand OSX 10.14.3, default bash terminal calling dash.
Last login: Wed Apr 29 21:46:11 on ttys000
AMIGA:amiga~> dash...
Forum: Programming 04-28-2020
38,435
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,940
Posted By Neo
Update: I set the link back to community as...
Update:

I set the link back to community as target="_blank" so it will open in a new tab and not replace the vB post, so it is easy to compare them.
Forum: What is on Your Mind? 04-27-2020
8,940
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-23-2020
17,210
Posted By Neo
Update on Migration: There is an old Chinese...
Update on Migration:

There is an old Chinese saying which goes something like this:

"You cannot see the entire mountain standing in the valley".

So, we asked our mod team to do some testing...
40,626
Posted By Neo
Normally, all attachments uploaded to the forums...
Normally, all attachments uploaded to the forums should be in format:

integer_id

This is how attachment inserted correctly into the forum posts will look when you edit the post.

Here is an...
6,532
Posted By Neo
Those numbers are weeks of the year, not months.
Those numbers are weeks of the year, not months.
Forum: What is on Your Mind? 04-18-2020
17,210
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...
64,775
Posted By MadeInGermany
That explains it; and your photo shows a...
That explains it; and your photo shows a non-ascii character.
It's not sufficient to sort out [a-zA-Z].

With an ERE you can ensure the input is a number:
[[ $NUM =~ ^[0-9]+$ ]] || continue
echo...
64,775
Posted By MadeInGermany
&2>/dev/null is still odd, the & is too many. The...
&2>/dev/null is still odd, the & is too many. The & before a descriptor number is needed on the RHS only, to distinguish it from a file name.
And, the only errors that a [[ ]] can produce are...
64,775
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-17-2020
17,210
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"...
5,970
Posted By Chubler_XL
EXPORT allows shell variables to be passed onto...
EXPORT allows shell variables to be passed onto sub processes of the current shell not back up to the calling process.

If you want a child script to set environment variables in the parent...
64,775
Posted By Chubler_XL
I do remember you being quite concerned with...
I do remember you being quite concerned with performance in this SWARM stuff and I would have thought the bash =~ operator could be use in place of grep.

$ export NUM='[['
$ time bash -c 'echo...
182,133
Posted By drl
Hi. I sympathize with with your frustration....
Hi.

I sympathize with with your frustration. My work trail is littered with abandoned projects, and I have about 100 items on my current design / coding / testing / organizing list. Every now and...
Forum: What is on Your Mind? 04-15-2020
17,210
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...
3,790
Posted By RudiC
Does your shell provide the select builtin?...
Does your shell provide the select builtin? Which, in combination with the case ... esac construct, helps building menus in a simple way.
Forum: What is on Your Mind? 04-13-2020
17,210
Posted By Neo
Another update: We continue to make progress...
Another update:

We continue to make progress in the complex mess of migration the bbcode from the old forum to the new ones:


@Scrutinzer wrote some nice code which strips all bbcode from our...
Forum: What is on Your Mind? 04-09-2020
17,210
Posted By Neo
It has been a few days since my last status...
It has been a few days since my last status update, so here is a new, quick one:

@Scrutiziner and @Neo continue to work on the migration and are getting closer. The migration script provided...
Forum: What is on Your Mind? 03-31-2020
17,210
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-24-2020
7,367
Posted By Neo
Update: The moderation team has decided to...
Update:

The moderation team has decided to open both forums, the old vB forum (this one) and the new one (Discourse forum) for the time being.

We want to get more user feedback and also...
Forum: What is on Your Mind? 03-20-2020
7,367
Posted By Neo
FYI: We have started the process of the...
FYI:

We have started the process of the "final migration" to the new community site.

New posts and new registrations on www.unix.com are disabled.

Details on the site site coming soon.
...
Forum: What is on Your Mind? 03-20-2020
7,367
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"...
Showing results 1 to 25 of 290

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