Skip to content

Instantly share code, notes, and snippets.

View rakibulinux's full-sized avatar
🤗
Work From Home

MD RAKIBUL ISLAM RAKIB rakibulinux

🤗
Work From Home
View GitHub Profile
@rakibulinux
rakibulinux / IncreaseLogicalVolume.md
Created February 23, 2021 00:59
How to Increase the Size of the Logical Volume on Linux Server

Step 1: Access your Server via SSH

Step 2: Check your current Disk Space

# df -h
Filesystem             Size  Used Avail Use% Mounted on
/dev/md2                28G  565M   27G   3% /
devtmpfs                16G     0   16G   0% /dev
tmpfs 16G 0 16G 0% /dev/shm
@rakibulinux
rakibulinux / Hackrf.sh
Created May 27, 2021 09:14 — forked from AnythingLinux/Hackrf.sh
HackRF One From Great Scott Gadgets Ubuntu Install
# NB: This Gist was made to understand how GSM network work. Not for bad hacking !
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt update
sudo apt install wireshark
@rakibulinux
rakibulinux / LADSPAKdenlive.sh
Created August 16, 2024 09:21
LADSPA Noise Suppressor for Voice on Debian, for Kdenlive
!/bin/bash
#LADSPA Noise Suppressor for Voice on Debian, for Kdenlive
#Clone from github
git clone https://github.com/werman/noise-suppression-for-voice.git
cd noise-suppression-for-voice/
sudo apt install cmake ninja-build pkg-config libfreetype-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev
#Build LADSPA Noise Suppressor for Voice