An ode to passwords – safeguarding online accounts

Every account created (online or offline) requires additional elements to be remembered the service or the device or the website or the application; the user name or ID that is to be used to login in to it, and; the associated password. It's easy to remember sites, applications, services and associated user IDs. However, to … Continue reading An ode to passwords – safeguarding online accounts

How to edit XFCE Applications menu or add and edit Whisker Menu in XFCE desktop

After installation of Debian 12 XFCE, it was found that the default Applications menu in the panel is XFCE Applications Menu and not the Whisker menu as seen in Xubuntu or Linux Mint. If the list of applications in the XFCE Applications menu is to be edited, it requires the installation of menulibre. But, a … Continue reading How to edit XFCE Applications menu or add and edit Whisker Menu in XFCE desktop

Tools to determine privacy safeguards for web sites and apps – Exodus, Blacklight and Chef Koch Blog

Whilst privacy is the buzz word today, the tug of war between how much is revealed and taken versus how much is protected and safeguarded continues unabated. Towards that end, some privacy tools do enable the decision as an individual on what can be the consequences of using certain applications and web sites. Exodus - … Continue reading Tools to determine privacy safeguards for web sites and apps – Exodus, Blacklight and Chef Koch Blog

How to fix AVD emulator grainy, poor resolution display in Android Studio

The AVD emulator on Android Studio display shows all characters at 1:1 resolution grainy. It is difficult to read the text of the app under testing. To overcome this problem: From the menu of Android Studio select Help -> Edit Custom Properties and enter hidpi=false Create the AVD emulator device and disable device frame and … Continue reading How to fix AVD emulator grainy, poor resolution display in Android Studio

How to backup Android apps source code from Android Studio or command line

Developers use Android Studio to create applications for Android devices. However, if a source code management system like github is not used, then the source code or code of these apps under development has to be backed up. To do this, there are two ways, one from Android Studio and the other from the command … Continue reading How to backup Android apps source code from Android Studio or command line

Must have applications on Linux

The below list of applications is a must-have for any Linux system. Not just for convenience, but additional capabilities too. The below list of applications is a must-have for any Linux system. Not just for convenience, but additional capabilities too. Download From internet Firefox Thunderbird Android Studio VirtualBox Google Chrome Mega InsyncHQ Spotify Vivaldi Browser … Continue reading Must have applications on Linux

How to include other layout xml files in a layout file in Android

Sometimes some layout files can contain too many views making it difficult to manage the layout file later. To overcome this, Android has an <include> tag that allows the inclusion of other layout files into the main layout file (in below illustration, the activity_main.xml file). <include android:id="@+id/b_layout" layout="@layout/activity_main_part_b" /> The above include statement will add … Continue reading How to include other layout xml files in a layout file in Android

How to install Spotify on Linux Mint, Ubuntu or Debian desktop

Spotify also has a desktop application that works on Linux Mint, Debian or Ubuntu Linux. To install it, open a terminal window and enter the following: $ curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg <enter> $ echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list <enter> $ sudo apt-get update <enter> $ … Continue reading How to install Spotify on Linux Mint, Ubuntu or Debian desktop

How to install wine stable from winehq on Linux Mint 21 or Ubuntu 23.04+ or Debian 12+

The wine package in the Ubuntu Linux repository is older, but running applications from it, cannot connect to the internet. It was found that upgrading to wine version in the winehq repository solved this error. To install wine from winehq, open a terminal window and enter the following commands: $ sudo dpkg --add-architecture i386 <enter> … Continue reading How to install wine stable from winehq on Linux Mint 21 or Ubuntu 23.04+ or Debian 12+

Shared hosting and WordPress

WordPress had recently upgraded it's code to work with PHP 7. Subsequently, each time I logged into the hosting provider account, I was always reminded by WordPress to upgrade the WordPress code and stay up to date with the latest security patches. Unfortunately, the hosting provider informed that the latest PHP 7 scripting language could … Continue reading Shared hosting and WordPress