How to compile libcurl statically on Ubuntu via musl-gcc
I will start with the fact that I am no compilation expert. I am trying to compile some c code that I have which utilizes libcurl (among other libraries), and I want it to be as cross-platform for...
View ArticleHow to open port on wsl2 ubuntu of windows 11
To test the network between Windows 11 localhost and WSL2 ubuntu on Windows 11, I install tomcat9 on WSL2 ubuntu$ sudo apt install tomcat9 -y$ sudo systemctl enable tomcat9$ sudo systemctl start...
View ArticleSystem crash since last update to Ubuntu 22.04.4 LTS February 2024
Since the last update, GNOME has crashed the whole system. It hangs if I move the mouse and click on the desktop on any item.It's possible to start a shell using CTRL+ALT+F3.Figured out that the system...
View ArticleNot getting option to install ubuntu on virtualbox
I am trying to install Ubuntu 22.04 on Virtualbox 7.0.14 with Windows 10 as host.After clicking "try or install Ubuntu" " I don't get any option to install Ubuntu instead I just get the Ubuntu screen...
View ArticleUbuntu CVE status interpretation, is the package really released?
I would like to take this CVE as an example:https://ubuntu.com/security/CVE-2018-12020In case of gnupg2 it says it is released for jammy. First of all, what is released means exactly?I have found this...
View ArticleUbuntu boot stuck at "btrfs loaded crc32c=crc32c-intel zoned=yes fsverity=yes"
I've been stuck on this for 5 days now, so any help would be appreciated>This is a bare metal server on OVH running Ubuntu 22.04. The OS was installed on a RAID1 array using both "system disks"...
View ArticleWhat can cause a Ubuntu 22.04 system to suddenly become very slow?
I've used my Ubuntu 22.04 installation for around 6 months now for work (software development work). Yesterday morning all was fine as usual, but when I came back from lunch, the entire system was...
View ArticleMounting /tmp with noexec option in Ubuntu 22.04.3 LTS
I have set up the Ubuntu VM (Ubuntu 22.04.3 LTS) with the following options for /tmp: So that under /tmp, no execution is allowed.cat /etc/fstab for /tmp: /dev/mapper/ubuntu--vg-tmp--lv /tmp ext4...
View ArticleVirtualBox not running: Kernel driver not installed since recent update to...
I was using VirtualBox (installed from Ubuntu repositories) on the day right before I installed the most recent upgrade for Ubuntu 22.04.2 LTS which installed Linux kernel 6.1.0-1015, previous kernel...
View Article22.04 Apt update failed to fetch
I recently installed Ubuntu Server 22.04 on my pc, but every time I wrote sudo apt update, it always kept saying:W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jammy/InRelease Temporary...
View ArticleHow can I create an LVM Partion /var/tmp in Ubuntu Server 22.04, without...
To make it clear, I managed LVM and partitioning 1000+ times on RHEL and Debian derivatives,but Ubuntu Server 22.04 seems to have a serious bug!What is:If I install a fresh VM, I can create every...
View ArticleWiFi Connection interrupted spontaneously on Ubuntu 22.04
I'm experimenting with an interesting problem that started about a month or two ago. My Linux machine can read Wi-Fi signals and I can connect to my home Wi-Fi network. However, after anywhere between...
View ArticleUbuntu 20.04.02 (Focal) OS rollback is possible?
I'm running the Ubuntu 20.04.02 (Focal) version and its production environment. Planning to apply the latest OS patches to these servers. Kindly suggest, that we roll back all upgrades and back to the...
View ArticleBluetooth connection issues
Since I updated to Ubuntu 22.04, Bluetooth has been broken, and I cannot seem to connect my Bose QuietComfort 2 to my laptop.My headphones are most of the time plainly refusing to connect, and the rare...
View ArticleSystem goes unresponsive for minutes, I suspect journalctl
We have an server application running on Ubuntu 22.04. The application logs are pretty spammy.journalctl -S -1hour | wc --lines121349journalctl -S -1hour | wc --bytes32382836Once in a while a server...
View ArticleHow do you access and modify data on an IDB file in Ubuntu?
I am running a mobile and web app off of Docker, the data is stored in a mysql folder under various files with extension .idbIs there a way to modify this data directly in the server i.e. using PUTTY...
View Articleubuntu 22.04 frequent wifi disconnection
wifi automatically disconnects, its not running for even 10 seconds, i also tried clean installation of 22.04.1 LTS.$ lsb_release -aNo LSB modules are available.Distributor ID:Ubuntu Description:...
View ArticleAcer Swift SF314-43 model laptop with the Ubuntu 22.04 operating system....
I'm using an Acer Swift SF314-43 model laptop with the Ubuntu 22.04 operating system. The issue I'm encountering is that my camera is not functioning, and I'm receiving ano device founderror. The...
View ArticleTrying to debug sluggish VS Code performance
I have found that VS Code is working more slowly than usual this past month, at least when dealing with Jupyter notebooks. Code that runs well in JupyterLab is taking much longer to execute within VS...
View ArticleRunning Java code in Ubuntu 22.04 distributive
I'm new in this field, and trying to do some tests using java in UbuntuI wrote a code in Java to connect my localhost mssql server and create a new database. the code is tested on windows and it's...
View Article