Your secret spy resident for Linux, web server and hardware

Your secret spy resident for Linux, web server and hardware

Web server optimization and performance. Nginx, PHP-FPM, Linux advice & tricks. Only simple and working solutions.

Menu

  • Apache
  • Australia
  • Big Brother
  • Bitcoin
  • Gadgets
  • Hardware
  • Heavy Load
  • IT forecast
  • Linux
  • MAC
  • MySQL
  • Nginx
  • Practice (gsm)
  • Russia (gsm)
  • Security
  • Theory (gsm)
  • UK (gsm)
  • USA (gsm)
  • Virtualization
  • Wallpapers
  • Wordpress

Recent Posts

  • WPA3 Incoming!
  • 3- Advantages of Using an IT Support Company for Small Businesses
  • How to Mitigate Five Threats Against Your Computer
  • MNP (Mobile number porting) in Russia – beware!
  • Top 10 UK Cities to be a Spy

Pages

  • Contact
  • MySQL +
  • Nginx +

Tag Archives: trace modules

Check connected modules on your Linux system

By sergioxii in Linux 0 Comment

There is simple command allows you to see what is connected and loaded on your Linux system at present moment.

Type: lsmod

Linux lsmod

To easier trace modules on the system, type: ls /lib/modules/$(uname -r)

list of connected modules in Linux