Search Results

Search: Posts Made By: Scrutinizer
58,782
Posted By kbrazil
Jello: The JQ Alternative for Pythonistas
Ever find yourself banging your head against the wall trying to decode a complex jq pipeline?

That's why I created jello, which puts the power of python processing of JSON at the command line....
20,873
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...
Forum: What is on Your Mind? 02-13-2020
7,432
Posted By wisecracker
Hi Scrutinizer... I must have been asleep as...
Hi Scrutinizer...

I must have been asleep as I have only just seen this...

Congrats matey, you helped me on my way to the *NIX shell environment when I first joined and started AudioScope.sh,...
Forum: What is on Your Mind? 02-11-2020
7,432
Posted By RavinderSingh13
Thanks a TON Neo for awarding this to...
Thanks a TON Neo for awarding this to Scrutinizer, a well deserved award S :b:

@Scrutinizer, First of all congrats S :b: First thing first, your posts are Good, concise, Up to the mark, full of...
Forum: What is on Your Mind? 02-11-2020
7,432
Posted By Neo
Poster of the Year 2019 - Jeroen van Dijke
Today, I am very pleased to announce the Poster of the Year Award, 2019 is Jeroen van Dijke (Scrutinizer (https://www.unix.com/member_modal.php?u=302052697))

Jeroen has been a member of unix.com...
Forum: Programming 02-01-2020
9,158
Posted By Neo
Wuhan Coronavirus Status for China - Rapid Prototype Blynk App with ESP8266
Here is a rapid prototype app I just put together which might be of interest to some people.

Basically, I have parsed the data from a Chinese web site (https://ncov.dxy.cn/ncovh5/view/pneumonia)...
Forum: What is on Your Mind? 01-24-2020
9,357
Posted By RavinderSingh13
Thanks a TON Neo for giving me this GREAT honor...
Thanks a TON Neo for giving me this GREAT honor :b:, its always an honor to be a member of this GREAT site :b:, whatever I know in scripting/*nix I learnt from this forum/site and whatever way or...
11,544
Posted By Nexeu
It works! Thank you so much Scrutinizer! So...
It works! Thank you so much Scrutinizer!

So the solution is as follows:
tag -0 -f "Note" . | xargs -0 -I {} rename 's|(.*)/|$1/.|' {}
Forum: What is on Your Mind? 01-24-2020
9,357
Posted By Neo
Moderators of the Year 2019 - Ravinder Singh and Victor Berridge
Today, I am very pleased to announce that the Moderator of the Year Award, 2019 has two very deserving winners.

Ravinder Singh (RavinderSingh13) and Victor Berridge (vbe)

Victor (vbe) has...
5,681
Posted By RudiC
How about (not THORUOGHLY tested!): $ L1=( a...
How about (not THORUOGHLY tested!):

$ L1=( a b c d i f gg )
$ L2=( 1 2 13 )
$ for i in ${!L1[@]}; do echo ${L1[i]}${L2[i%${#L2[@]}]}; done
a1
b2
c13
d1
i2
f13
gg1
Pipe through paste -sd"...
6,356
Posted By MadeInGermany
Can be done as a { } group. (Note: there must be...
Can be done as a { } group. (Note: there must be a semicolon or newline before the closing brace! And of cause spaces next to the [ ] { } )
if [ -f ./file2 ] && [ -f ./file3 ] && { [ -f ./file1 ]...
1,383
Posted By Aia
One way in Bash could be: n=$(printf "%-9s"...
One way in Bash could be:
n=$(printf "%-9s" 2457)
printf "%s\n" ${n// /0}
245700000
Forum: What is on Your Mind? 01-08-2020
11,412
Posted By Neo
Vintage!!! Jimmy Page/Jeff Beck/Eric Clapton-Stairway to Heaven
You must watch this music video.

Jimmy Page/Jeff Beck/Eric Clapton-Stairway to Heaven (https://youtu.be/wKlEVtA_TGQ)

https://youtu.be/wKlEVtA_TGQ

Long before there was surveillance...
Forum: What is on Your Mind? 01-01-2020
3,411
Posted By Neo
2020 - Such a great year for everyone is here! ...
2020 - Such a great year for everyone is here! Live long and prosper!

7952
3,939
Posted By RudiC
Even if the file is moved between file systems,...
Even if the file is moved between file systems, there should not be a problem as long as the file is kept open. Even though the file and it's contents ARE moved by the mv command, the OS keeps the...
4,849
Posted By nezabudka
Hi look at this way declare -i...
Hi
look at this way
declare -i AnzahlUeberstunden
AnzahlUeberstunden=$(date -d "$JAHR-$MONAT-$TAG $ArbeitEnde" +%s)-$(date -d "$JAHR-$MONAT-$TAG $NormalesArbeitsEnde" +%s) #"tags" are not needed...
Forum: What is on Your Mind? 12-29-2019
11,152
Posted By Neo
Similar Threads for Man Pages - In Development
FYI,

I have been quietly updating the man page database adding "similar threads" for man pages.

STEP 1: Full Text MySQL DB Search Matches

The first step, after creating the DB columns, was...
Forum: What is on Your Mind? 12-18-2019
36,016
Posted By Neo
UNIX.com End of Year (EOY) Report (2019)
Here is a quick EOY report for 2019.

2019 has been a year of "downward trend reversal" for UNIX.com. In fact, if we compare total Google search impressions from the peak days in December 2019...
3,203
Posted By RavinderSingh13
Hello kshitij, Could you please try...
Hello kshitij,

Could you please try following. Written and tested with GNU awk and GNU sort.


awk '
/^[0-9]+/{
val=$NF
}
{
print val "@" $0
}' Input_file |
sort -t'@' -nrsk1,1 |...
1,897
Posted By foad
It is quite simple: you need a (recursive) parser...
It is quite simple: you need a (recursive) parser for this, the same way the language is interpreted (i suppose?) by one. I suggest to retrieve your yacc utility and start writing...


If you are...
Forum: Web Development 11-09-2019
8,150
Posted By Neo
302 Redirects Issues Effected Google Search Console (GSC) Fixed - DBSEO Goto Rewrite Problems Solved
Finally!

Yesterday I FINALLY figured out why Google Search Console (GSE) was showing so many pages with 302 redirects in our link budget. For over a year, I thought this issue was relate to...
Forum: OS X (Apple) 10-26-2019
10,156
Posted By drl
Hi. Thanks to Scrutinizer for starting this...
Hi.

Thanks to Scrutinizer for starting this (and possibly to wisecracker for an earlier note).

My collection of links is below, in no specific order of usefulness.

My current interest in...
78,378
Posted By stomp
[TIP] Processing YAML files with yq
After the success of the jq - tool for parsing and manipulating JSON-Data someone wrote a tool called yq, which aims to be the same for YAML, what jq is for JSON. Seems to work fine. I'll definitely...
Forum: What is on Your Mind? 10-11-2019
7,758
Posted By Neo
Have changed to "DarkGreen" for the time being. ...
Have changed to "DarkGreen" for the time being. Magenta was giving me a headache LOL . DarkOrange, Purple, Indigo and Navy did not seem to work out as well as DarkGreen.
Forum: What is on Your Mind? 10-05-2019
48,810
Posted By Neo
Please Welcome Nicki Paul to the Moderator Team!
Dear All,

I am very pleased to inform everyone that Nicki Paul (zxmaus) (https://www.unix.com/member_modal.php?u=302041733&modal=1) is joining the Moderation Team after a number of years away from...
Showing results 1 to 25 of 500

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