User Tools

Site Tools


admin:procedures

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
admin:procedures [2023/03/20 14:13]
peppe
admin:procedures [2025/05/09 11:21] (current)
kyriazis [IP assignment gatepc74, gatepc74]
Line 19: Line 19:
  
 === titan-new (10.7.4.44) === === titan-new (10.7.4.44) ===
 +Για προπτυχιακούς φοιτητές
   # create_student_quotas.sh <user>   # create_student_quotas.sh <user>
 +
 +Για μεταπτυχιακούς φοιτητές
 +  # create_grads_quotas.sh <user>
 +  
 +Για διδακτορικούς φοιτητές
 +  # create_phd_quotas.sh <user>
 +  
 +Για προσωπικό
 +  # create_staff_quotas.sh <user>
 +και προσθήκη στο /root/bin/staff.txt
  
 ---- ----
Line 228: Line 239:
 - Add hostname to /etc/hosts - Add hostname to /etc/hosts
 - Add permissions to /etc/exports - Add permissions to /etc/exports
 +
 +=== scylla ===
 +/etc/csnis/hosts and netgroup add
 +make
  
 === uranus === === uranus ===
Line 249: Line 264:
   # grub-install /dev/sda   # grub-install /dev/sda
  
 +
 +==== Install zstd compressed archives in debian < 12 ====
 +If you are running Debian < 12 and need to install a .deb package that uses zstd, you can repack it:
 +
 +  # Extract files from the archive
 +  ar x some-package.deb
 +  # Uncompress zstd files an re-compress them using xz
 +  zstd -d < control.tar.zst | xz > control.tar.xz
 +  zstd -d < data.tar.zst | xz > data.tar.xz
 +  # Re-create the Debian package in /tmp/
 +  ar -m -c -a sdsd /tmp/some-package.deb debian-binary control.tar.xz data.tar.xz
 +  # Clean up
 +  rm debian-binary control.tar.xz data.tar.xz control.tar.zst data.tar.zst
 +
 +
 +===== IP assignment gatepc73, gatepc74 =====
 +
 +==== Εύρεση ελεύθερης IP address ====
 +
 +Έλεγχος στο /usr/local/etc/dhcpd.conf, δημιουργία αντίστοιχης δομής.\\
 +Δοκιμή αν είναι ελεύθερο με
 +  ping <IP address>
 +  arp -an | grep <IP address>
 +
 +Επανεκκίνηση με
 +  sh /usr/local/etc/rc.d/isc-dhcpd restart
 +
 +==== Ορισμός ανακατεύθυνσης θύρας (port forwarding) ====
 +
 +Έλεγχος στο /etc/pf.conf, δημιουργία αντίστοιχης δομής.\\
 +Επανεκκίνηση με
 +  pfctl -f /etc/pf.conf
 +  
admin/procedures.1679314398.txt.gz · Last modified: 2023/03/20 14:13 by peppe