Linux VM Using ARM templates + Snapshot & Disaster recovery

I strongly recommend to NOT do this in a production enviorment This guidance is meant to create all the related resources after a deletion In this guidance , we do create a resource group to save the Snapshot , even deploying an ARM template would recreate the VM , we would be loosing the data … Continue reading Linux VM Using ARM templates + Snapshot & Disaster recovery

Advertisement

Install VM virtual BOX in your Debian / Ubuntu Machine

Hi Today I'll post how to configure / use the Oracle VM virtual box  on Ubuntu / debian distro , first we gonna need to do some actions to prepare our system , we gonna use the  oracle virtual box packaged version and add to the repo the sources , install the key , etc... … Continue reading Install VM virtual BOX in your Debian / Ubuntu Machine

How to Download with WGET a file directly into private FTP

Hi for unexpected reasons maybe 1 day will be the day that you well need to connect to a ftp into a unix shell and download a file and sadly you don't have the graphical shell running One quick way to download that file of your ftp server is to bind user and password & … Continue reading How to Download with WGET a file directly into private FTP

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 … Continue reading Install google chrome on a linux debian machine