# sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
Monday, September 30, 2024
Monday, September 16, 2024
Toshiba e studio 2829a print using lan cable without router
To set up a Toshiba e-STUDIO 2829A printer to print using a LAN cable without a router, you'll need to directly connect the printer to your computer with an Ethernet cable and configure both devices to communicate with each other. Here's how you can do it:
Connect the Printer to the Computer:
- Plug one end of the Ethernet cable into the LAN port of the Toshiba e-STUDIO 2829A.
- Plug the other end of the Ethernet cable into the Ethernet port of your computer.
Set Static IP Addresses:
- Since there is no router to assign IP addresses dynamically, you need to set static IP addresses for both the printer and the computer.
Configure the Printer’s IP Address:
- Access the printer’s control panel.
- Navigate to the network settings (this can usually be found under Admin or System settings).
- Set a static IP address for the printer. For example, you might use
192.168.0.10
. - Ensure the subnet mask is set to
255.255.255.0
. - Save the settings.
Configure the Computer’s IP Address:
- On your computer, go to the network settings.
- Windows:
- Open Control Panel.
- Go to Network and Sharing Center.
- Click on Change adapter settings.
- Right-click on the Ethernet adapter connected to the printer and select Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
- Choose "Use the following IP address" and set the IP address to
192.168.0.20
(it should be different from the printer’s IP). - Set the subnet mask to
255.255.255.0
. - Leave the Default Gateway and DNS fields blank.
- Click OK to save the settings.
- Mac:
- Open System Preferences.
- Go to Network.
- Select Ethernet and click on Advanced.
- Go to the TCP/IP tab.
- Set Configure IPv4 to Manually.
- Enter
192.168.0.20
for the IP address and255.255.255.0
for the subnet mask. - Leave the Router field blank.
- Click OK and Apply to save the settings.
- Windows:
- On your computer, go to the network settings.
Add the Printer on the Computer:
- Now, you need to add the printer on your computer.
- Windows:
- Go to Control Panel.
- Select Devices and Printers.
- Click on Add a printer.
- Choose "Add a local printer or network printer with manual settings".
- Select "Create a new port" and choose Standard TCP/IP Port.
- Enter the printer’s IP address (
192.168.0.10
). - Follow the prompts to install the printer driver (you may need the printer driver software from Toshiba's website).
- Mac:
- Open System Preferences.
- Go to Printers & Scanners.
- Click the plus (+) button to add a printer.
- Select the IP tab.
- Enter the printer’s IP address (
192.168.0.10
). - Choose the appropriate protocol (typically HP Jetdirect - Socket).
- Enter a name for the printer and select the appropriate driver.
- Click Add.
- Windows:
- Now, you need to add the printer on your computer.
After completing these steps, your Toshiba e-STUDIO 2829A printer should be set up to print using a LAN cable directly connected to your computer without a router
Thursday, August 1, 2024
PHP releases
https://www.apachelounge.com/viewtopic.php?t=6359
https://windows.php.net/downloads/releases/
Tuesday, July 16, 2024
How to install SSL on CWP hostname?
1 - Check that you should have an A record for the hostname. For example if your server hostname is cp.hostinpk.com, then you should have an A record for "cp" pointing to server IP
2 - Login to CWP Admin Panel>> Server Settings>>Change Hostname and then hit "Change Hostname" button after putting your desired hostname (in my case cp.hostinpk.com). This will only generate a valid LE SSL for your hostname when an A record is present against hostname
3 - Perform following command from shell
Saturday, June 15, 2024
How to merge a branch to main branch in Github.
In Terminal or Command Prompt:
git checkout main [switch to main branch]
git pull origin main [grab latest updates from main branch]
git merge master merge [master branch to your main branch]
git push origin main [push your changes to main]
Wednesday, May 1, 2024
Extract Domain from email in Excel or Google sheet
=TEXTAFTER(A2, "@")
or,
=MID(A1, FIND("@", A1) + 1, LEN(A1) - FIND("@", A1))
Tuesday, April 30, 2024
Office 2021 Activation using command
@echo off title Activate Microsoft Office 2021 (ALL versions) for FREE - office.com&cls&echo =====================================...
-
Put the following code in a TXT file and save as "file.cmd" then run the cmd file as administrator. @echo off title Activate Micr...
-
We can install PowerMTA on the server. rpm -ivh /home/PowerMTA-4.0r6.x86_64.rpm You will see the output like this Preparing... #############...
-
# $Id: config 2015-03-24 16:00:00 Jack $ # Sample PowerMTA configuration file # PowerMTA Multiple Virtual PMTA config file sample # # E-mai...