This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
global $FORMAT; | |
global $DISTRO_FLAG; | |
$FORMAT = 'bz2'; | |
$DISTRO_FLAG = '!'; | |
$clipFormat = 'mkv'; | |
$designPattern = ''; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
export PATH="$PATH:$HOME/.apps" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 ".." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
PC="." | |
alias brexit="clear && exit;" | |
ZSH_THEME="typewritten/typewritten" |
NewerOlder