Questions tagged [linuxmint]

Linux Mint is an operating system based on the Linux distribution Ubuntu.

Linux Mint is an operating system based on the Linux distribution Ubuntu.

The purpose of Linux Mint is to produce a modern, elegant and comfortable operating system which is both powerful and easy to use.

List of features:

  • works out of the box, with full multimedia support and is extremely easy to use;
  • both free of cost and open-source;
  • community-driven;
  • based on Debian and Ubuntu, it provides about 30,000 packages and one of the best software managers;
  • safe and reliable. Thanks to a conservative approach to software updates, a unique Update Manager and the robustness of its Linux architecture, Linux Mint requires very little maintenance (no regressions, no antivirus, no anti-spyware...etc).


70 questions
1
vote
1 answer

Nginx returning 404 on new installation

On Linux Mint 20.3 I had working setup for my local development of website: server { listen 80; listen [::]:80; server_name cbp.local; root /home/gacek/html/cbp/public; index index.php; location / { …
Gacek
  • 85
  • 1
  • 1
  • 13
1
vote
0 answers

What's the simplest way of "resetting" multiple linux clients to restore the default state of a fresh install?

We have 6 linux clients (mint) which are used for training. Courses might run anywhere from a few days to multiple weeks. They want a "one button press", as in very quick and easy, way of resetting all the clients back to their fresh install state…
zorban
  • 11
  • 1
1
vote
1 answer

Can't get origin/request IP address in php from KVM apache website in bridge mode

I have a apache webserver running on ubuntu 18.04 hosted on KVM This KVM is running on Linux Mint 20.1 host OS The networking is setup using bridge in KVM host-bridge some-uuid
duindain
  • 111
  • 2
1
vote
1 answer

Running script as user with root permissions

Due to conflicting and constantly changing permissions on mounted drives (which cannot easily be solved due to the development structure of programs), there is a script that must be run with root permissions. This can be done with sudo…
Mark Deven
  • 113
  • 5
0
votes
1 answer

Keep losing sshfs connection on Linux Mint 19

Edit: I set the dev up with a brand new laptop with a fresh OS install. Connection was still lost. Moved her to a different desk (which would be a different port on the switch in the closet), and the connection was lost. The dev that used to sit…
DevOpsSauce
  • 348
  • 1
  • 5
  • 22
0
votes
2 answers

Linux Mint 19 through WDS PXE does not boot

I find myself stuck trying to make linux mint 19 available from my wds. I can boot windows, ubuntu, centos, debian, kali linux AND linux mint 18 with minimal problems but linux mint 19 just won't boot. Curent menu file : DEFAULT …
Carobell
  • 331
  • 4
  • 16
0
votes
1 answer

Postfix issue: Email not showing up

I'm being taught to use PostFix to make a personal, cross-domain mail service. I've been stuck on this for a while, but... here's what happens. In this case, the DNS and mail servers, as well as destinations, are the same location. Two virtual…
Forsyte
  • 3
  • 2
0
votes
1 answer

Cannot get kernel to ask for LUKS password at boot after migrating the system from LVM to LVM on LUKS

I am running Linux Mint 18.3 on desktop system. I have migrated my workstation to LVM over LUKS, from plain LVM. The system does not boot and does not ask for LUKS password at boot. I can boot the system from LiveCD and properly unlock and mount…
SWilk
  • 181
  • 2
  • 7
0
votes
0 answers

Hard drive not visible during Linux Mint installation

I had successfully installed Linux Mint 19 on my new Dell laptop at work. It was working fine, in general, though it did not shut down properly. I'd seen somewhere a video driver might be responsible, so I used the Driver Manager to switch from…
user42363
  • 125
  • 1
  • 4
0
votes
3 answers

Apache cannot access external drive on Linux Mint

I have a Linux server and a Windows server with a external drive for my website files. The problem only exists in Linux Apache configuration, where I cannot access the files for the sites located on the external drive. This is the structure of my…
H35am
  • 111
  • 5
0
votes
1 answer

Ubuntu define correct virtual host on :81 port

I'm trying to install processmaker on my local machine, i create /opt directory and paste this php script into that, not i should defin virtual host on my ubuntu os, for doing this action i have this apache configuration into…
DolDurma
  • 103
  • 1
  • 7
0
votes
2 answers

File system keeps becoming read-only

After working for a while, my filesystem (EXT4) becomes read-only. I then use my live USB to boot into live mode and I run fsck on the corrupted partition (and others too, to be safe). I run fsck -y and it does fix all errors on the problematic…
sanjeev mk
  • 101
  • 1
  • 1
0
votes
0 answers

Linux Mint Startup error due to insufficient disk space

Can you help me please to solve this issue? I am on Linux Mint 18.3. I use it for java script development. I have just Chrome, node and Visual Studio Code. Just couple days ago disk analyzer told me, that is not enough of disk space. I tried to…
0
votes
1 answer

NGINX installation error

Using Linux Mint 18.3 when I had nginx installed which was running well. I needed to uninstall it for some reason, and I uninstall it using command: sudo apt purge nginx -y sudo rm -rf /etc/nginx sudo apt autoremove then when I need it later…
Amin
  • 147
  • 1
  • 6
0
votes
2 answers

start sevices after boot complete in linux mint

I am using linux mint 18.3 Sylvia. My system is taking a long time to boot, as I found a lot of services are running at start up. What I am asking is there any way I could start those services after boot process is completed? Because I dont need…
mehedi
  • 103
  • 3