ETİKET
#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…
How to Install AnyDesk on Ubuntu 20.04/18.04 Linux
This guide will walk Ubuntu users through the steps to install AnyDesk on Ubuntu 20.04/18.04 Linux Desktop system. AnyDesk is a remote server management tool…
How to install VMware Workstation on Ubuntu 20.04.02 Focal Fossa
Prerequisites For proper installation and operation of VMware Player, your system should meet the following requirements: 1.3GHz or faster 64-bit CPU , launched in 2011 or later.…
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:
Adjust screen brightness issue (Lenovo Laptop, NVIDIA, XFCE) – Manjaro/Arch Linux
i915.enable_dpcd_backlight=0 Boot parameter. In the file /etc/default/grub add that previous code into the quotation marks after GRUB_CMDLINE_LINUX_DEFAULT=“” Verify to grub file: Update to grub:
Lenovo ThinkPad T580/P52s System Firmware Update (Ubuntu)
You can run it manually using fwupdmgr update
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…
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 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 }’…
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…
HOWTO : Test Internet Speed via Linux
curl # curl -o /dev/null http://speedtest.tele2.net/100MB.zip wget # wget -O /dev/null http://speedtest.tele2.net/100MB.zip
HOWTO: Delete all hidden .swp files from terminal
E325: ATTENTION Found a swap file by the name “.swp” owned by: subhrcho dated: Wed Dec 26 05:54:45 2012 file name: ~subhrcho/ modified: YES user…
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…
invalid or corrupted database (PGP signature)
sudo pacman-key –init sudo pacman-key –populate archlinux sudo pacman -Syy sudo pacman -Syu