Linux → Wine 4.0 release with Vulkan support, Initial Direct 3D 12 and improved HiDPI
Wine 4.0 is now officially available as a new annual stable release of Wine for running Windows programs and games on Linux and other operating systems.
After seven weekly releases, Wine 4.0 was ready for release today, according to Wine …
Linux → Using getopts in bash scripts to pass parameters
When developing a site to automate the deployment process, I wrote several bash scripts.
To customize the behavior of scripts, I use the transfer of arguments, which are handled in the bash script by the getopts library.
Getopts
Scripts typically …
Linux → Bash script for creating and downloading a dump of a database and media files from a remote server
During the development of the site on Django had to start to understand the Bash scripts to automate routine tasks. For example, creating and downloading a database dump from a site, as well as reserving media files.
We assume that …
Linux → Counting the number of commits for authors in Git
Just for fun.
What can programmers measure? Of course, with their commits, at least their number in the Git repository.
To do this, you can use the git shortlog command, which summarizes the output of git log, providing a more …
Linux → Initial configuration of access to VDS at Ubuntu 16.04
Because a develop the resource EVILEG, I decided to move it to the domain COM, and transfer the website from CMS Wordpress to the framework Django. With Ruby On Rails somehow it did not work out, but with the Django …
Linux → Top 10 Developers and Companies contributing to the Linux kernel in 2015-2016
Сообщество ядра Linux закрыло год установлением нового рекорда по числу изменений влитых в один релиз, по сравнению с предыдущим отчётом разработки Linux Kernel .
В версии ядра 4.6 можно увидеть около 13,517 патчей влитых за 63 дня, что равно рекорду, …
Qt → Qt Linux - Lesson 001. Autorun Qt application under Linux
Linux, Qt, автозапуск, autorun, Ubuntu
Let's talk about how you can add functionality in Qt application to configure startup of the application. For example, we have a settings window, and we want to make the ability to customize the dialog box Autorun application.
In contrast …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…