Archivo del Autor: carlosap

Volume was not properly unmounted …

Volume was not properly unmounted … Post a reply 35 posts   Page 1 of 2   12 by Richard-TX » Tue Dec 31, 2013 12:23 am Here is the fix for this annoying message. Code: Select all # dmesg | grep corrupt [   21.280705] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may… Leer más »

los nombres más chistosos

1- Maria Dolores Del Orto 2- Rita Lazo (al Reves Lazo Rita) 3- Elba Lazo 4- Debora Melo 5- Debora Teste 6.- Debora Dora De Cabezas 7- Elba Gina 8- Elsa Porrico 9- Rosa Melo 10- Rosamel Delgado 11- Rosamel Ortega 12- La Monjita: La Sor Rainmunda 13- Keko Yoma 14- Alan Brito Delgado 15-… Leer más »

sshuttle: A Poor man’s VPN Over SSH

Do you ever wanted to use SSH as a VPN? There is little piece of useful utility called “sshuttle” is available to completely turn your SSH connection as VPN. sshuttle is a transparent proxy server that works as a poor man’s VPN over ssh. You don’t need any admin account on your remote system. It… Leer más »

How to setup a second instance of the Web Services Adapter

http://knowledgebase.progress.com/articles/Article/P91699 Setup your first instance of Web Services Adapter by using a copy of the <OpenEdge directory>\servlets\wsa directory. For an example please refer to Article 000020481, «How to setup the Web Services Adapter (WSA) with Tomcat on a Windows Platform.» . To setup a second instance please follow these general guidelines: 1. Stop your Java Servlet Engine (JSE), e.g. Tomcat. 2. Make another copy of the <OpenEdge directory>\servlet\wsa directory (this copy will go into your JSE ‘s webapps… Leer más »

Deploy WebService application in Progress Explorer wsa

Cause The security constraints for administration are enabled by default. Resolution 1. Disable security constraints by commenting the tag in the WEB-INF\web.xml file where the WSA has been deployed in the Java Servlet Engine (JSE). NOTE:  There are multiple sections for security contraint in the web.xml and they will all need to be disabled. <!– <security-constraint>… Leer más »

Bash specially-crafted environment variables code injection attack CVE-2014-6271

http://www.rapid7.com/db/modules/auxiliary/scanner/http/apache_mod_cgi_bash_env Posted on 2014/09/24 by Huzaifa Sidhpurwala Bash or the Bourne again shell, is a UNIX like shell, which is perhaps one of the most installed utilities on any Linux system. From its creation in 1980, bash has evolved from a simple terminal based command interpreter to many other fancy uses. In Linux, environment variables… Leer más »

install webmin centos 7

Webmin is a web based tool for Linux, it helps to manage the services like DNS, DHCP, MySQL server, PostgrSQL and other networking services. It also helps to manage the user, disk, file system, process, packages, etc.. This post will guide you to install Webmin on CentOS 7. Create repo for webmin. vi /etc/yum.repos.d/webmin.repo Place… Leer más »

centos 7 minimal

ifconfig -a equivalente en centos 7: ip a list   Install net-tools (ifconfig) #yum install net-tools

How to get started with Firewalld

source: http://www.tejasbarot.com/2014/08/05/rhel-7-centos-7-how-to-get-started-with-firewalld/#axzz3DakgfzHX   Hello All, Today I was trying to learn and know about Systemd. I have found one of the great Article about firewalld, Sharing with you guys, It will help you to understand this biggest and major change in RHEL and CentOS 7. This article is not mine, I found on internet and… Leer más »