Pm2 command not found after path is added, The problem is that you are running NPM as sudo, so you will only be able to access it using: sudo pm2 start server.js Install without sudo, you may even install without the -g flag and call it directly from node_modules directory. This may...
sudo gedit /etc/modprobe.d/options 2. Add the following line to the bottom of the file options snd_hda_intel model=mbp3 3. Reboot your computer 4. Recommended: leave microphone muted in the volume control to prevent feedback when closing the lid. Don't forget to un-mute the speakers...
sudo gedit /etc/default/grub2.- Uncomment the line that reads: GRUB_DISABLE_LINUX_UUID=true3.- Save and Close 4.- Run the following command: sudo update-grub CategoryMac The MactelSupportTeam is about to restructure and reorganize the documentation for Intel-based Macs. If you are ...
The command above create a new 'xorg.conf', if there are non, which is sometimes the case. The following command opens this file: sudo gedit /etc/X11/xorg.conf Search for Section "Device" and edit the file as below (note that yours might not be exactly the same as here): Section...
The command above create a new 'xorg.conf', if there are non, which is sometimes the case. The following command opens this file: sudo gedit /etc/X11/xorg.conf Search for Section "Device" and edit the file as below (note that yours might not be exactly the same as here): ...
sudo gedit /etc/modules It is highly recommended to use the fan controller daemon that is included in the mactel-support ppa called macfanctl. After enabling the ppa as shown above you can add this tool with the following command: sudo apt-get install macfanctld After installation you th...
sudo apt-get install applesmc-dkms nvidia-bl-dkms pommed CPUTo check the number of cores enabled, simply run cat /proc/cpuinfo | grep 'cpu cores' from a terminal. If dual-core support is not automatically enabled run gksudo gedit /etc/default/grub...
gksudo gedit /etc/modules Add to this to end of file, save and reboot: coretemp If you would like to monitor temperature readings and fan speed, install sensors-applet: sudo apt-get install sensors-applet Reboot and then add the applet to your panel. ...
sudo cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/my-synaptics.conf Now edit the new conf file: gksudo gedit /etc/X11/xorg.conf.d/my-synaptics.conf and add the following line just before the EndSection marker of your input class: Option "PalmDetect" "1"...
sudo apt-get install nvidia-bl-dkms pommed nvidia-bl-dkms must be in /etc/modules file to load. Open the file in an editor with: gksudo gedit /etc/modules And add to the end this line: nvidia_bl shift=2 The shift option reduces the dimming range to make it more comfortable. ...