-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Alexandre Ancel edited this page Jan 4, 2025
·
17 revisions
Welcome to the admin wiki!
Here are a few tips for random administration tasks.
- From 0 to IR remote using ESP-360-Remote : link
- Compiler ParaView with EGL support on Ubuntu 14.04: link
- In-situ on tiled display with ParaView 4.3.1: link
- 2016 - Practical sessions: link
- 2016 - General Information: link
- Marseille Mesocenter: link
- [Admin] Box package creation and import
- Install Ubuntu as dual boot after Windows 8 (UEFI secure boot): link
- List all modules:
find /lib/modules/$(uname -r) -type f -name "*.ko"
- List param available for a kernel module:
modinfo <module> | grep parm