Comments on this Website

Jashiel said on 2025-03-24 03:43:28

Thanks. It works :) Read more

Arul John said on 2025-03-07 17:23:19

Hi F. Paradis, thank you! I just updated the blog post to use bs=1M. Hi Maximilian Eberl, thanks! Sorry for my late reply, I wasn't keeping track of this comment thread. Read more

Arul John said on 2025-03-07 17:19:24

Hi Maryln, please try to reset your password or contact Facebook to have them reset your account for you. Hope you get your account back. Read more

F.Paradis said on 2025-03-06 19:34:11

In my case, I also had to use bs=1M instead of bs=1m Read more

Marilyn Beatty said on 2025-03-06 18:18:11

I have tried many ways and times to log into facebook without success Read more

Arul John said on 2025-02-23 18:20:10

Hi Benjie, glad it helped! Read more

Benjie said on 2025-02-22 12:29:15

Big help thank you Read more

Arul John said on 2025-02-20 08:23:30

Hi Kraken, can you formatting the 32GB SD card and reinstalling the Raspberry Pi OS image on it? After that, do: sudo apt update && sudo apt upgrade Then, follow the steps. Hope this helps Read more

Kraken said on 2025-02-18 23:23:50

downloaded ovos with bookworm lite; used raspi imager; inserted the 32GB SD card in Raspi 4B; automatically booted in the OVOS environment; issued several of the commands; nothing worked; no skills installed; no audio; keyboard detected improperly; no idea what the issues are. Read more

Arul John said on 2025-02-18 16:46:54

Hi David, from the nature of the error, can you please double-check that the value in siteUrl and the values in urlList all contain URLs starting with "https://minic.info" and not anything else? To urlencode, you would import urllib.parse and then call urllib.parse.quote(). This is an example on the Python shell: >>> import urllib.parse >>> urllib.parse.quote('https://minic.info', safe='') 'https%3A%2F%2Fminic.info' Read more

David Matthewson said on 2025-02-17 12:57:40

Hi Thanks for wiring this.. but, my instance fails with: C:\Scripts\WB_Uploaders\Bing>bing_submission.py 400 {"ErrorCode":14,"Message":"ERROR!!! AuthorizationFailed"} I suspect this is due to this: "The URL has to be encoded and should not have any spaces." Encoded? In what manner? Your script shows myurl = 'https://aruljohn.com' # replace with your own URL - and so I've replaced it with myurl = 'https://minic.info' # replace with your own URL So how do I endoe this pls.? Thanks. Read more

Arul John said on 2025-01-22 21:01:21

Hey Catalino, thanks for the comment, man! Yes, I will add a section on installing fail2ban. It's important. Read more

Catalino Cuadrado said on 2025-01-22 13:36:57

Looks great Arul! You may want to add software like fail2ban to your setup instead of messing with iptables directly. Read more

William Meloney said on 2025-01-09 18:49:35

Thanks. My 3B+ may have a working life afterall. Read more

Arul John said on 2025-01-02 15:26:45

Hi Blaine, that sucks! Let me find out from others if there are more solutions and update this blog post. Hope you get your phone to work soon! Read more

Blaine Patton said on 2025-01-01 04:15:55

No it did not. I have done all I can do. I did press the phone number associated with my phone and the spinning icon keeps spinning for hours. I have also reset my phone, turned it off multiple times, signed out of apple then signed in 2X... nothing... neither SMS or Imessage works now since I switched to Visible. Read more

Arul John said on 2024-12-29 14:12:23

Hello Mike, thanks for the comment! I will add the bz2 and lzma module installation steps to the blog post. Read more

Mike Stupak said on 2024-12-27 02:47:22

Running on a 4b. This was a great start. I had to add the following modules to the build to get my stuff working: sudo apt-get install libbz2-dev sudo apt-get install liblzma-dev Read more

Arul John said on 2024-12-23 20:43:45

Hi Rhiz3K, thanks for the comment! I will add it to the blog post. Read more

Rhiz3K said on 2024-12-21 07:14:54

For problems with pip: python3 -m ensurepip --upgrade pip install --upgrade pip Read more

Arul John said on 2024-11-03 00:10:01

Hi EI, thank you for your comment! I'll include it in the blog post. Read more

EI said on 2024-11-02 18:05:01

Instead of Allow all I used Allow @local Also needed to check share printer to have it show up on other devices. Otherwise working well. Thanks for the tutorial! Read more

Ian Z said on 2024-09-29 03:56:28

When installing from scratch (i.e. when this version of python is not yet on the system), I think these steps will not work as is. I think the `--with-ensurepip=install` option for configure is necessary, see: https://realpython.com/installing-python/ At least I had no luck installing python 3.12.5 your way. The compile works but then the install fails with a confusing error message about pip and ensurepip. Read more

Arul John said on 2024-08-11 21:39:42

Hi NYHusker, great tip! Thanks for your comment! I will add it to this blog post. Read more

NYHusker said on 2024-08-05 18:22:12

You can also find directions to "DRY" your block in an oven. There's always a bit of moisture in the wood, so if you remove weight in the form of moisture that may be distributed throughout the block, you can add more weight back after, towards the back! Read more

Arul John said on 2024-07-24 01:34:50

Hello Jon, I'm not sure about when a page is printed. I just know that this same extended attribute com.apple.metadata:kMDItemWhereFroms stores the information when the file is downloaded. I believe it was introduced to Safari first, and later Chrome. Read more

Jon Dolkas said on 2024-07-23 20:40:57

Is there any way to make sure "Where from" info is SAVED when a page is printed (Export As PDF…) in Safari 15 or later? [same question for videos saved/utilities rarely save this info] Read more

Arul John said on 2024-07-04 16:21:14

Hi Foo Bar, thank you for pointing out! Fixed and updated this blog post. Read more

Foo Bar said on 2024-07-04 16:10:18

> If you decide you don't want to the file to be encrypted anymore, open Vim with the -X option: `-X` option has nothing to do with removing encryption and is not required. ``` ❯ man vim | grep -- '-X' -X Don't connect to the X server. Shortens startup time in a terminal, but the window title and clipboard will not be used. ``` Read more

יצחק said on 2024-06-28 11:43:32

itzhak37r@gmail.com Read more

Arul John said on 2024-06-20 06:02:01

Hi ola ,thanks for your comment! I did not try it with a Raspberry Pi B+ recently, but it did work in the past. It will take several hours though. I use them with Raspberry Pi 3 model B and 4 model B. Read more

ola said on 2024-06-18 21:53:06

Hello, has anybody tried it with a Pi B+? Yes, I know it's very old, but that's the one I got :D I get the following message when configure is done: "Platform "armv6l-unknown-linux-gnueabihf" with compiler "gcc" is not supported by the CPython core team, see https://peps.python.org/pep-0011/ for more information." So I assume the tutorial is not working because there is no gcc available for such an old device? Quite new to programming on Pi's :) Thank you for this post, even if it doesn't work yet for me I learned a lot :) Read more

Hao Bai said on 2024-06-18 21:28:41

Nice clean explanations. This should allow one to use pip to install python packages without resorting to virtual environments? Though, I am confused how exactly this would work. Would you just invoke pip from the locally built python as this link describes? https://pip.pypa.io/en/stable/topics/local-project-installs/ Read more

A S said on 2024-06-09 18:16:14

Hi, someone accessed my yahoo email from another device. I changed the password now i cannot past login history. How can I see past login history? Also how can I see the login device history? Read more

Arul John said on 2024-06-07 21:24:03

Hi Ptolemy, thank you! Glad it worked. Read more

Ptolemy.petrie said on 2024-06-07 17:06:13

love it thank you, worked like a charm Read more

Thom Cornellier said on 2024-06-04 19:25:18

Thanks for putting together such a great article on poisonous plants. I now know what plants to look for in a wooded part of my lot. I grew up playing in wooded areas and never had a reaction to poisonous plants. Now however, I have had some bad encounters while clearing out some underbrush. This is the best information I have found on the internet. Thanks again! Thom Read more

Arul John said on 2024-05-21 12:35:11

Hello Peter, thanks for your comment! Please run these commands. I will update my blog post. sudo rm /usr/local/bin/python sudo ln -s /usr/local/bin/python3.12 /usr/local/bin/python Read more

Peter Stemann said on 2024-05-21 12:29:29

Hello and thank you very much for this great instruction. I intended to update from 3.11.4 to 3.12.3 and followed you advise, adopting the details. Unfortunately, the default is still 3.11.4: ste@RPi024:~/Python-3.12.3 $ /usr/bin/python -V Python 3.12.3 ste@RPi024:~/Python-3.12.3 $ python -VV Python 3.11.4 (main, Jun 30 2023, 18:18:45) [GCC 10.2.1 20210110] Any idea on how to proceed? Thanks in advance Peter Read more

britta said on 2024-05-19 09:03:39

Arul John said on 2024-05-17 03:30:17

Hi Gunter, thank you for your comment! I will include pkg-config to the list of build tools. I have not yet updated this blog post to include Bookworm, but I'll do it this weekend. Thanks. Read more

Gunter Baumann said on 2024-05-16 16:46:46

Hello, could you please add pkg-config to the list of build tools? That one seems missing on a plain vanilla bookworm installation. Thanks a lot for your work, was very helpfull for me! Read more

Arul John said on 2024-05-10 15:47:10

Hi David, thank you for your comments! Read more

David Miles said on 2024-05-10 15:34:28

Thank you for the really helpful information about the sun it's fascinating Read more

אילה said on 2024-05-01 16:52:28

IP 209.85.220.41 Read more

אילה said on 2024-05-01 16:52:00

עם כתובת ה-IP 209.85.220.41 Read more

Rebecca Guerra said on 2024-05-01 13:47:11

Password Read more

Arul John said on 2024-04-09 15:41:12

Hello Tony, thank you for your comment! I will update this blog post for Debian 12 Bookworm. Read more

Tony Pemberton said on 2024-04-09 11:17:25

Thanks for a full tutorial which is ideal for my HomeAssistant servers. This installed sucessfully on Debian 12 (Bookworm).The only differences I had to make were the symbolic links in that my default python-3.11 and python-3.11-config are located in /usr/bin whilst python3.12 and python3.12-config are located in /usr/local/bin as per altinstall. Thanks again Read more

Arul John said on 2024-04-01 16:52:08

Hi Stephen, thanks for the update. Glad you got Python to work. I will include updating the Raspberry Pi image in this blog post. Read more

Stephen said on 2024-04-01 12:40:05

In order to install an A to D I needed PIP3 which needed Python3 which needed C update so I got the latest Raspberry pi image and got it all in one go Read more

Arul John said on 2024-03-15 16:49:22

Hello Stephen, it appears that your version of C (cc1) is very old. Can you please update it and try building Python again? You can also email me directly. Thanks. Read more

Stephen Fincham said on 2024-03-15 15:54:42

ccl:error:unreconized command line option '-std=cll' makefile:14481: recipe for target 'Programs/python.o'failed make: *** [Programs/python.o] Error1 1 Read more

Stephen Fincham said on 2024-03-15 15:30:45

All appeared to work ok until the last command sudo make altinstall when I got error recipe for target 'Programs/python.o' failed any help would be appreciated Read more

Arul John said on 2024-03-14 06:19:34

Hi Nicholas, thank you for your comment! Read more

Nicolas Vaagen said on 2024-03-14 01:45:10

Thank you for posting this. I was having trouble with guides that did not share the dependencies. Much appreciated Read more

Arul John said on 2024-03-12 19:51:16

Hi fableman! pip will not break, but if there are multiple versions of Python and if the right pip or pip3 is not set in the path, you can install it in the other version than the one you intended. python -m pip is a good practice, though, especially when for Windows. I am adding it to this blog post. Thanks! Read more

fableman said on 2024-03-10 18:54:22

pip will get broken need to use python -m pip Read more

Arul John said on 2024-03-06 15:17:44

Hi Armin, thank you for your comment! I will test new Python 3.12.2 installations on my 3B and 4B and update the blog post accordingly. Read more

Armin Jago said on 2024-03-06 13:31:31

Hi Arul, I am retired and train my brain with raspberry PI 4. Your AP works well, but took 1h. Thanks armin Read more

Arul John said on 2024-03-05 04:56:30

Oops, thanks, John Doe! Corrected it. :) Read more

John Doe said on 2024-03-03 16:58:26

"How to upgrade from Python 3.12.0 to 3.12.0" reads the same version. Surely you mean "from 3.12.0 to 3.12.2" ? Read more

Arul John said on 2024-03-02 15:30:29

Hello E. Y Moetbe, unfortunately, there don't seem to be any official pre-compiled packages for the latest Python version on Debian. If installing Python by building from source is not working for you, you could try using package managers like Miniconda or Miniforge. They generally have the latest Python versions. Read more

E.Y Moetbe said on 2024-03-01 22:21:42

This is not installation, but compilation from source. There must be a way to do an apt install a pre-compiled package rather than compiling from scratch. I ain't got 4 hours watching gcc and make failing with some ridiculous error ... Read more

Arul John said on 2024-02-27 20:02:26

Joseph, if you want to reinstall Python 3.12.2, just redo the installation procedure. It will overwrite the current 3.12.2 installation. Read more

Arul John said on 2024-02-27 19:56:51

Hello Joseph, the correct command for make -j `nproc` uses backticks and not single quotes. Yes, the installation is done in the directory /tmp/Python-3.12.2 Can you close the Terminal and reopen it for Python 3.12.2 to take precedence over 3.9? If that doesn't work, try this: echo $PATH Let me know what you see. It is possible that /usr/local/bin shows up later than /usr/bin in the $PATH variable and that can be adjusted in ~/.bash_profile or ~/.bashrc Read more

Joseph Attard said on 2024-02-27 19:45:42

Hi again, I just remembered that make -j 'nproc' gave me an error, is there a way that i uninstall the newer version of python and re-install it again? thanks in advance Read more

Joseph Attard said on 2024-02-27 19:37:18

Hi, i followed all the steps in this tutorial however i still have version 3.9 as my default Python. I am using the Radxa version of Linux, Debian GNU/Linux 11. If I am understanding correctly all the installation is done in /tmp/Python-3.12.2 and all the instructions are carried out while the terminal is in folder Python3.12.2, right? Read more

Arul John said on 2024-02-21 23:00:11

Affan Ali, yes, you have the correct one. If you don't get that message, it means the Python binary has not been pointed to /usr/local/bin/python. From your second comment, looks like your installation was good. Read more

Affan Ali said on 2024-02-21 17:47:37

so do i have the correct one? mine says this as the last output: Python 3.12.2 (main, Feb 21 2024, 12:34:50) [GCC 12.2.0] after I entered python -VV Read more

Affan Ali said on 2024-02-21 17:41:41

what if you dont get this message: ln: failed to create symbolic link '/usr/local/bin/python': File exists Read more

ali ahmadian said on 2024-02-16 11:23:30

Delivered-To: a.h.ahmadian@gmail.com Received: by 2002:a54:2c42:0:b0:247:903:8902 with SMTP id u2csp1053640ecr; Fri, 16 Feb 2024 03:19:01 -0800 (PST) X-Google-Smtp-Source: AGHT+IHWVl1j2E8Z0nKrruNUT70nMnhEZNNN9jQR4CT1C1MawXEhvh13DUP2Ev1wJi5BosAOGCpH X-Received: by 2002:a05:6808:170a:b0:3c1:33c7:68bb with SMTP id bc10-20020a056808170a00b003c133c768bbmr5401381oib.31.1708082341345; Fri, 16 Feb 2024 03:19:01 -0800 (PST) ARC-Seal: i=2; a=rsa-sha256; t=1708082341; cv=pass; d=google.com; s=arc-20160816; b=zhcFTsg6clMZYsEDZm31WfURu48wnVLJCnHAIGtRyjiK2mw3aUiH5sHVdWz+ushX3X IxhV/zOjL3wBKnMI7/a0it0gqz6cJxnwazk0xqlwn11Uay7MmDlDIEzZpmmWnZjdr9Jz 77HAawfIBs8+1dn+OmiZ/bbW8tuy69IaAssPK2wJdleJMkgbGCIWRUoQB2zZxKjZUL36 di6eYfwvF+GQnYLE577mzlOHFRTkBY5fmyhHIIwRgDmIhhCdZZkYhQs12GWSxU2woqVR gUURDP0EJccsxDB5zxHAHxDL00GSuI2WIjAg/H8HDUuQG71Mfl6ShCeZyNB/kfNhw1uC cMsQ== ARC-Message-Signature: i=2; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:msip_labels:content-language:accept-language :in-reply-to:references:message-id:date:thread-index:thread-topic :subject:to:from:dkim-signature; bh=7MLgGS26l6KAoIs5FvJ4SESWmnJhTz2gUljJ5JHdtM4=; fh=yIVvl6ke0Mu5cU7kZXk/N+7dZqRiW7xlpmIU1QWNrp0=; b=Cgwiu9RXlLRN0b1WuMdVMHHGRd0pZmjWP/vjY7oUQh5ozec1KXk1fCbPDkjVRuHAUp kluvq+1ATNQT6sTcIlt0OCadpYA3nAJSRZgtC3fT2re5uHPD42yeBIi5dD8+zKYuPbIA 9i8uqbWalyY69T99ewSaWzIBkTbTel7Ys81O4rrDuiyRVqh9IH19mnsFgrTJMVv+uQvB y49AbE53hDVWQ7bAWcGuPPOeeUtGz7Mf6ImJ6Vp3YSoFPIvYomjxP6WZ1DcW8g+xHIRx mVUQ89WP4yyXBlCz3AgxJ0+aLBK16fbRXRi3Ju1mnNhUznW4a9SRG44E3kgVSxnCNFFL yM8A==; dara=google.com ARC-Authentication-Results: i=2; mx.google.com; dkim=pass header.i=@outlook.com header.s=selector1 header.b=ln5Lug69; arc=pass (i=1); spf=pass (google.com: domain of a.h.ahmadian@outlook.com designates 2a01:111:f403:2804::800 as permitted sender) smtp.mailfrom=a.h.ahmadian@outlook.com; dmarc=pass (p=NONE sp=QUARANTINE dis=NONE) header.from=outlook.com Return-Path: Received: from NAM10-BN7-obe.outbound.protection.outlook.com (mail-bn7nam10olkn20800.outbound.protection.outlook.com. [2a01:111:f403:2804::800]) by mx.google.com with ESMTPS id t6-20020a0562140c6600b00685c947ea1dsi3653671qvj.535.2024.02.16.03.19.01 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Feb 2024 03:19:01 -0800 (PST) Received-SPF: pass (google.com: domain of a.h.ahmadian@outlook.com designates 2a01:111:f403:2804::800 as permitted sender) client-ip=2a01:111:f403:2804::800; Authentication-Results: mx.google.com; dkim=pass header.i=@outlook.com header.s=selector1 header.b=ln5Lug69; arc=pass (i=1); spf=pass (google.com: domain of a.h.ahmadian@outlook.com designates 2a01:111:f403:2804::800 as permitted sender) smtp.mailfrom=a.h.ahmadian@outlook.com; dmarc=pass (p=NONE sp=QUARANTINE dis=NONE) header.from=outlook.com ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=AqVl/QWN5tdg2ntc03UGVQBMGHTdqPC+TlaRClP+V/mGtZRNcSFjITtgpYuAcM8IDsPL5VZ3xng22xwTRrX/N2ThN8DlI3XnlDouMD+7onINtXpAjT3PADtBc3drxF932JtBrYFZIZUymY4/0tkWkOjVdqW9eLCh+xHW2iILc4/aIwoxeslgQ7JAzYJIKpAOtTJMfVBqdq0HCfQVhGvOgbzPVUAtyYMJ/GDzygEkXgtg5s17IlyOAo6KxncLPk0LpyRYT5s4qwDWlX3xmxgkuOHgpPA6xmZWNZrTQRx+Biezi4Maw544LtmP/hX4jHwdmza1sZH+aorAWGh4looBMw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=7MLgGS26l6KAoIs5FvJ4SESWmnJhTz2gUljJ5JHdtM4=; b=kLkhalFUunk4+pRW2RMDqDPFv7h7UesX5y04kCdhpEjbScouJzlVkKazZVfaT9jAWemztHkNASMprTH7XNQTj6dljRYH0/GMHttL3qMHo3QdNihQaMqytbsjD+HqJRS803kDlnF7dvKmU7en0KlLEcD99PjvXENfsuKjvWIg+aZ87lcbaK3DEKDemhbDSYI2MVaXG/CH54LSR501M6eO6TOiiib+AAlumVXVmUErZeI0tGhZSc5d3jgwpWVy2XjIWaiicSy0/LJKFuWN6zIh8ExCxaV9Q4AcqaFva5Y5oH75SQCm6iLjahO0opF8CAQf+GJrgGs+1elhQrTYP4qcUg== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=7MLgGS26l6KAoIs5FvJ4SESWmnJhTz2gUljJ5JHdtM4=; b=ln5Lug692nu7LcYJoICgmA62NW2GZJV3SQo1DOlFEj8p3KlxKrDBeJ+mmzq/6cGBnnZLDLg1mZF6PL/OzoVuuUnniXmjGnsNHarK4/ZyT68d9nKhVXiaLO5H0+C/ziCbCeZ69Aqw61N00O6PVqo1Aa7kw+/Pp96N9GeGSUcquCnKTBWrC0GbQem5zCgi5I6OvW+Xyov+iNc3KVFF5xdqIJQh3jj8XhvQdBKtf99GtNRQ8xfzJtbGDR+e7QCIDpHNBZw7LIF81ygedBN285PpqHAo2O25OOYrHVDaqjDLACAnddwNSJR3WvsLukcSq7JJvqxLx+9/IStHx94aS4+Zzw== Received: from IA0PR10MB7136.namprd10.prod.outlook.com (2603:10b6:208:409::9) by SJ0PR10MB6423.namprd10.prod.outlook.com (2603:10b6:a03:44d::15) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.7270.41; Fri, 16 Feb 2024 11:18:59 +0000 Received: from IA0PR10MB7136.namprd10.prod.outlook.com ([fe80::e8ed:1476:d5d5:2da]) by IA0PR10MB7136.namprd10.prod.outlook.com ([fe80::e8ed:1476:d5d5:2da%7]) with mapi id 15.20.7292.029; Fri, 16 Feb 2024 11:18:58 +0000 From: ali ahmadian To: ali ahmadian Subject: Re: 11111111111111 Thread-Topic: 11111111111111 Thread-Index: AQHaYMnmpmOvKWFeVEicD0QfS/g9UbEM0ka3 Date: Fri, 16 Feb 2024 11:18:58 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: msip_labels: x-tmn: [6KHkysWWGevQYmYzlaVd0nLN86b6QKrg] x-ms-publictraffictype: Email x-ms-traffictypediagnostic: IA0PR10MB7136:EE_|SJ0PR10MB6423:EE_ x-ms-office365-filtering-correlation-id: 6c96e69c-2be7-40cd-576f-08dc2ee1122b x-ms-exchange-slblob-mailprops: Jl2hv6oEcgOf8+b4XhO323s1uKnYgwvbsY5b+SAdX1Z/DVJOOwv6v1ItUa0mRxP+JSQdp3GcZXWQbEMFPHEb1drDXw24H0/YgE5LOyKHhS4FZ1rFlm1IiUozNvhkKXnKGq5eU3uQOXpP/KUwwsRrrUnqkETil+F59hjqrUfMZOf1SSj2YmByvNPrT0k3ge3/CHwyNQ1jZpdeGBEeE2I7qzf3VWBYlxho42S82aIxYJo1xqZ9RdwXxELH/FZTwQNxEa6EO9469K3nHzfBQyaMXBB3H5aCoeqCn3EKNNskthhracRnFaoDvG12zf4iPWO9ZbSAKxWO+/eBkjMsT8cIlk/hK1jKZ3padcoKl1SN08/8skaf9p36lTaajscs5rX+SxRgd8j3N5PnmSzuqYAPeBE78YgRqIb6yw5Q/uoA6HdgpDUUIGZbYGN0wouGskSycCy4is9iJU9TWKaysBf4Lw3q7C+MnSSPQjuHSmEqIx5vZuzc6pmFOZqvKCjWM0LFizVvRmYYo5/0MhrZqBI9xn18HSy2/RVADXHQC/Sejp06D+3SOuWeL+iDfSQgQ01RGX0qJqrT7Cg= x-microsoft-antispam: BCL:0; x-microsoft-antispam-message-info: msNjPW6rni4AGUADEO/w9EVFOftwc5r0gLpelwjxvRbaFV5hztoljmxymKQ7+PHxW/KWDFtuwznkVLcLQzy5rldKuzvHkntmLLRX7w/fqVUYd3rOBTrXzpz+q+HZFtB4aIYKmSWBtMZp/GyhgmWyEj+Ycnl2k+15LzqLl9KSRopaySMZhoLanUFRp5CNRQz0Pb8IrpfOhOZXevxnkaDiehAXoWyLRk3OnQIP3NI1C7h+ifK3E7X0pu4SInZhwPoS7VZukRO4omW1QpectSxAMaljSRh4L9mM/re0n6E6SHqTVCBZXnqchpO3fTQiOMVS5vosFSONWU4fElGDWKUYWJbRM8S5LCtsc5pes2IB6FtFX2ykFyMIrDvv34dx/PzjkoNb3u6OlmbwG8ngMg1ND5kQlKpAxeJJc5Aiep+hvFBasEvnITMNNhOauelROWtyvo1BU1wKfM2+CoNKjNfUal7ewGK076Dm5eB653m+G4scOnwMN5EMONbc71LVKu+BtmIaymNy+NwiT7zy4BpA/rFNkvlFYmFAZ94cBtKTUq4iexJGdKLdwvcyo5ZCnAiS x-ms-exchange-antispam-messagedata-chunkcount: 1 x-ms-exchange-antispam-messagedata-0: ImlikJEuTB3n1mDwCzD2LbKRImkf5rkd8qjC+JhQqfTXYdTP5S7LBySw51/r/4nvuUf8yFUhjlXcVyC2mzstD6Bhl9P/uyz6XsAcTa9flaWC6VpqbbsyR8LF4fS/KyUuYiYteRS4kCWu6W8bEfBI8/5zC/3K2Rv1EJkYB6caVyLVy9lTdTZqbVM5Auus0za7qCt0IwLg9Re/KTcOphXEGElQYdumAVXiWhgAxJy2WdtM6UexRhy1Dz/zxx3DqwDmiHkG25e8cMBGLyfBM1ZjGsUIczoOVGGmyHkhxwyn45/fS3SGsX5rpMn5ff2n+I2gSk7XBYUbwtSJwiFZIyZkjd0tzT7+w0Hcsy1GKYqUP4IjZRHBSqIqngObkZpDe4iPgnsYEgtd5NK03BC1Yxni7mjNDU9+U4zohf2hdK2hyFq0lX5ZoCWLZqBM6DkceFVJW7s2u+3t5yPG1IJHyQU5OARJI199D3Y6kjT/ZegKtmhmHxkhG6ZACpRIq3k5//ddLjML/1oAFTeMuJPTNIi+guIDPffO7BtnHT7CaR3ETx3Ay0psVnLV+PJsN53f/UDtuONc1xLPMYuAnOrvt8qGMJrLZZrZoxqOmXh6cm83eC61/WRaQEyymf7Cp3B/i+a15MGTjTTlvWEgipbzBFdaLccfrmeyY9TsHw5WOFY39JS0/I/h80m5iBrQgdZmM2PUFumb4tfGKuOd5eLvOwmvD7GBrHblmB8lRQajTxvkF5CVppNEfMPAs5axtKIBRtOGfEZKd0d+5962NLu7ka+GEqx3nNdcmwC5zDm6tmGZVAaJBSh0HovfjfJM0H8QNyMNPov4m4boMy4yOtNlo+lLMwxokCDafD1474ebw6REvH8PmQa0AQilvM0aunotGXTKQFzhaqr44lIdAssr2xaW5lD+2lalpG6QaIuKRbDWNWRvissz1EfAbfWNjvhHTpUj2YNuYGh2wUrHdEFgYuDpP7Xcu1WJloneX1EHqURfkFWPxxTcUPVM/XxUESvPOLK67ltqI7gdFncn/Jl/rsDpZPIW6TyiwvxlZb53zea0pcNskUvK+3GTalX1Tgx657qlhc1Iz9JQrvan8bCrYHiO6nBTRlvTK1GPVA24uWOhHzT4jj+VkMBrJSR+hVLlzm5b5/OM6Ah874ywFRfUYBUBN+ewNV17fOV3EZnGZG+niUe0GIPmjTWcTBAKhVLFjs2uWmOFjNygj6CcvFwQtUSLyNAwO1alN/Wc65YUVK0jT44= Content-Type: multipart/alternative; boundary="_000_IA0PR10MB71366B8E132E8E0123B45C46D24C2IA0PR10MB7136namp_" MIME-Version: 1.0 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: IA0PR10MB7136.namprd10.prod.outlook.com X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-CrossTenant-Network-Message-Id: 6c96e69c-2be7-40cd-576f-08dc2ee1122b X-MS-Exchange-CrossTenant-originalarrivaltime: 16 Feb 2024 11:18:58.7002 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: SJ0PR10MB6423 --_000_IA0PR10MB71366B8E132E8E0123B45C46D24C2IA0PR10MB7136namp_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 22222222222222222222 ________________________________ From: ali ahmadian Sent: Friday, February 16, 2024 2:48 PM To: a.h.ahmadian@outlook.com Subject: 11111111111111 1111111111111111111 --_000_IA0PR10MB71366B8E132E8E0123B45C46D24C2IA0PR10MB7136namp_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
22222222222222222222

From: ali ahmadian <a.h.= ahmadian@gmail.com>
Sent: Friday, February 16, 2024 2:48 PM
To: a.h.ahmadian@outlook.com <a.h.ahmadian@outlook.com>
Subject: 11111111111111
 
1111111111111111111
--_000_IA0PR10MB71366B8E132E8E0123B45C46D24C2IA0PR10MB7136namp_-- Read more

Arul John said on 2024-02-08 23:11:39

Hello Vicky, yes, the instructions are pretty much the same, and I just updated the blog post for 3.12.2. For moving from 3.12 to 3.12.2 you do not have to update the softlinks towards the end. Let me know how that goes. Read more

Vicky karthi said on 2024-02-08 04:48:05

Bro i am using python 3.12 if i want to update it. I need to download 3.12.1 version then install it or any other work around. Read more

Arul John said on 2024-02-05 20:12:48

Hi Audra, it is possible that there are multiple people who are constantly reporting you to Facebook. FB support is flaky at best, and is hit or miss. Please keep trying. You can email me or message me on Facebook with any private information that you wish to share. Read more

Audra Templeton said on 2024-02-05 00:11:02

They are constantly doing this and they won't leave me alone there has to be a way to stop them or block them because I can't take it anymore Read more

Audra Templeton said on 2024-02-05 00:08:48

I'm having problems with Facebook restricting my messagener for no reason and they claim I'm bullying and harassing and I have proof I'm not doing anything wrong here are screenshot of my conversations I need help Read more

Arul John said on 2024-01-26 17:34:23

You're welcome, M R L RAO. Thanks for reading. Read more

Arul John said on 2024-01-26 17:00:40

Hi Ivo, thanks for your comments! I appreciate it. I updated the blog post with libsqlite3-dev in the build tools install section. Read more

Ivo Raisr said on 2024-01-26 12:08:44

Thanks for a very nice blog! Please add another package which shall be installed as a dev-dependency in section "Install the build tools": libsqlite3-dev Without this dev package, _sqlite3 library is not built and sqlite3 module cannot find the associated library: Python 3.12.1 (main, Jan 26 2024, 11:07:49) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sqlite3 Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.12/sqlite3/__init__.py", line 57, in from sqlite3.dbapi2 import * File "/usr/local/lib/python3.12/sqlite3/dbapi2.py", line 27, in from _sqlite3 import * ModuleNotFoundError: No module named '_sqlite3' With this dev package installed, the _sqlite3 library is built and sqlite3 module works: Python 3.12.1 (main, Jan 26 2024, 12:00:18) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sqlite3 >>> Read more

M R L RAO said on 2024-01-22 07:28:22

Thank you Read more

Arul John said on 2024-01-04

Thank you, Harmen. I updated the blog post. Read more

harmen van der stouw said on 2024-01-03 23:29:21

sudo rm /usr/bin/python sudo ln -s /usr/local/bin/python3.12 /usr/bin/python this wil not work. sudo rm /usr/bin/python3 sudo ln -s /usr/local/bin/python3.12 /usr/bin/python3 this wil work Read more

Arul John said on 2024-01-01

Hi Geoff, it can take about an hour for my Raspberry Pi 3 and 4B. Read more

Geoff Meston said on 2023-12-31 16:10:40

the 'sudo make altinstall' is taking an age, like 40mins so far? How long should this take? New Rasberry Pi 4b with 4gig ram, 32gig micro SD card running full Raspberry OS Read more

karthik said on 2023-11-17 05:47:32

Received Spam mail from this mail Read more

Shane Platt said on 2021-12-23 10:22:00

I followed the instructions, including the last step where i confirmed my python version. However, if i type python3 and hit enter in the terminal, python 3.73 is loaded, when I try to install a python package it doesn't install to the 3.96 version, it installs in 3.73. I can set Visual Studio Code interpreter to the 3.96 version, but I cant import any modules due to the pip installation installing to 3.73 and not 3.96. Any advice on how to install modules to 3.96 and not 3.73? Thanks, Shane Read more

Arul said on 2021-10-19 10:06:00

Supra, yes, you can. Just make sure that your OS doesn't have any dependencies on 3.7.3. I prefer to leave the older versions alone if they come with the default OS. Read more

Supra said on 2021-10-19 09:56:00

Can I remove 3.7.3 and replace a newer version 3.9.6? Read more

LeeG. said on 2021-09-30 19:16:00

Thanks. Works perfect with 3.9.7 on Pi 4B Read more

Michael Boulton said on 2021-09-15 07:52:00

Thanks Arul. It worked perfectly. Read more

Ic 1234 go said on 2021-06-06 23:57:00

after I go into see Original, can ya elaborate after that Read more

Ic1234 go said on 2021-06-06 23:55:00

There is this written, SPF: PASS with IP (an ip) , but this is not his ip, I know his address, when I check on the website, its not the same, can ya elaborate on how to get his ip through gmail again please. Read more

Aaron said on 2021-01-12 08:47:00

Thanks! I also use <a href="https://freetools.site/file-compressor/tar-gz">this</a> to create tar.gz files Read more

wifi_reconnect.sh said on 2020-12-23 15:41:00

Create script wifi_connect.sh is wrong. You may want to call it right from the beginning : wifi_reconnect.sh Read more

Maximilian Eberl said on 2020-10-03 02:39:00

Thank You, Arul, You saved ny ass !But: 1m is not recognized on many systems. It has to be bs=1M. Read more

DimaNYC said on 2020-06-22 12:34:00

awesome! Thank you!!! Read more

Re said on 2020-05-10 02:46:00

is that site legit? and do all the methods work? Read more

Eddie said on 2020-04-30 09:39:00

so where is this script? <a href="http://www.hacker-tips.com">how to find somebody location online?</a> Read more

Piligrini Pro said on 2020-04-13 17:41:00

Zakariamks@outlook.fr Read more