I test pyttsx3 and all is allways the same, robotic voice , i cannot change...
import pyttsx3import ostexte = input("le texte à exprimer ? : ")tts = pyttsx3.init()tts.say(texte)voices = tts.getProperty('voices')tts.setProperty("voice", voices[1].id)tts.runAndWait()i tried to...
View ArticleIssues while installing Anaconda3
After following the installation instructions, I am stuck here. The step during Anaconda installation where I am getting error:Please answer ‘yes‘ or ‘no‘:‘>>> yesAnaconda3 will now be...
View ArticleSecond request is being blocked until the first request response [closed]
My application is on ec2 instance on AWS with Ubuntu/Linux with PHP Laravel.I have a Lambda API too so when I am making a request from my backend to lambda that's my first request.The lambda calls the...
View ArticleAre file names in Ubuntu case sensitive? [closed]
I mean in windows if create a file named “a.txt” and trying to create another file in the same destination as “A.txt” is prohibited.Is it same in Ubuntu?Thank you for paying your valuable attention for...
View ArticleAutomate az container exec
AZ CLI supports executing a single command in a running container.az container exec -g myresourcegroup -n nginxtest --exec-command /bin/bashBecause of this, you cannot automate running multiple...
View Article.NET Core Web API routes returning 404 only on Linux?
If I build my .NET Core app from the solution directory on my windows dev machine like so:dotnet publish --configuration Release --output \myproject --self-contained --runtime win7-x64I can run this...
View Articleqt.qpa.plugin: Could not find the Qt platform plugin "wayland"
I'm trying to run through some image recognition tutorials, but I keep running into this error that's preventing me from proceeding. I'm running Ubuntu 21.10, and Python 3.9.7. My code is as...
View ArticleFixing CVE without sudo apt-get upgrade in Ubuntu [closed]
For fix CVE-2024-28085 amazon suggests:Nameutil-linuxInstalled version / Fixed versionFor fix CVE-2024-28085 amazon suggests:Upgrade your installed software packages to the proposed fixed in version...
View ArticleDocker desktop running very slow
My local OS is Windows 10 and i installed Ubuntu and activated WSL2. After that, i downloaded the Docker Desktop windows installer and started working with containers.This means that our windows have...
View ArticlePHP not running after Upgrade Ubuntu
I have upgraded my Ubuntu server to 22.04.1. Everything else is working fine but php simply does not run! I tried to visit my website and all I get is php source code.For example, mydomain.com/info.php...
View ArticlePyCharm does not display Chinese characters although UTF-8 encoding
I have just switched to using PyCharm a couple of days ago. I have installed the community edition on a Linux virtual machine (i.e. Ubuntu 9.4.0). This is the About of my installed Pycharm:PyCharm...
View ArticleVSFTPD does not show ALL files
Running VSFTPD on VPS.Want anon download which works only partially.Here is my directorydrwxr-xr-x 2 pavel pavel 4096 Apr 10 17:52 ./drwxr-x--- 9 pavel pavel 4096 Apr 10 15:53 ../-rw-r--r-- 1 pavel...
View ArticleHow to connect to Neo4j server running on Windows machine from Ubuntu machine?
I am using Neo4j graph database. Its running on Windows PC at url: http://localhost:7474/browser/. Now I want to get access to this server from machine running Ubuntu OS, so that I can access Neo4j...
View ArticleUsing sed to filter out students in a list
I have a list of students, which I have saved to a text file students.txt. John Doe Marketing Junior BBetty Metty Engineering Junior AJames Names Nursing Sophomore BBob Nob History Freshman BHope Nope...
View Article"chromedriver" binary not found for Symfony Panther package
I've installed it using this:composer require --dev dbrekelmans/bdi && vendor/bin/bdi detect driversAnd I tried this:composer require dbrekelmans/bdi && vendor/bin/bdi detect driversAnd...
View ArticleCrontab created by www-data user not working
I have a python that creates a cron job in order to call another python script, but it's not working properly.In the first python I have:from crontab import CronTabcron = CronTab(user=True)job =...
View ArticleHow to fix Kerberos Pre-Auth failure when logging onto an Ubuntu machine?...
So I have setup an AD homelab with a Windows Server, a Windows 10 machine and an Ubuntu machine. I had no problems with setting up the Windows machine but when I added the Ubuntu machine to my domain...
View ArticleUnrecognized VM option 'MaxPermSize=512m' when running Zeppelin
When I try to run Zeppelin by eitherbin/zeppelin.shorbin/zeppelin-deamon.sh startI was getting the following error message.Unrecognized VM option 'MaxPermSize=512m'Error: Could not create the Java...
View ArticleProblem to install xmlsec in Docker Container
Developed an APIRest with FastAPI and Python 11. I am using the library xmlsec to sign a request to consume a SOAP API and in my local environment it works correctly. The Dockerfile includes the...
View ArticleWhat is the difference between nginx config files? [closed]
I have noticed that nginx has a number of configuration files such as nginx.conf in the /etc/nginx directory and 2 others one in the /etc/nginx/sites-available called default and one in the...
View Article