Skip to content

Tag: ubuntu

Login to Amazon EC2 via ssh

I have a question and am stuck at something. I recently created AWS EC2 Ubuntu instance with default settings. I have an Ubuntu machine locally as well and so far I managed to connect successfully to the Ubuntu instace with this command However I want to know if there is a simpler way to login to ssh without …

Change output filename when running a command in a loop

I am using the Tracer software package (https://github.com/Teichlab/tracer). The program is invoked as followed: tracer assemble [options] <file_1> [<file_2>] <cell_name> <output_directory> The program runs on a single dataset and the output goes to /<output_directory>/<cell_n…

can’t upload file to wordpress

I move my wordpress website to my vps with Cpanel, after move every thing is working well, but my media option can’t upload file to my library, I try to set permission for uploads folder and subfolders to 755,775 even 777 but media uploader get me this error : The uploaded file could not be moved to wp-…

jsreport failing on looking up extensions

So I recently started working on a linux machine (ubuntu 16.04) and followed the installation instructions here http://jsreport.net/downloads/. When I run npm start –production I get And I have no idea why. It was working fine on mac but now it is looking for this non-existent tmp file in ember. I&#8217…

Run bash whiptail script after login with sudo

I’m creating a virtual machine configuration script using whiptail that I’d like to have automatically start after the user logs in. The thing is, that I don’t want the user to be root, however because the user will need to be able to change things like hostname, ip address, add directories,…