Tieto návody slúžia hlavne pre mňa ale ak si sa dostal na tuto stránku a niečo ťa zaujalo tak vitaj

Java Multiple Version


update-alternatives --config java …
Read more ⟶

Sikulix


SikuliX Setup Guide Dependencies General Requirements Python: Version 3.8+ Java: Version 8+ Installation on Debian-based Systems sudo apt-get install python3 sudo apt-get install openjdk-11-jdk sudo apt install tesseract-ocr Download sikulix here For download jython-standalone-2.7.4.jar add jython-standalone-2.7.4.jar to the folder where sikulix.jar is , after running sikulix jython-standalone-2.7.4.jar will be automatically moved to ~/.Sikulix (for linux) Start the app Run the following command to start SikuliX: java -jar sikulixide-2.X.X.jar Possible issues Wayland Compatibilty incomplatibilty with wayland…
Read more ⟶

How to Connect Into Merlin


How to connect into merlin ssh xlogin@merlin.fit.vutbr.cz how to exit from merlin exit …
Read more ⟶

Ako vymazať PPA repo


How to remove or Delete ppa in Ubuntu/Debian Linux cd /etc/apt/sources.list.d …
Read more ⟶

Ako vymazať wine app ikonu z unity dash


How to remove uninstalled wine app icons from unity dash cd ~/.local/share/applications …
Read more ⟶

Ako nastaviť android studio a godot pre export aplikacií pre android


1. install android studio how to install android studio on linux 2. extract to home directory 3. go to android studio folder in terminal cd bin sudo ./studio.sh 4. how to add android studio into app menu Android Studio -> Tools -> Create Desktop Entry 5. install open jdk sudo apt-get install openjdk-11-jdk 6. set JAVA_HOME find /usr/lib/jvm/java-1.x.x-openjdk vim /etc/profile Prepend sudo if logged in as not-privileged user, ie. sudo vim Press ‘i’ to get in insert mode add: export JAVA_HOME="path that you found" export PATH=$JAVA_HOME/bin:$PATH logout and login again, reboot, or use source /etc/profile to apply changes immediately in your current shell godot engine android export documentation…
Read more ⟶

Ako nastaviť git


git config --global user.name "Mona Lisa" git config --global user.email "your_email@example.com" ssh-keygen -t ed25519 -C "your_email@example.com" cd .ssh/ cat id_ed25519.pub copy id_ed25519.pub Github page settings -> SSH and GPG keys -> new SSH key -> paste id_ed25519.pub …
Read more ⟶