Microsoft Office is one of the most successful products of Microsoft, which has now become the standard for working with Office documents quite often. The developers are constantly improving their Office suite and now it has a very attractive interface that presents all the functions in a more organized way. And gives an attractive interface. How to activate Office 2013…
Author: admin
AMD Ryzen 9000 Series: Ushering in a New Era of Computing Power
AMD once again made headlines at Computex 2024 with the launch of its Ryzen 9000 series CPUs, marking a significant milestone or leap in processing technology. The Ryzen 9000 series, powered by the cutting-edge Zen 5 architecture, promises to redefine performance standards for both enthusiasts and professionals. A glimpse into the future: Zen 5 architecture The new Zen 5 architecture…
Nvidia RTX 4060 vs. RTX 4060 Ti: A Detailed Comparison
In the ever-evolving world of gaming and graphics, Nvidia has established itself as a leader in providing cutting-edge GPUs (graphics processing units) that deliver the best gaming experience. The RTX 30 series introduced amazing technology, and now we have the RTX 4060 and RTX 4060 Ti as the latest offerings in this lineup. In this blog, we will do a…
AMD Ryzen 5 9600X vs Ryzen 9 9700X: Leaked benchmarks reveal impressive gains How impressive is that
Excitement is growing for AMD’s upcoming Ryzen 9000 series, especially with the recent leak of Ryzen 5 9600X and Ryzen 9 9700X benchmarks. Both processors, part of the Zen 5 architecture, promise significant performance improvements over their predecessors. Let’s dig deeper into the details to see what the new CPUs bring. Ryzen 5 9600X: Mid-Range Marvel The Ryzen 5 9600X,…
RTX 5070 vs RTX 4090: A Comprehensive Comparison
You all must be aware that NVIDIA has consistently set benchmarks with its innovative hardware when it comes to GPUs. Both the RTX 5070 and RTX 4090 are products of NVIDIA’s cutting-edge technology, yet they are targeted at different segments of users. In this blog, we will discuss their specifications, performance, and value propositions in-depth to help you make an…
What is a cloud server
A cloud server is a virtual server machine that operates in a cloud computing environment and makes its resources accessible to users remotely over a network. Cloud-based servers are intended to provide the same functionality, support the same operating systems and applications, and provide the same performance characteristics as traditional physical and virtual servers running locally. Cloud servers are an…
Print Bank Details on Invoice of Tally Old versions
If you are not updated your old tally or you are using old version of tally then also you can print bank details on your invoice Copy the following code in Notepad Create bank.tax file using this code Create bank.tax file using this code like this After that copy the file tally folder location than copy file path than edit…
How to change static ip address on Ubuntu server 20.04
Canonical has changed the way we configure static IPs in Ubuntu. Ubuntu Server requires editing a .yaml file (complete with proper adherence to correct code indent for each line of the block), in order to configure your IP addressing. Open up a terminal window on your Ubuntu 20.04 server (or log in via secure shell). Change into the /etc/netplan directory with the…
Switch D-Link default ip address
In most D-link switches, the default ip-address is 10.90.90.90 and the admin user is passwordless.
Nginx configuration for wordpress
Simple nginx configuration to launch wordpress site server { server_name yourdomain.com; root /var/www/wp; # path to wordpress index index.php; gzip on; # enable gzip compression gzip_disable “msie6”; gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript; location ~ /\. { deny all; # disable hidden files } location ~* /(?:uploads|files)/.*\.php$ { deny all; # disable uploaded scripts } location…
php 7.4 + nginx quick start on Windows 10 / Server 2012 / 2016 / 2019
This article shows you how to quick install and integrate Nginx and PHP on Windows-based systems. 1. Install Nginx + PHP Basically, just download zip file and extracts it, no installation. To install Nginx Visit http://nginx.org/en/download.html Download to c:\web nginx/Windows-1.19.8 Extract to C:\web\ To Install PHP Visit http://windows.php.net/download/ Download PHP For Windows: Binaries and sources Releases (7.4 -nts-vc15-x64) Extract to C:\web\php Edit file c:\web\conf\nginx.conf location / {…
How to redirect html site to https using htaccess
If you use apache web-server. Place .htaccess file to root site folder:
Nginx: 413 – Request Entity Too Large Error and Solution
I am trying to upload 30MB file on my Ubuntu 20 server and its not working. When I upload a 3MB file, I receive “413 Request Entity Too Large” with nginx/1.18.0 When I upload 30MB file, the page loads “Page Not Found“ I am trying to find nginx and I can increase “client_max_body_size” let, us trying to find nginx Open…
Bootable PenDrive With third party software
There is always an “easier way” to work on Windows using software. Creating a bootable USB drive is also very easy – here’s how to do it. Just Download Rufus third party software Click and Open rufus.exe Open Rufus 3. Once the user interface of the software opens up, plug-in your USB 4. After that, look for the “Create a bootable USB…
Activate Windows 10 FREE Without Any Software
A series of personal computer operating systems manufactured by Microsoft. It is the successor to Windows 8.1 as part of its Windows NT family of Windows 10 operating systems, and was released to manufacturing on July 15, 2015, and to retail on July 29, 2015. Windows 10 receives new releases from time to time, which are made available to the…
How to Install XAMPP on your Ubuntu 18.04 LTS System using terminal (Command Line)
Come on guys, we understand that XAMPP means cross-platform (X), Apache (A) server, MariaDB (M), PHP (P), and Perl (P). It is created by Apache Friends and basically acts as localhost or a local server. Through this local server, you can install this software on your system and test customers or your website before uploading it to a remote web…
Remote Desktop Troubleshooting Windows User
Remote Desktop Protocol (or RDP) is a protocol that is the most common way To gain administrative access to a Windows server. RDP is available on all Versions of Windows Server and a client (called Remote Desktop Connection) is Included ! with all versions of the. Windows desktop operating system. Connecting to your server via RDP gives you complete control…
How to Remove Excel User Restriction Values in Excel File And Cell
Error GettingThe value you entered is not validA user has restricted values that can be entered into this cell Solution First of all, let me tell you that whenever there is a restriction on the values, the flow is not without any amount. You should know here that the restriction on the values is due to reasons. The author only…
How to fix Credssp Authentication Error Fix In RDP
Friends here, I would like to tell you that Microsoft keeps on updating Windows updates from time to time, Microsoft in March 2018 to fix the vulnerabilities of CredSSP (Credential Security Support Provider Protocol) used by Remote Desktop Protocol in Windows Server. Has issued some security patches. But a recent update has made the CredSSP authentication error in RDP and…
New xampp security concept: Access Forbidden Error 403
When I try to use xampp’s phpMyAdmin in another PC, I get this address. Now we are going to tell you the solution to this problem Access forbidden! New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file “httpd-xampp.conf”. I was searching for the solution and…