OCSInventory admin login page not working
So im trying to enter OCSInventory, but instead of the admin login page it shows this php:<?php/* * Copyright 2005-2016 OCSInventory-NG/OCSInventory-ocsreports contributors. * See the Contributors...
View ArticleGetting error 'Permission denied (publickey,password)' after 'start-dfs.sh'
This question was asked before a few times and I tried all the proposed solutions to generate a passwordless key, but to no avail. May be something different needs to be done as when doing this on...
View ArticleHow to replace Python 3.4.3 by 3.5
Im on Ubuntun 17.2 and I have Python version 3.4.3 installed. However for a package to install I need Python 3.5. Trying to simply use the apt-get routine only that python3 is up to date. Trying to...
View ArticleUbuntu Wifi 8265/ 8275 wireless issues [closed]
I am trying to install ubuntu 22.04, or any other linux distro like Pop os or mint. The wifi icon does not show up. In windows it was working fine, I have to use my phone to connect to wifi. The intel...
View ArticleConfigure clamdscan to scan all files on a system on Ubuntu 12.04
I did the following to install clamscan:sudo aptitude install clamav sudo aptitude install clamav-daemonand verified:sudo ps -eal | grep clam1 S 116 4788 1 2 80 0 - 4004 pause ? 00:00:13 freshclam1 S...
View ArticleDocker install failed on downloading ubuntu package
I'm trying to install Docker CE 18.03 on Ubuntu 18.04 using the official step by step page found here. I am stuck at step 4) sudo apt-get update. This is what I get:Hit:1...
View ArticleI have a problem when compiling AOSP with Ubuntu
klee@linux:~/AOSP/aosp$ make......[ 0% 2/12593] build out/target/produc...wer_intermediates/oat/arm/package.odexFAILED: out/target/product/generic/obj/APPS/HTMLViewer_intermediates/oat/arm/package.odex...
View ArticleWhy "File Explorer" in my ubuntu crash ? But when I open another app, its...
This Is My File Explorer CrashI am trying to install ubuntu 24.04 LTS on Oracle Virual Box. Everything went smoothly, I opened Firefox, Spotify and other applications, everything went smoothly....
View ArticleSessionHandler::read(): open PATH failed: Permission denied (13) in laravel...
I just uploaded a laravel app I have been working on to my server which is ubuntu, the server is apache. Everything is set up correctly accept for the file permissions resulting in the error in the...
View Articlei'd like to run flie in ubuntu....but it seems something wrong [closed]
enter image description heresudo uwsgi -d --ini /etc/uwsgi/apps-enabled/uwsgi.ini-->[uWSGI] getting INI configuration from /etc/uwsgi/apps-enabled/uwsgi.ini/usr/lib/uwsgi/plugins/python3_plugin.so:...
View ArticleRunning a cron every 30 seconds
Ok so I have a cron that I need to run every 30 seconds.Here is what I have:*/30 * * * * /bin/bash -l -c 'cd /srv/last_song/releases/20120308133159 && script/rails runner -e production...
View ArticleFacing multiple issue when I try to start on minikube on Amazon EC2 Ubuntu 20.04
I am facing lot of issue to start minikube on Amazon EC2 Ubuntu 20.04 in order to set-up kubernates. Initially I was getting below issue related crictl when i run the command minikube start...
View Articlesubprocess.run(["huggingface-cli", "login", "--token", TOKEN]) works on mac...
I am tring to run subprocess.run(["huggingface-cli", "login", "--token", TOKEN]) in a Jupyter notebook, which works on Mac but gets the following error on Ubuntu. I checked that pip install...
View ArticleWhy is my Ubuntu 20.04.6 not asking me for my password to log in? [closed]
It's been a while since Ubuntu stopped asking me for my account password. It doesn't ask me when the computer starts neither when I open the laptop up, I'd like to understand what is happening and how...
View ArticleRunning Tenable Nessus Scanner on K8s[minikube] [closed]
I want to run the Tenable Nessus on kube. My client's requirement is that it can only run on k8s. I have never touched it before. Now, I have been trying for a long weekend to save the data while...
View ArticleHow to easily split screen space to fit two windows in Ubuntu 20.04.4 [closed]
I have installed Ubuntu 20.04.4 on my system but when i try to split the screen to use two windows, nothing is happening. I have use these combinations: Ctrl+Super+left/right arrow...
View Articlewsl not working in my windows 10 , 64 bit machine [closed]
enter image description herePS C:\WINDOWS\system32> wsl --installClass not registeredError code: Wsl/CallMsi/Install/REGDB_E_CLASSNOTREGi tried by disabling the windows feature and Hyper V, then...
View ArticleConfigure SAN storage as LUNs on Ubuntu servers [closed]
Scenario Overview:• Storage: 2TB allocated from DELL SAN storage.• Infrastructure: Configured via SAN switch zoning.• Servers: Attached to 4 Ubuntu 22.04.1 LTS worker nodes.• LUNs: Appear as 4 disks...
View Articlerequired to run some scripts as root (needed for docker)
running esplora docker file with sudo results in this error: Dockerfile:24-------------------- 23 | # required to run some scripts as root (needed for docker) 24 | >>> RUN source...
View ArticleMoviepy not updating FFmpeg Version after FFmpeg Install?
I've been toying around with MoviePy, and recently switched a project to a new computer at home to continue messing around with it. However, I tried running what I had previously written (which ran...
View Article