Install & Run OWASP ZAP via Ubuntu command line
I'm using a shell script to install & run ZAP on an Ubuntu image.sudo apt updatesudo apt install default-jre -ysudo apt install snapd -ysudo snap install zaproxy --classiccd...
View Article(kill-emacs) not working
I've seen the discussion on how to kill the emacs daemon after killing the client. If you run emacs as a daemon, killing it's client doesn't also kill the daemon: the daemon just sits there still...
View ArticleI got MongoDB error after running : npx prisma db push
The error after typing the commandI've checked my MongoDB url, it's correct.The env files id properly linked.How to resolve this?This is my schema.prisma:Prisma SchemaThis is how my .env looks...
View Articlenvidia-smi gives an error inside of a docker container
Sometimes I can't communicate with my Nvidia GPUs inside a docker container when I came back to my workplace from home, even though the previously launched process that utilizes GPUs is running well....
View ArticleUbuntu pbis same uid asking for wrong AD password
I have this problem and if there is anyone who knows the solution for this issue, please help me out..so i have an ubuntu vm assigned to a user based on Active Directory server (windows) connected with...
View ArticleGit User Consuming More cpu usage
In my Gitlab git user running unwanted process called x its consuming full CPU and memory usage. Its happening in particular days. If I kill the process also it did not kill. If I reboot the system...
View ArticleDatabase Connection issue with pyobdc Robot Framework
Im trying to connect to a mssql database using Robot Framework the code runs in a Ubuntu image in a Openshift pod.I'm using the following connection stringConnect To Database pyodbc ${DBName} ${DBUser}...
View ArticleEnabling Frame Buffer Rock4 SE Ubuntu
I've been using the Rock 4B and have previously not had this issue, but I've recently bought the Rock4 SE and the frame buffer is disabled. I can't connect an HDMI and need to connect via SSH. The...
View ArticleUbuntu 22.04 Subiquity FAIL: curtin command in-target
I am trying to create an automated Ubuntu image with packer. Packer is successfully passing user-data to Autoinstaller, but is failing and I have not been able to determine why by looking at the...
View ArticleYocto compilation taking so much time on ubuntu 22.04
i am using hp victus 15. On VMware workstation 17 i gave 8 gb of ram and 6 core but still core-image-minimal took 18 hours to compile for first time is there any way to reduce this timei tried to...
View ArticleUnable to Choose Monitor Layout - Windows 10 Host & Ubuntu 22.04.2 LTS Guest OS
As the title states, I have a Windows 10 Host & Ubuntu 22.04.2 LTS Guest OS.I also have VMware tools installed -When I try to go full screen and choose a layout, it doesn't work as expected. The VM...
View ArticleHow to play mp3 from URL
I'm trying to write a python script that will play mp3 from Soundcloud URLThis is what I've already done:from urllib.request import urlopenurl = "soundcloud.com/artist/song.mp3"u = urlopen(url)data =...
View Articleupgrade mysql 5.6 to 8 not working on AWS Linux based EC2 [closed]
I am working with EC2 for MySQL DB. The OS of EC2 is AWS Linux-based Ubuntu. The current version of MySQL is 5.6.50. I am going to upgrade it to 8.0. I tried to upgrade it with this command: sudo yum...
View ArticleDeployed django application on nginx problems with fetching
I have a django application that deployed on ubuntu 20. It doesn't have certificate yet. When javascript fetches the backend i guess it just throws errorJSON.parse: unexpected character at line 1...
View Article/opt/mssql/bin/sqlservr: error while loading shared libraries:...
/opt/mssql/bin/sqlservr: error while loading shared libraries: liblber-2.5.so.0: cannot open shared object file: No such file or directoryI am getting this error in ubontu 18.4 after isnatlling sql...
View ArticleLocalhost not working in Chrome on Ubuntu, firefox does work
When I try to access http://localhost:8080 in Chrome (version 122.0.6261.111) on my Ubuntu 22.04.4 LTS, I get the following error:This site can’t be reached The webpage at http://localhost:8080 might...
View ArticleCannot create simple file with puppet locally or at client node
I have Puppet v8.5.1 running on Ubuntu 22.04. I have a puppetmaster and puppet agent node communicating with each other. Now I created a simple "helloworld" under the production modules path...
View ArticleSomeone explain this to me is my server gothacked
I found this strange and scary logs in my apache.Now I wanted to know that how to allow only valid methods in the log.106.75.137.241 - - [08/Mar/2024:18:11:42 +0000]...
View ArticleLinux convert UTC to local time in bash script [closed]
I have one issue related to DST while changing UTC datetime to local datetime.My local time is America/Chicago defined in /etc/localtime.The standard way to convert to any other TZ I...
View ArticleHow to install Android SDK on Ubuntu?
For my Ubuntu machine, I downloaded the latest version of Android SDK from this page.After extracting the downloaded .tgz file, I was trying to search for installation instructions and found:To get...
View Article