Blog

OpenVPN Connect (iOS) – .ovpn config not working in openvpn 3.4.0 after update

OpenVPN Connect (iOS) – .ovpn config not working in openvpn 3.4.0 after update

Actual Issue: IOS Client removed options which are not related to IOS client VPN connection Fix: You need to remove unsupported options from your .ovpn file Solution Steps: 1) Open OPenVPN client2) click notepad like sign on top right corner in top menu bar3) It will show logs, you can view or also export it by pressing email like icon on top right menu bar4) Find options which are creating issues you will get logs like this Oct 21, 2023, 16:18:25 - NOTE: This configuration contains options that were not used:Oct 21, 2023, 16:18:25 - Removed deprecated optionOct 21, 2023, 16:18:25 - 3…
Read More
How to Setup WordPress Coding Standards in VSCode?

How to Setup WordPress Coding Standards in VSCode?

WordPress Coding Standards are well documented in detail in WordPress Developer Handbook. WordPress also offers a Github project, which maintains the WordPress Coding Standards rules and the tools needed to inspect and format the code (PHP Code Sniffer And Beautifier). It is to keep in mind that, WordPress Coding Standards have notable differences from PSR (PHP Standard Recommendation), for example: snake case (my_function_name) space around function arguments (myfunction ( 'foo' )) long array syntax (array() instead of []) and more For Windows Users 1) NodeJS & NPM Installation If NodeJS and NPM is not installed on system, Please find install NodeJS from link https://nodejs.org/en/download 2) Composer Installation If Composer…
Read More
What Happened to Six Sigma?

What Happened to Six Sigma?

Once the hottest trend in quality management, Six Sigma no longer makes headlines. Still, despite a lower profile, the process remains relevant. Six Sigma is a process that relies on statistics and data analysis to reduce errors or defects. Six Sigma's primary purpose is to improve cycle times while lowering defects to no more than 3.4 defects per million units or events. But with passage of time, other methodologies, such as Agile, Lean, and Continual Improvement, have gradually nudged Six Sigma out of the efficiency/productivity spotlight. Relevance with Present Six Sigma and its offspring, Lean Six Sigma, remain relevant in manufacturing and several service industries,…
Read More
New Windows PowerToys OCR Tool – Copy Text from Images

New Windows PowerToys OCR Tool – Copy Text from Images

Microsoft PowerToys is getting a new utility called PowerOCR, that lets you select text in an image and copy it directly to the Windows clipboard. As you can see in image of the PowerOCR tool below, you can use your mouse to select a region of text in an image and it will automatically be converted into text and copied to the Windows clipboard. One of the most popular features of the Google mobile app is 'Google Lens,' which lets you use your mobile device's camera to extract or translate text from an image. Having a tool like PowerOCR on…
Read More
Vim/Vi Show Line Numbers

Vim/Vi Show Line Numbers

Vim/Vi is a popular text editor for many Linux software developers and especially for system administrators. You feel need of Vim/Vi show line numbers feature enabled, if you are debugging some script. Today, we will teach you, how to display line numbers when you use vim/vi editor. Show or Hide Vim/Vi Line Numbers By default, Vim/Vi number lines aren’t displayed when you use the text editor. But there is a way for you to hide or display line numbers in vim whenever you want to. You don’t need root privileges, only thing you’ll need to equip yourself with is Vim/Vi …
Read More
Kinobi – Edtech firm bags $1m to help university students start their careers

Kinobi – Edtech firm bags $1m to help university students start their careers

Kinobi, a Singapore-based education technology startup (college-to-career network), has raised US$1 million in a seed round led by an Indonesia-based corporate VC firm. Several regional family offices and angels also joined. Launched in January 2021, Kinobi helps college students enter the professional world. Students can use the platform to create a resume, practice for interviews, and increase their knowledge about the career that they want to pursue. The company was founded by Singapore Management University graduates Benjamin Wong, Hafiz Kasman, and Joshua Phua. Kinobi offers its platform through a software-as-a-service model for universities. It currently has 51 university partners across Indonesia, Singapore, and…
Read More
Network Configuration Audit – Why its More Important Than Ever Now?

Network Configuration Audit – Why its More Important Than Ever Now?

Network Configuration Audit is more important than ever now. To best visualize how an enterprise network has changed over the past few months, all a network administrator must do is open their network monitoring system (MNS) and view the shift in data flows across the LAN, WAN, and network edge. While a significant part of these data flow shifts have occurred due to modified work-from-home policies over the past 2 years, other changes came about through planned cloud and edge computing migrations. These changes highlight the importance of network configuration audit after some defined time period. What is Network Configuration…
Read More
New Bug Could Let Attackers Hijack Zimbra Server by Sending Malicious Email

New Bug Could Let Attackers Hijack Zimbra Server by Sending Malicious Email

Cybersecurity researchers of SonarSource have discovered multiple security vulnerabilities in Zimbra Email collaboration software that could be potentially exploited to compromise email accounts by sending a malicious email message and even achieve a full takeover of the mail server when hosted on a cloud infrastructure. The flaws which tracked as CVE-2021-35208 and CVE-2021-35208 were discovered and reported in Zimbra 8.8.15 by researchers from code quality and security solutions provider SonarSource in May 2021. Mitigations for these bugs have since been released in Zimbra versions 8.8.15 Patch 23 and 9.0.0 Patch 16. CVE-2021-35208 - Stored XSS Vulnerability in ZmMailMsgView.java CVE-2021-35209 - Proxy Servlet Open…
Read More
WhatsApp Sues India’s Government

WhatsApp Sues India’s Government

Facebook-owned company WhatsApp has sued the Indian government on Wednesday May 2021. The Lawsuit filed in Delhi High Court attempts to stop the government from enforcing the rules instructed to the company at the beginning of this year. Indian government wants WhatsApp messages to be “traceable” whereas all messages in the app are encrypted. The instructions by the government undermine the privacy of billions of people who use WhatsApp for communication purposes and will affect their security. “Civil society and technical experts around the world have consistently argued that a requirement to ‘trace’ private messages would break end-to-end encryption and…
Read More
MariaDB Service Start Stuck at Activating

MariaDB Service Start Stuck at Activating

Some times when MariaDB installed first time, it runs ok but after System reboot, its start creating problems i.e. MariaDB service stuck at Activating state. if you try to start it, its seems keep waiting in staring state and when check status using command systemctl status mariadb.service its shows status like Active: activating (start) in journalctl -xe output you see errors like  AVC apparmor="DENIED" Reason for this problem is that, you probably have MySQL installed beforehand. Mean first this server had MySQL server installed and upgraded it to MariaDB server. It is a known bug: MySQL installs an AppArmor profile, and the…
Read More