How to fix the php.validate.executablePath vscode error on lampp at deepin linux
Just add the following line inside the
settings.json file on VSCode and save:
{ “php.validate.executablePath”: “/opt/lampp/bin/php-7.3.14”
}
Just add the following line inside the
settings.json file on VSCode and save:
{ “php.validate.executablePath”: “/opt/lampp/bin/php-7.3.14”
}
1. Get the UUID of the partition by the following commandsudo blkid 2. Create a directory where you want to be mounted/shown the filesmkdir mydrive 3. Open the fstab file to be mounted the drive automatically on system startupsudo nano /etc/fstab 4. Paste the following line end of the fstab file after checking the Note below.UUID=561B-01A3 /home/username/mydrive vfat defaults,umask=000 0 2…
The series of commands for installing nodejs 12.x and npm on ubuntu 18.x sudo apt update sudo apt install nodejs sudo apt install npm sudo apt install curl curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash – sudo apt-get install -y nodejs To check the version: node -v or nodejs -v …
cvt 1920 1080 Copy the modeline from “1920×1080 to +vsync xrandr –newmode “1920x1080_60.00” 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr –addmode VGA-1 1920x1080_60.00 Save settings: sudo nano ~/.profile Paste above xrandr –newmode and xrandr –addmode full command lines at the bottom of the .profile file and save it.
Here I have described that, how to mount an NTFS drive on linux debian server. First Login to your account Install ntfs-3g app sudo apt install ntfs-3g See the list of all drives sudo fdisk -l Suppose you want to mount /dev/sda8 Create a sub-directory for that drive inside the media directory sudo mkdir /media/mydrive Open and edit the fstab file for…
To install the certbot on Oracle Linux 8 sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpmsudo yum updatesudo yum install snapdsudo systemctl enable snapdsudo systemctl start snapdsudo snap install core; sudo snap refresh core # To enable classic confinementsudo ln -s /var/lib/snapd/snap /snap snap install –classic certbotsudo ln -s /snap/bin/certbot /usr/bin/certbot # To check the installationcertbot –version
Let’s create a Virtual Machine (VM) instance by following functionalities and features. A Debian-10 is perfect for me. I’m comfortable with DDClient, which updates the external IP of the instance so, I don’t need any static IP yet. An N1 Micro instance with 10GB Balanced Persistent Disk (PD) is quite ok. I don’t prefer a…