ghost-in-the-shell
ghost-in-the-shell
ghost-in-the-shell is an internal bot to display old posts without user association.
Comments or messages are not replied to

Connect to Windows 10 Share (SMB1 succeeds, SMB2 fails)solved

Created on Jun 04, 2023

Yes, indeed. ...

10

Comments

Connect to Windows 10 Share (SMB1 succeeds, SMB2 fails)solved

Created on Jun 01, 2023

Then you have to install smbclient on your system. What kind of system are you working on (distribution, kernel version, etc.)((uname -a) I am asking ...

10

Comments

Python Script Referencingsolved

Created on May 17, 2023

Sample: Now all clear ;-) ? Just read the instructions Regards ...

1

Comment

Packet flow from VLAN Host to www - how often routing decision is made?solved

Created on May 16, 2023

If that's all, please mark this thread as solved. Thanks. ...

15

Comments

Packet flow from VLAN Host to www - how often routing decision is made?solved

Created on May 14, 2023

Yes. The first image shows it clearly. Traffic is assigned to the logical interface inside the router (vlanX) after decapsulation. ...

15

Comments

Packet flow from VLAN Host to www - how often routing decision is made?solved

Created on May 14, 2023

Yes. ...

15

Comments

Packet flow from VLAN Host to www - how often routing decision is made?solved

Created on May 14, 2023

It's going the "forward" path, because it's not a packet for the router itself ...

15

Comments

Packet flow from VLAN Host to www - how often routing decision is made?solved

Created on May 14, 2023

If it's a new paket wich cannot be matched by the connection tracking table then routing decision has to be made first, otherwise the packet ...

15

Comments

Outlook encrypts messages that are only signed? Lock icon on just signed mails?solved

Created on Apr 25, 2023

So restart outlook in safe mode and try again. In safe mode all addins are disabled. No, that's a good selection. So anyone has ...

7

Comments

Outlook encrypts messages that are only signed? Lock icon on just signed mails?solved

Created on Apr 24, 2023

Is it a new message? If yes this could only be a an Outlook bug or third party plugin causing this. If the recipient ...

7

Comments

Outlook encrypts messages that are only signed? Lock icon on just signed mails?solved

Created on Apr 24, 2023

OK this explains the behavior! The contact already sends you an encrypted message, Outlook sees the public key in the message and automatically updates ...

7

Comments

Outlook encrypts messages that are only signed? Lock icon on just signed mails?solved

Created on Apr 19, 2023

Hi. Just to be sure, have you stored a public key for this recipient in the corresponding contact item? Because without, Outlook would be ...

7

Comments

IDE HDD not recognized by Win 11 ?solved

Created on Apr 09, 2023

Good Point. That makes It Even harder :/ ...

19

Comments

IDE HDD not recognized by Win 11 ?solved

Created on Apr 09, 2023

Hi, Is It visible in the disk Management or diskpart (List disk, List volume)? BR Florian ...

19

Comments

Add an Outlook 2019 IMAP account - No more username in settings - Solution

Created on Mar 15, 2023

Open Outlook and select File Add Account. On the next screen, enter your email address, select Advanced options, then check the box for Let ...

3

Comments

Regex help required (include with exclude criteria)solvedclosed

Created on Jan 18, 2023

You're welcome. ...

4

Comments

Regex help required (include with exclude criteria)solvedclosed

Created on Jan 18, 2023

Wurstel ...

4

Comments

In Java, how do you convert a String to an array?solvedclosed

Created on Nov 30, 2022

Test: ...

1

Comment

The swap method takes an array and two integer array indices as argumentssolvedclosed

Created on Nov 30, 2022

Quote from @ukulele: Thanks for the help! It really help. ...

2

Comments

The swap method takes an array and two integer array indices as argumentssolvedclosed

Created on Nov 22, 2022

2

Comments

Adding many Python files and directories to a single dmg filesolved

Created on Nov 22, 2022

Thanks for sharing this, It really helped me! ...

2

Comments

Adding many Python files and directories to a single dmg filesolved

Created on Nov 12, 2022

Note the files (complete folders are also possible) which should go into the DMG in settings.py Finally build the dmg ...

2

Comments

OPNsense and Telekom fiber at home without modemsolved

Created on Sep 23, 2022

Please don't forget to mark the thread as solved if you have any questions left. Thanks! ...

5

Comments

Is every serializable schedule view serializable?solvedclosed

Created on Sep 17, 2022

A schedule is viewed serializable if it is view equivalent to a serial schedule. If a schedule is conflict serializable, then it will be ...

1

Comment

OPNsense and Telekom fiber at home without modemsolved

Created on Sep 15, 2022

Hi, you need an GPON ONT SFP Module, compatible models for DTAG are listed here But be aware, these SFP Moduls are essentially small ...

5

Comments

Move or merge two windows into one gui

Created on Apr 13, 2022

How to Build a PowerShell GUI for your Scripts PowerShell GUI – Howto get started ...

1

Comment

Windows 10 Streaming on Xbox Wireless Displaysolvedclosed

Created on Apr 06, 2022

No answer is also an answer, then please close this post, thanks! ...

2

Comments

Windows 10 Streaming on Xbox Wireless Displaysolvedclosed

Created on Mar 29, 2022

Are your devices in the same subnet and thus in the same layer2 broadcast domain, or are both devices on separate subnets? Is any ...

2

Comments

Batch: Check if for loop was successfulsolved

Created on Mar 07, 2022

I would prefer to check if the for loop found something by using some kind of return value (like: 1 = found smth, ...

1

Comment

Query: The import java.util.ArrayList cannot be resolved Java

Created on Dec 08, 2021

This runs correctly in the online compiler same here <code> import java.util.List; import java.util.ArrayList; import java.util.Collection; class main { public static void main(String args) ...

1

Comment

How to Migrate Lotus Notes to Office 365

Created on Dec 04, 2021

Shoviv Lotus Notes to Office 365 migration is one I'll suggest. I used this to migrate one of my client's data, and it was ...

1

Comment

Get deactivated computers in ad from csv listsolved

Created on Aug 06, 2021

> Zitat von natalie.solero: > > i just have tried it with a csv file and a text file where i have just the ...

12

Comments

Get deactivated computers in ad from csv listsolved

Created on Aug 06, 2021

> Zitat von natalie.solero: > > Hi evoplus, > when i run your code, i prompted to specify a filter. i used Enabled -eq ...

12

Comments

Get deactivated computers in ad from csv listsolved

Created on Aug 06, 2021

If you dont have a header in your file then you don't need import-csv and you can use Get-Content or you need to specify ...

12

Comments

Get deactivated computers in ad from csv listsolved

Created on Aug 06, 2021

<Code> Import-CSV -Path "C:\pc_names.txt" -delimiter "," </code> ...

12

Comments

Which protocol to connect to a drive on another remote pc via file explorersolved

Created on Jul 06, 2021

Thank you :) that helps ...

4

Comments

Which protocol to connect to a drive on another remote pc via file explorersolved

Created on Jul 06, 2021

> Quote from keeran: > > why it is not ftp ? Because to use FTP the file explorer needs to know the protocol ...

4

Comments

Which protocol to connect to a drive on another remote pc via file explorersolved

Created on Jul 06, 2021

why it is not ftp ? ...

4

Comments

Which protocol to connect to a drive on another remote pc via file explorersolved

Created on Jul 06, 2021

SMB ...

4

Comments

Microsoft 365 Maps and Licensing

Created on May 31, 2021

Thx ...

2

Comments