[CentOS] redirecting web requests from localhost

2013-08-28 Thread Miguel González
Dear all, I´m testing a server and try to simulate a server in production. We have a SSL certificate and I have configured the test server with the same servername as it is in production. To access it, I change the hosts file in my laptop to reach the test server. However, the Java app

[CentOS] claiming unsused space back

2017-07-29 Thread Miguel González
Hi, I´m running a CentOS server in a VPS. Backups of the VPS take quite much space if I don´t claim unused space. Currently I´m using dd if=/dev/zero of=/mytempfile and remove that file to claim that unused space. Any automatic way of doing a similar thing in CentOS? I have googled for it but I

Re: [CentOS] claiming unsused space back

2017-07-31 Thread Miguel González
found Debian commands, > you're doing better than me. What are they? Also, are you allowing dd to > totally fill the partition (what I have found on the web as a > recommendation)? If so, is the OS surviving acceptably? > > - Original Message - > From: "

Re: [CentOS] Offsite hosted backup solutions

2017-12-18 Thread Miguel González
On 12/18/17 3:14 PM, Richard Zimmerman wrote: > -Original Message- > From: CentOS [mailto:centos-boun...@centos.org] On Behalf Of Nicolas Kovacs > Sent: Sunday, December 17, 2017 12:52 PM > To: centos@centos.org > Subject: Re: [CentOS] Offsite hosted backup solutions > >> Can't say about

[CentOS] sshfs mounting on Centos 6.9

2018-01-16 Thread Miguel González
Hi all, I am trying to mount on boot a sshfs filesystem. I have tried this in /etc/fstab bac...@myserver.com:/home/backup/myserver /backup fuse.sshfs nonempty,allow_other 02 but only works when network works. I have also tried this in my crontab: @reboot sshfs -o idmap=backup mys

Re: [CentOS] OT: configuring xming to know putty's not in a std. location

2018-02-07 Thread Miguel González
As far as I know Xming is a Windows software. If you are using a SSH tunnel, you would need to run putty first. In any case, you need to enable on putty X11 connections (Connection -> SSH -> X11 -> Enable X11 forwarding ) if you are running any software on your linux machine. Regards, Miguel

Re: [CentOS] LVM GUI in live CD

2018-05-22 Thread Miguel González
On 05/21/18 11:07 PM, Mike Burger wrote: > On 2018-05-21 4:33 pm, Miguel Gonzalez wrote: >> Hi, >> >>   I am searching around and I can´t find any GUI LVM manager included in >> a Centos live CD. >> >>   I am trying to resize a LVM partition in a Centos 6.9 machine with a >> live CD. >> >>   If I n

[CentOS] iptables 1.4 and kernel 2.6 CONFIG_IP_NF_MATCH_STATE

2012-12-03 Thread Miguel González Castaños
Hi, I have a VPS running Centos 6.2 and trying to run this iptables rule: [root@myserver ~]# iptables -A INPUT -i venet0 -m state --state ESTABLISHED -j ACCEPT iptables: No chain/target/match by that name. Narrowing down the issue it seems there is no IP_CONNTRACK support but now it'