Skip to content

Tag: ubuntu

Browsersync on Linux

I did install Browsersync on Ubuntu using command line: Now, I went to check for version: where I get error message: What should I do now? Answer I got it fixed installing nodejs-legacy: Then checked back to be worked: Thanks to @Biffen for his tip 🙂

Linux: How to change command to different path?

I installed nodejs on my ubuntu system. The command which nodejsgives me the following response: /usr/bin/nodejs which is correct because a nodejs -v gives me the version I installed, 0.10.25. If I type which node instead, I get /usr/sbin/node which does nothing at all. My question is now: How do I change the…

Amazon linux AMI vs Ubuntu

I was given a project that was running on Amazon linux AMI, now I need to transfer project to Ubuntu server. I am more familiar with Ubuntu. I was wondering what would be the difference? Will the project work perfectly on Ubuntu? Answer Amazon Linux AMI is a red hat based distro so things like the package ins…

/usr/bin/ld cannot find -l

I have written a few programs and while trying to compile them using g++,as thus, I keep getting the following error: fwlib32.h is the library I am trying to include. The shared object file libfwlib32.so is present in /usr/local/lib as well as /usr/lib. But I am unable link to it. I have tried all the solutio…

How to find the FQDN of an Azure VM

I just spun up a new Azure VM from the portal. I want to find the FQDN of the said portal so that I can connect to it via SSH, using this scheme: ssh username@FQDN -p 22 Can anyone tell me where to look? I’ve spent many hours trying to do this, but to no avail. Answer For you to