Innlegg

Problemer med å oppdatere til Windows 11 24H2?

Hvis du får du melding: Vi kan ikke oppdatere den reserverte partisjonen for systemet  så kan det være fordi det er 'litt' for lite plass på systemdisken.  Slett noen font-filer der, og prøv å oppdater på nytt!  Kjør cmd som administrator  mountvol y: /s  y:  cd EFI\Microsoft\Boot\Fonts  del *.*  Y

EVENTS 2024

Jan 8-11 januar, NDC Security (Norwegian Developers Conference), 2024, Oslo https://ndc-security.com/ Feb 5-9 februar, Cisco Live, Amsterdam https://www.ciscolive.com/emea.html 14-15 februar, HackCon, Oslo https://www.hackcon.org/hackcon19 Mars 5 mars, SANS ICS UK Summit 2024, London https://www.sans.org/cyber-security-training-events/ics-uk-summit-2024/ 4-5 mars, Gartner Identity & Access Management Summit https://www.gartner.com/en/conferences/emea/identity-access-management-uk 6-7 mars, Cloud Expo Europe 2024, London https://www.cloudexpoeurope.com/ 13 mars, EUCTech Meetup https://euctech.no/euctech-meetup-13-mars-2024/ 13-14 mars, NSM Sikkerhetskonferansen 2024, Oslo https://nsm.no/kurs-og-konferanser/sikkerhetskonferansen/sikkerhetskonferansen-2024/ 19-22 mars, KubeCon + CloudNativeCon 2024, Paris https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/ April 10 april, CIO Forum Security, Oslo https://event.cw.no/CS24/ 15 april,

EVENTS 2023

Jan Feb 6-10 februar - Cisco Live, Amsterdam https://www.ciscolive.com/emea.html 14-16 februar - Igel Disrupt 23 https://www.disrupteuc.com/munich/ 13-16 februar - HackCon - Oslo https://www.hackcon.org/hackcon18 Mars 7 mars - mnemonic - Incident Response – is your organisation prepared? Incident Response – is your organisation prepared? (mnemonic.io) 6-7 mars - Gartner Identity & Access Management Summit https://www.gartner.com/en/conferences/emea/identity-access-management-uk 22-23 mars - NSM Sikkerhetskonferansen 2023 Om årets konferanse - Nasjonal sikkerhetsmyndighet (nsm.no) April 3-5 april - Igel Disrupt 23 https://www.disrupteuc.com/nashville/ 17-21 april - Hack In The Box Security Conference, Amsterdam https://conference.hitb.org/hitbsecconf2023ams/ 18-21 April - KubeCon + CloudNativeCon, Amsterdam KubeCon + CloudNativeCon Europe 2023: Schedule 19-20 April - Cybersec Europe 2023, Brussel https://www.cyberseceurope.com/ 24-27 april - RSAConference, San Francisco https://www.

Fjern melding om at MS Edge har kræsja

Bilde
  UPDATE Dette kan nå fikses ved å dytte inn dette i Registry: [HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge] "HideRestoreDialogEnabled"=dword:00000001 ... Hvis du feks i et Citrix-miljø logger av brukere uten at Microsoft Edge lukkes normalt, får man opp en slik dialogboks neste gang man starter Edge. Du kan simulere dette ved å kjøre  CMD TASKKILL /IM msedge.exe og så starte Edge En måte å fikse dette på er å lage et Powershell-script som kjører, feks ved avlogging, eller pålogging, som leter etter "exit_type":"Crashed" eller "exit_type":"SessionEnd" og bytter det ut med "exit_type":"Normal". Da tror Edge at alt er i skjøneste orden neste gang du starter den. # Hide Edge Crashed-bubble $file = "$($env:localAppData)\Microsoft\Edge\User Data\Default\Preferences" if ($args.count -ge 1) { $text1="Hjelp `r`n" $text2="Setter Edge exit_type til Normal i filen:`n" $text3=$file + "`n

Self Sign Cert

 Self Sign Certificate on your private network like a NAS to encrypt administration logon ===================== Error message:  NET::ERR_CERT_AUTHORITY_INVALID #1 Download and install OpenSSL on your root drive, like c:\OpenSSL #2 Create New Self Sign Certificate, using configuration file 'openssl.cnf' below and command line like openssl req -x509 -new -nodes -days 3650 -keyout nas2.key -out nas2.pem -config openssl.cnf Of course, update these lines: [ req_dn ] countryName            = MyCountry stateOrProvinceName    = MyDistrict organizationName       = MyFirm commonName             = MyDings [alt_names] DNS.1 = MyDings1 DNS.2 = MyDings2 DNS.3 =  MyDings3 etc #3 After Creating cert and key, import them to your certmgr #4 Then import them to you NAS #5 Still not working in browser. open an inPrivate/Inconito Window and go to your URL. Now it should work. Go back to your normal browser Window and try again! Sample 'openssl.cnf' ##########################################

Guitar-stuff: Modify Laney LC-30 ii, FX-loops from parallel to serial

Bilde
The mod is quite simple, but a little fiddly as there is a SM resistor to move. You need to rotate R42, then join the open end of the resistor to the return socket via a wire. The FX level pot will now act as an overall vol pot. Before: After:

Guitar-stuff: Modify Amp Remote

Bilde
How to modify or create a DIY-dual switch with LED and 9 V input, to select Drive ON/OFF and Reverb ON/OFF, making the LED be On when the effect (Drive/Reverb) is On, and not the other way around? This is something I modified for the remote for my Laney LC-30 ii Guitar Tube Amplifier, but can also apply to other amplifiers that have the same behaviour when using a remote control with two switches and two LEDs, where one of the buttons is working inverted. Normaly the Reverb is On when the switch is off, and the Drive is On when the switch is On. When the switch gets it's power from the amp, LED will lit when the switch is Off, making the Drive LED be inverse (ON=Off).  So, a small change in the circuit, will make it more logical, Light ON = Effect ON!