• Forcing system crash to dump memory and troubleshooting

    Windows often generates a memory dump event on a critical hardware error because of a software fault . Is known as blue screen of death or a bugcheck . Maybe in some situations is useful to manually force it and generate de DMP file . Example : The computer hangs when opening app or something…

  • Install google chrome on a linux debian machine

    Hi , today I’ll post 4 basic commands to install google chrome into a debian machine First we need to download the .deb package 1. Run Shell command as Root or use sudo () 2. Write these following  sentences wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ( downloads the package chrome ) dpkg -i google-chrome-stable_current_amd64.deb finally: apt-get install -f Checks…

  • Sccm2012 R2 Operating System deployment Guide Windows 8.1Task sequence

    Sccm2012 R2 Operating System deployment Guide Windows 8.1  Hi, today I’ll post the mega guide of deployment of Windows 8.1 on a SCCM2012 R2 with MDT2013 Integrated Prerequisites: MDT 2013 Integration and ADK integration on SCCM2012 R2 SCCM 2012 R2 SUP ROLE Installed and configured DP With PXE enabled  Sccm2012 R2 basic knowledge Index  The…

  • Installing Spotify on your ubuntu machine

    hi to all, this is my first Linux Post Ofc , the first post that I’ll post will be more focused for the home user , hope you’ll enjoy Spotify is a digital music service that gives you access to millions of songs. Today we will learn how to install this software on your ubuntu…

  • MDT 2013 Adding package to the package list in the user driven installation

    Prerequisites : MDT integration on SCCM2012 R2 MDT Task sequence created The udi wizard Adding app to MDT list Updating MDT To make changes into our MDT , we need to modify the archive udiwizardconfig.xml with the program “Udi wizard” , its included into the MDT suite Here we can change all of the process…