paris/i-032b14b686448662d
by SadServersMore by SadServers
admin@i-0d3a11c0c70c20cf9:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 8G 0 disk ├─nvme0n1p1 259:2 0 7.9G 0 part / ├─nvme0n1p14 259:3 0 3M 0 part └─nvme0n1p15 259:4 0 124M 0 part /boot/efi nvme2n1 259:1 0 1G 0 disk nvme1n1 259:5 0 1G 0 disk admin@i-0d3a11c0c70c20cf9:~$ vgcreate dd /dev/nvme1n1 /dev/nvme2n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-0d3a11c0c70c20cf9:~$ sudo vgcreate dd /dev/nvme1n1 /dev/nvme2n1 Volume group "dd" successfully created admin@i-0d3a11c0c70c20cf9:~$ sudo lvcreate ap
kihei/i-0d3a11c0c70c20cf9 05:22
by SadServerstage of Voter Turnout/Pourcentage de la participation électorale,Elected Candidaadmin@i-04f112c0886f6813b:~$ head table_tableau11.csv -n 2 Province,Electoral District Name/Nom de circonscription,Electoral District Numbon,Population,Electors/Électeurs,Polling Stations/Bureaux de scrutin,Valid Ballontage of Valid Ballots /Pourcentage des bulletins valides,Rejected Ballots/Bulle Rejected Ballots /Pourcentage des bulletins rejetés,Total Ballots Cast/Total detage of Voter Turnout/Pourcentage de la participation électorale,Elected Candida"Newfoundland and Labrador/Terre-Neuve-et-Labrador","Avalon",10001,81540,68487,2,61.7,"McDonald, Ken Liberal/Libéral" admin@i-04f112c0886f6813b:~$ python3 Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> with open("table_tableau11.csv") as fp: ... for i in fp.readlines