Skip to main content

Transferring Files Between Linux and iPhone using ifuse

Comments

Popular posts from this blog

How to install wordpress on xampp (LINUX)?

how to install spotify adblocker in linux?

spotify-adblock-install Before installation of package, INSTALL BUILDING PACKAGES sudo apt-get install build-essential fakeroot devscripts INSTALL RUST WITH THIS COMMANDS curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh OR GO-TO Download RUST IF YOU DON'T HAVE || INSTALL SPOTIFY CLIENT WITH THIS COMMANDS You will first need to configure our debian repository: curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list Then you can install the Spotify client: sudo apt-get update && sudo apt-get install spotify-client OR GO-TO Download Spotify spotify-adblock More details on this repo spotify-adblock git clone https://github.com/abba23/spotify-adblock.git cd spotify-adblock make INSTALL sudo make install LOOKS LIKE You can integrate it wit...