How to make a symlink for MySQL?

Sorry guys for the silly question but I am really need of help. Running df -h I get /dev/vda1 40G 38G 0 100% / /dev/sda 99G 60M 94G 1% /mnt/volume-fra1-01 I tried to create a symlink between the heaviest folder of my server to the partition with more space. ln -s /var/www/folder1/folder2/folder3.it/ /mnt/volume-fra1-01 I have … Read more

Tomcat7 pointing to a symbolic link WAR [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I have Tomcat7 running on a Linux server. Tomcat is pointing to a symbolic link WAR for my application. The link is pointing … Read more

Two website accounts on linux VPS sharing common files/directories via symlinks [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 9 years … Read more

VPN connection fail DNS settings

I have a problem with DNS settings in Ubuntu 16.04. First I configure my VPN connection using .ovpn file with command: sudo openvpn vpn_config_file.ovpn The interface tun0 is up but it’s not getting any traffic: tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:192.168.200.66 P-t-P:192.168.200.65 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 … Read more

Two directories share storage without symbolic link

I am in a pickle. I have a server (physicals machine) that has a link between a directory and a partition. I don’t see a symbolic link. The problem is that the root partition shows 0% space. Even if I delete data from other directories it doesn’t effect the root partition correctly. I deleted 200MB … Read more

Symlink problem

I’m trying to do a simple symlink. I have a nfs share shared under /share. There are a couple of directories under /share. I wish to have a symlink of i.e.: /share/data in /var/opt/data. I come to a problem when I use “ln -s /share/data /var/opt/data”. I get a “symlink” in /var/opt/data that I cannot … Read more