Arşiv

Arch Linux

How to Install PhpStorm for Arch Linux

On Arch Linux, snap can be installed from the Arch User Repository (AUR). The manual build process is the Arch-supported install method for AUR packages, and you’ll need the prerequisites installed…

Linux

Pair AirPods with Linux Ubuntu

This blog post was really helpful to get familiar with a complementary Bluetooth stack. Here’s the solution which I have changed and added to it…

Linux

How to Install Google Chrome on Ubuntu

google-chrome-stable is available on a 3rd Party Repository: Google Chrome (for Stable). Follow the instruction for installation: Add Key: Set repository: Install package:

Linux

SSH Penetration Testing

Prevention against Brute force attack A threshold account lockout policy in windows which locked an account after certain numbers of attempt that can be possible…

Linux

Search for files in Bash Script

Bash script: Find specific folder in linux wget https://raw.githubusercontent.com/korkutozcan/Unix/master/find_large_files.sh Source Code

Linux

Linux Find Large Files

RedHat / CentOS / Fedora Linux find {/path/to/directory/} -type f -size +{size-in-kb}k -exec ls -lh {} \; | awk ‘{ print $9 “: ” $5 }’…

Linux

Arch linux is patched : KRaCK

Verify like this: If you don’t sync your package databases you will likely pull an old version. $ sudo pacman -Q wpa_supplicant wpa_supplicant 1:2.6-8 This should…

Checkpoint

Check Point Firewall – Connection Table Analysis

# fw tab -t connections -u > /var/log/connstat_Connections_Table.txt C:\Users\Windows7\Desktop>connStat.exe -help Usage: connStat -f [-a|-c|-s|-r|-l|-p|-d|-n ] -a Show all flags -c Connection state info -s Top…

Checkpoint

HOWTO: Check Point upgrade R77.x to R80.10

Pre-R80 Management Server Migration Tool – sk108623 – Download Target Version and Products: [Expert@PoC-mgmt:0]# ./pre_upgrade_verifier –help This is Check Point Pre-Upgrade Verifier for version R80.…

Arch Linux

Arch Linux – Creating BIOS and UEFI Bootable USB

Bootable USB disk oluştururken bazı programlar efi bölümü oluşturmuyor. En sağlıklı yöntem dd komutu ile oluşturmaktır. Aşağıdaki yönergeleri uygulayabilirsiniz. Bootable usb oluşturmadan önce mutlaka usb…

Checkpoint

Migrate export script backup database on Check Point GAIA

mgmt@expert#: find / -name wget mgmt@expert#: chmod +x upgrade_export.sh Example; mgmt@expert#:/sysimg/CPwrapper/linux/MiniWrapperForMajor/linux/Actions/wget https://raw.githubusercontent.com/korkutozcan/Checkpoint/master/upgrade_export.sh Hazırlamış olduğum script kodunu GitHub ‘da bulabilirsiniz.

Checkpoint

HOWTO: Debug Policy Verification

Solution Follow these steps: Connect to command line on Security Management Server / Multi-Domain Security Management Server. Log in to Expert mode. On Multi-Domain Security…