similar to: Enable all permissions for root in Samba ...

Displaying 20 results from an estimated 400 matches similar to: "Enable all permissions for root in Samba ..."

2016 Aug 04
3
Can't connect trough SSH to a new fresh CentOS 7 minimal server
I have installed a new CentOS 7 minimal virtual machine in Vmware Workstation. I have disabled the firewall by running: *systemctl disable firewalld* => this one for disable it permanently (I don't need it since it's a VM for development) *systemctl stop firewalld* => this one for stop the service I have set SELinux to be permissive. SSH is up and running as the output from:
2016 Aug 04
0
Can't connect trough SSH to a new fresh CentOS 7 minimal server
A few things you might try: 1. Verify ssh is listening: netstat -antp | grep :22 | grep -i listen 2. Verify you can ssh locally: ssh localhost 3. Try to telnet to ssh port: telnet <ipaddr> 22 4. run nmap against the ipaddress to verify port 22 is seen. Hope this helps. Regards, Monty On 08/04/2016 06:36 PM, reynierpm at gmail.com wrote: > I have installed a new CentOS 7
2016 Aug 05
0
Enable all permissions for root in Samba ...
On Aug 4, 2016, at 7:23 PM, reynierpm at gmail.com wrote: > > I have a local virtual machine running > CentOS 7 so I do not need any security. Do you know what island hopping is? https://en.wikipedia.org/wiki/Exploit_(computer_security)#Pivoting Please explain to me how you are not attempting to create the easiest-to-access island of all time. That is, once an attacker gets into
2016 Mar 08
3
SOT: Can Fedora be installed from Live images?
Maybe world has changed I am not aware and I am still the old fashion way where I download a DVD image and install from there like in CentOS but has Fedora changed something? I mean I am trying to find the proper image for download it put on USB flash memory and install on my PC but all that I can find are "live images" so what happen here? Did I miss something? Can any put me on the
2012 Mar 02
2
OT: Why I can't see my email
Hi: I''m having a problem with this list and it''s that I can''t see my own emails and don''t know the cause. I check my configuration in Google Groups and it says that "Email: send each message to me as it arrives" so any help or tip? I just only see the reply from members lists but not my email so when I try to follow a thread sometimes I''m
2012 Mar 04
3
Which command run after change Models
Hi: I''m reading and learning from the Rails tutorial at [1] but not building the sample application instead I''m trying to build my own. After generate all the migration and build the main classes for Models I made some modifications to them in order to build relationship between tables now I think that I need to run some command to generate the scaffold again with proper
2006 Feb 21
6
Help with Script.aculo inPlaceEditor
Well, I start recently with Scriptacolus and inPlaceEditor. I have two doubts about use it. 1) When I specify URL for save changes or not it doesn''t work. See example below: <script type="text/javascript"> new Ajax.InPlaceEditor(''aNombre'', ''productos.php?a=actualizar&f=aNombre''); </script> In productos.php file I have
2016 Mar 08
0
SOT: Can Fedora be installed from Live images?
I think nearly all the fedora images are live CDs now. They should have an option to install fedora when you boot the cd. Usually when you boot the cd. A window appears asking to either install the os or try it out. If you are using a non gnome cd,you may have to search the application menu for the installer Hope this helps. Rafeal Stewart Big Fedora fan On Mar 8, 2016 08:54, "reynierpm
2016 Jan 29
1
Re: Write content to file from Dockerfile and/or any other method
On Fri, 29 Jan 2016 06:31, Keith Keller <kkeller at ...> wrote: > On 2016-01-29, reynierpm at gmail.com <reynierpm at gmail.com> wrote: >> >> I am building a Dockerfile and I am setting up MariaDB repos as follow: > > This question is probably way offtopic for a CentOS mailing list. > >> # Setup MariaDB repos >> RUN touch
2016 Jan 29
2
Where did network setup goes under setup utility in CentOS 7?
In CentOS 6.7 I ran setup command and I could configure network settings from that "gui" utility at command line. In CentOS 7 I don't know where this goes or how to enabled. I have installed a few packages: yum install setuptool -y \ && yum install system-config-network-tui -y \ && yum install system-config-firewall* -y \ && yum install
2006 Apr 15
1
Begin with Autocompleter
Hi list: I''m a young developer that need a little help with scriptaculous "Autocompleter". I work with PRADO framework (http://www.xisc.com) and PHP as a script language. Now this is a little function in JavaScript for make a AJAX call and show the results without reload the entire page. See below: 1 function makeRequest(url,element) { 2 var http_request = false; 3 if
2011 Dec 26
0
Putty error "Network error: Software caused connection abort"
Hi every: I have a test or development environment in my Windows workstation with VMware Workstation 8.0 where I have around 7 VM with CentOS 6.2 and each of them have 2 network interfaces: one bridge and the other NAT. Since a few days I have been experimenting some problems with Putty because I get this error: --------------------------- PuTTY Fatal Error --------------------------- Network
2016 Jan 29
2
Apache doesn't display "It works page" under CentOS 7
I have Apache/2.4.6 installed in a minimal CentOS 7 VM. I am trying to access the default page when Apache is installed by accessing the CentOS IP as http://192.168.3.130 (is a host only interface) but I got "This webpage is not available: ERR_CONNECTION_TIMED_OUT" and I can't find why. I have stopped iptables and then checked: # service iptables status Redirecting to /bin/systemctl
2016 Jan 29
2
Write content to file from Dockerfile and/or any other method
I am building a Dockerfile and I am setting up MariaDB repos as follow: # Setup MariaDB repos RUN touch /etc/yum.repos.d/MariaDB.repo I should write this inside the MariaDB.repo file: [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/5.5/centos6-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 What's the right way to do this? The one below? echo
2015 Nov 03
3
SSH login between servers still asking for password, why?
I have two servers identified as `server-1 - 192.168.3.128` and `server-2 - 192.168.3.130`. I am setting up `capifony` for automatic deployment from server-1 to server-2 and this is what I have done so far: 1. In both servers I have created a user `deploy` without password since that's the user I will use for deployment. 2. In server-1 I setup a SSH keys by running the command:
2014 Oct 29
3
Right way to install phpMyAdmin through Nginx and PHP-FPM
First I know this is not a list for PHP or Nginx setup or something else but I'll give it a try and ask here for support I'm running a new server with PHP 5.5.18 and Nginx 1.6.2 through FPM/FastCGI. The server is working fine since I have other websites running on it. Now I'm trying to configure phpMyAdmin and I tried this: * 1. *Create a file under
2016 Jan 29
3
SOT: Best strategy for automatize a flow that need user interaction
I am working in a Dockerfile but there is a "secure" MariaDB server script I need to run which is interactive and I don't know how to deal with this. Basically this is the flow I have follow on the script at test environment and is the same I want to achieve in the Dockerfile without user interaction by just answering as you seen on the flow below: #
2015 Nov 03
0
SSH login between servers still asking for password, why?
Hi On Tue, Nov 3, 2015 at 4:56 PM, Reynier Perez Mira <reynierpm at gmail.com> wrote: > I have two servers identified as `server-1 - 192.168.3.128` and `server-2 - > 192.168.3.130`. I am setting up `capifony` for automatic deployment from > server-1 to server-2 and this is what I have done so far: > > 1. In both servers I have created a user `deploy` without password since
2016 Jan 29
3
Apache doesn't display "It works page" under CentOS 7
On Fri, Jan 29, 2016 at 11:48 AM, Michael H <michael at wemoto.com> wrote: > Selinux has been around for a while. > Yes, I know this but ... > > setsebool - set selinux boolean > What I am asking is if the command above is part of SELinux since I doesn't use before because it's a VM running on my PC so I not need such security levels. > > You should
2016 Jan 29
0
Write content to file from Dockerfile and/or any other method
On 2016-01-29, reynierpm at gmail.com <reynierpm at gmail.com> wrote: > I am building a Dockerfile and I am setting up MariaDB repos as follow: This question is probably way offtopic for a CentOS mailing list. > # Setup MariaDB repos > RUN touch /etc/yum.repos.d/MariaDB.repo > > What's the right way to do this? The one below? > > echo "[mariadb]" >>