domingo, 2 de março de 2014

How to access a shared folder on Ubuntu from your Android

Hello Guys,

There is a way to access a shared folder on Ubuntu computer from your Android on your local area network (LAN). I would link to share it with everyone.

First - Install and configuring the "Samba Server Configuration" GUI


1 - From terminal on Ubuntu computer, type the command below to install the Samba:
sudo apt-get install system-config-samba
 
 
 
 
 
 
 
 
 
 
 
 
 




2 - From Ubuntu computer, open the Samba:
















3 - Once samba application is opened, click on "+" to add the shared folder:
















4 - After the folder be shared, from terminal type gksu gedit /etc/samba/smb.conf command to see if the informations about the shared folder are on the end of the file:


















Case necessary, from terminal try to restart the samba services, like below and try again:
sudo restart smbd
sudo restart nmbd


Second - Install and configuring ES File Explorer File Manager application on Android device


The ES File Explorer File Manager is a manager file free application and can be downloaded from Google Play

Once ES File Explorer File Manager installed on your Android device, we need to configure it. See steps below:

1 - From the ES File Explorer File Manager application, select LAN under network on the left top menu:

























2  - Type the Server, Username and Password

 


















3 - Now, if everything correct, you are able to see your shared folder:


















Also, you can map a drive by using a cloud service like, Box, DropBox, Skydrive, Gdrive etc. Just select Cloud instead LAN.

It's all Guys, Did you like this post ? Please leave your feedback. See you later on the next post !

quinta-feira, 20 de fevereiro de 2014

vmmserver.msi failed with windows installer error 1603 to install SCVMM 2012 R2

Hi everybody,

After lose several time to install SCVMM (System Center Virtual Machine Manager) 2012 R2 on Windows Server 2012 R2 without success, I would like to share what I did to solve it.

First, to install SCVMM 2012 R2 there are some pre-req's. To see those, see on http://technet.microsoft.com/en-us/library/jj628205.aspx

When I was trying install the SCVMM 2012 R2, it was showing a message error like below:



Then, I just added the IIS role on Windows Server 2012 host. For add IIS role, go to from Server Manager select Manage and Add Roles and Features:


Then, follows the wizard and add the IIS role:


After complete the wizard, try to install the SCVMM 2012 R2 again and probably will be success:


This is it Guys, see you later in another post here.

domingo, 16 de fevereiro de 2014

How to create a virtual machine from Hyper-V manager on Windows Server 2012

Hi everyone,

The New Virtual Machine Wizard provides you with a simple and flexible way to create a virtual machine. The New Virtual Machine Wizard is available from Hyper-V Manager.
I would like to share it:

From Hyper-V manager follows the steps below:

1 -New>Virtual Machine

2 -Select Next

3 - Type the name of Virtual Machine, location and select Next

4 -Select Generation 2 and Next

5 -Set the amount of memory and select Next

6 -Select Next

7 - Select Create a virtual Machine, set the size of this disk and Next

8 - On this moment, select Install operating system later, because here we will just create the virtual machine and the OS will be installed after that

9 - Select Finish

10 - It's done. Wait to the quick process and the virtual machine will be created

sábado, 15 de fevereiro de 2014

How to Install Hyper-V feature on a Virtual Machine by using VirtualBox

Hi there everyone,

After has lose several time to add Hyper-V feature on Windows Server 2012 by using VirtualBox, I would like to share this information.

The Hyper-V feature is only to be added on physical servers and by default isn't installable on virtual machines. This guide is JUST FOR LAB issue and to improve and learn more about Windows Server 2012, specifically Hyper-V feature.

DON’T FORGET ! IT`S IMPORTANT TO KNOW THAT THIS ENVIRONMENT IS NOT SUPPORTED BY MICROSOFT. USE IT ONLY FOR SELF STUDY AND LABORATORY.

Also, this information was provided by Gilson Banin on http://blogs.technet.com/b/gbanin/archive/2013/06/26/how-to-install-hyper-v-on-a-virtual-machine-in-hyper-v.aspx

From Powershell (As Admin), type the commands below:

1 - Enable-WindowsOptionalFeature –Online -FeatureName Microsoft-Hyper-V –All -NoRestart
2 - Install-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature
3 - Install-WindowsFeature RSAT-Clustering -IncludeAllSubFeature
4 - Install-WindowsFeature Multipath-IO
5 - Restart-Computer

sábado, 21 de setembro de 2013

Download e Instalacao FreeNAS

Boa noite galera,

Hoje fiz um LAB sobre o FreeNAS e achei legal compartilhar. O FreeNAS e' um servidor de arquivos em rede que tem suporte a Samba, FTP, NFS, rsync, protocolo AFP, iSCSI, S.M.A.R.T., autenticação local de usuários, e RAID (0,1,5) via software.

Para montarmos o lab, iremos criar uma maquina virtual com os atributos abaixo. Caso, voce queira/precise baixar um software para criar uma maquina virtual, voce pode usar o link aqui mesmo no blog.

Propriedades da VM:
- 512 MB de RAM (Pode ser um pouco menos, caso sua maquina tenha pouca memoria);
- 1 processador;
- 3 discos, um de 8 GB e os outros dois de 20 GB cada;
- 1 NIC em modo Bridge (Pode ser configurada nas propriedades da VM).

Download ISO FreeNAS - http://sourceforge.net/projects/freenas/files/FreeNAS-8.3.0/RELEASE-p1/x86/FreeNAS-8.3.0-RELEASE-p1-x86.iso/download


1. Apos fazer o download do arquivo .iso atraves do link acima, monte o drive de cd/dvd da VM com o arquivo;

2 - Deixe a VM configurada para bootar pelo cd/dvd;

3 - Apos ligar a VM, o procedimento para instalar o FreeNAS e' intuitivo e basta aguardar alguns minutos, deixei as imagens abaixo em sequencia para ajudar:






- Apos terminar a instalacao, desmonte a media e a maquina sera rebootada.



-  Essa e' a tela inicial do FreeNAS


Apos a instalacao ser completada, precisamos configurar o FreeNAS usando o menu de opcoes acima.

Feito isso, podemos acessar a console web de gerenciamento do FreeNAS a partir de uma outra maquina da mesma rede usando um browser.

No proximo post, iremos abordar a console de gerenciamento do FreeNAS

quarta-feira, 7 de agosto de 2013

Script para criar usuário em lote no Active Directory

Boa noite galera,

As vezes precisamos criar muitos usuários no Active Directory de uma vez. Gostaria de compartilhar algumas formas de fazer isso, vale lembrar que existem outras também:

Comando para criar usuario AD via prompt

dsadd user "cn=UserName, ou=OUName, dc=YourDomain, dc=Yoursuffix"
Examplo: dsadd user "cn=rita, ou=NYUsers, ou=NewYorkOU, dc=globomantics, dc=com"

Comando para criar usuario ja com senha setada no AD via prompt

dsadd user "cn=rita, ou=NYUsers, ou=NewYorkOU, dc=globomantics, dc=com" -fn Firstname -ln Lastname -pwd P@ssw0rd -mustchpwd yes

Bat para criar usuario

dsadd user "cn=%1, ou=NYUsers, ou=NewYorkOU, dc=globomantics, dc=com" -fn %2 -ln %3 -pwd P@ssw0rd -mustchpwd yes







Salvar o arquivo com extensão .bat

Para criar o usuario, navegar ate a folder onde esta
o arquivo .bat via prompt e digitar id Firstname Secondname

Ex: tsouza Tonia Souza

domingo, 4 de agosto de 2013

Graças a Deus, mais uma certificação: 70-299.

Boa noite galera !

Essa semana consegui ser aprovado em mais um exame da Microsoft e alcancei o MCSA 2003. A prova foi a 70-299 - Implementing and Administering Security in a Microsoft Windows Server 2003 Network.