Skip to content

Instantly share code, notes, and snippets.

View pbrilius's full-sized avatar
🏠
Working from home

Povilas Brilius pbrilius

🏠
Working from home
View GitHub Profile
@pbrilius
pbrilius / da-fit!.php
Last active March 22, 2025 17:31
Blaivininkas
<?php
global $FORMAT;
global $DISTRO_FLAG;
$FORMAT = 'bz2';
$DISTRO_FLAG = '!';
$clipFormat = 'mkv';
$designPattern = '';
#!/usr/bin/env sh
sudo snap remove notepad-plus-plus
sudo nala install -y kate kdevelop kwrite
sudo apt install usb-creator-kde
# u-launcher!
sudo add-apt-repository universe -y
&& sudo add-apt-repository ppa:agornostal/ulauncher -y
@pbrilius
pbrilius / hacker.sh
Last active March 4, 2025 18:20
Hakeris
#!/usr/bin/env sh
sudo apt install -y mpv
sudo aptitude install openssh-client clamtk uuid nmap mysql-client-core-8.0
sudo aptitude remove -y gedit
sudo aptitude install nmap
@pbrilius
pbrilius / college.sh
Last active March 4, 2025 18:20
College!
#!/usr/bin/env sh
cd;
mkdir -v $HOME/.streetz; cd ~/.streetz
touch e-star.txt
echo "https://youtu.be/Z31z1Euz9b4?si=2EZyUdkOQRSR3bxv tArsiIlyEp2q" > ./e-star.txt
cd
mkdir -v ~/.botz
cd $HOME/.botz
@pbrilius
pbrilius / lubuntu.sh
Last active March 2, 2025 16:03
SOS!
#!/usr/bin/env sh
sudo nala install kdevelop;
sudo snap install notepad-plus-plus
sudo nala install -y clamav-*
sudo aptitude install clamtk nmap
sudo nala install -y tmux screen
sudo nala install -y zutils rar 7zip
@pbrilius
pbrilius / app-images.inc.env.sh
Created January 11, 2025 13:34
K2 burnelė alkoholio Užuovėjoje
#!/usr/bin/env sh
export PATH="$PATH:$HOME/.apps"
@pbrilius
pbrilius / ide.sh
Last active January 11, 2025 14:23
Velnio tuzinas - le Luftwaffe!
#!/usr/bin/env sh
mkdir -vp $HOME/.local/bin
# PTTY exec MS-DOS tinklo MBR e-machines rupa/z
touch $HOME/.local/bin/z.sh
# ZSH_CUSTOM lokacija AD ad-hoc
mkdir -pv $HOME/.local/env.d/scrib.d/x-path.d
touch $HOME/.local/env.d/proxy.env.sh
cd; ln -sv /etc/environment.d/proxy.env.sh .proxy.env.inc.sh
@pbrilius
pbrilius / mysql-build.sh
Last active January 4, 2025 20:14
Oracle boot camp
#!/usr/bin/env sh
sudo apt-get build-dep default-mysql-server
sudo snap install --classic cmake
sudo apt install -y "libncurses*" libncurses-dev
mkdir -v build
cd build
cmake -DCMAKE_PREFIX_PATH=/opt/lamp/mysql -DCMAKE_BUILD_TYPE=Release ".."
@pbrilius
pbrilius / php-build.sh
Last active January 4, 2025 20:38
LAMP konstitucinis sostinė prospektas
#!/usr/bin/env sh
sudo apt install -y sqlite3 libsqlite3-dev ~
sudo apt-get build-dep php-cli
sudo apt build-dep libapache2-mod-php
./configure --with-pear --with-apxs2=$(which apxs) --disable-phpdbg --disable-cgi --prefix=/opt/lamp/php --without-sqlite3
--with-mysqli --with-pdo-mysql --with-openssl
@pbrilius
pbrilius / proxy.env.sh
Last active January 11, 2025 11:43
Ubuntu OS
#!/usr/bin/env sh
PC="."
alias brexit="clear && exit;"
ZSH_THEME="typewritten/typewritten"