All Questions
0
votes
0answers
3 views
How do I mount a drive?
Well, I recently made a mistake on my server and it is no longer bootable. So I ran a rescue CD and got on it to find out I need to mount the old drive to get my files back. I was running on Ubuntu 16....
0
votes
0answers
5 views
How does the Conditional (ternary) Operator get evaluated?
in all of the examples I've seen how this works
condition?value = true:value = false
I have yet to find how it actually works. taking this mode of operation it is almost plainly explained.
Short-...
0
votes
0answers
3 views
How to configure Bind for Spamassassin
I'm wondering if anyone can help me out with following the directions I found here
https://wiki.apache.org/spamassassin/CachingNameserver
to set up a working configuration for Spamassassin. I think ...
0
votes
0answers
2 views
Wifi card causing High interrupts on Fedora 24
I am running Fedora 24 on my MSI cx61 2QC laptop. Occasionally, one of the processor's core becomes monopolized by high irqs from the rtl_pci(wifi) card.
The model of the wifi card is RTL8723AE.
$ ...
0
votes
0answers
2 views
`yum history undo $everything` to bring CentOS back to original state?
I made a few yum transactions (8 to be exact), and now my CentOS 7 is messed up. Is there a way to undo everything in one command?
0
votes
0answers
3 views
mount moto g on debian
Apparently Motorola's phones have MTP disabled (?) and can't find a way to transfer the files to my computer. Have read a bunch of links and none of them work. Have created the file /etc/udev/51-...
0
votes
0answers
4 views
How to use a fuse directory for FTP?
I mounted my Google Drive via google-drive-ocamlfuse (see here:https://github.com/astrada/google-drive-ocamlfuse), for which I think is a software using fuse to mount the Google Drive.
But when I ...
1
vote
0answers
9 views
Failed to start Cryptography Setup for 0
What does it mean?
What should I do to fix it?
[root@MYSRV /]# systemctl status [email protected]
● [email protected] - Cryptography Setup for 0
Loaded: loaded (/etc/...
0
votes
0answers
10 views
Cannot Modify / Delete files over samba share
I have a directory on my Linux machine that I want to share to my Windows machine. I want to be able to modify / delete these files from the Windows PC. I've installed and am using Samba to share the ...
0
votes
1answer
11 views
CentOS 7 won't boot after `yum update`
I just set up a fresh install of CentOS 7.2, and after doing yum update, I can not boot into my machine. The kernel was updated, I can see both kernels in GRUB2, but I cannot boot into either of them, ...
0
votes
0answers
13 views
Wi-Fi not working on Kali Linux (Macbook Pro 13, Mid 2014)
I have successfully created Live USB with Kali Linux and booted up on my Macbook Pro 13, Mid 2014. Everything works perfect, except one thing: my internal wireless card isn't detected by Kali, thus I ...
1
vote
0answers
17 views
Copying directory from one folder to another didn't work
I followed exactly it is mentioned over here in this tutorial:
cp -avr /home/vivek/letters /usb/backup
whereas , in my case, I was copying directory from terms folder to terms_code. I ran the above ...
0
votes
0answers
11 views
Use network interface to send data to GNURadio
Shorter version
How can I make a network interface on Linux send and receive packets from a running process rather than a network device driver?
Longer version
I'm planning as my bachelor thesis to ...
1
vote
1answer
14 views
Differences between building from git clone and downloaded zip
I'm trying to build the xcb-util-xrm library manually. I found two links with build instructions one from the issue tracker of i3gaps and one from this bug report here.
The instructions in the first ...
1
vote
0answers
7 views
tracking proxied TCP connection
I'm a unix admin at a college. I've two web servers. One of them is for faculty and one of them is for the official college web team. The offical web server proxies requests for faculty web pages, ...