Entradas

Mostrando entradas de septiembre, 2017

Time-Based Access Lists Using Time Ranges

The following example uses a time-range to deny HTTP traffic on Monday through Friday between the hours of 8:00 am and 6:00 pm: time-range no-http periodic weekdays 8:00 to 18:00 ! access-list 101 deny tcp 10.128.194.0 0.0.0.127 any eq http time-range no-http ! interface ethernet 0 ip access-group 101 in

Convertir Servidores Fisicos en Linux a Virtuales “VHDs”

Imagen
Thanks to: https://geeks.ms Me a tocado la tarea de virtualizar unos cuantos servidores Físicos con Redhat y debian, el problema es que el SCVMM solo puede realizar conversiones de Físicas a Virtuales en equipos con Windows, al igual que la Super Herramienta Disk2Vhd de Sysinternals. Lo primero que haremos es montar una carpeta compartida en linux, utilizando  CIFS mount –t cifs –o username=Pablo //192.168.123.152/linux /mnt/Win7 Una vez montada nuestra carpeta compartida, debemos conocer la ruta saber cual es la ruta de nuestro dispositivo “dev” de disco duro en linux. Para esto utilizaremos el comando  df –h,  el cual nos mostrara el detalle de la utilización de los discos duros y sus rutas físicas Nos daremos cuenta que el disco duro es  /dev/sda  Ahora crearemos la imagen del disco con extensión img con el comando  dd de linux dd if=/dev/sda of=/media/Win7/Redhat5.img   Nuestra imagen img la podemos convertir a vhd utilizando  VHDTool Una vez descargo el 

Fix “The User Profile Service service failed the logon” New User Profile Error in Windows 7

Imagen
Thank to: http://www.winhelponline.com/ When you logon to a newly created user profile for the first time, the profile may not load and the following error is seen: The User Profile Service service failed the logon. User profile cannot be loaded. Editor’s Note : This guide helps you fix the above problem that occurs when logging on to a new user account (for the first time). There are situations where the user profile for an existing account that you’ve been using already, doesn’t load (due to corruption or other factors such as wront NTFS permissions), and in those cases, advice in this article doesn’t help. In the latter case, follow the instructions in Microsoft article titled You receive a “The User Profile Service failed the logon” error message . This guide only advises how to reinstate the “Default” user profile template, which resolves the problem for a newly created user account. When you create a new user account and try to logon to it, Windows uses the Defau

How to run Control Panel tools by typing a command

Thank to: https://support.microsoft.com Summary This article describes how to run Control Panel tools in Windows by typing a command at a command prompt or in the Open box. More Information To run a Control Panel tool in Windows, type the appropriate command in the Open box or at a command prompt. NOTE : If you want to run a command from a command prompt, you must do so from the Windows folder. Also, note that your computer may not have all of the tools listed in this article, as your Windows installation may not include all of these components. Control panel tool Command ----------------------------------------------------------------- Accessibility Options control access.cpl Add New Hardware control sysdm.cpl add new hardware Add/Remove Programs control appwiz.cpl Date/Time Properties control timedate.cpl Display Properties control desk.cpl FindFast

How to Enable Standard Users to Run a Program with Admin Rights without the Password

Imagen
Thanks to: https://www.maketecheasier.com/ If you have multiple users using your system, then you are most probably assigning them the standard user accounts. This allows you to regulate what they install and how they can manipulate the system and application settings. As good as that is, you sometimes may need to allow a standard user to run a program with administrator rights. In those situations, you can use a free third party utility called RunAs Tool. But if you don’t want to use a third-party tool, hre is how you can create your own shortcut of the target program in such a way that it runs with the admin rights without entering any admin password whatsoever. Let Standard Users Run Programs as Admin To let standard users run a program with administrator rights, we are going to use the built-in  Runas  command. To start, you need to know two things before you can do anything. The first one is the  computer name, and the second one is the username of your administrator accoun