Blog List

Quick Reference for grep Command to search for string(s)

Quick Reference for grep Command to search for string(s)

Learn to search strings recursively across files and directories, use multiple patterns, perform case-insensitive searches, and display line numbers in your search results.

How to Recover a Deleted Document in Alfresco
Alfresco

How to Recover a Deleted Document in Alfresco

Learn how to recover deleted documents in Alfresco, even when the original folder is missing. This step-by-step guide provides two effective solutions using the Alfresco interface and REST API, ensuring you can retrieve your important content.

Alfresco Document Search Quick Reference
Alfresco

Alfresco Document Search Quick Reference

Troubleshooting Alfresco search? This cheat sheet provides essential query examples for finding documents by name, creation date, and modification date.

Log Rotation in Ubuntu 22.04.3 LTS
Linux Ubuntu

Log Rotation in Ubuntu 22.04.3 LTS

A step-by-step guide to implementing log rotation in Ubuntu 22.04.3 LTS. Learn how to install logrotate, configure Tomcat log rotation, schedule rotations, and validate your setup for efficient log management.

Boeing Starliner: The Future of Space Travel

Boeing Starliner: The Future of Space Travel

Boeing's Starliner spacecraft, launched in 2019, aims to rival SpaceX's Crew Dragon with cost-effectiveness and reusability. After initial setbacks, it successfully docked with the ISS, sparking speculation about its potential in the space industry.

Automating Recursive Folder and File Creation in Linux with Shell Script
Linux Folders Files

Automating Recursive Folder and File Creation in Linux with Shell Script

Discover how to automate the creation of complex folder structures and files recursively on Linux using Shell Script. Streamline your development workflow with this comprehensive guide to PowerShell scripting for efficient folder and file creation.

Automating Recursive Folder and File Creation in Windows with PowerShell
Windows Folders Files

Automating Recursive Folder and File Creation in Windows with PowerShell

Discover how to automate the creation of complex folder structures and files recursively on Windows using PowerShell. Streamline your development workflow with this comprehensive guide to PowerShell scripting for efficient folder and file creation.

Role of Transformation Services for Solr Indexing in Alfresco
Alfresco Solr Alfresco Transformation Service Index

Role of Transformation Services for Solr Indexing in Alfresco

Unlock the full potential of document search in Alfresco with Solr indexing. Learn why the Alfresco Transformation Service is indispensable for accurate full-text indexing and how its absence can impact search precision and user experience. Optimize your Alfresco setup to ensure seamless text extraction and enhance search capabilities today.

Difference between String, StringBuffer, and StringBuilder in Java
Java

Difference between String, StringBuffer, and StringBuilder in Java

Discover Java string handling with insights on String, StringBuffer, and StringBuilder. Learn about immutability, thread safety, performance, API variations, and when to choose between StringBuffer and StringBuilder. Gain clarity on memory usage and speed for efficient Java string manipulation.

Log4j2
Java Logger

Log4j2

Discover the power of Log4j2 for robust Java logging with extensive capabilities, improved performance, and scalability. Get started efficiently with Log4j2 using provided dependencies and dive into its features like Logger, Filters, Appenders, and Layouts for comprehensive logging solutions.

Comparing the Performance of different implementations of the List interface
Java Collection Framework

Comparing the Performance of different implementations of the List interface

In the Java Collection Framework, a List is an ordered collection of elements that allows duplicates. Java Collection Framework provides several concrete implementations of the List interface, such as ArrayList, LinkedList, Vector, and Stack.

Singleton Design Pattern
Java Design Pattern

Singleton Design Pattern

Learn about the Singleton Design Pattern, a creational pattern ensuring only one instance of a class exists, with global accessibility. Discover its variations like eager and lazy initialization, understand thread safety, and explore real-world applications in frameworks like Spring MVC, Struts, Hibernate ORM, and more.

Network Concepts in AWS
Network AWS

Network Concepts in AWS

Explore essential network concepts in Amazon Web Services (AWS), including AWS VPC, subnets, CIDR notation, subnet bits, Internet Gateway (IGW), NAT Gateway, and routing tables. Learn how to design and implement efficient network architectures in AWS.

Remove Internet Explorer (IE) from Windows Server 2019
Windows Web Browser

Remove Internet Explorer (IE) from Windows Server 2019

It is not necessary to keep Internet Explorer (IE) on Windows Server 2019 if you don't have any legacy applications that require it. In fact, many organizations choose to remove or disable IE on their servers for security and maintenance reasons.

Understanding OSI Layers: A Comprehensive Explanation
Network OSI Layers TCP IP SSL TLS

Understanding OSI Layers: A Comprehensive Explanation

Unlocking the Layers: Exploring OSI Model's Application to Common Servers - Discover how servers like Apache, Apache Tomcat, and IIS fit into the OSI model's framework. Learn where these essential components operate within the layers, shedding light on their roles in web hosting and application deployment.

Log4j
Java Logger

Log4j

Explore Log4j, the renowned logging framework. Discover its foundational hierarchical log levels and loggers, still embraced by modern logging frameworks. Learn how to kickstart your Log4j journey, configure log levels dynamically, and master the art of logging with Maven integration.

Microservice: case study on Smartwcm application
Microservice Software Case Study

Microservice: case study on Smartwcm application

Explore the microservices architecture of the Smartwcm application, a Web Content Management platform utilizing Spring Boot. Learn about its core modules, including Web Content Management System, User Management, CRM, and Payment.

Logger in Java
Java Logging

Logger in Java

Complete guide for getting a basic idea about logging in Java and its components. Explore Java logging components, logging levels, filters, appenders, and formatters for effective log management.

Microservice: Basic Principles
Microservice Architecture

Microservice: Basic Principles

Explore the fundamental principles of microservices in software development. Learn how these loosely coupled, independently deployable services follow key design principles such as single responsibility, decentralization, autonomy, and service-oriented architecture.

The Most Interesting AI Platforms that happened in 2023
TOP Articles News AI

The Most Interesting AI Platforms that happened in 2023

Artificial intelligence is here to stay with new technology to look for this year. Find out what we’re excited about in the latest AI news going into 2024.

How To Add Swap Space on Ubuntu 18.04
Trending Articles Linux Ubuntu

How To Add Swap Space on Ubuntu 18.04

Explore Ubuntu 18.04 swap setup with step-by-step instructions. Check system swap, create, edit, and enable a custom-sized swap file. Ensure permanence and effortlessly manage swap on your Ubuntu Server with this comprehensive memory guide.

Java Collection FrameWorks
Java TOP Articles Trending Articles Collection Framework

Java Collection FrameWorks

Explore the Java Collection Framework, a powerful built-in library offering interfaces like Iterable, Collection, List, Set, Queue, and Map. Understand their implementations, such as ArrayList, LinkedList, Vector, Stack, HashSet, LinkedHashSet, TreeSet, HashMap, LinkedHashMap, and TreeMap.

What YOU Need to Know about Optimus Gen 2: Tesla's Humanoid Robot
TOP Articles News AI Robotics

What YOU Need to Know about Optimus Gen 2: Tesla's Humanoid Robot

Want to know more about Tesla’s Humanoid robot? Optimus Gen 2 is the new phenomenon in the robotic world that can complete tasks that humans do with newly developed technology by Tesla, Inc., to do things that we never thought a robot could do.

How to resolve CORS issues with Keycloak and Apache
TOP Apache Keycloak How To

How to resolve CORS issues with Keycloak and Apache

Fix CORS issues using easy Keycloak 'Web Origins' setup and Apache reverse proxy tweaks

Setting up SSH keys for logging into Linux
TOP Linux

Setting up SSH keys for logging into Linux

SSH keys provide a secure way of logging into your server and are recommended for all users. The SSH uses public-key cryptography, also known as asymmetric cryptography, which uses a key pair consisting of a public key and a private key.

Integrating Stripe payment for Smartwcm subscription module
TOP

Integrating Stripe payment for Smartwcm subscription module

Smartwcm payment module is one of the core features of Smartwcm platform by Pagematics. Our invoice and subscription modules are built based on the Smartwcm payment module.

How SitePM helped Coliman Pool Plasters
TOP Business Development

How SitePM helped Coliman Pool Plasters

Small and medium business owners struggle to find time to manage their businesses and market them. Website is the most effective way to market a business.

Twilio SMS API integration for A1 Rental Vans reservations
TOP

Twilio SMS API integration for A1 Rental Vans reservations

Naturally, each business has their set of specific requirements when it comes to selecting a platform to automate everything.

Why Social Media Marketing is Important
Trending Articles Digital Marketing Online Marketing Social Media Marketing

Why Social Media Marketing is Important

Social media marketing is one of the most critical characters of digital marketing, which gives incredible advantages that help reach millions of users worldwide. Marketing in social media is one of the most adaptable and cost-effective methods that small businesses can use to reach their audience and boost sales over time.

Reasons why a website is needed for a business
Trending Articles SEO Web Design

Reasons why a website is needed for a business

Know in detail why a website is a key element for the success of any business in this era.

Understand the process of website design and development
TOP Articles

Understand the process of website design and development

Get to know the complete process behind the design and development of a website