Telegram could not start (Ubuntu 24.04 LTS)
Telegram could not start, you can see complete log below (home directory: toghrol):[2024.07.16 16:47:17] Launched version: 5002003, install beta: [FALSE], alpha: 0, debug mode: [FALSE][2024.07.16...
View ArticleMulti Ubuntu version targetting from single dockerfile
I am using a single Dockerfile to build images for different Ubuntu versions. Those images are then used in CI to build software targeting those different Ubuntu versions.Sometimes, there are of course...
View ArticleSetup.py doesn't see scripts
I have a code in my setup.py file:from setuptools import setup, find_packagessetup( name='PBI_telegrambot', version='0.0.1', author='junscience', description='Embedding app for classification',...
View Articlersub with sublime and ssh connection refusual
I am trying to use rsub to create tunnel in ssh to sublime text, I run the command rmate .profile but i get the following response. I am using wateroof to open the ports 52968 on 1p4 and ip6, I...
View ArticleAndroid app stuck at "Launching on Devices" or 'device 'DEVICEID' not found'...
The app can not be launched. It is stuck for a very long time in "Launching on Devices" (it seems to not stop).Sometimes instead of beeing stuck it gives the error'device 'DEVICEID' not found' error on...
View ArticleHow to upload PCAP file in Arkime on Ubuntu 24.04?
I installed Arkime 5.0 and Elasticsearch cluster on Ubuntu and succesfully started new session on localhost:8005 but I dont know how to upload PCAP file from my local files.I tried to to run this...
View ArticlePHP 8.3 Ubuntu 20 on login(username, password) I get "pkcs8 is not a...
I haven'be been able to debug why this is happening.For my PHP 8.3, Ubuntu 20 box.I've got the latest composer on it and the latest phpseclib3.I connect to the server, I try to login based on examples...
View ArticleHow to install chromium in Docker based on Ubuntu 19.10 and 20.04?
I have this simple docker file:FROM ubuntu:eoan ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y \ chromium-browser \ chromium-chromedriverWhen I try to build it:...Preparing...
View ArticleHow to install a open source driver at Ubuntu? [closed]
I have a drive codec audio that is .c and .h . How i install this at Ubuntu. My version is the 22.04.3 LTS.Someone know what is the driver for nau8824 codec?I hope to install this drive at Ubuntu and...
View ArticleEvento en Mysql [closed]
Deseo crear un evento que primero realice una consulta y al final con el resultado de la consulta que es un ID, necesito actualizar otra tabla:CREATE EVENT actualizarON SCHEDULE EVERY 1 MINUTE STARTS...
View Articlehow to install php 5.4 with ubuntu 16??
I have install LAMP stack on ubuntu 16, I got php 7. I want to downgrade it to php 5.4 . what command should I use to remove php 7 and install php 5.4 in my ubuntu 16?
View ArticleLog file: Selection of specific log content inside log file by start and end...
I am working on log analysis where I need to analyze a log file by first extracting the dates within the file. Then, I need to use these dates to define a start date and an end date. Based on the...
View Articlescrapy - ResponseNeverReceived ('SSL routines', '', 'unexpected eof while...
I am encountering an issue while crawling a website using Scrapy. I am making a GET request to a specific API endpoint, but the request is failing with an SSL error. Below is the code for the request...
View Articleopenssl command line to verify the signature
Hi I have generated a key pair and used the private key to generate a signature.openssl rsautl -sign -in helloworld.txt -inkey aa.pem -out sigHowever I am unable to verify the signature with my public...
View ArticleNode gives me as version: v23.0.0-nightly2024071586415e4688
I am trying to update node on UBUNTU (version 22.04.4 LTS) and have followed the official procedure on their site:# installs nvm (Node Version Manager)curl -o-...
View ArticleCannot update TBB using pip: distutils installed project
I ran a full update of all PyPi packages on my laptop (Ubuntu 22.04, Python 3.9), and I've resolved all dependency issues except one: Daal requires a different version of TBB than what I have. I forced...
View ArticleHow to configure permissions for NFS to display files in a folder properly?...
Using NFS as storage, after deploying MySQL in K8S environment, NFS cannot display the contents of MySQL folders. Without manually modifying the NFS folder permissions, can the files under the...
View ArticleUnable to check sshd agent status on Ubuntu 24.04 [closed]
I have a Ubuntu 24.04 server and I cant check the ssh service status. I know it is installed because of this command:luis@WS000NB1757:/usr$ ssh -VOpenSSH_9.6p1 Ubuntu-3ubuntu13.4, OpenSSL 3.0.13 30 Jan...
View ArticleRECURRENT EVENT EVERY 10 MINUTES AND MYSQL [closed]
I need to call a stored procedure every 10 minutes and I am using a recurring event, the problem is that it is not executed or I don't know how I can see if there is an error:PROCEDURE:CREATE...
View ArticleUnable to launch Intellij
I am unable to start Intellij. When I open intellij Ubuntu, I am getting a horizontal grey line across the screen.I am using Intellij 2024.1 on Ubuntu. I tried restarting my computer,...
View Article