Skip to main content

Questions tagged [ubuntu-16.04]

The 24th major version of Ubuntu, codenamed Xenial Xerus.

1 vote
0 answers
136 views

Dependency issues with Ubuntu16.04 setting up honeypot

I am working on a project for an educational course. I am trying to set up a Cowrie honeypot on an Ubuntu 16.04 VM. I have followed the instructions from this site https://cowrie.readthedocs.io/en/...
Q-cifer's user avatar
  • 11
0 votes
1 answer
599 views

DropbearSSH - ssh client says: Authentication succeeded (public key) but connection closed by remote host

Question How to setup password-less (key-based) ssh from Ubuntu16.04 client to Dropbear SSH server? My private key is not passphrase-protected. I am unable to ssh from Ubuntu16.04 to DropbearSSH with ...
Craftonix - AA's user avatar
0 votes
2 answers
1k views

How to change the Git SSH password remember setting?

Git allows using an RSA fingerprint or ED25519 to do a pull or push to GitHub. When adding the key and pushing for the first time, we are asked (via a modal box of Ubuntu's GUI) if we want Git to ...
Nav's user avatar
  • 1,089
0 votes
2 answers
8k views

Virtualization issue when using EVE-NG VM in VMWARE: neither Intel VT-x or AMD-V found

I am trying to use the EVE-NG virtual machine that uses Ubuntu 16 in VMWare Player 16 using Windows 10 Home. But I have the problem that when starting the machine the following message is displayed: ...
luis-epa's user avatar
1 vote
0 answers
310 views

Update WSL from 16.04 to 18.04

I tried to follow Can I upgrade my existing Ubuntu installation in WSL from 16.04 to 18.04? by sudo do-release-upgrade -d (I managed to update from ubuntu 14 to 16 by the above command) I got ...
AlphaF20's user avatar
  • 111
0 votes
2 answers
3k views

how to install gcc-7-aarch64-linux-gnu on ubuntu 16.04

With ubuntu 18.04, gcc-7-aarch64-linux-gnu and g++-7-aarch64-linux-gnu can be installed directly via apt but with 16.04 I am unable to find a way in which I can make these packages work. Any pointers ...
yashC's user avatar
  • 113
-3 votes
1 answer
203 views

Using ubuntu users for a login system on a website [closed]

I was wondering if anyone could point me in the right direction. I am wanting to create a login system that pulls the users already created on the server.(Using Ubuntu 16.04). I believe an example ...
GamerLiko's user avatar
2 votes
3 answers
11k views

How to move Linux Swap Partition - GParted

I have a dual boot machine with Windows 10 and Ubuntu 16.04 LTS. I want to allocate my space to my home partition but I have to move my Linux Swap Partition. How can I do it? Here are my partitions ...
João Martins's user avatar
0 votes
2 answers
750 views

USB network card not detected at startup Ubuntu16.04

I have been using Ubuntu 16.04 on the surface GO since 2018. To get wired network I am using a USB-C 3 port USB + LAN adapter. Problem Sometimes when starting up only the network card does not get ...
Naten Baptista's user avatar
0 votes
0 answers
1k views

How to delete all partitions and re-install latests Ubuntu version?

Hope you are all doing fine. First of all, I am not an expert on Linux or computer crafts. Now, to the point: I have an old Dell Vostro3500 laptop. It has a partition that allows selecting between ...
GEBRU's user avatar
  • 101
1 vote
0 answers
2k views

Trouble setting up Hamachi Gateway in Linux (Ubuntu 16.04 LTS)

I've been trying to setup a Hamachi Gateway network using a linux VM running Ubuntu 16.04 LTS as the gateway computer for the office network I want remote access too. Right now, I have created the ...
Jason O's user avatar
  • 111
0 votes
1 answer
53 views

USB mount directory remains after power loss

How can I prevent, or clean up (in an unprivileged way), the USB mount directories that remain after a power loss? Here I'm inserting my USB stick: There are no other USB sticks present, and I ...
Mark Jeronimus's user avatar
0 votes
1 answer
229 views

Ubuntu 16.04 sftp and vscode ssh not working

I use MobaXterm on my windows PC to connect to an Ubuntu 16.04 machine. I worked well until recently I found that SFTP is not working, so my MobaXterm sftp pane is disappear. To make sure that is not ...
Jim Chen's user avatar
  • 103
1 vote
0 answers
37 views

on the password prompt, the shell automatically adds a return after entering a character and displays authentication failed

logging in to an ubuntu 16.04 server via ssh. This has never happened before. The other user I asked seems unaffected by this. What could have happened? Also, when I try to enter my git credentials ...
spheroid's user avatar
2 votes
1 answer
85 views

Two Static IPs on same interface

Currently I'm working on a robotics project. I'm using two different sensors for the project and they are connected to my PC via an ethernet switch. However, these two sensors demand two different ...
saracoglumert's user avatar
1 vote
1 answer
4k views

How to update an install of ClamAV on one VM that is offline after updating it on another VM that is online

The host OS Windows 10 and I it is running VirtualBox 6.1.12. Guest OS 1 (VM 1): Ubuntu 16.04 headless server: Network Setting: Adapter 1 attached to Bridged : Network Setting: Adapter 2 attached to ...
learning's user avatar
0 votes
1 answer
8k views

packet_write_wait: Connection to @host port 22: Broken pipe

I'm trying to copy some files from production server(ubuntu 16.04) to backup server(ubuntu 16.04) using scp command but getting packet_write_wait: Connection to @host port 22: Broken pipe Lost ...
Jay Singh's user avatar
0 votes
0 answers
191 views

Enable ubuntu linux server cache with Apache

Good morning. I need help with something. Today I use a Ubuntu 16.04 linux server and I'm trying to enable caching on my server in order to increase the Google Page Speed score. But I could not. On ...
Saulo's user avatar
  • 1
1 vote
1 answer
1k views

How do I upgrade to the latest ruby in Ubuntu 16.04 properly?

I am trying to upgrade Ruby to the latest in Ubuntu 16.04. I can't use virtual environment for ruby because I need to use latest version of Ruby inside python virtual env. So I decided to upgrade ...
RNA's user avatar
  • 113
0 votes
1 answer
98 views

Is this error complaining about missing build-tools ? (Paramiko)

I'm installing Paramiko on arm architecture and during install I get this error: I'm not 100% sure. Does this error mean that I need to install build-tools first ? It's complaining about gcc compiler ...
Mark's user avatar
  • 137
0 votes
1 answer
94 views

VirtualBox Guest Ubuntu 16.04 does dnot get DHCP IP when started on a Windows 10 host

I have a VirtualBox VM Ubuntu 16.04 guest running on Window 10 Host Problem: When I resume from hibernation on Windows 10 and then start the Ubuntu VM the guest OS does not get an IP. Using ethtool ...
Naten Baptista's user avatar
0 votes
0 answers
72 views

Why terminal in Ubuntu 16 cannot find go version even after setting up path?

I followed the below steps to set up a workspace for go in ubuntu 16. 1.Downloaded go 1.14 version for linux from https://golang.org/ 2.Extracted it in the /usr/local using the command- sudo tar -C /...
JSnow's user avatar
  • 101
1 vote
0 answers
113 views

XPS 15-7590 with heavy GPU load crashes on Ubuntu 16.04

The problem in short: My XPS 15-7590 crashes on Ubuntu 16.04 under a heavy GPU load. I suspect this is caused by the GPU overheating (thermal throttling not working) as the GPU seems to crash as soon ...
Sushant Vijay Chavan's user avatar
0 votes
1 answer
293 views

Wrong certificate used for every website

On an Ubuntu 16.04 host, using cURL or Wget on any website results in the following error: % sudo wget https://github.com --debug DEBUG output created by Wget 1.17.1 on linux-gnu. Reading HSTS ...
perlwle's user avatar
  • 101
1 vote
0 answers
174 views

AWS ec2 instance with Multi user login with ssh key not work

I have a server(ubuntu16.04) in aws ec2. And I have a private key to access the server. The origin user I used called ubuntu which is generated by aws. Now my client B wants to login server to ...
Terrence Poe's user avatar
1 vote
0 answers
123 views

unable to execute VBoxManage command in python executable (created with pyinstaller)

OS: Ubuntu 16.04 LTS make an install.py file executable: pyinstaller -w install.py --onefile install.py script: import os VM = os.system('VBoxManage startvm win10 --type headless') if VM == 0: ...
ahsan azeem's user avatar
0 votes
1 answer
8k views

Why do disk errors appear in dmesg output even though fsck has not been run?

I have an 8TiB disk attached via UBS3 and formatted into 3 EXT3 partitions which I use as a backup drive (it's plugged into a SATA cradle). The disk has been attached and mounted for several days ...
dsnowdon's user avatar
0 votes
0 answers
685 views

GUI slow when switching programs or opening application list

I think I'm having issues with some cache or something similar. This results in the following issue: When I try to switch the open program using [Alt] + [Tab], the preview of programs takes a while ...
Christopher's user avatar
0 votes
1 answer
1k views

ext4 disk cleanly unmounted, but fsck.ext4 claims it was not and finds errors

I've got a (new) 8TB SATA hard disk that I bought to backup my Ubuntu 16.04 data disks. It's connected to my box via a Technet USB3 docking station (that I've used before and not had problems with). ...
dsnowdon's user avatar
1 vote
0 answers
609 views

Target display mode on mid 2011 iMac

I have an old 21.5" iMac (mid 2011) sitting around that's running OS X 10.7.5 (Lion)¹. It is listed by apple as one of the machines supporting Target Display Mode through Thunderbolt. I also have a ...
Remy's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
17