<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT &#8211; Mario Chivale ♦ Personal Website</title>
	<atom:link href="https://www.mario.chivale.com/category/it/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mario.chivale.com</link>
	<description>Mario Chivale Personal Website ♦ IT • Informatyka • Computer Science • Elektronika • Electronics • Elektryka • Electricity</description>
	<lastBuildDate>Fri, 11 Oct 2024 04:06:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Linux Debiam IMAPsync Move Email Messages Between Servers via Console</title>
		<link>https://www.mario.chivale.com/linux-debiam-imapsync-move-email-messages-between-servers-via-console/</link>
		
		<dc:creator><![CDATA[Tatsu]]></dc:creator>
		<pubDate>Wed, 22 May 2024 04:42:30 +0000</pubDate>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[imapsync]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[synchronize]]></category>
		<guid isPermaLink="false">https://www.mario.chivale.com/?p=838</guid>

					<description><![CDATA[Below is the instruction for synchronizing email folders between servers, for example, between the previous and the current mail server. The example pertains to servers based on the Debian Linux system. How to check your Debian release? Type on a terminal: cat /etc/debian_version 12.x =&#62; Bookworm 11.x =&#62; Bullseye 10.x =&#62; Buster 9.x =&#62; Stretch [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Below is the instruction for synchronizing email folders between servers, for example, between the previous and the current mail server. The example pertains to servers based on the Debian Linux system.</p>
<p><em>How to check your Debian release?</em></p>
<p>Type on a terminal:<br />
<strong>cat /etc/debian_version</strong></p>
<p>12.x =&gt; Bookworm<br />
11.x =&gt; Bullseye<br />
10.x =&gt; Buster<br />
9.x =&gt; Stretch<br />
8.x =&gt; Jessie<br />
7.x =&gt; Wheezy</p>
<p>1. Install imapsync dependencies on a Debian system.</p>
<p>• Debian 12 Bookworm<br />
deb http://deb.debian.org/debian bookworm main contrib</p>
<p>• Debian 11 Bullseye<br />
deb http://deb.debian.org/debian bullseye main contrib</p>
<p>• Debian 10 Buster<br />
deb http://deb.debian.org/debian buster main contrib</p>
<p>• Debian 9 Stretch<br />
deb http://deb.debian.org/debian stretch main contrib</p>
<p><strong>apt update &amp;&amp; apt upgrade -y</strong></p>
<p><strong>apt install libauthen-ntlm-perl libcgi-pm-perl libcrypt-openssl-rsa-perl libdata-uniqid-perl libencode-imaputf7-perl libfile-copy-recursive-perl libfile-tail-perl libio-socket-inet6-perl libio-socket-ssl-perl libio-tee-perl libhtml-parser-perl libjson-webtoken-perl libmail-imapclient-perl libparse-recdescent-perl libproc-processtable-perl libmodule-scandeps-perl libreadonly-perl libregexp-common-perl libsys-meminfo-perl libterm-readkey-perl libtest-mockobject-perl libtest-pod-perl libunicode-string-perl liburi-perl libwww-perl libtest-nowarnings-perl libtest-deep-perl libtest-warn-perl libnet-server-perl make time cpanminus -y</strong></p>
<p>2. Download IMAPsync (to some catalog):<br />
<a href="https://www.Mario.Chivale.com/download/IMAPsync.zip" target="_blank" rel="noopener">https://www.Mario.Chivale.com/download/IMAPsync.zip</a><br />
<strong>chmod +x imapsync</strong></p>
<p>3. Perform a test:<br />
<strong>./imapsync &#8211;testslive</strong></p>
<p>4. Install IMAPsync on the system:<br />
<strong>cp imapsync /usr/bin/</strong></p>
<p>5. Synchronize mail between servers:</p>
<pre><strong>imapsync \</strong>
<strong>--host1 MailServer1 --user1 User1 --password1 Password1 \</strong>
<strong>--host2 MailServer2 --user2 User2 --password2 Password2</strong></pre>
<p>or</p>
<pre>imapsync --host1 <strong>MailServer1</strong> --user1 <strong>User1 </strong> --password1 <strong>Password1 </strong> --host2 <strong>MailServer2 </strong> --user2 <strong>User2</strong> --password2 <strong>Password2</strong></pre>
<p><span style="text-decoration: underline; color: #ff0000;"><em>Change MailServer1 and MailServer2 to your E-Mail servers, User1 and User2 to your username and Password1 and Password2 to your password!</em></span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Windows 11 on unsupported hardware</title>
		<link>https://www.mario.chivale.com/windows-11-on-unsupported-hardware/</link>
					<comments>https://www.mario.chivale.com/windows-11-on-unsupported-hardware/#respond</comments>
		
		<dc:creator><![CDATA[Tatsu]]></dc:creator>
		<pubDate>Tue, 14 Mar 2023 16:47:07 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[11]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[ISO Image]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows 11]]></category>
		<category><![CDATA[Rufus]]></category>
		<category><![CDATA[unsupported]]></category>
		<category><![CDATA[unsupported hardware]]></category>
		<category><![CDATA[USB Boot]]></category>
		<category><![CDATA[USB Bootable]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows 11 Installation]]></category>
		<category><![CDATA[Windows 11 ISO Image]]></category>
		<category><![CDATA[Windows 11 on unsupported hardware]]></category>
		<guid isPermaLink="false">https://mario.chivale.com/?p=409</guid>

					<description><![CDATA[This guide will help you prepare installation media (USB Drive) to install Windows 11 on a computer with incompatible hardware. Download ISO file from official Microsoft Website: https://www.microsoft.com/en-us/software-download/windows11 From the section &#8220;Download Windows 11 Disk Image (ISO)&#8220;, choice Windows 11 (multi-edition ISO) and click &#8220;Download&#8220;. Next from the section &#8220;Select the product language&#8221; choice your [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: justify;">This guide will help you prepare installation media (USB Drive) to install Windows 11 on a computer with incompatible hardware.</h1>
<p style="text-align: justify;">Download ISO file from official Microsoft Website:<br />
<a href="https://www.microsoft.com/en-us/software-download/windows11" target="_blank" rel="noopener"><strong>https://www.microsoft.com/en-us/software-download/windows11</strong></a></p>
<p style="text-align: justify;">From the section &#8220;<strong>Download Windows 11 Disk Image (ISO)</strong>&#8220;, choice Windows 11 (multi-edition ISO) and click &#8220;<strong>Download</strong>&#8220;. Next from the section &#8220;<strong>Select the product language</strong>&#8221; choice your preferred language and then click &#8220;<strong>Confirm</strong>&#8221; in the next stage click on the button &#8220;<strong>64-bit Download</strong>&#8220;. Save image ISO file with Windows 11 to some location on your local drive.</p>
<p style="text-align: justify;">Prepare <strong>USB drive 8 GB</strong> or more and insert to USB port (I recommend you to use USB 3 Drive and USB 3 Port in your computer). Now download <strong>Rufus Software</strong> from <strong><a href="https://rufus.ie/" target="_blank" rel="noopener">https://rufus.ie/</a></strong> to create <strong>bootable USB drive with Windows 11</strong>.</p>
<p style="text-align: justify;">Run Rufus and in &#8220;<strong>Drive Properties</strong>&#8221; form &#8220;<strong>Device</strong>&#8221; select your USB drive, from &#8220;<strong>Boot selection</strong>&#8221; click on &#8220;<strong>Select</strong>&#8221; button and open your downloaded Windows 11 Image (ISO) file. From &#8220;<strong>Image option</strong>&#8221; select &#8220;<strong>Standard Windows Installation</strong>&#8220;, then in &#8220;<strong>Partition scheme</strong>&#8221; select &#8220;<strong>GPT</strong>&#8221; and in &#8220;<strong>Target system</strong>&#8221; select &#8220;<strong>UFI (non CSM)</strong>&#8220;. Choice your &#8220;<strong>Format options</strong>&#8220;, &#8220;<strong>Volume label</strong>&#8221; you can <em><strong>leave without changes</strong></em>, in &#8220;<strong>File system</strong>&#8221; select <strong>NTFS</strong> and &#8220;<strong>Cluster size</strong>&#8221; set to &#8220;<strong>4096 (Default)</strong>&#8221; or to another default cluster size for your drive. Then click on the &#8220;<strong>START</strong>&#8221; button.</p>
<p style="text-align: justify;">Now you will see dialog window, and in this window &#8220;<strong>Windows User Experience</strong>&#8221; <span style="text-decoration: underline;"><strong>you must select first option called</strong></span> &#8220;<strong>Remove requirement for 4GB+ RAM, Secure Boot and TPM 2.0</strong>&#8220;, <em><strong>rest of options its optional</strong></em> but you can also choice (select) &#8220;<strong>Remove requirement for an online Microsoft account</strong>&#8221; – this option let you install Windows 11 without connection to Internet and without Microsoft Acoount. Then click on the &#8220;<strong>OK</strong>&#8221; button and confirm continue operation by clicking on the &#8220;<strong>OK</strong>&#8221; button. Now process of preparing your USB Bootable Drive with Windows 11 will be stared.</p>
<p><img fetchpriority="high" decoding="async" class="size-medium wp-image-411 aligncenter" src="https://mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-01-456x540.jpg" alt="Rufus Windows 11 Bootable USB" width="456" height="540" srcset="https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-01-456x540.jpg 456w, https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-01-150x178.jpg 150w, https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-01-300x355.jpg 300w, https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-01.jpg 490w" sizes="(max-width: 456px) 100vw, 456px" /></p>
<p><img decoding="async" class="size-medium wp-image-412 aligncenter" src="https://mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-02-510x540.jpg" alt="Rufus Windows 11 Bootable USB" width="510" height="540" srcset="https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-02-510x540.jpg 510w, https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-02-150x159.jpg 150w, https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-02-300x318.jpg 300w, https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-02.jpg 548w" sizes="(max-width: 510px) 100vw, 510px" /></p>
<p><img decoding="async" class="size-medium wp-image-413 aligncenter" src="https://mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-03-456x540.jpg" alt="Rufus Windows 11 Bootable USB" width="456" height="540" srcset="https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-03-456x540.jpg 456w, https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-03-150x178.jpg 150w, https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-03-300x355.jpg 300w, https://www.mario.chivale.com/wp-content/uploads/2023/03/rufus-win11-03.jpg 490w" sizes="(max-width: 456px) 100vw, 456px" /></p>
<p style="text-align: justify;">To continue <strong>installation of Windows 11</strong> on the machine (computer) with unsupported hardware, insert prepared USB Bootable Drive with Windows 11 to USB port and power on your computer, enter to the BIOS (press &#8220;DEL&#8221; / &#8220;F2&#8221; / &#8220;F10&#8221; / &#8220;F12&#8221; – dependence of your computer manufacturer and BIOS) or enter to the Boot Menu (press &#8220;F2&#8221; / &#8220;F10&#8221; / &#8220;F12&#8221; – dependence of your computer manufacturer and BIOS). From boot device list select your USB Drive.</p>
<p style="text-align: justify;">Now installation process will started. Remember, <strong>you must have a valid License of Windows 10 or Windows 11 (CD Key)</strong> to install Windows Operating System. License key you can also enter after completed installation of Windows 11 OS.</p>
<div align="center"><strong>If you have any questions,<br />
write your question bellow in the &#8220;Leave a Reply&#8221; form.<br />
<em>Thanks!</em></strong></div>
<p>&nbsp;</p>
<div align="center"><a title="PayPal- Donate" href="https://www.paypal.com/donate/?hosted_button_id=5TA4H4TJHD4BJ" target="_blank" rel="noopener"><img decoding="async" title="PayPal - Donate" src="/img/paypal-donate.webp" alt="Paypal - Donate" /></a></div>
<div align="center"><strong>— Artificial Intelligence Comment —</strong></div>
<div align="center">•</div>
<p style="text-align: justify;">Microsoft&#8217;s release of their new operating system, Windows 11, has brought several improvements in areas such as performance, security, and modern hardware requirements. Unfortunately, users with incompatible hardware and unsupported devices will no longer be able to upgrade to the new operating system.</p>
<p style="text-align: justify;">The latest version of Microsoft&#8217;s operating system, Windows 11, will not support devices with certain hardware configurations. For instance, it won&#8217;t run on a phone or tablet, nor will it be supported if a user has an old AMD or Intel processor. Additionally, users will need to have at least 8GB of RAM, a dedicated GPU, and an x64 processor architecture.</p>
<p style="text-align: justify;">Users with incompatible or outdated hardware will not be able to take advantage of the new Windows 11 operating system. Microsoft has noted that the hardware requirements for Windows 11 are the highest yet. In order to take full advantage of the features of the new version, users must have the latest compatible hardware components.</p>
<p style="text-align: justify;">For those users who do have compatible hardware, the upgrade to Windows 11 will allow them to take advantage of the new features and capabilities the operating system brings. New features such as multitasking, focus mode, and improved touch capabilities are all included with the new version. Microsoft has made sure that their users can use the new functions with ease.</p>
<p style="text-align: justify;">For those users whose hardware is not compatible with Windows 11, there are still other options to consider. Windows 10 is still the current version and is still available to users as a free upgrade. Further, many third-party developers have created virtual machine software that can run on older hardware and allow users to migrate to Windows 11.</p>
<p style="text-align: justify;">Ultimately, demanding hardware requirements may mean that some users are unable to upgrade to the newest version of Windows. However, with the availability of alternative solutions and the potential for greater performance and security, Windows 11 will surely become a great asset to many users once the new hardware requirements are met.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mario.chivale.com/windows-11-on-unsupported-hardware/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linksys Cisco WRT54GS DD-WRT</title>
		<link>https://www.mario.chivale.com/linksys-cisco-wrt54gs-dd-wrt/</link>
					<comments>https://www.mario.chivale.com/linksys-cisco-wrt54gs-dd-wrt/#respond</comments>
		
		<dc:creator><![CDATA[Tatsu]]></dc:creator>
		<pubDate>Mon, 13 Mar 2023 08:26:38 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[alternative firmware]]></category>
		<category><![CDATA[bin]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[change firmware]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[DD-WRT]]></category>
		<category><![CDATA[DDWRT]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Graphical User Interface]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Linksys]]></category>
		<category><![CDATA[Linksys by Cisco]]></category>
		<category><![CDATA[Linksys Cisco]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[TFTPD]]></category>
		<category><![CDATA[WAN]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[WLAN]]></category>
		<category><![CDATA[WRT54GS]]></category>
		<guid isPermaLink="false">https://mario.chivale.com/?p=401</guid>

					<description><![CDATA[This guide helps you change original Linksys &#8211; Cisco firmware on WRT54GS version 6.0 wireless router to DD-WRT firmware. Renew your old router&#8230; You will need Linksys Cisco WRT54GS 6.0 (of course) and Computer with LAN Card, LAN UTP cable with RJ45 connectors. Set your LAN Card to 192.168.1.7 IP Address and 255.255.255.0 Netmask Address. [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: justify;">This guide helps you change original Linksys &#8211; Cisco firmware on WRT54GS version 6.0 wireless router to DD-WRT firmware. Renew your old router&#8230;</h1>
<p style="text-align: justify;">You will need <strong>Linksys Cisco WRT54GS 6.0</strong> (of course) and Computer with LAN Card, LAN UTP cable with RJ45 connectors. Set your LAN Card to 192.168.1.7 IP Address and 255.255.255.0 Netmask Address. Disconnect all another interfaces (disable) like a WiFi WLAN cards, another LAN interfaces, etc.</p>
<p>Download and unpack the file: <strong><a href="https://www.mario.chivale.com/download/WRT54GSV6-DDWRT.zip" target="_blank" rel="noopener">WRT54GSV6-DDWRT.zip</a></strong></p>
<ol>
<li style="text-align: justify;">First you must make a <strong>reset</strong> called <strong>&#8220;30 / 30 / 30&#8221;</strong>. Power on your device, wait to completely start (1 minute). Press reset button for 30 seconds and then disconnect the power without releasing the reset button and after 30 seconds reconnect the power still holding reset button and release the reset button after 30 seconds. Live the <strong>WRT54GS</strong> powered on.</li>
<li style="text-align: justify;">Set interface LAN in computer to static IP address <strong>192.168.1.7</strong> and subnet to <strong>255.255.255.0</strong> (if you didn’t do this before). Connect <strong>WRT54GS</strong> (use <strong>LAN1</strong> in <strong>WRT54GS</strong>) with your LAN interface (in computer) <span style="text-decoration: underline; color: #ff0000;"><strong>don’t use WiFi connection</strong></span>! Open internet browser and type <strong>192.168.1.1</strong>, if you see your <strong>WRT54GS</strong> in &#8220;<strong>Management Mode</strong>&#8221; that’s good! Close your internet browser.</li>
<li style="text-align: justify;">Run <strong>vximgtoolgui.exe</strong> and from &#8220;<strong>Device</strong>&#8221; select &#8220;<strong>WRT54GS v5 or v5.1</strong>&#8221; (also works with <strong>WRT54GS v6.0</strong> devices, of course). In the field &#8220;<strong>Desired Mac Address</strong>&#8221; write <strong>MAC address of WRT54GS</strong> (you can find MAC Address on the sticker in the bottom side router cover).</li>
<li style="text-align: justify;">In the filed &#8220;<strong>Output image</strong>&#8221; browse and select folder where you will save the file, write <strong>0WRT54GS</strong> and click &#8220;<strong>Save</strong>&#8220;.</li>
<li style="text-align: justify;">Click &#8220;<strong>Create</strong>&#8220;. Check if your file <strong>0WRT54GS.bin</strong> has been created in output folder.</li>
<li style="text-align: justify;">Close application.</li>
<li style="text-align: justify;">Power off and power on, wait about 1 minute to <strong>completely boot WRT54GS</strong> and then open your internet browser and go to URL address <strong>192.168.1.1</strong>. <strong>The Linksys – Cisco WRT54GS GUI</strong> (<em>Graphical User Interface</em>) page should open – not page with &#8220;<strong>Management Mode</strong>&#8220;, if you see this mode then you must power off router for about 15 seconds then power on again.</li>
<li style="text-align: justify;">In fields &#8220;<strong>User</strong>&#8221; enter <strong>root</strong> and in &#8220;<strong>Password</strong>&#8221; enter <strong>admin</strong> to login in your <strong>WRT54GS</strong> administrator interface.</li>
<li style="text-align: justify;">Go to &#8220;<strong>Administration</strong>&#8221; → &#8220;<strong>Firmware Upgrade</strong>&#8221; and select <strong>1VXWORKS.bin</strong> file to upgrade and then click on &#8220;<strong>Upgrade</strong>&#8220;.</li>
<li style="text-align: justify;">Now you must wait for about <strong>10 minutes</strong>. <span style="text-decoration: underline;"><span style="color: #ff0000; text-decoration: underline;"><strong>Don’t disconnect LAN connection, don’t power off, don’t close internet browser, don’t change URL address in internet browser, don’t touch computer and router</strong></span></span>.</li>
<li style="text-align: justify;">After this time and completely booting, close and reopen your internet browser and type URL <strong>192.168.1.1</strong> to open GUI of router. You should have <strong>WRT54GS GUI</strong> in &#8220;<strong>Management Mode</strong>&#8220;.</li>
<li style="text-align: justify;">Now upload the file what are you created in step 4 <strong>0WRT54GS.bin</strong> and flash your router. You must wait for about 10 minutes. <span style="text-decoration: underline; color: #ff0000;"><strong>Don’t disconnect LAN connection, don’t power off, don’t close internet browser, don’t change URL address in internet browser, don’t touch computer and router</strong></span>.</li>
<li style="text-align: justify;">Power off the <strong>WRT54GS</strong>. Close internet browser and run <strong>tftp.exe</strong> application. In &#8220;<strong>Server</strong>&#8221; filed enter <strong>192.168.1.1</strong>, field &#8220;<strong>Password</strong>&#8221; <strong>leave empty</strong>, in field &#8220;<strong>File</strong>&#8221; browse for file with firmware <strong>2MICRO12548.bin</strong>. Set 10 in segment &#8220;When upgrade fails, the program will retry <strong>10 times</strong>&#8220;.</li>
<li style="text-align: justify;">Power on the router <strong>WRT54GS</strong>, wait about 1 minute. Check if <strong>WRT54GS</strong> its in &#8220;<strong>Management Mode</strong>&#8221; (type <strong>192.168.1.1</strong> in internet browser) – must be in this mode. Close internet browser. Click &#8220;<strong>Upgrade</strong>&#8221; in <strong>tftp.exe</strong> application. Wait for about 10 minutes. After success you can close <strong>tftp.exe application</strong>.<br />
<span style="color: #ff0000;"><strong>*** TIP ***</strong></span><br />
You can run <strong>ping 192.168.1.1 -t</strong> and if you will see <strong>TTL=100</strong> then router is still in <strong>upgrade process</strong>, when you will see <strong>TTL=64</strong> then process of upgrade is finished and you can <strong>login to DD-WRT GUI</strong>.</li>
<li style="text-align: justify;">Power off your <strong>WRT54GS</strong> router and wait for about 15 seconds, then power on and wait for about 3 minutes.</li>
<li style="text-align: justify;">Login to your <strong>WRT54GS</strong> router with <strong>DD-WRT firmware</strong>, and go to &#8220;<strong>Administration</strong>&#8221; → &#8220;<strong>Firmware Upgrade</strong>&#8220;, browse for <strong>3DDWRT14896.bin</strong> file and click &#8220;<strong>Upgrade</strong>&#8220;. Wait for finish process. After success switch off the <strong>WRT54GS</strong>, and reconfigure your <strong>LAN</strong> interface (set to <strong>DHCP</strong> mode).</li>
<li style="text-align: justify;">Configure and use your <strong>Linksys Cisco WRT54GS version 6.0 with DD-WRT v24-sp2</strong> (08/07/10) micro firmware.</li>
</ol>
<p><strong>Update DD-WRT version 3.0 R44715 micro 2020-03-11</strong>:<br />
<strong><a href="https://www.mario.chivale.com/download/DD-WRT-v3.0-r44715.micro.2020-03-11.bin.zip" target="_blank" rel="noopener">DD-WRT-v3.0-r44715.micro.2020-03-11.bin.zip</a></strong></p>
<p style="text-align: center;"><strong>If you have any questions,<br />
</strong><strong>write your question bellow in the &#8220;Leave a Reply&#8221; form.</strong><br />
<strong>Thanks!</strong></p>
<div align="center"><a title="PayPal- Donate" href="https://www.paypal.com/donate/?hosted_button_id=5TA4H4TJHD4BJ" target="_blank" rel="noopener"><img decoding="async" title="PayPal - Donate" src="/img/paypal-donate.webp" alt="Paypal - Donate" /></a></div>
<div align="center"><strong>&#8212; Artificial Intelligence Comment &#8212;</strong></div>
<div align="center">&#8226;</div>
<p style="text-align: justify;">Introducing Linksys Cisco WRT54GS DD-WRT – The Best Router for Home and Business Use</p>
<p style="text-align: justify;">Are you in search of a reliable and secure router for home and business use? Look no further than the Linksys Cisco WRT54GS DD-WRT.</p>
<p style="text-align: justify;">Linksys Cisco WRT54GS DD-WRT is a multi-purpose, high-performance router designed to keep your network safe and running smoothly. It boasts a range of features that make it an ideal choice for a wide range of users.</p>
<p style="text-align: justify;">For starters, the router comes with advanced encryption and security options. This makes it an excellent choice for businesses that need to provide robust online security to their networks. In addition, the router allows for flexible network configurations, including static routing and VLAN support. This makes it an ideal choice for businesses with complex networks.</p>
<p style="text-align: justify;">In addition, the router boasts a range of useful features, such as parental controls and custom QOS settings. This makes the router an excellent choice for households with children. Moreover, the router can also be used as a wireless bridge, allowing users to extend the range of their existing wireless network.</p>
<p style="text-align: justify;">Finally, the router is also remarkably easy to install and use. It is compatible with a variety of operating systems, including Microsoft Windows, MacOS, and Linux, and supports a range of wireless standards, including WPA2, 802.11g, and 802.11n.</p>
<p style="text-align: justify;">In conclusion, Linksys Cisco WRT54GS DD-WRT is a feature-rich, reliable, and secure router that is perfect for home and business users. With its advanced encryption and security features, flexible network configurations, and easy installation and setup, the router is an ideal choice for a wide range of users.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mario.chivale.com/linksys-cisco-wrt54gs-dd-wrt/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
