Pages

Monday, March 30, 2015

Problem: I cannot install .net 3.5 on Windows Server 2012

Solution:

To solve this, you can either:
1. Go to a command prompt and enter this:
dism /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs /LimitAccess
Note: Source should be the Windows installation disc.

OR

2. Go down to “Specify an alternate source path” and enter “d:\sources\sxs” as the path.









Monday, March 23, 2015

How to install cracked android games with APK and OBB files direct on your Android OS device?

Do I need to root an Android device to run cracked apps on it?No, Go into settings > security > and make sure unknown sources is checked.Android allows the installation of 3rd party apps, which allows for any apk All games can be played offline.

Always play offline!!!

  1. Download rar files to your Android device.
  2. Extract .apk.rar and obb.rar files to your SDCARD or PHONE MEMORY. (Use Extract Apps)
  3. In your mobile device menu, select Settings - Applications - Unknown sources 
    (should be activated)
  4. Move the extracted folder (com.***** folder with Obb file) to the location:  / SDCARD / ANDROID / OBB  or  / SDCARD / ANDROID / DATA (if you don't have obb folder -  just create a new folder on phone named obb)
  5. Move APK file to the location : / SDCARD / ANDROID / DATA (Use Es File Manager)
  6. Install apk file and Play




Sunday, March 22, 2015

VMware Workstation Bridged causing an IP Address conflict error


When I am using Bridged networking with VMware Workstation, with DHCP enabled to my VM, it is taking the same IP as my host machine, therefore causing the IP conflict error to pop up on my VM.
When I tried assigning a different IP to my VM with the same IP configuration (Gateway, DNS etc), I am not getting internet access (it just says Unidentified network)

Solution,
Many reasons causing this problem to happen, you have to check the following:

  1. The network interface to which vmnet0 is bridged. If there are multiple network adapters on the host machine the virtual network might be bridged to the wrong network. To eliminate this problem disable the “VMware bridge protocol” option by going to the connection properties of the network interfaces which should not be used for bridging.
  2. IP address for the virtual machine is set incorrectly. There is a possibility of mistyping the IP address if you entered it manually, check if this is correct and also check the subnet mask address.
  3. Wrong option selected under network connection. While setting up the virtual machine you might have selected a network connection option other than “Bridged” check for this and change it to bridged if this is so.
  4. Finally there might be a firewall running in the virtual machine which is blocking the network data transfer, check for this and create firewall rules appropriately.


In my case option 1 was the right one that solved my problem

Wednesday, March 18, 2015

XENAPP / XENDESKTOP Download Links

XenApp 6.5 ISO for Windows Server 2008 R2         XA6.5_2008R2_ML_1.iso
MD5: C1812E24CA567184C28A6E0B69A31C08
File Size: 4.40GB
http://downloadns.citrix.com.edgesuite.net/6496/XA6.5_2008R2_ML_1.iso

XenApp 6.5 Feature Pack 2 Components Common to all Editions         XA6_5FP2.zip
MD5: 3f5532a9248aa257bf654cf365277481
File Size: 325 MB
http://downloadns.citrix.com.edgesuite.net/8039/XA6_5FP2.zip

Download XenApp 6.5 for Windows Server 2008 R2 Hotfix Rollup Pack 2 (HRP02)         XA650W2K8R2X64R02.msp
File Size: 32.3MB
http://downloadns.citrix.com.edgesuite.net/8034/XA650W2K8R2X64R02.msp
Installation Manager for Windows Server 2008 R2         IM_2008_R2.zip
File Size: 2.95MB
http://downloadns.citrix.com.edgesuite.net/5018/IM_2008_R2.zip
XenDesktop 7.1 ISO         XenDesktop7_1.iso
File Size: 2,69 GB
http://downloadns.citrix.com.edgesuite.net/8502/XenDesktop7_1.iso

XENDESKTOP 7.5 ISO (Now called Xenapp and Xendesktop 7.5)         XenApp_and_XenDesktop7_5.iso
File Size: 2,80 GB
http://s3.amazonaws.com/citrix-cloudworks/XenApp_and _XenDesktop7_5.iso



For the Citrix XENAPP 6.5 License you can send me an email on : awsan.almamari@gmail.com 

Monday, March 9, 2015

Disable windows firewall cmd

netsh firewall set opmode disable

Xerox Workcentre 7335 Printer touch screen misallignment

Workcentre 7335 touch screen misalignment
Options


1. Turn off the copier.
2. Hold 0-1-3 at the same time and turn on the copier. (Don't let go of 0-1-3)
3. You will see a screen with 4 boxes and in the boxes there will be P1 through P9 in the corners.
4. Tap on each one starting with P1 in sequence to P9.
5. Next screen will be a test screen which you will be able to tap anywhere to see if it aligns correctly.
6. Turn off copier for 30 sec and restart.

This should fix the misalignment. If not redo the process again until you are happy with it. This sometimes take 2 or 3 tries, but it works.

How to Upload IOS to Cisco Switch or Router

Issue the following commands:

1) flash_init

2) load_helper

Next you need to change the baud rate on the switch, otherwise it will take about 2 hours to transfer the IOS via xmodem.

3) set BAUD 115200

After you issue the baud rate command on the switch make sure you also change it in Hyperterminal or whatever software terminal emulation software you use. Otherwise you won't be able to communicate to the switch.

4) copy xmodem:"image_filename.bin" flash:"image_filename.bin"

5) In Hyperterminal select "Transfer" and select "send file". Change the protocol to xmodem. Next select browse and navigate to where you have stored the IOS that you would like to transfer to the switch. Click send.

The transfer will take about 30-40 minutes.

6)boot flash:"image_filename.bin"

The new IOS should boot at this point. If you need more in depth instructions check out this link.

Window Server 2012 Activation

slmgr /ipk XC9B7-NBPP2-83J2H-RHMBY-92BT4
slmgr /skms fourdeltaone.net:1688
slmgr.vbs -ato
slmgr /ckms

Reconfig new Cisco Switch as Core Switch

Problem:
after reconfiguring the new Cisco switch from backup as the core switch, only the voice vlan was passed through but the other vlans not passed.

solution:

config# vlan no...
shut
no shut

config#int vlan no...
shut
no shut

to enable all vlans one by one
don't forget to enable the routing protocol # ip routing

Optain ip address from VM running in ESXi


Go to vsphere client then networking then properties
VM network > Edit > security > Promiscuous Mode > check Accept

then Vswitch choose Edit > security > Promiscuous Mode > check Accept

In Hyper-V 2012 Server, How to add a domain user to Local Group "Command Lines"


Add domain user to local Admin Group:
net localgroup Administrators user_name/add


Add Domain User to Remote Desktop users Group
NET LOCALGROUP "Remote Desktop Users" Domain\User_name /ADD