XFile Sharing: I am not able to install xfile sharing free version on my Linux server - file-sharing

I have download the xfile sharing free script and try to install that according to the installation file. But I am not able to run the script.
I have downloaded demo version from https://sibsoft.net/xfilesharing.html

Try changing the permisions of install.cgi to 755 & try installing it again.
Regards

Related

command prompt when i try install any dependence

when I try to install any dependence in command prompt get this error message and tried to google but nothing any one to help me please
please I need help someone to help me
try installing locally. and add this path to your system variable: C:\Program Files\nodejs
Reinstall the node.
You have two ways to install Node.js on your computer.
Option 1 – Setup by running the .msi installation file
Its a typical Windows installation and automated. No need to add
entries in environment varaiable
Option 2 – Setup by extracting .zip file
This method does not require admin access and can be used to install
on nodejs on a system on which you dont have admin access such as you
official laptop or desktop.
Removing nodejs is as simple as deleting the folder. You will have
to add entries in environment variable if you want to execute node
command from any location in windows command prompt. https://nodejs.org/en/download/
Based on the screenshot.your access is denied.Would suggest starting the terminal as an administrator before running the command.

Cytoscape and linux

Trying to install Cytoscape program on linux cytoscape. And I don't know how because first install button transfers me to HTML page and nothing is downloadable. (I have java installed). I tried to download tar.gz file but I am stuck, because there is no configure file and it says I have no permission for it. What should I do?
Once java 11 is installed on your computer try this:
ctrl+alt+T #open Ubuntu's console
cd /home/fulanita/Downloads #this is the directory where my computer has cytoscape.
chmod +x ./Cytoscape_3_8_1_unix.sh
./Cytoscape_3_8_1_unix.sh #3.8.1 is the last version for Ubuntu
the program will start to install
If anyone comes here in search for an answer I found a solution.
You go to you directory where you keep extracted tar.gz
with cd -Folderdestination/ you locate a folderwhere you keep a file named cytoscape.sh, and with command
sudo sh cytoscape.sh
install the program.

Can not install nodejs

my computer can not install Nodejs.
Pic below
And
Have you googled for the error you're getting?
https://github.com/nodejs/node/issues/3431 says you should try either clearing your temp directory, running the installer as an admin, or disabling antivirus
https://github.com/nodejs/node/issues/5759 says you might need to modify the privileges on your temp folder (if running as administrator doesn't help)
More solutions here: https://github.com/nodejs/help/issues/333

How to install python3 without admin rights on Windows?

I want to install python3 on a computer that I do not have admin rights. Are there any ways to go around ? Thanks.
You could try python virtual environments, which is probably good practice even if you have admin rights. Here is a good guide to python virtual environments: http://docs.python-guide.org/en/latest/dev/virtualenvs/
You can try downloading the .zip from the python website https://www.python.org/downloads/release/python-371/ under files.
Although you won't find IDLE as a part of this python by default. You can use any other IDE or just cmd.
Download msi file for particular version and mention the target directory name and run below command in Download folder(where msi placed)
msiexec /a python-2.7.10.msi /qb TARGETDIR=D:\python27
inside D:\python27 we got python path and application

Xampp on linux mint

im trying to install xampp on "new" linux mint machine.
However im quite a noob to linux since i havnt used it for that long.
When i try to run the file that ive download from the following page:
Xampp download
i get the following error two errors:
Could not display "/home/marc/Downloads/xampp-linux-x64-1.8.3-0-installer.run".
and if i click yes
Installing mime type handlers isn't supported
To search and install software which can open certain file types you have to install app-install-data.
can anyone tell me what the problem is and how i might fix it?
you need to execute the file (e.g. open a terminal, navigate to your Downloads folder and run bash xampp-linux-x64-1.8.3-0-installer.run (possibly it might need to be run otherwise, but thats my best guess)).
alternatively you might be presented to run/execute the file (instead of displaying it). if so, choose this option.
on the other hand, you might consider installing apache/php/mysql via your package manager.
what you can do is that you can use the chmod +x /your folder location/.run file that you want to install
after that you can run following command
./and your .run file name
example:-
in my case :- User#user~$su root
it will ask for password so give it
User#user~chmod +x /Downloads/xampp-linux-x64-1.8.3-0-installer.run
User#user~./xampp-linux-x64-1.8.3-0-installer.run

Resources