Posts

Showing posts from November, 2020

What is and what can Firebase Do??

 Firebase is a platform developed by google for developing web and mobile application. It will help you build improve and grow your app.    It was originally an independent company founded in 2011. In 2014, Google acquired the platform and it is now their flagship offering for app development.    What sort of apps is Firebase good for? There’s really no limit for the  types  of apps that can be helped by Firebase products. There are only limits to the platforms it can be used on. iOS and Android are the primary targets for the Firebase SDKs, and there’s increasing support for web, Flutter, Unity, and C++. You should also know there’s an Admin SDK available for a variety of languages, to be used with any backend components you might require.  Firebase provides a bunch of cool services like: Authentication  — user login and identity where there are different types of authentication available lik...

Accessing VirtualBox Guests from Host using SSH, WinSCP and Tunnelling

Image
Accessing VirtualBox Guests from Host using SSH, WinSCP and Tunnelling Accessing VirtualBox Guests from Host using SSH, WinSCP and Tunnelling Accessing Virtual Machine using SSH via a Terminal Open up a terminal in your host system. This is usually the application called Terminal in Linux or OSX; start PuTTY if in Windows. Now connect using the SSH client to localhost and port 2201 (or whichever you choose in Port Forwarding). On the command line that is performed using the -p option. The -l option may also be used to specific the username for the guest login: sgordon@lime:~$ ssh -p 2201 -l network localhost network@localhost's password: Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-23-virtual i686) * Documentation: https://help.ubuntu.com/ System information as of Fri Jun 21 14:23:35 ICT 2013 System load: 0.16 Processes: 76 Usage of /: 14.4% of 7.47GB Users logged in: 1 Memory usage: 33% IP ad...

Disappearing Messages feature in WhatsApp new update 2020

Hi Readers, WhatsApp is now introducing a new feature    About disappearing messages     You can send messages that disappear on WhatsApp by enabling disappearing messages. Once enabled, new messages sent in the individual or group chat will disappear after seven days. The most recent selection controls all messages in the chat. This setting won’t affect messages you previously sent or received in the chat. In an individual chat, either user can turn disappearing messages on or off. In a group chat, only group admins can turn disappearing messages on or off.   If a user doesn’t open WhatsApp in the seven day period, the message will disappear. However, the preview of the message might still be displayed in notifications until WhatsApp is opened. When you reply to a message, the initial message is quoted. If you reply to a disappearing message, the quoted text might remain in the chat after seven days...