Anonymous » 06 мар 2024, 09:58
Последнее сообщение Anonymous «
Anonymous »
I'm using ubuntu server in VM. But recently I tried to login with password it was not working. But when I turn on the Wayland on ubuntu option it was working. But inside I can't do anything. Through putty I am able to access as well.
Anonymous » 06 мар 2024, 09:12
Последнее сообщение Anonymous «
Anonymous »
I have code to open a link in a browser. I need to run application with docker, but just calling Runtime.getRuntime().exec(...) executes it inside the Docker container. How can I open the link inside docker container?
Anonymous » 06 мар 2024, 07:16
Последнее сообщение Anonymous «
Anonymous »
The authenticity of host '54.87.49.219 (54.87.49.219)' can't be established. ECDSA key fingerprint is SHA256:tTCfUFFcPj1/KpFgESxqeK6RObj96SLBUPMTeAMZkxg. Are you sure you want to continue connecting (yes/no/ )? Qyes Please type 'yes', 'no' or the...
Anonymous » 06 мар 2024, 06:47
Последнее сообщение Anonymous «
Anonymous »
I can install ubuntu just fine on vbox 7, but after I start it, it shows the purple screen(before ubuntu installation starts on the host machine) and then shows this error: You must specify a machine to start, using the command line.
Anonymous » 06 мар 2024, 05:06
Последнее сообщение Anonymous «
Anonymous »
I have electron setup with my Ubuntu box , however no matter what i try I can't get this to work
ty// Variable to track if notification has been sent let notificationSent = false; // Function to update the countdown function updateCountdown() { //...
Anonymous » 05 мар 2024, 08:49
Последнее сообщение Anonymous «
Anonymous »
I'm looking for an app to record my dreams so i can watch them later. (I want it to record speech sounds too). The apps i've tried so far haven't worked properly.
When I start to see my dream, the applications usually give an error that ffmpeg is...
Anonymous » 05 мар 2024, 04:53
Последнее сообщение Anonymous «
Anonymous »
I was looking at the man page for brk(2), and it said that it increases the program break therefore allocating more memory to the heap. However, the way that I understand it, heap memory isn't always completely virtually contiguous in the PROG_TEXT...
Anonymous » 05 мар 2024, 03:09
Последнее сообщение Anonymous «
Anonymous »
After many trial/errors and browsing online I recently was able to run cups in docker. I'm running it on a separate image which is running supervisord, when accessing the container, I can run lpstat and can validate the cups is in fact running....
Гость » 04 мар 2024, 18:57
Последнее сообщение Гость «
Гость »
there is a code as below in the version 2.6.24 of kernel:
unsigned int __kfifo_put(struct kfifo *fifo, unsigned char *buffer, unsigned int len) { unsigned int l; len = min(len, fifo->size - fifo->in + fifo->out); /* * Ensure that we sample the...
Гость » 04 мар 2024, 17:55
Последнее сообщение Гость «
Гость »
I have a LUKS setup with an encrypted swap partition. I have no intention to use the hibernation / suspend-to-disk feature so I set up the encrypted swap partition without such support. Reference documentation.
Гость » 04 мар 2024, 17:25
Последнее сообщение Гость «
Гость »
I offer a web-service to the about 50k users of our university. Each user has it's directory-structure with web-pages, CGI-scripts or PHP-pages/programs. Apache uses suexec and suphp to run the scripts of the corresponding user with the uid of the...
Гость » 04 мар 2024, 16:52
Последнее сообщение Гость «
Гость »
I'm porting existing project code from x64 Linux to equivalent ARM64 machine. However, the function snprint has different outputs on the two platforms. I've reduced my problem down to this small function:
Гость » 04 мар 2024, 16:44
Последнее сообщение Гость «
Гость »
I have a problem. My project is with the Laravel framework, and when I upload it to Docker, the size of the Docker image becomes 6 GB, which is too much. How can I reduce the size of the image?
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения