This is just a warning what you shouldn’t do. Kali installer will offer to make partitions automatically. (if you chose to use all empty available space which is obvious choice if you have Windows 10 already installed, and you leave some empty space for linux). And in this case you
Read More
Razer Blade 14 2017 nvidia GTX1060 – how to install nvidia driver on Kali 2025. After some digging this worked for me
This is more reminder for me then step by step tutorial. Some basic knowledge is required. Or some advanced knowledge 🙂 depends. And focus is on mistakes I did, in order to not make them again. Setup Old server: CentOS managed by Plesk + Cloudflare DNS. 6 websites with some
Read More
To generate new key pairs Empty files if needed Add public key to Authorized_keys Set permissions Copy private key to ssh client
To generate a new key pairs Install public key on the server or just copy it to ~/.ssh/authorized_keys Use Privete key with ssh client, mobaXterm, PuTTy…etc
Download files larger then one gigabyte with any browser can be very frustrating as browsers can’t download files much larger then one gigabyte. SSH to your server and execute this command: Insert .xml file in the following command to make backup file that you can download via FTP, SFTP…
Load Kontakt plagin on every channel to use different instruments will burn any computer eventually. This is how to use multiple instruments from just single load of Kontakt plugin. Load 16 channels stereo Konakt plugin on just one channel Go to Mixer and and press + sign to open AUX
Read More
Remove NTFS paragon driver manually from Mac
To install openVPN server on linux box (debian, ubuntu, raspberry pi), and to make all certificates follow this tutorial: openVPN server install After you generate all certificates and put them in right place use this script to make config file for client: ovpnConfig To make certificates for more clients and
Read More
Nod –> VM or phisical Machine Pod –> smallest component (one container per pod usually, but can be more) each pod gets an IP (internal, dynamic – K8s virt.net) Service –> Fix IP for Pod (internal or external) act as loadbalancer also, use less busy nod Ingress –> Entry point
Read More
docker pull <image_name> pulls image from repo docker run image_name:9.6 download and run with spec.version, run creates container from image. start just start it docker ps list all runninig containers docker images list all mages docker run -d <image_name> run in detached mode (background) docker stop <container-ID> stops container docker
Read More
Disable system integrity protection Hold down Command-R on boot. Wait for OS X to boot into the OS X Utilities window. Choose Utilities > Terminal Install latest available profire driver ProFire_Series_2.4.4 Download driver + modified kext + kext utility here Delete M-AudioFireWireDICE.kext from /library/extensions /system/library/extensions Set permissions for modified kext
Read More
Update: this is still working on December 2023 with IOS16 Update: ….still working! April 2026with IOS26 /etc/openvpn/vars content Initialize PKI Build the CA without a password Generate the server key Sign the server certificate Build a Diffie-Hellman key exchange Generate a HMAC signature Copy all the certificate and key to
Read More
Mikrotik OS6.47 Generate a Self-Signed CA certificate Generate a certificate for the vpn server (mikrotik router), sign it and trust it. Generate a certificate for the vpn client (ipad or phone) and sign it. Export CA certificate Export client certificate to pcks12 file type (required for ios) Exported client key
Read More
-sP 10.1.1.0/24 find live hosts on subnet (PING) -sT -p 80,445,8080 10.10.10.0/24 find open tcp ports -sU -p 500,4500 192.168.10.10 udp port scan -sS -p 80,445,22 192.169.0.0/24 stealthy port scan (SYN) -O 192.168.4.5 OS detection -A 10.10.10.10 OS detect, ver.detect, traceroute -sS -D 10.5.5.5 10.10.5.9 Decoy –script vuln 192,170.34.90 vulnerability
Read More
On Mikrotik terminal: Fill all data. Country, state, city, mail, domain, organisation…etc. It will create 2 files: certificate-request.pem private-key.pem On linux box: Then back on Mikrotik:
Unable to negotiate with 192.168.100.18 port 22: no matching host key type found. Their offer: ssh-dss This fix all SSH login negotiation errors by adding all outdated alogorithams. (there are reasons why this protocols are removed. Use it with caution and DO NOT USE IN PRODUCTION)
Scenario with very old laptop Compaq Armada m700 What is the point of using 2008 distro in 2020? No point, just nothing else works with this particular laptop. Compaq Armada m700, (20 years old laptop), 448MB ram, 160gb hdd, builtin USB 1.1, PCMCIA card USB 2.0, PCMCIA wireless card Netgear
Read More
If you have more then one drive in your computer with more then one OS you can finish with this: At this point you can try to locate kali partition and set root and prefix and try to boot… Even if you find the right .mod to boot, it doesn’t
Read More
Always update your PI before doing anything else Install transmission Change default directories where torrents will be stored (default one is hard to find) Change directories, username, password and IP whitelist in transmission settings file Restart transmission to apply the changes Stop transmission deamon and change user and permissions Change
Read More