Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
608 questions with no upvoted or accepted answers
2 votes
0 answers
407 views

Centos 7 KVM cifs mount issues

I am having a issue with Centos changing my KVM images folder from the default to a Cifs Shared folder. Any time I try it, it returns a error like so: [root@localhost Centos_Atomic]# systemctl status ...
jmcgrath207's user avatar
2 votes
0 answers
3k views

How to mount NFS share in OS X Yosemite?

I have an NFS server (CentOS 6.6 at IP 192.168.1.16) that shares a folder /nfs/share. I want to mount this folder from a Mac laptop (at mount point /nfs/share). When I tried the following: sudo ...
Kevin S.'s user avatar
  • 131
2 votes
1 answer
122 views

Running a process in the background using &

I have created the following script: #!/bin/bash while : do echo "1" >> test.txt sleep 1 done If I run the command using ./exm.sh & it runs on the background as expected and it ...
Nereo's user avatar
  • 21
2 votes
0 answers
1k views

systemctl do something between stop and start during restart or kill

I have a C++ program that runs as a non-daemon (but could be changed), and I'm controlling it with systemd. That works. Albeit with the ugly that to restart it I need to either be root (to use ...
Code Abominator's user avatar
2 votes
0 answers
2k views

Make xmodmap Changes Permanent

I made some changes to my keymap by writing: remove mod4 = Super_L add control = Super_L in ~/.Xmodmap The changes work after running xmodmap ~/.Xmodmap But they will not stick after restart. I ...
BAR's user avatar
  • 419
2 votes
1 answer
485 views

How to ensure ssh via cgroups on centos?

When some cpu-intensive processes are running on the server, chances are that we could not log in to this machine with error 'operation timeout' via ssh command. According to this post answered by ...
Judking's user avatar
  • 173
2 votes
0 answers
244 views

How to configure interface for FPGA using Red Hawk SDR

I would like to start using the Red Hawk SDR with a custom data acquisition board, but the documentation does not seem clear enough on exactly how to interface with custom FPGA based hardware. Is ...
Ollie Mcconnell's user avatar
2 votes
0 answers
151 views

1 chroot sftp user that is able to traverse all other chroot sftp users files/folders

I have a chroot environment that I have setup on CentOS 6. We have users for all of our trading partners and I would like to create an internal user for another department that can sftp in and only ...
camarokris's user avatar
2 votes
0 answers
155 views

Printer configurations on Linux: Providing privilege to normal users

I am on a CentOS machine. Everything is working fine, I can configure the printer with the GUI System->Administration->Printing. It asks for root password and then I can make the configurations. ...
beginer's user avatar
  • 257
2 votes
1 answer
729 views

IPSet with IP6Tables ERROR

Can someone please solve my headache and tell me how to fix this? [root@www ~]# ip6tables -I INPUT -m set --match-set blacklist6 src -J DROP ip6tables v1.4.7: Couldn't load match `set':/lib64/...
JohnDoe's user avatar
  • 21
2 votes
0 answers
1k views

CentOS 5.10 Yum Packages won't update/upgrade

I've just used yum to install PhpMyAdmin and it installed version 2.11.11.3-2.el5 which is completely out of date since version 4 is out. I've tried running yum update phpmyadmin but I receive No ...
Karl's user avatar
  • 121
2 votes
0 answers
3k views

Accessing VM on host machine through IP address

I'm trying to set up a CentOS VM with VMware Fusion and get access to it through the host. I was following a tutorial online for this as this is my first time doing this. When I try to access the IP ...
user2770735's user avatar
2 votes
1 answer
740 views

CentOS Minimal + GUI; How to ensure GUI packages are installed from USB rather than from YUM repos?

I downloaded the CentOS Minimal .iso file from CentOS' web site and then created a USB drive via some tool by Fedora, I believe. I booted up the PC and installed CentOS Minimal, it was flawless, no ...
user250643's user avatar
2 votes
0 answers
424 views

xdotool : close all windows except the one that is active (infront)

I would like to execute a command that will close all windows except the one that is currently active. i would likely to place this command in the gnome-panel which means when i click on the button, ...
user2735866's user avatar
2 votes
0 answers
289 views

Samba Share: smb doesn't set group id bit

I have some problems with a smb share. Every subfolder should get the group id bit. If I create a directory local on the machine with: $ mkdir local the bit is set, but if i create it via the smb ...
patrickS's user avatar
  • 1,527

15 30 50 per page
1 2 3
4
5
41