< Migration of PMwiki to musr-nmr.unipr.it | Index | 20.04 on XPS >
Top is recent
- initial steps
- sudo apt install gedit-plugins, zoom
- sudo apt install ipython3 (see also MuSR.Mujpy)
- install jupyterlab/musrfit/missing python packages, see https://pip.pypa.io/en/stable/cli/pip_list/
- git clone mujpy (not updated), install pip3, venv, install specific packages in the venv
- git cloned musrfit OK; git cloned root-src, installed following https://root.cern/install/build_from_source/ see details in MuSR.Musrfit
- install build-essentials
- camera Intel MIPI kaput https://www.dell.com/support/kbdoc/en-sg/000225004/precision-5480-mobile-workstation-webcam-does-not-work-on-ubuntu-24-04
- logi works with snapshot
- check external monitor OK , video OK , sound OK,
- cpus 16 physical + hyperthreading (22 siblings) see
lscpu
or more /proc/cpuinfo
, RAM 32 MB free -m
- customized nautilus in setup + removed Music etc with
.config/user-dirs.dirs
AND /etc/xdg/user-dirs.defaults
(see also /etc/xdg/user-dirs.conf
)
- transferred as from backup
- connected old and new pc34 at home under local network by ip addr (
ssh-gen-key
and ssh-copy-id ipaddr
) and rsync -av[n] ipaddr:DIR/ ./
- find MAC ADRESSES of eth and wifi by
ip addr show
- added user
sudo adduser --allow-bad-names nome.cognome
(initial nome-cognome, TODO: remove at the end; copy musr files from old 16.04 partition on old xps)
- snap install vlc, signal-desktop, root-framework (removed, missing MathMore, recompiled from git, but musrfit cmake still sees references to this snap)
- installed gedit, vim, ssh, gimp, inkscape, foticlient, texlive, git, firefox (export/import bookmarks and passwords), thunderbird add by imap,
- distro USB (ICSM) has video glitch: https://askubuntu.com/questions/1524179/screen-flickering-dell-xps-13-9340 must
sudo apt install linux-oem-24.04
WORKS! (also laptops dell 24.04 at https://ubuntu.com/certified/laptops?q=&limit=20&vendor=Dell&release=24.04%20LTS&)
- install ubuntu on main partition
- launch install, choose shrink windows [230 GB]
- install on nvme0n1 (nvme0n1p1 /boot/efi; nvme0n1p3 restricted from 999.69 GB to 231.71 GB Windoze, nvme0n1p7 for /)
- load usb key in usbc hub; choose try ubuntu; screen is not properly working
- BIOS is f2 at startup, select UEFI Toshiba ... (a description of the USB key) and bring to the top.
- disabled bitlock by Windows key+X (admin command prompt)
manage-bde -off c:
- started up WINDOWS as work (unipr)
- installato 24.04 iso su chiavetta con
sudo bash
umount /dev/sdd1
dd if=/home/roberto.derenzi/Downloads/ubuntu-24.04.1-desktop-amd64.iso bs=16k status=progress of=/dev/sdd
< Migration of PMwiki to musr-nmr.unipr.it | Index | 20.04 on XPS >