- Create a directory in /usr/share/fonts/truetype named ttf-ubuntu.
- Using a file manager copy the *.ttf files to /usr/share/fonts/truetype/ttf-ubuntu.
Note:
- I am not sure if this is the proper way to do it but it works.
$: cd ~/Downloads $: wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb $: sudo dpkg -i ~/Downloads/google-chrome-stable_current_i386.deb $: sudo apt-get -f install
$: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
#: apt-get install lightdm
#: apt-get install lxde-core
powershell -Command exit 1
set test=hello & call echo %test%
Stop-Process -ProcessName "notepad"
[System.Diagnostics.Process]::GetProcessesByName("notepad") | ForEach-Object {$_.Kill()}
C:\> vsupdate_KB2707250.exe /layout f:\tmp /passive
net localgroup administrators timus /add
net user /delete timus
net user /add timus timuspassword
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...