Why can't I launch R in server using vim R plugin? - r

My local computer platform is this:
Distributor ID: Debian
Description: Debian GNU/Linux 8.1 (jessie)
Release: 8.1
Codename: jessie
Where I have installed vim-r-plugin and it works well.
Now I have some project needs to work on server which turns out a platform of:
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
In this server I can't launch R through \rf as I usually do on my local computer. My question is how to launch R from my server platform. Do I need to install vim-r-plugin again in the server Ubuntu platform?

Related

How can I disable multitouch gestures on Ubuntu 22.04

I was using a GNOME extension to disable multitouch gestures on ubuntu 20.04 but it doesn't work with ubuntu 22.04
Does anybody know how to disable this on Ubuntu 22.04?
I have found this extension that works to me:
wget "https://extensions.gnome.org/extension-data/disable-gestures-2021verycrazydog.gmail.com.v4.shell-extension.zip"
gnome-extensions install disable-gestures-2021verycrazydog.gmail.com.v4.shell-extension.zip
reboot

Cannot install latest R version on Google Cloud

I am trying to set up Rstudio on an Ubuntu cloud server (gcloud). I currently have version R-3.4.4 on RStudio, but would like to upgrade. The issue is, I am unable to.
I am running the following version of Ubuntu.
name#sc1:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
I installed the RStudio server for Ubuntu 18 as suggested here: https://www.rstudio.com/products/rstudio/download-server/debian-ubuntu/
So essentially running to install the server:
sudo apt-get install gdebi-core
wget https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.4.1717-amd64.deb
sudo gdebi rstudio-server-1.4.1717-amd64.deb
Checking the version of R Studio I have:
sudo -i R
Output:
name#sc1:~$ sudo -i R
R version 4.1.0 (2021-05-18) -- "Camp Pontanezen"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
However, this is what pops up in my RStudio.
Anyone have ideas for what I'm doing wrong? How can I upgrade my package?
Furthermore, in my /home/user/R/x86_64-pc-linux-gnu-library directory, I have an R-3.4 folder, which is confusing…
Turns out that after I installed R 4.0, I had to restarted the VM and that seemed to work. Unclear why this is, but at least it worked!

Install kaa single-node 0.10.0 or 0.11.0 on Ubuntu 18.10

is Kaa single-node compatible with Ubuntu 18.10?
If i install on Ubuntu 16.04 it works, on Ubuntu 18.10 everything seems starting right but when i try connecting to http://localhost:8080/kaaAdmin it shows that "it couldn't connect to the page" (in Ubuntu 16.04 works). Is it a firewall problem?
I followed kaa installation guide (configuring zookeeper, mongodb etc)
Kaa's logs are empty (no errors, no warnings)...
I also tried compiling kaa 0.11.0 from source and this situation persists.
Greetigs,
kaa_newbie.
EDIT: It's a Zookeeper problem! Kaa works only on Zookeeper v3.4.8. If I install this version on Ubuntu 18.10, it works!
It's a Zookeeper problem! Kaa works only on Zookeeper v3.4.8. If I install this version on Ubuntu 18.10, it works!

How to install erpnext on Windows

I have installed ERPNext on Ubuntu, now I have a specific requirement where I want to install it on Windows OS.
I have download the following Pre requisites.
1. Python 2.7
2. MariaDB
What is the correct procedure to install erpnext on windows. ?
ERPNext isn't compatible with Windows.
How ever you can install it in Windows using Virtual Machine
So
VM:
Install a Virtual Machine on Microsoft Windows
By following these instruction
After that follow these steps
Installation Steps:
Install WAMPserver from here
Install Python from here
Install Setup tools from here
Configure httpd.conf
Replace shebang lines to your python directory.
Run install.py
Good Luck
ERPNext isn't compatible with windows yet, as it uses some unix utilities.
You can do it using windows subsystem for linux and carry the steps of installing on linux in commandline of linux.

Ubuntu with both 32bit and 64bit libcurl

Im running a c++ application and Asterisk in 64bit Ubuntu machine.My C++ application needs 32bit libcurl. And Asterisk needs 64bit libcurl to do some http calls in the dialpaln.Can I keep both 32bit and 64bit libcurl in the same machine and config asterisk to lookup for 64bit libcurl?
You can have on linux both 32 or 64 libs. 32bit apps will use libc.i686 and 32bit libs, 64bit apps will use 64bit libs.

Resources