You can get a free virtual ticket for a price of 0.
Datatime and Location: NOVEMBER 8—9 LIVE & VIRTUAL YERBA BUENA CENTER FOR THE ARTS, SAN FRANCISCO.

tutorials, tips, tricks, commands, programming, linux, windows, database, sql, python, programming language, Fedora, drawing, painting, tutorial, tutorials



# dnf group install sway-desktop-environment
# dnf install sway-config-fedora

$ git clone https://github.com/danakj/openbox.git
$ cd openbox$ ./bootstrap
$ ./configure
$ make $ cd openbox
$ ls -lFGCFailed to open the display from the DISPLAY environment variable.Openbox-Message: A window manager is already running on screen 0.$ ./xinit


$ wget -c https://github.com/GitSquared/edex-ui/releases/download/v2.2.8/eDEX-UI-Linux-x86_64.AppImage$ chmod +x eDEX-UI-Linux-x86_64.AppImage$ ./eDEX-UI-Linux-x86_64.AppImage --appimage-extract$ cd squashfs-root$ ./AppRunVBoxManage modifyhd "C:\Fedora\Fedora.vdi" --resize 819200%...VBOX_E_NOT_SUPPORTED
VBoxManage.exe: error: Failed to resize medium
VBoxManage.exe: error: Resizing to new size 190756945920 is not yet supported for medium 'C:\Fedora\Fedora.vdi'
VBoxManage.exe: error: Details: code VBOX_E_NOT_SUPPORTED (0x80bb0009), component MediumWrap, interface IMedium
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleModifyMedium(struct HandlerArg *)" at line 937 of
file VBoxManageDisk.cppVBoxManage showhdinfo "C:\Fedora\Fedora.vdi"VBoxManage clonehd "C:\Fedora\Fedora.vdi" "C:\Fedora\Fedoracloned.vdi"
...
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone medium created in format 'VDI'. UUID: ...VBoxManage modifyhd "C:\Users\catafest\VirtualBox VMs\Fedora\Fedoracloned.vdi" --resize 30000
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%# dnf-3 install @deepin-desktop$ dotnet new --install Terminal.Gui.templates
$ dotnet new tui -n test001
$ cd test001
$ dotnet run
# dnf copr enable @dotnet-sig/dotnet# dnf5 install copr# dnf5 install copr$ sudo dnf copr enable @dotnet-sig/dotnet fedora-38-x86_64Enabling a Copr repository. Please note that this repository is not part
of the main distribution, and quality may vary ...# dnf5 install dotnet$ dotnet new console -o mythcat_console
$ cd mythcat_console
$ dotnet run
Hello, World!


sudo dnf install dnf5 dnf5-plugins



sudo dnf install ntfs-3g
sudo dnf install ntfsfix
sudo mkdir /mnt/mydrive
sudo mount -t ntfs-3g /dev/sdb1 /mnt/mydrive
dmesg| grep usb
sudo mount /dev/sdb /mnt/mydrive
df -hsudo umount /dev/sdb1
sudo ntfsfix /dev/sdb1
sudo mount -t ntfs-3g /dev/sdb1 /mnt/mydrive
[mythcat@fedora ~]$ sudo mount -t ntfs-3g /dev/sdb1 ~/USB
[sudo] password for mythcat:
...
[mythcat@fedora ~]$ sudo umount /dev/sdb1
[root@fedora mythcat]# dnf install vifm

[root@fedora mythcat]# dnf install libreoffice.x86_64
Last metadata expiration check: 1:13:09 ago on Thu 02 Feb 2023 05:03:42 PM EET.
Dependencies resolved.
================================================================================
Package Arch Version Repo Size
================================================================================
Installing:
libreoffice x86_64 1:7.5.0.2-2.fc38 rawhide 15 k
Installing dependencies:
apache-commons-collections noarch 3.2.2-29.fc38 rawhide 531 k
apache-commons-lang3 noarch 3.12.0-7.fc38 rawhide 559 k
firebird x86_64 4.0.2.2816-4.fc38 rawhide 5.1 M
firebird-utils x86_64 4.0.2.2816-4.fc38 rawhide 2.1 M
flute noarch 1.3.0-31.OOo31.fc38 rawhide 64 k
javapackages-tools noarch 6.1.0-7.fc38 rawhide 37 k
libbase noarch 1.1.3-36.fc38 rawhide 130 k
libfbclient2 x86_64 4.0.2.2816-4.fc38 rawhide 860 k
libfonts noarch 1.1.3-40.fc38 rawhide 177 k
libformula noarch 1.1.3-37.fc38 rawhide 340 k
libib-util x86_64 4.0.2.2816-4.fc38 rawhide 12 k
liblayout noarch 0.2.10-30.fc38 rawhide 654 k
libloader noarch 1.1.3-38.fc38 rawhide 130 k
libreoffice-base x86_64 1:7.5.0.2-2.fc38 rawhide 2.3 M
libreoffice-draw x86_64 1:7.5.0.2-2.fc38 rawhide 23 k
libreoffice-math x86_64 1:7.5.0.2-2.fc38 rawhide 20 k
librepository noarch 1.1.3-37.fc38 rawhide 68 k
libserializer noarch 1.1.2-36.fc38 rawhide 36 k
ongres-scram noarch 2.1-8.fc38 rawhide 65 k
ongres-scram-client noarch 2.1-8.fc38 rawhide 24 k
ongres-stringprep noarch 1.1-6.fc38 rawhide 74 k
pentaho-libxml noarch 1.1.3-36.fc38 rawhide 101 k
pentaho-reporting-flow-engine noarch 1:0.9.4-29.fc38 rawhide 285 k
postgresql-jdbc noarch 42.5.1-2.fc38 rawhide 836 k
sac noarch 1.3-41.fc38 rawhide 19 k
velocity noarch 1.7-40.fc38 rawhide 386 k
Transaction Summary
================================================================================
Install 27 Packages
Total download size: 15 M
Installed size: 46 M
Is this ok [y/N]: y
...
# dnf install lite-xl.x86_64
...
Installed:
lite-xl-2.1.1-2.fc38.x86_64
Complete!
[root@fedora mythcat]# ausearch -c 'journal-offline' --raw | audit2allow -M my-journaloffline
******************** IMPORTANT ***********************
To make this policy package active, execute:
semodule -i my-journaloffline.pp
[root@fedora mythcat]# semodule -X 300 -i my-journaloffline.pp
libsemanage.semanage_get_lock: Could not get direct transaction lock at /var/lib/selinux/targeted/semanage.trans.LOCK. (Resource temporarily unavailable).[root@fedora mythcat]# cat /etc/selinux/config
SELINUX=enforcing
# SELINUXTYPE= can take one of these three values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
[root@fedora mythcat]# ps aux | grep semodule
root 3974 4.2 5.2 211904 209952 pts/0 T 13:29 0:17 semodule -X 300 -i my-journaloffline.pp
root 4032 0.0 0.0 222424 2288 pts/0 S+ 13:36 0:00 grep --color=auto semodule
[root@fedora mythcat]# kill -9 3974
[root@fedora mythcat]# semodule -X 300 -i my-journaloffline.pp
[1]+ Killed semodule -X 300 -i my-journaloffline.pp
[root@fedora mythcat]# semodule -X 300 -i my-journaloffline.pp
$sudo dnf groupinstall "Development Tools" "Development Libraries"
$ sudo dnf install vala
$valac --pkg gtk+-3.0 test.vala
$ ./test
(test:6198): GLib-GObject-CRITICAL **: 14:34:11.454: g_value_set_boxed: assertion 'G_VALUE_HOLDS_BOXED (value)' failed
valac test.vala --pkg gtk+-3.0 --pkg webkit2gtk-4.0
dnf install radiotray-ng
[root@fedora mythcat]# dnf install conda
[mythcat@fedora ~]$ conda config --set auto_activate_base false
[mythcat@fedora ~]$ source ~/.bashrc
[mythcat@fedora ~]$ conda activate
(base) [mythcat@fedora ~]$ conda deactivate
[mythcat@fedora ~]$
[mythcat@fedora ~]$ conda create -n test001 python=3.9
...
zlib pkgs/main/linux-64::zlib-1.2.12-h5eee18b_3
Proceed ([y]/n)? y
Downloading and Extracting Packages
libffi-3.3 | 50 KB | ##################################### | 100%
...
setuptools-63.4.1 | 1.1 MB | ##################################### | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate test001
#
# To deactivate an active environment, use
#
# $ conda deactivate
[mythcat@fedora ~]$ conda activate test001
(test001) [mythcat@fedora ~]$ conda list
(test001) [mythcat@fedora ~]$ conda env list
# conda environments:
#
test001 * /home/mythcat/.conda/envs/test001
base /usr
(test001) [mythcat@fedora ~]$ conda install scipy
Using the conda tool.
(test001) [mythcat@fedora ~]$ conda update
CondaValueError: no package names supplied
# Example: conda update -n myenv scipy
(test001) [mythcat@fedora ~]$ conda deactivate
[mythcat@fedora ~]$ conda activate test001
(test001) [mythcat@fedora ~]$
(test001) [mythcat@fedora ~]$ conda env export > test001.yml
(test001) [mythcat@fedora ~]$ ls test001.yml
test001.yml
(test001) [mythcat@fedora ~]$ conda deactivate
[mythcat@fedora ~]$ ls
Desktop Downloads Music Public test001.yml
Documents kernel-tests Pictures Templates Videos
[mythcat@fedora ~]$ conda env create -f test001.yml
CondaValueError: prefix already exists: /home/mythcat/.conda/envs/test001
[mythcat@fedora ~]$ conda create --name test001_new_clone --clone test001
Source: /home/mythcat/.conda/envs/test001
Destination: /home/mythcat/.conda/envs/test001_new_clone
Packages: 34
...
[mythcat@fedora ~]$ conda info --env
# conda environments:
#
test001 /home/mythcat/.conda/envs/test001
test001_new_clone /home/mythcat/.conda/envs/test001_new_clone
base * /usr
[root@fedora kernel-tests]# dnf install python3-fedora.noarch
...
Installed:
python3-fedora-1.1.1-7.fc37.noarch
python3-kitchen-1.2.6-14.fc37.noarch
python3-lockfile-1:0.12.2-8.fc37.noarch
python3-munch-2.5.0-10.fc37.noarch
python3-openidc-client-0.6.0-17.20220119git0e2ed81.fc37.noarch
Complete!
[mythcat@fedora kernel-tests]$ sudo dnf -y groupinstall "Development Tools"
[mythcat@fedora ~]$ git clone https://pagure.io/kernel-tests.git
Cloning into 'kernel-tests'...
[mythcat@fedora ~]$ cd kernel-tests/
[mythcat@fedora kernel-tests]$ cp config.example .config
[mythcat@fedora kernel-tests]$ vi .config
[mythcat@fedora kernel-tests]$ sudo semanage boolean -m --on selinuxuser_execheap
[mythcat@fedora kernel-tests]$ sudo ./runtests.sh
[sudo] password for mythcat:
Test suite called with default
./default/cachedrop PASS
./default/insert_leap_second PASS
./default/libhugetlbfs SKIP
./default/memfd PASS
./default/modsign PASS
./default/mq-memory-corruption PASS
./default/paxtest SKIP
./default/posix_timers PASS
./default/selinux-dac-controls PASS
./default/stack-randomness PASS
./default/sysfs-perms WARN
./default/timer-overhead PASS
Test suite complete WARN
Your log file is being submitted...
Upload successful!
The following information is not submitted with your log;
it is for informational purposes only.
Vulnerability status:
/sys/devices/system/cpu/vulnerabilities/itlb_multihit:KVM: Mitigation: VMX unsupported
/sys/devices/system/cpu/vulnerabilities/l1tf:Mitigation: PTE Inversion
/sys/devices/system/cpu/vulnerabilities/mds:Vulnerable: Clear CPU buffers attempted, no microcode; SMT disabled
/sys/devices/system/cpu/vulnerabilities/meltdown:Mitigation: PTI
/sys/devices/system/cpu/vulnerabilities/mmio_stale_data:Not affected
/sys/devices/system/cpu/vulnerabilities/retbleed:Not affected
/sys/devices/system/cpu/vulnerabilities/spec_store_bypass:Vulnerable
/sys/devices/system/cpu/vulnerabilities/spectre_v1:Mitigation: usercopy/swapgs barriers and __user pointer sanitization
/sys/devices/system/cpu/vulnerabilities/spectre_v2:Mitigation: Retpolines, STIBP: disabled, RSB filling, PBRSB-eIBRS: Not affected
/sys/devices/system/cpu/vulnerabilities/srbds:Not affected
/sys/devices/system/cpu/vulnerabilities/tsx_async_abort:Not affected
[mythcat@fedora kernel-tests]$ sudo ./runtests.sh -t performance
Test suite called with performance
Using config in CONFIG.fedora
Sun Aug 21 05:19:23 PM EEST 2022
Latency measurements
Sun Aug 21 05:21:46 PM EEST 2022
Calculating file system latency
Sun Aug 21 05:21:48 PM EEST 2022
Local networking
Sun Aug 21 05:25:29 PM EEST 2022
Bandwidth measurements
Sun Aug 21 05:34:57 PM EEST 2022
Calculating context switch overhead
Sun Aug 21 05:35:20 PM EEST 2022
./performance/lmbench3 PASS
Test suite complete PASS
Your log file is being submitted...
Upload successful!
The following information is not submitted with your log;
it is for informational purposes only.
Vulnerability status:
/sys/devices/system/cpu/vulnerabilities/itlb_multihit:KVM: Mitigation: VMX unsupported
/sys/devices/system/cpu/vulnerabilities/l1tf:Mitigation: PTE Inversion
/sys/devices/system/cpu/vulnerabilities/mds:Vulnerable: Clear CPU buffers attempted, no microcode; SMT disabled
/sys/devices/system/cpu/vulnerabilities/meltdown:Mitigation: PTI
/sys/devices/system/cpu/vulnerabilities/mmio_stale_data:Not affected
/sys/devices/system/cpu/vulnerabilities/retbleed:Not affected
/sys/devices/system/cpu/vulnerabilities/spec_store_bypass:Vulnerable
/sys/devices/system/cpu/vulnerabilities/spectre_v1:Mitigation: usercopy/swapgs barriers and __user pointer sanitization
/sys/devices/system/cpu/vulnerabilities/spectre_v2:Mitigation: Retpolines, STIBP: disabled, RSB filling, PBRSB-eIBRS: Not affected
/sys/devices/system/cpu/vulnerabilities/srbds:Not affected
/sys/devices/system/cpu/vulnerabilities/tsx_async_abort:Not affected
[root@fedora mythcat]# dnf install python3-qt5.x86_64
Last metadata expiration check: 2:20:40 ago on Wed 17 Aug 2022 09:42:57 PM EEST.
Dependencies resolved.
...
Installed:
openal-soft-1.22.2-2.fc37.x86_64
python-qt5-rpm-macros-5.15.6-7.fc37.noarch
python3-pyqt5-sip-12.11.0-2.fc37.x86_64
python3-qt5-5.15.6-7.fc37.x86_64
python3-qt5-base-5.15.6-7.fc37.x86_64
qt5-qtconnectivity-5.15.5-2.fc37.x86_64
qt5-qtlocation-5.15.5-3.fc37.x86_64
qt5-qtmultimedia-5.15.5-2.fc37.x86_64
qt5-qtsensors-5.15.5-2.fc37.x86_64
qt5-qtserialport-5.15.5-2.fc37.x86_64
qt5-qtsvg-5.15.5-2.fc37.x86_64
qt5-qttools-common-5.15.5-2.fc37.noarch
qt5-qttools-libs-designer-5.15.5-2.fc37.x86_64
qt5-qttools-libs-help-5.15.5-2.fc37.x86_64
qt5-qtwebchannel-5.15.5-2.fc37.x86_64
qt5-qtwebsockets-5.15.5-2.fc37.x86_64
qt5-qtxmlpatterns-5.15.5-2.fc37.x86_64
Complete!
[root@fedora mythcat]# dnf search qt6 | grep python
Last metadata expiration check: 1:02:01 ago on Sun 21 Aug 2022 04:43:24 PM EEST.
python3-pyqt6-sip.x86_64 : The sip module support for PyQt6
[root@fedora mythcat]# dnf install python3-pyqt6-sip.x86_64
Last metadata expiration check: 1:02:24 ago on Sun 21 Aug 2022 04:43:24 PM EEST.
Dependencies resolved.
...
Installed:
python3-pyqt6-sip-13.3.0-3.fc37.x86_64
Complete!
[mythcat@fedora ~]$ python
Python 3.11.0rc1 (main, Aug 9 2022, 00:00:00) [GCC 12.1.1 20220810 (Red Hat 12.1.1-4)] on linux
...
sudo dnf search FedoraPackage
sudo dnf install FedoraPackage
sudo dnf remove FedoraPackage
sudo dnf reinstall FedoraPackage -y
sudo dnf autoremove
sudo dnf provides /etc/httpd/conf/httpd.conf
sudo dnf info httpd
sudo dnf history
sudo dnf history info 13
sudo dnf history undo 13 -y
sudo dnf history redo 13 -y
dnf clean all
sudo time dnf makecache
sudo dnf list installed
sudo dnf grouplist
sudo dnf groupinstall "Web Server" -y
sudo dnf check-update
sudo dnf update -x FedoraPackage
sudo dnf install dnf-automatic -y
sudo dnf updateinfo list sec
sudo dnf repolist
sudo dnf repolist all
sudo dnf config-manager --set-enable updates-testing
sudo dnf config-manager --set-disable updates-testing
sudo dnf repository-packages FedoraPackage list
sudo dnf repository-packages fedora list available
sudo dnf repository-packages fedora list installed
sudo nano /etc/yum.repos.d/grafana.repo
[grafana]
name=grafana
baseurl=https://packages.grafana.com/oss/rpm
repo_gpgcheck=1
enabled=1
gpgcheck=1
gpgkey=https://packages.grafana.com/gpg.key
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
sudo dnf config-manager --add-repo /etc/yum.repos.d/grafana.repo
sudo dnf --enablerepo=grafana install grafana
sudo dnf --disablerepo=fedora-extras install grafana
sudo dnf config-manager --set-disabled grafana

[root@fedora mythcat]# dnf search rkhunter
Last metadata expiration check: 3:38:34 ago on Sat 06 Aug 2022 10:35:34 AM EEST.
======================== Name Exactly Matched: rkhunter ========================
rkhunter.noarch : A host-based tool to scan for rootkits, backdoors and local exploits
[root@fedora mythcat]# dnf install rkhunter.noarch
Last metadata expiration check: 3:39:00 ago on Sat 06 Aug 2022 10:35:34 AM EEST.
[root@fedora mythcat]# rkhunter --propupd
[ Rootkit Hunter version 1.4.6 ]
File created: searched for 179 files, found 139
[root@fedora mythcat]# rkhunter --check
[ Rootkit Hunter version 1.4.6 ]
Checking system commands...
Performing 'strings' command checks
...
[root@fedora mythcat]# vi /var/log/rkhunter/rkhunter.log
[root@fedora mythcat]# vi /etc/rkhunter.conf
[mythcat@fedora ~]$ pip3 install hy --user
Collecting hy
...
Successfully built hy
Installing collected packages: funcparserlib, colorama, hy
Successfully installed colorama-0.4.5 funcparserlib-1.0.0 hy-0.24.0
[mythcat@fedora ~]$ hy
Hy 0.24.0 using CPython(main) 3.10.5 on Linux
=> (setv a 1)
=> "hello world"
"hello world"
=> (setv mylist [1 2 3])
=> (get mylist 0)
1
=> (defn greet [name]
... "Hello "
... (print "Hello " name))
=> (greet "mythcat")
Hello mythcat

[root@fedora home]# dnf config-manager --add-repo https://download.opensuse.org/repositories/security:zeek/Fedora_36/security:zeek.repo
Adding repo from: https://download.opensuse.org/repositories/security:zeek/Fedora_36/security:zeek.repo
[root@fedora home]# dnf install zeek-lts
The Zeek Network Security Monitor. (Fedora_36) 18 kB/s | 77 kB 00:04
Last metadata expiration check: 0:00:02 ago on Sat 11 Jun 2022 12:33:29 AM EEST.
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
zeek-lts x86_64 4.0.7-1.1 security_zeek 7.9 k
Installing dependencies:
libbroker-lts-devel x86_64 4.0.7-1.1 security_zeek 1.3 M
libpcap-devel x86_64 14:1.10.1-3.fc36 fedora 141 k
python3-GitPython noarch 3.1.26-1.fc36 fedora 275 k
python3-gitdb noarch 4.0.9-2.fc36 fedora 107 k
python3-semantic_version noarch 2.8.4-9.fc36 fedora 39 k
python3-smmap noarch 5.0.0-1.fc36 fedora 46 k
zeek-lts-btest x86_64 4.0.7-1.1 security_zeek 326 k
zeek-lts-core x86_64 4.0.7-1.1 security_zeek 4.8 M
zeek-lts-devel x86_64 4.0.7-1.1 security_zeek 957 k
zeek-lts-libcaf-devel x86_64 4.0.7-1.1 security_zeek 1.6 M
zeek-lts-zkg x86_64 4.0.7-1.1 security_zeek 50 k
zeekctl-lts x86_64 4.0.7-1.1 security_zeek 1.8 M
Transaction Summary
================================================================================
Install 13 Packages
Total download size: 11 M
Installed size: 57 M
Is this ok [y/N]:y
Downloading Packages:
(1/13): python3-gitdb-4.0.9-2.fc36.noarch.rpm 232 kB/s | 107 kB 00:00
Complete!
event zeek_init()
{
print "Hello, World!";
}
event zeek_done()
{
print "Goodbye, World!";
}
[mythcat@fedora ~]$ /opt/zeek/bin/zeek main.zeek
Hello, World!
Goodbye, World!

[root@fedora mythcat]# git clone https://github.com/DIGImend/digimend-kernel-drivers.git
Cloning into 'digimend-kernel-drivers'...
remote: Enumerating objects: 1475, done.
remote: Counting objects: 100% (26/26), done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 1475 (delta 9), reused 15 (delta 7), pack-reused 1449
Receiving objects: 100% (1475/1475), 447.25 KiB | 1.66 MiB/s, done.
Resolving deltas: 100% (969/969), done.
[root@fedora mythcat]# cd digimend-kernel-drivers/
[root@fedora digimend-kernel-drivers]# dir
compat.h dracut.conf hid-uclogic-params.c README.md
COPYING hid-ids.h hid-uclogic-params.h udev.rules
debian hid-kye.c hid-uclogic-rdesc.c usbhid
depmod.conf hid-polostar.c hid-uclogic-rdesc.h xorg.conf
digimend-debug hid-rebind hid-viewsonic.c
dkms.conf hid-uclogic-core.c Makefile
[root@fedora digimend-kernel-drivers]# make dkms_install
...
dkms add .
Creating symlink /var/lib/dkms/digimend/11/source -> /usr/src/digimend-11
dkms build digimend/11
Building module:
cleaning build area...
make -j1 KERNELRELEASE=5.17.9-300.fc36.x86_64 KVERSION=5.17.9-300.fc36.x86_64...
...
[root@fedora digimend-kernel-drivers]# dkms status
digimend/11, 5.17.9-300.fc36.x86_64, x86_64: installed (original_module exists)
[root@fedora digimend-kernel-drivers]# reboot
[root@fedora mythcat]# modprobe -r hid-kye hid-uclogic hid-viewsonic
[mythcat@fedora ~]$ inkscape
static bool Inkscape::UI::Dialog::DialogContainer::recreate_dialogs_from_state(InkscapeWindow*, const Glib::KeyFile*): Key
file does not have group “Windows”
Gdk-Message: 15:09:10.534: Error flushing display: Broken pipe


# ykman otp static 1 --generate --length 38 --force --keyboard-layout US
# dnf upgrade --refresh
# dnf autoremove
# dnf install dnf-plugin-system-upgrade -y
# dnf system-upgrade download --releasever=36 --allowerasing
# dnf system-upgrade reboot
# cat /etc/os-release
# dnf system-upgrade clean
# symlinks -r -d /usr

[root@fedora mythcat]# dnf search kdenlive
Last metadata expiration check: 1:20:50 ago on Sat 22 Jan 2022 06:05:54 PM EET.
======================== Name Exactly Matched: kdenlive ========================
kdenlive.x86_64 : Non-linear video editor
[root@fedora mythcat]# dnf install kdenlive
Last metadata expiration check: 1:21:05 ago on Sat 22 Jan 2022 06:05:54 PM EET.
Dependencies resolved.
...
Complete!
[mythcat@fedora ~]$ kdenlive
QSocketNotifier: Can only be used with threads started with QThread
Invalid metadata for "audiochannels"
Failed to parse "audiochannels"
Invalid metadata for "audioconvert"
Failed to parse "audioconvert"
Invalid metadata for "data_feed"
Failed to parse "data_feed"
Invalid metadata for "imageconvert"
Failed to parse "imageconvert"
Invalid metadata for "jack"
Failed to parse "jack"
Empty metadata for "crop_detect"
Invalid metadata for "glsl.manager"
Failed to parse "glsl.manager"
Invalid metadata for "movit.convert"
...
[mythcat@fedora ~]$ git clone https://gitlab.com/brinkervii/grapejuice
Cloning into 'grapejuice'...
warning: redirecting to https://gitlab.com/brinkervii/grapejuice.git/
remote: Enumerating objects: 6632, done.
remote: Counting objects: 100% (1426/1426), done.
remote: Compressing objects: 100% (426/426), done.
remote: Total 6632 (delta 1019), reused 1375 (delta 983), pack-reused 5206
Receiving objects: 100% (6632/6632), 3.89 MiB | 3.20 MiB/s, done.
Resolving deltas: 100% (4388/4388), done.
[mythcat@fedora ~]$ cd grapejuice/
[mythcat@fedora grapejuice]$ ls
ci_scripts pylintrc setup.cfg
documentation README.md setup.py
install.py requirements.dev.txt src
LICENSE.md requirements.optional.txt tests
MANIFEST.in requirements.txt troubleshooter.py
[mythcat@fedora grapejuice]$ sudo su
[sudo] password for mythcat:
[root@fedora grapejuice]# dnf install wine
...
Total 6.0 MB/s | 634 MB 01:45
...
Complete!
[root@fedora grapejuice]# exit
exit
[mythcat@fedora grapejuice]$ ./install.py
...
[mythcat@fedora ~]$ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
[sudo] password for mythcat:
Last metadata expiration check: 0:06:53 ago on Sun 02 Jan 2022 10:26:02 PM EET.
rpmfusion-free-release-35.noarch.rpm 26 kB/s | 11 kB 00:00
rpmfusion-nonfree-release-35.noarch.rpm 35 kB/s | 11 kB 00:00
Package rpmfusion-free-release-35-1.noarch is already installed.
Package rpmfusion-nonfree-release-35-1.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[mythcat@fedora ~]$ sudo dnf install obs-studio
Last metadata expiration check: 0:07:23 ago on Sun 02 Jan 2022 10:26:02 PM EET.
Dependencies resolved.
...
Install 37 Packages
Total download size: 31 M
Installed size: 101 M
...
Complete!
[mythcat@fedora ~]$ chmod +x krita-5.0.0-x86_64.appimage
[mythcat@fedora ~]$ ./krita-5.0.0-x86_64.appimage
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Old schema: "0.0.10" New schema: 0.0.15
[mythcat@fedora ~]$ pip install -U flask-mailing
Defaulting to user installation because normal site-packages is not writeable
Collecting flask-mailing
Downloading Flask_Mailing-0.0.5-py3-none-any.whl (15 kB)
...
Installing collected packages: rfc3986, anyio, typing-extensions, httpcore, dnspython, async-timeout, pydantic, httpx,
email-validator, blinker, asgiref, aiosmtplib, aioredis, flask-mailing
Running setup.py install for blinker ... done
Successfully installed aioredis-2.0.0 aiosmtplib-1.1.6 anyio-3.4.0 asgiref-3.4.1 async-timeout-4.0.2 blinker-1.4 dnspython-2.1.0
email-validator-1.1.3 flask-mailing-0.0.5 httpcore-0.14.3 httpx-0.21.1 pydantic-1.8.2 rfc3986-1.5.0 typing-extensions-4.0.1
[mythcat@fedora ~]$ mkdir ExempleFlask001
[mythcat@fedora ~]$ cd ExempleFlask001/
[mythcat@fedora ExempleFlask001]$ vi flask001.py
from flask import Flask
from flask_mailing import Mail, Message
app = Flask(__name__)
@app.route("/")
def index():
test = str(dir(Mail))
return test
if __name__ == "__main__":
app.run(debug=True)
[mythcat@fedora ExempleFlask001]$ python flask001.py
* Serving Flask app 'flask001' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 319-368-265
...
[mythcat@fedora ~]$ asciinema auth
[mythcat@fedora ~]$ asciinema rec linux_commands_default.cast
asciinema: recording asciicast to linux_commands_default.cast
asciinema: press <ctrl-d> or type "exit" when you're done
[mythcat@fedora ~]$ ls
...
[mythcat@fedora ~]$ dir
...
[mythcat@fedora ~]$ pwd
...
[mythcat@fedora ~]$
exit
asciinema: recording finished
asciinema: asciicast saved to linux_commands_default.cast
[mythcat@fedora ~]$ asciinema upload linux_commands_default.cast
<script src="https://github.com/asciinema/asciinema-player/releases/download/v2.6.1/asciinema-player.css"/></script>
<script src="https://github.com/asciinema/asciinema-player/releases/download/v2.6.1/asciinema-player.js"/></script>
<script id="asciicast-455414" src="https://asciinema.org/a/455414.js" async></script>