Using RDP Client With Linux Mint

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
sudo apt install xrdp

It was enough with Raspbery Pi (up to Debian Buster), but not for Linux Mint. The only solution has helped me is:

echo env -u SESSION_MANAGER -u DBUS_SESSION_BUS_ADDRESS cinnamon-session>~/.xsession

Check the Firewall status…

sudo ufw status
Status: inactive

If it’s INACTIVE, skip the next step…

sudo ufw allow 3389/tcp

Sources:
Using RDP With Linux
How to Connect to Linux Mint with RDP


PDF pages’ images:


Using RDP With Linux Mint 20 Cinnamon (213.0 KiB)

How To Connect To Linux Mint With RDP (519.3 KiB)


OpenCart 3: USPS Ground Advantage

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

On July 10, 2023, USPS is retiring three offerings: USPS Retail Ground, USPS Parcel Select Ground and USPS First-Class Package Service as well as Ground Returns and First-Class Package Return Service

Source: Introducing USPS Ground Advantage – Newsroom
  • Replace ‘First-Class Mail Parcel’ with ‘USPS Ground Advantage’ in admin
  • Remove <sup></sup> at the front-end
  • Remove EDT for Priority Mail (1-Day, 2-Days…) at the front-end
Usps Ground Advantag Ocmod
Usps Ground Advantag Ocmod
usps_ground_advantag.ocmod.zip
Version: 0.9
16.9 KiB
209 Downloads
Details

Source: Introducing USPS Ground Advantage – Newsroom

OpenCart 3: store time_zone

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

To Whom … is West of UTC (UTC-XX)

  • Unable to log-in as the admin
  • API (for ex: update order status) calls are not working

All of the above, it will call framework.php

date_default_timezone_set($config->get('date_timezone'));
... 
// Database 
if ($config->get('db_autostart')) { 
// Sync PHP and DB time zones 
  $db->query("SET time_zone = '" . $db->escape(date('P')) . "'"); 
}

with time_zone from /system/config/default.php

// Date
$_['date_timezone'        = 'UTC'
(more…)

OpenCart 3 : Last Accessed Selected

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

UPDATED: file restored, updated tags, its should work up to 3.0.3.8
Working with the products, customers,  orders, etc. lists it could be a problem to figure out which one you’ve just viewed or edited. For the most of lists (templates: *_list.twig, the item will be highlighted, after returning back by pressing Cancel or Save.

(more…)

OpenCart 3 : Maintenance Mode

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Unfortunately, being logged-in as Administrator you can forget, that Maintenance Mode is ON and the website is not accessible for the users until your decided to check it from another computer or device and figured out that you had a problem… for a long time.

Background image will be displayed for both back-end and front-end if you put your site in Maintenance Mode, see the screenshot below:

(more…)

Yandex.Metrica