How to move /var/lib/docker to another directory? [duplicate]
I think, This problem is very population, I find a lot of ways on internet, but I have tried all of them, nothing can work.I want to move /var/lib/docker folder because my computer has low disk space.I...
View ArticleUno Platform GTK/SKIA and Persian/Arabic Language
I just stared to learn how to use uno platform to make desktop apps for ubuntu. I'm running vscode on ubuntu 22.04 and uno extension and other extensions as needed. the problem is when I use persian or...
View ArticleGetting error 13: permission denied while trying to save my jupyter notebook
I installed jupyter notebook via conda on my ubuntu. Now, whenever I try to save my Jupiter notebook it gives me error 13: permission denied.Saving file at...
View ArticleUsing in Powershell Linux Windows form [closed]
I am developing a GUI with Powershell using System.Windows.Forms; but I am not able to use what I developed on Ubuntu (via Virtual Box).Thanks
View Articleroot location issue in visual Studio Code
I am using Docker in Ubuntu and now inside vcode I want to use "cd" to locate in my folder in my local disk but I get this error:[Errno 2] No such file or directory:...
View Articleflutterfire:command not found in UBUNTU
tu set up my flutter project with firebase, i need to install flutterfire_CLI. For that i ran the command:dart pub global activate flutterfire_clithis command successfully executed.successfull run of...
View ArticleVirtualBox Ubuntu partition erroneously full
I am using a Ubuntu VM (Virtualbox).Started with a 80GB or memory, dinamically allocated.I was experimenting with Docker, creating some images which were kinda big (>10GB), and I used to delete them...
View ArticleThe results of the code are different from the Ubuntu terminal using vscode's...
The code I use is python code written in vscode.from pynput.keyboard import Key, Listenerdef on_press(key): try: print('key is pressed: {0}'.format(key.char)) except AttributeError: print('anomaly key...
View Articlehow to use the terminal in opendevin?
export WORKSPACE_BASE=$(pwd)/workspace;docker run \ --pull=always \ -e SANDBOX_USER_ID=$(id -u) \ -e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \ -v $WORKSPACE_BASE:/opt/workspace_base \ -v...
View ArticleTerraform metadata_startup_script for GCP runs even though file is present to...
Been trying to trouble shoot this for two days. Not sure if it is a terraform or GCP issue. Or my code. I'm trying to create a VM and run some installs. It then creates a file in /var/run called...
View ArticleAdd RSA 1024 signed apt keys on Ubuntu 22.04 with pro FIPS enabled
Enabling FIPS on Ubuntu 22.04 machines with the pro client removes the RSA 1024 cipher from the host because it is not FIPS compliant. Some apt keys are sadly still signed with RSA 1024 (see here for...
View ArticleCannot use SDL Ada Bindings on Ubuntu 22.04
Building sdlada is ok, via alr, is ok, but the running step fails ($ alr run).sdlada_2.5.20_cd53c280$ alr runⓘ Running pre-build actions for sdlada=2.5.20... make : on entre dans le répertoire «...
View ArticleFail when starting PHP5-FPM
I have upgraded to Ubuntu 12.10 from 12.04 and now PHP5-FPM fails to start. The error I get when I run /etc/init.d/php5-fpm start is fail. There is nothing being written to log files to give me an...
View ArticleHow to add "Alias" in my file .conf apache2 ubuntu 22.04
this is my normal urlhttp://161.132.38.110/laravel/gymcrona/public/categoriaWhat I want is to be able to enter my url in the following way:http://161.132.38.110/gymcrona<VirtualHost *:80> # The...
View ArticleRun SSL Certificate With Custom Port
I'm using a service called Flowise which runs on port 3000 when started, currently I have installed Apache Web Server on Ubuntu Server.I've correctly installed the SSL on port 443, but when I use the...
View ArticleComo configurar teclado no Linux com layout dos EUA (Estados Unidos da...
Não é um problema, é mostrar as soluções que eu achei pra esse problema com um teclado 60% que eu comprei no Aliexpress:0 - Com o comando, vc olha algumas config do teclado :~$ setxkbmap -print...
View ArticleUpgrading Ubuntu install hung [closed]
Running Ubuntu 24.04 in WSL2. I ran sudo apt-get update followed by sudo apt-get upgrade. The upgrade hung on libc:amd64. It would not respond to Ctrl+C, so I rebooted the entire computer.After the...
View ArticleI want to connect openconnect server via terminal but it connects entire...
I’m using ubuntu version 22.0 virtualb Boxsudo openconnect --user=<'username'> --pass=<'password'>I have used this but it did not work.It connects my entire computer to tha vpn network and...
View Article/usr/bin/env: python2: No such file or directory [closed]
I am trying to configure Python for my Emacs on Ubuntu, and I get the following error: /usr/bin/env: python2: No such file or directoryCan someone help me with it? What can I do to resolve it?
View Articlehdparm.conf settings don't seem to run at boot
I'm trying to get my HDD to spin down after boot, as I only use it occasionally for backing up and long term storage. I'm running Ubuntu 17.10.I've been searching for a while and found that I can edit...
View Article