Git: go back to a specific commit and discard all commits after it permanently

To permanently go back to a specific commit and discard all commits after it, you can use the following Git commands: 1) Reset to the specific commit: Replace <commit-hash> with the hash of the specific commit you want to reset to. This will move your branch pointer back to that commit and discard any changes … Read more

Оригинална испанска паеля от регион Валенсия

Продукти: Приготвяне: В тава за паеля се слага олио докато загрее и се добавя сол.Добавя се пилешкото месо така че да се запече.Обръща се за да се опече от всяка страна. По желание – Добавят се скаридите и се печат за малко, като се обръщат от всички страни. Когато месото е готово се добавя зеления … Read more

Desktop Environment (Change)

https://support.system76.com/articles/desktop-environment/#different-desktop-environments Change Default Display Manager: sudo dpkg-reconfigure gdm3 Check which display manager is running: systemctl status display-manager.service or $ cat /etc/X11/default-display-manager Restart GDM: sudo systemctl restart gdm

Ubuntu + RDP on Oracle Cloud

The first one works the best. Open an SSH connection to the server and run these commands: sudo sucd ~apt updateapt upgradeapt -y install lxqt sddm xrdpsystemctl status xrdp The XRDP port needs to be open in Oracle Cloud and search for ‘Virtual Cloud Networks’. Then select the network and go to the ‘Security Lists’ … Read more