User contributions for Roman

From Elch-Wiki
A user with 3,088 edits.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

9 June 2023

7 June 2023

4 June 2023

2 June 2023

28 May 2023

30 April 2023

  • 08:3608:36, 30 April 2023 diff hist +581 N Picture renameCreated page with "== Problem == Gewisse Digi-Cams numerieren die Bilder einfach fortlaufend, statt den Filenamen aus dem Aufnahmedatum zu bilden == Lösung == <pre>picrename.sh</pre> im Home == Script == <pre> #!/usr/bin/bash for file in *JPG do # Uncomment if the file-create/-modify date should be modified to change e.g. timezones! # touch -d "$( date -d @$(( $(stat -c '%Y' $file) - 12*60*60 )) )" $file # Take the file-create/-modify date as the new filename newfile=$(date..."

15 April 2023

  • 11:2311:23, 15 April 2023 diff hist +6 Fish-Serv2013No edit summary current
  • 11:0911:09, 15 April 2023 diff hist +560 N WipeCreated page with "= Ganze Disk mittels dd = <pre> dd if=/dev/zero of=/dev/sdb bs=4098 status=progress </pre> = Ganze Disk mittels OpenSSL = wipe_disk.sh: <pre> #! /bin/sh # As c't 2016-03 Seite 150 # # Idee: Nullen mit einem zufälligen Passwrot verschlüsseln und damit die Disk füllen # Dies ist schneller als Disk mit echten Zufallszahlen zu erzeugen, da /dev/urandom sehr langsam ist. # openssl enc -aes-256-ctr -pass pass:"$(dd if=/dev/urandom bs=128 count=1 2>/dev/null | base64)" -nos..." current

14 April 2023

12 April 2023

9 April 2023

7 April 2023

26 March 2023

24 March 2023

17 March 2023

8 March 2023

4 March 2023

25 February 2023

22 February 2023

21 February 2023

19 February 2023

18 February 2023

17 February 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)