ceturtdiena, 2022. gada 27. janvāris

video game development 2



https://drive.google.com/file/d/1atiTldKCQRdk8jI45I41zU4eSowXFqLl/view

https://drive.google.com/file/d/1Vm7XiyTjvKRax3DEoLdCLfxyvpaw3tfx/view


nautilus grouping panel to dash

gsettings set org.gnome.shell.extensions.dash-to-dock isolate-locations false



Ubuntu Tips: How To Launch Applications Automatically During Startup

  • Step 1: Go to “Startup Application Preferences” in Ubuntu. Go to System -> Preferences -> Startup Application, which will display the following window. ...
  • Step 2: Add the startup program.

extract frames from video and create video from frames using ffmpeg (whole tutorial later)

 ffmpeg -i kickflip.mp4 '%04d.png'


for 60 fps video

ffmpeg -framerate 60 -pattern_type glob -i '*.png'   -c:v libx264 -pix_fmt yuv420p result4.mp4


pirmdiena, 2022. gada 3. janvāris

How to mount external hard drive EXT4 to ubuntu linux?

open nautilus check if drive appears - if it appears it has number like 68fdbd51-a4d0-4e10-b665-156f40dc2a86

check mounted devices - lsblk 

check fstab cat /etc/fstab

(replace username with Your system username)

sudo chown -R $USER:$USER /media/username/68fdbd51-a4d0-4e10-b665-156f40dc2a86

sudo chmod -R 777 /media/username/68fdbd51-a4d0-4e10-b665-156f40dc2a86