Create a vm with Debian 12 and at least 4 Gb of RAM and say 20-30
Gb disc space.
installation
============
sudo apt install -y gpg postgresql
wget -q -O - https://nightly.odoo.com/odoo.key
| sudo gpg --dearmor -o
/usr/share/keyrings/odoo-archive-keyring.gpg
echo 'deb
[signed-by=/usr/share/keyrings/odoo-archive-keyring.gpg] https://nightly.odoo.com/18.0/nightly/deb/
./' | sudo tee /etc/apt/sources.list.d/odoo.list
Odoo CE latest nightly build
https://nightly.odoo.com/18.0/nightly/deb/odoo_18.0.latest_all.deb
sudo apt-get update && sudo apt-get install -y odoo
Install wkhtmltopdf
wget -O wkhtmltox_0.12.6.1-3.bookworm_amd64.deb https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_amd64.deb
dpkg -i wkhtmltox_0.12.6.1-3.bookworm_amd64.deb
apt install -f -y
apt install -y python3-xlwt python3-num2words
python3-phonenumbers
systemctl status odoo
First use
=========
http://:8069/
Will relocate to /web/database/selector
Master Password to protect this form
Database Name.
Email: your email
Password: your desired password
Phone Number: optional
Language: your desired language
Country: select your country
Demo Data: select to get demo data.
Click "Create database"
Wait.
Login.
You see /odoo/apps.
Upper left square-icon shows 'Apps' and 'Settings'.
Let's install a simple app: contacts
Search in the search bar for "contacts" and when displayed, click
the 'Activate' button of the "contacts" app.
When done, the same menu now contains: Discuss, To-do, contacts,
Project, Email Marketing, Surveys, Employees
and the earlier mentioned Apps and Settings.
Go back to 'Apps' and Activate the "Sales" app. This will also
install the "Invoicing" app.
Time to start playing around.
Some tech stuff, interesting locations
===============
/etc/odoo/odoo.conf
Here you can add additional addons later:
/var/lib/odoo/.local/share/Odoo/addons/18.0/
Here are all files uploaded to Odoo: find
/var/lib/odoo/.local/share/Odoo/filestore/
This is where user sessions are administrated: find
/var/lib/odoo/.local/share/Odoo/sessions/
And these are the main locations where the Odoo program can be
found.
ls -al /usr/lib/python3/dist-packages/odoo/
ls -al /usr/lib/python3/dist-packages/odoo/addons/
ls -al /usr/lib/python3/dist-packages/odoo/addons/ | wc
All content for Hacker Public Radio is the property of Hacker Public Radio and is served directly from their servers
with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Create a vm with Debian 12 and at least 4 Gb of RAM and say 20-30
Gb disc space.
installation
============
sudo apt install -y gpg postgresql
wget -q -O - https://nightly.odoo.com/odoo.key
| sudo gpg --dearmor -o
/usr/share/keyrings/odoo-archive-keyring.gpg
echo 'deb
[signed-by=/usr/share/keyrings/odoo-archive-keyring.gpg] https://nightly.odoo.com/18.0/nightly/deb/
./' | sudo tee /etc/apt/sources.list.d/odoo.list
Odoo CE latest nightly build
https://nightly.odoo.com/18.0/nightly/deb/odoo_18.0.latest_all.deb
sudo apt-get update && sudo apt-get install -y odoo
Install wkhtmltopdf
wget -O wkhtmltox_0.12.6.1-3.bookworm_amd64.deb https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_amd64.deb
dpkg -i wkhtmltox_0.12.6.1-3.bookworm_amd64.deb
apt install -f -y
apt install -y python3-xlwt python3-num2words
python3-phonenumbers
systemctl status odoo
First use
=========
http://:8069/
Will relocate to /web/database/selector
Master Password to protect this form
Database Name.
Email: your email
Password: your desired password
Phone Number: optional
Language: your desired language
Country: select your country
Demo Data: select to get demo data.
Click "Create database"
Wait.
Login.
You see /odoo/apps.
Upper left square-icon shows 'Apps' and 'Settings'.
Let's install a simple app: contacts
Search in the search bar for "contacts" and when displayed, click
the 'Activate' button of the "contacts" app.
When done, the same menu now contains: Discuss, To-do, contacts,
Project, Email Marketing, Surveys, Employees
and the earlier mentioned Apps and Settings.
Go back to 'Apps' and Activate the "Sales" app. This will also
install the "Invoicing" app.
Time to start playing around.
Some tech stuff, interesting locations
===============
/etc/odoo/odoo.conf
Here you can add additional addons later:
/var/lib/odoo/.local/share/Odoo/addons/18.0/
Here are all files uploaded to Odoo: find
/var/lib/odoo/.local/share/Odoo/filestore/
This is where user sessions are administrated: find
/var/lib/odoo/.local/share/Odoo/sessions/
And these are the main locations where the Odoo program can be
found.
ls -al /usr/lib/python3/dist-packages/odoo/
ls -al /usr/lib/python3/dist-packages/odoo/addons/
ls -al /usr/lib/python3/dist-packages/odoo/addons/ | wc
Create a vm with Debian 12 and at least 4 Gb of RAM and say 20-30
Gb disc space.
installation
============
sudo apt install -y gpg postgresql
wget -q -O - https://nightly.odoo.com/odoo.key
| sudo gpg --dearmor -o
/usr/share/keyrings/odoo-archive-keyring.gpg
echo 'deb
[signed-by=/usr/share/keyrings/odoo-archive-keyring.gpg] https://nightly.odoo.com/18.0/nightly/deb/
./' | sudo tee /etc/apt/sources.list.d/odoo.list
Odoo CE latest nightly build
https://nightly.odoo.com/18.0/nightly/deb/odoo_18.0.latest_all.deb
sudo apt-get update && sudo apt-get install -y odoo
Install wkhtmltopdf
wget -O wkhtmltox_0.12.6.1-3.bookworm_amd64.deb https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_amd64.deb
dpkg -i wkhtmltox_0.12.6.1-3.bookworm_amd64.deb
apt install -f -y
apt install -y python3-xlwt python3-num2words
python3-phonenumbers
systemctl status odoo
First use
=========
http://:8069/
Will relocate to /web/database/selector
Master Password to protect this form
Database Name.
Email: your email
Password: your desired password
Phone Number: optional
Language: your desired language
Country: select your country
Demo Data: select to get demo data.
Click "Create database"
Wait.
Login.
You see /odoo/apps.
Upper left square-icon shows 'Apps' and 'Settings'.
Let's install a simple app: contacts
Search in the search bar for "contacts" and when displayed, click
the 'Activate' button of the "contacts" app.
When done, the same menu now contains: Discuss, To-do, contacts,
Project, Email Marketing, Surveys, Employees
and the earlier mentioned Apps and Settings.
Go back to 'Apps' and Activate the "Sales" app. This will also
install the "Invoicing" app.
Time to start playing around.
Some tech stuff, interesting locations
===============
/etc/odoo/odoo.conf
Here you can add additional addons later:
/var/lib/odoo/.local/share/Odoo/addons/18.0/
Here are all files uploaded to Odoo: find
/var/lib/odoo/.local/share/Odoo/filestore/
This is where user sessions are administrated: find
/var/lib/odoo/.local/share/Odoo/sessions/
And these are the main locations where the Odoo program can be
found.
ls -al /usr/lib/python3/dist-packages/odoo/
ls -al /usr/lib/python3/dist-packages/odoo/addons/
ls -al /usr/lib/python3/dist-packages/odoo/addons/ | wc
I am subscribed to a number of YouTube channels, and I am sharing them with you.
Links
https://www.youtube.com/@cruiseaddicts
https://www.youtube.com/@CruiseFever
https://www.youtube.com/@Cruisehive
https://www.youtube.com/@CruiseRadio
https://www.youtube.com/@Cruzelycom
https://www.youtube.com/@CultureSonar
https://www.youtube.com/@D-Day24Hours-sm5pe
https://www.youtube.com/@thedavidpakmanshow
https://www.youtube.com/@DaviesMediaDesign
https://www.youtube.com/@SamyulDavis
https://www.youtube.com/@deepcuts
https://www.youtube.com/@KQEDDeepLook
https://www.youtube.com/@DeepSkyVideos
https://www.youtube.com/@DiscussingNetwork
https://www.youtube.com/@DiscussingTrek
https://www.youtube.com/@doctorohosadventures3476
https://www.youtube.com/@DoctorWho
https://www.youtube.com/@DonRossMusic
https://www.youtube.com/@Donsfamilyvacations
https://www.palain.com/
Today we talk with Margreet Pakkert, who was kind enough to record an interview during the Flevoland 2025 Field Work Archaeology Open Day . The students were supervised as they document a Dutch Waterschip . This is a type of fishing vessel that was common in the Zuiderzee before it was reclaimed to form the province of Flevoland . As fish were caught they were kept alive in two chambers in the boat that were open to the sea¸ allowing the fishermen to deliver the freshest of fish to their market . As the water table in Flevoland is lowering, the shipwreck will soon rot away. So the team are out teaching students the craft of documenting the find and preserving what is unique. The ship itself sank between 1520 and 1530.
Download hpr4447_VID_20250802_100139Z.mp4 video.
Links
Zuiderzee
Zuiderzee Works
Flevoland
Waterschip in Dutch
Veldschool Scheepsarcheologie Flevoland 2025 van start in Dutch
Dendroarchaeology
Unhygienix
Maritime archaeolog
Photogrammetry
3D Modle of Ship
Lidar
Artec 3D scanners
Images
The front/Fore
There is a large event tent often used for weddings, covering the escalation area.
The legs of two people can be seen standing on the grass above two archaeologists who are in the wreck.
From the grass level, there is a 30cm/1 Foot layer of sandy soil until there wreck begins.
The body of the ship is exposed and we can see the interlocking planks that form the hull.
There is a "stepping stone" path made from sand bags from the keel/center spine of the ship, to the surface.
One archaeologist stands at the end of this path with a bucket and at his feet is a scoop that he is using to fill it.
The lower part of the ship is filling with wate
Too much episodes came from the reserve queue. So this is the ideal moment to give myself a good feeling and upload an episode to HPR - feeling really important about how I helped out the project.
But then again... I'm lazy... so I called in the help of AI
And I'm not a bit lazy... so I called in the help of SIX LLM chatbots.
I asked them all how we can save HPR from oblivion.
The good news: all six chatbots agree that HPR isn't going away.
The bad news: they have different opinions on all the rest.
Reviewing the differences between different chatbots and how they answer questions...
Here are the threads:
ChatGPT:
https://chatgpt.com/share/6891b9e1-c33c-8009-8405-1ebe1bf246b9
Grok:
https://grok.com/share/c2hhcmQtMw%3D%3D_58a5c45c-97ab-404f-95e6-e5d72426674d
Gemini:
https://g.co/gemini/share/067ba2876c99
Claude:
https://claude.ai/share/7a63eae0-e1f3-46ea-affd-85573bbab72c
For Mistral (Le Chat) - I accidentally copied the wrong link, so I don't have it anymore.
For Deepseek: this one doesn't have a share function. I have it in offline form though.
Odoo is a business management software suite developed in
Belgium. It includes modules for customer relationship
management, e-commerce, billing, accounting,
manufacturing, warehouse operations, project management, and
inventory management.
From Wikipedia, the
free encyclopedia
Links
Main odoo company website: https://www.odoo.com
Odoo Community Association: https://www.odoo-community.org
Odoo source repository: https://github.com/odoo/odoo
This episode was originally posted as hpr4440, with thanks to
Ahuka for allowing us to move it.
This is a further look at the stories of the First Doctor,
portrayed by William Hartnell, during the 1960s.
Links:
https://en.wikipedia.org/wiki/The_Space_Museum
https://en.wikipedia.org/wiki/The_Chase_(Doctor_Who)
https://en.wikipedia.org/wiki/The_Time_Meddler
https://www.imdb.com/title/tt0059126/
https://archive.org/details/doctorwhoandthedaleks1965
https://www.imdb.com/title/tt0060278/
https://archive.org/details/doctorwhodaleksinvasionearth2150ad1966.encoded
https://www.palain.com/science-fiction/intro-to-doctor-who/the-first-doctor-part-3/
In today's show, Manon describes the field of Orthopedagogiek is,
This is an established field in care in the Netherlands and other
European Countries. It takes a broader view of identifying issues
with people in relation to their surroundings.
Links.
https://www.nvo.nl/english-information An explanation from
the
https://nl.wikipedia.org/wiki/Orthopedagogiek (Note the
English translation points to a different field)
https://iris.who.int/handle/10665/345301 World Health
Organization. (2021). Comprehensive mental health action plan
2013–2030.
Voice over Internet Protocol (VoIP), also known as IP telephony,
is a set of technologies used primarily for voice communication
sessions over Internet Protocol (IP) networks, such as the
Internet. VoIP enables voice calls to be transmitted as data
packets, facilitating various methods of voice communication.
Voice over IP -
https://en.wikipedia.org/wiki/Voice_over_IP
Plain Old Telephone System (POTS) -
https://en.wikipedia.org/wiki/Plain_old_telephone_service
Retirement of circuit-switched public switched telephone network
(in the UK) -
https://en.wikipedia.org/wiki/Telephony_copper_plant_retirement_in_the_United_Kingdom
Session Initiation Protocol (SIP) -
https://www.ietf.org/rfc/rfc3261.txt
Network Address Translator (NAT) -
https://datatracker.ietf.org/doc/html/rfc2663
Session Traversal Utilities for NAT (STUN) -
https://datatracker.ietf.org/doc/html/rfc5389
Voice over IP Companies -
https://en.wikipedia.org/wiki/List_of_VoIP_companies
Voice over IP Hacking -
https://en.wikipedia.org/wiki/VoIP_vulnerabilities
Hackers on Planet Earth
Now an annual conference
Inspired by 2600 magazine, a creative and diverse event.
You'll see villages, live performances, demonstrations, vintage
computers, ham radio, lockpicking, learn to solder. Too much to
see.
It's reasonably priced, always fun.
August 15-17th in Queens New York. More details at https://hope.net If you're in the
area, try to make it!
Create a vm with Debian 12 and at least 4 Gb of RAM and say 20-30
Gb disc space.
installation
============
sudo apt install -y gpg postgresql
wget -q -O - https://nightly.odoo.com/odoo.key
| sudo gpg --dearmor -o
/usr/share/keyrings/odoo-archive-keyring.gpg
echo 'deb
[signed-by=/usr/share/keyrings/odoo-archive-keyring.gpg] https://nightly.odoo.com/18.0/nightly/deb/
./' | sudo tee /etc/apt/sources.list.d/odoo.list
Odoo CE latest nightly build
https://nightly.odoo.com/18.0/nightly/deb/odoo_18.0.latest_all.deb
sudo apt-get update && sudo apt-get install -y odoo
Install wkhtmltopdf
wget -O wkhtmltox_0.12.6.1-3.bookworm_amd64.deb https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_amd64.deb
dpkg -i wkhtmltox_0.12.6.1-3.bookworm_amd64.deb
apt install -f -y
apt install -y python3-xlwt python3-num2words
python3-phonenumbers
systemctl status odoo
First use
=========
http://:8069/
Will relocate to /web/database/selector
Master Password to protect this form
Database Name.
Email: your email
Password: your desired password
Phone Number: optional
Language: your desired language
Country: select your country
Demo Data: select to get demo data.
Click "Create database"
Wait.
Login.
You see /odoo/apps.
Upper left square-icon shows 'Apps' and 'Settings'.
Let's install a simple app: contacts
Search in the search bar for "contacts" and when displayed, click
the 'Activate' button of the "contacts" app.
When done, the same menu now contains: Discuss, To-do, contacts,
Project, Email Marketing, Surveys, Employees
and the earlier mentioned Apps and Settings.
Go back to 'Apps' and Activate the "Sales" app. This will also
install the "Invoicing" app.
Time to start playing around.
Some tech stuff, interesting locations
===============
/etc/odoo/odoo.conf
Here you can add additional addons later:
/var/lib/odoo/.local/share/Odoo/addons/18.0/
Here are all files uploaded to Odoo: find
/var/lib/odoo/.local/share/Odoo/filestore/
This is where user sessions are administrated: find
/var/lib/odoo/.local/share/Odoo/sessions/
And these are the main locations where the Odoo program can be
found.
ls -al /usr/lib/python3/dist-packages/odoo/
ls -al /usr/lib/python3/dist-packages/odoo/addons/
ls -al /usr/lib/python3/dist-packages/odoo/addons/ | wc