Displaying 20 results from an estimated 3000 matches similar to: "OT: Why I can't see my email"
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
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 05
4
Enable all permissions for root in Samba ...
As I said in previous messages I have a local virtual machine running
CentOS 7 so I do not need any security. Having that in mind I have
installed Samba and this is how I setup for access the remote server:
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = CentOS Server
security = user
map to guest = bad user
dns proxy = no
[root]
path = /
browsable =yes
writable =
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
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
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 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 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
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
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:
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
2011 May 17
3
QA Testers QA with Selenium and Agile for Reston VA
Hi
This is Rama with quantum InfoTech
QA Testers QA with Selenium and Agile for Reston VA
Duration: 3 months + (strong likelihood of an extension)
Location : Reston VA
We are seeking QA Testers for a contract position in Reston, VA.
-Will need to have solid web services testing experience.
- Selenium
RamaKrishna
Technical Recruiter
Quantum InfoTech Inc
Phone: 248.457.0700 Ext. 141.
Fax:
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
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
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
2012 Aug 04
4
Rspec
Hi all i''m trying to learn Rspec testing can anyone suggest me the best
book to learn Rspec with good sample code.
Thanks in advance
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group,
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
2010 Nov 20
3
Global text search (and replace) on MacVim?
Been trying out Macvim and I think I have covered most of what I used in
other editors except for how to handle global searches and replaces for text
in files (i.e. not looking for file names, but search and replace text
within all files below a specific directory). Can anyone who uses MacVim
tell me what they use for such tasks? I have been poking around and see
:grep as the main method, although
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
2012 Jan 03
4
Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE.
Hi,
Please help me understand the following applications and what are its
advantages if we compare between each of them.
Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE.
Regards,
Kaushal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/ffad2be6/attachment.htm>