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

Sikulix


Dependencies sudo apt-get install openjdk-11-jdk ```bash sudo apt-get sudo apt install tesseract-ocr stranka na stiahnutie sikulix Spustenie java -jar sikulixide-2.0.5-lux.jar Problemy nepodpora wayland Riesenie prepnutie na xorg Open /etc/gdm3/custom.conf and uncomment below line, WaylandEnable=false save the changes and reboot your system. echo $XDG_SESSION_TYPE and it should display x11.…
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 ⟶