0x0

joined 2 months ago
[–] [email protected] 0 points 3 days ago (7 children)

I'm sure some is profiting from his estate, no?

[–] [email protected] 5 points 3 days ago

You let them win.

[–] [email protected] 2 points 5 days ago (1 children)

Minimizing is a tweak??
I'll stick to xfce.

[–] [email protected] 5 points 5 days ago

What about the OS part of AOSP?
Don't the ROM makers already fork AOSP to begin with?

[–] [email protected] 13 points 5 days ago

They planned so from the start.

[–] [email protected] 5 points 5 days ago

Other than what's been answered they can afford cybersecurity consulting firms too.

[–] [email protected] 2 points 5 days ago* (last edited 5 days ago)
[–] [email protected] 32 points 5 days ago

How Boeing helped by constantly shooting themselves in the foot 'cos line go up and screw human lives...

[–] [email protected] 1 points 5 days ago

I generally agree, evoting mostly solves a nonexistent problem.

[–] [email protected] 10 points 5 days ago

Oh no, Google is EEEing their phones, color me shocked.

[–] [email protected] 60 points 5 days ago (2 children)

ISPs should have zero knowledge and block nothing. If sites are infringing or the american RIAA or similar they should complain to their police, who'll complain to Europol, who'll do their jobs in taking said site down.
But let's lobby instead.

 
 

Just a little bit more privacy invasion. C'mon, juuuust a little.. 'till you no longer notice.

 
 

Greetings,

I currently have a 3-drive RAIDZ1 pool of Crucial MX500 1TB SATA disks (CT1000MX500SSD1).
I also have another, M.2 Crucial MX500 1TB disk (CT1000MX500SSD4), not in the pool, of which i find no info on.

I intend to redo the pool from scratch and, as far as fdisk is concerned, these 4 are identical in all but model name.
The board is a Asus Prime X370-A and i'm sure there are speed differences between SATA and M.2, so the question is can i use the 4 together in a new pool? Can i use the M.2 as cache? Pros and cons? Suggestions?

2
submitted 2 months ago* (last edited 1 week ago) by [email protected] to c/[email protected]
 

I know it's not directly Debian, but...

I'm currently running a Zorin 17 x86_64 vm (in virtualbox, windows 11 host), which uses wayland.
In it i have a Debian 9 stretch aarch64 chroot, which comes with X.

I'd like to test the GUI app i compiled in that chroot, how is that feasible?

For reference, this is how i setup initially:

$ sudo apt install debootstrap qemu-user-static
$ sudo mkdir -p /opt/deb9/sysroot && sudo chown -R myuser:myuser /opt/deb9
$ sudo /usr/sbin/debootstrap --arch=arm64 --foreign --variant=minbase stretch /opt/deb9/sysroot http://archive.debian.org/debian-archive/debian/
$ sudo cp /usr/bin/qemu-aarch64-static /opt/deb9/sysroot/usr/bin/
$ sudo chroot /opt/deb9/sysroot qemu-aarch64-static /bin/bash
	# /debootstrap/debootstrap --second-stage
	# echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/99noExtras
	# echo 'APT::Install-Suggests "0";'   >> /etc/apt/apt.conf.d/99noExtras
	# echo 'deb http://archive.debian.org/debian-archive/debian/ stretch main contrib'      > /etc/apt/sources.list
	# echo 'deb-src http://archive.debian.org/debian-archive/debian/ stretch main contrib' >> /etc/apt/sources.list
	# uname -nm | sed -e 's/ /-/' > /etc/debian_chroot
	# apt update
	# apt install -y g++ make cmake automake autoconf libtool git vim pax-utils tree
	# adduser myuser
	$ su myuser
		> do stuff

~~Network isn't really configured so any git push or similar is done outside the chroot.~~

Edit: turns out i needed Debian 11 instead and it was a matter of mapping a lot of env onto the chroot, creating necessary dirs and rbinding.

Script to chroot:

#!/usr/bin/env bash

sudo mount --rbind /proc ${SYSROOT}/proc/
sudo mount --rbind /sys ${SYSROOT}/sys/
sudo mount --rbind /dev ${SYSROOT}/dev/
sudo mount --rbind /run/systemd/resolve ${SYSROOT}/run/systemd/resolve
sudo mount --rbind /run/user/1000 ${SYSROOT}/run/user/1000
sudo mount --rbind /run/mysqld ${SYSROOT}/run/mysqld
sudo mount --rbind /etc/xdg ${SYSROOT}/etc/xdg
sudo chroot ${SYSROOT} qemu-aarch64-static /bin/bash
exit 0

The caveats being MariaDB runs on the host and user 1000 isn't a portable solution.
~/.bashrc of the chrooted user:

export XDG_SESSION_DESKTOP=zorin
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=zorin:GNOME
export XDG_SESSION_CLASS=user
export XDG_RUNTIME_DIR=/run/user/1000
export XDG_CONFIG_DIRS=/etc/xdg
export XAUTHORITY=$(ls -a /run/user/1000/.mutter*)
export WAYLAND_DISPLAY=wayland-0
 

TL;DR don't restart old plants, build new ones.

 

TL;DR

— Personal devices only
— Don’t leak from work, on a work device, or from work Wi-Fi
— Use Signal and Signal’s camera
— The reporter should recreate any image you leak before displaying it to the public

view more: next ›