All Questions
0
votes
0answers
3 views
VLA works on gcc-4.9.2 but not on gcc-6.2.0
A very simple code to test vla on gcc works fine on gcc-4.2.9 (raspbian), but not on gcc-6.2.0 ( Ubuntu). I am surprized. Though it compile without error, the output is not proper.
code:
int ...
0
votes
0answers
2 views
initramfs configuration fails new modules are added
I'm trying to passtrought PCI via OMVF. The manual states to
That means adding, in this order, vfio, vfio_iommu_type1, vfio_pci and vfio_virqfd to mkinitcpio
and regenerate initramfs ...
0
votes
0answers
3 views
fakeraid + UEFI + GPT - grub doesn't detect raid volume after debian install using dmraid
I have a post on the debian forums as well but it seems to have less traffic than here so I thought I'd try my luck here as well.
I'm trying to install windows 10 and debian and possibly more ...
0
votes
1answer
4 views
pfSense IPv6 Configuration
I'm running a virtual environment on a root server.
To connect all my maschines to the internet i got a pfSense setup up.
For the pfSense box it got let's say the 2a01:4f8:162:xxxx::/64-network.
...
0
votes
0answers
5 views
Turn a SSH tunnel into > system proxy?
This is the way I set a ssh tunnel:
1.1.1.1 is to be considered my remote server's IP
ssh -D 8000 -f -C -N [email protected] -i /key.pem
I then go configure firefox to use Manual Proxy Setting
...
0
votes
0answers
5 views
Debian Dual Boot installation GRUB not showing
I am trying to install debian-live-8.4.0-amd64-cinnamon-desktop.iso (available from here) to my PC with windows 10 OS.
I did following steps:
I put it on USB
Booted from USB
I had ~105GB of free ...
0
votes
0answers
8 views
Error with make and sudo make install command in terminal
I am running BackBox Linux version 4.6.
Trying to install GdMap version 0.8.1.
I've entered:
./configure
and then:
make
and this is what I got:
make all-recursive make1: Entering directory /...
0
votes
0answers
13 views
Local device DNS thinks I am in the wrong country
I recently traveled to Canada, and once I arrived my Ubuntu 16.10 laptop started having DNS resolution issues after a couple days when it became confused about what country I was in. Initially I could ...
1
vote
0answers
5 views
Lenovo Ideapad running Mint random freeze
My new laptop is randomly freezing. This freezing occurs rarely - every dozen days. However once happened just after previous. The problem is that I cannot find what causes this freeze. I use this ...
1
vote
1answer
16 views
Centos 7 - How can I get rid of NetworkManager?
Centos 7 Desktop:
Wanted to remove NetworkManager and learn to do things on my own.
service NetworkManager stop
chkconfig NetworkManager off
Let's see what is in /etc/sysconfig/network-scripts
...
0
votes
0answers
11 views
Install CentOS 7 without any local disk?
Q: If we only got disks from iSCSI (additionally multipath) and no local disks, how can we install a CentOS 7 on them?
-1
votes
0answers
8 views
Kali Linux - Help after having interrupted apt-get upgrade
Yesterday I was using kali linux 2 and I was trying to update using apt-get update && apt-get upgrade like usual. After quite some time (I'm in a hospital with crappy wifi and it's been almost ...
0
votes
0answers
7 views
visudo syntax good explanation for effective_user_list
Somewhere on the Internet I found this:
The syntax to configure user privileges is as follows:
user_list host_list=effective_user_list tag_list command_list
Where:
user_list – list of users or a ...
0
votes
0answers
6 views
how to convert audio (.3gpp) file to video file?
I've a pure audio file having extension of .3gpp. How to convert it into a video file? As it doesn't contain any video, so a blank screen would suffice. I'm working on Ubuntu 16.04. Also I'm ...
0
votes
0answers
5 views
Change volume on bluetooth speaker with amixer
I currently use custom created keyboard shortcuts to change the volume of my computer. The terminal commands I use are:
amixer sset Master 3%+
amixer sset Master 3%-
This changes the volume of the "...