Monday, June 24, 2024

Install obs-studio in fedora 40



sudo dnf upgrade --refresh

Install OBS Studio via DNF Command

To install OBS Studio on Fedora, utilizing the main release appstream for most users is the best method, given it’s a 6-month cycle release. Input the following command in your terminal to begin the installation: 

 

sudo dnf install obs-studio


For developers interested in OBS Studio’s development packages, install the development package with: 

 

sudo dnf install obs-studio-devel


Source:https://linuxcapable.com/install-obs-studio-fedora-linux/

Friday, June 14, 2024

eve-ng web gui login issue solved



df -h




to see you have sufficient space




if you do not have sufficient space you can add another virtual drive




log in eve-ng virtual machine as root

and see if mysql server is working




sudo service mysql status



or

ps aux | grep mysql



if mysql is running



To fix permission, enter this command in eve-ng console

/opt/unetlab/wrappers/unl_wrapper -a fixpermissions



if this does not solve the issue you can restore the db

unl_wrapper -a restoredb



However the issue for me was you can not login using root in web gui in eve-ng

you have to use

username admin

password eve














Friday, June 7, 2024

add ensp to windows firewall



Choose Start > Control Panel > Windows Firewall.
Select Allow a program or feature through Windows Firewall on the Windows Firewall page.
Check whether Public in eNSP_VBoxServer is selected on the Allowed Programs page.
If Public is not selected, select it, click OK.

this app can't run on this device virtualbox windows 11 solved



I did this steps and works for me to run VirtualBox on Windows 11 even being Windows Insider

1. Run this command on PowerShell with Admistrator perms:
bcdedit /set hypervisorlaunchtype off

2. Open Windows Settings > Update & Security > Windows Security > Device Security and then under Core isolation, selecting Core isolation details. Then Turn off the option "Memory Integrity".

3. Restart Windows and enjoy!

 

Source: https://forums.virtualbox.org/viewtopic.php?t=103302

Friday, May 31, 2024