Quantcast
Channel: User Dominique - Super User
Browsing all 174 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

Is it possible to highlight a whole inbox entry, based on its category?

There is the possibility to assign a category to a mail, and as a result the mail gets a coloured rectangle:Is it possible to colour the whole message, like this?Thanks

View Article


Comment by Dominique on Export Outlook 2003 Rules to text

If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

View Article


Comment by Dominique on ThinkPad X1 Extreme Battery discharging issues

This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. To get notified when this question gets new answers, you can follow this question....

View Article

Comment by Dominique on How to make file information (from the "details"...

No. I don't want to turn around the fact that it can't be done (copying file information, using a simple mouse select). I've seen it, I've done it and I want to do it at my current employer's system.

View Article

Image may be NSFW.
Clik here to view.

How to make file information (from the "details" section) copyable?

When checking the "General" tab of the properties of a file, one can select and copy the corresponding information, as you can see in this example:After pressing CtrlC, opening Notepad and pressing...

View Article


Answer by Dominique for eCatcher error: VPN tunnel error: TAP-Windows adapter...

Meanwhile, my problem has been solved.Apparently, there's a conflict between the installation of eCatcher and the installation of another tool (in my case SinemaRC Client): when SinemaRC Client gets...

View Article

Image may be NSFW.
Clik here to view.

eCatcher error: VPN tunnel error: TAP-Windows adapter 'Talk2m-eCatcher' not...

I've just started an eCatcher session.When trying to connect to one of the Ewons, I get the following error message:VPN tunnel error: TAP-Windows adapter 'Talk2m-eCatcher' not foundRetrying connecting...

View Article

How to create a mounting point to a shared drive from a linux subsystem on a...

I have a Windows machine (Windows-10). There I've installed the Ubuntu app from Canonical Group Limited, this allows me to have a Ubuntu subsystem, which I regularly use for grep, sort and other...

View Article


Comment by Dominique on I'm unable to expand my WSL, using "apt install"

After several years, I tried it again and now it works like a charm. I have no idea why, but I'll accept your answer.

View Article


Comment by Dominique on EXCEL IF AND Formula in excel to not calculate any...

Are you sure about the "DD/MM", it's not "MM/DD"?

View Article

Comment by Dominique on Increase WSL screen buffer

@Ramhound: great news, where can I find it?

View Article

Answer by Dominique for EXCEL IF AND Formula in excel to not calculate any...

I think this should be your formula:=IF(AND(OR(DAY(G6)<>31;MONTH(G6)<>12);OR(I6="AT";I6="CH";I6="DE";I6="NL";I6="SE"));"Keep";"Delete Line") ^^ ^^ (OR instead of AND)You have forgotten...

View Article

Image may be NSFW.
Clik here to view.

Answer by Dominique for Show whole row if there is a value in one of a number...

Hereby an example of the Filter() function: my worksheet contains four cells B2-B4, containing "a,b,c", "b,c,d" and "c,d,e". Using the following Filter() worksheet function, I can make sure I only see...

View Article


Comment by Dominique on How to change Windows 10 console screen buffer beyond...

This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. -...

View Article

Comment by Dominique on Keyboard works on start up, but stops functioning as...

This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. -...

View Article


Comment by Dominique on Is there a way to change multiple file extensions at...

While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page...

View Article

Comment by Dominique on How is it possible that my public IP is different...

I don't think the usage of dynamic IP addresses is the issues here, but the speed at which new dynamic addresses get created.

View Article


Comment by Dominique on How to improve and or manage NFS server security in...

Can you give some background? Why do you want this, what have you done already, ...?

View Article

Comment by Dominique on How to simulate Hercules on local IP address?

I've edited my question, adding the Exception I see when trying to bind() to that IP address/port.

View Article

Answer by Dominique for Awk command to find the most common word in a file?

What about this:awk '{print $2}' file1.txt | sort | uniq -c | sort -n | tail -n 1 | awk '{print $2}'awk '{print $2}' (the first one) shows only the teamsort sorts :-)uniq -c preceeds every word by its...

View Article
Browsing all 174 articles
Browse latest View live