Techpository

A Better Technical Repository

November 18

Linux: popluar network management tools

ifconfig
ip link
nmcli

ethtool:

Display NIC firmware:
ethtool -i ethX # Where X=[0|1|2…]

Category: Linux | Comments Off on Linux: popluar network management tools
November 18

Linux: Find IP conflicts on your network by ping for MAC addresses with arping

arping -I eth0 192.168.2.1

Category: Linux | Comments Off on Linux: Find IP conflicts on your network by ping for MAC addresses with arping
November 18

Linux: Machine-id – changing the ID manually

rm /etc/machine-id
systemd-machine-id-setup

Category: Linux | Comments Off on Linux: Machine-id – changing the ID manually
November 18

Linux: Hostname setup

hostnamectl set-hostname name “newname”
hostname name “newname”

Category: Linux | Comments Off on Linux: Hostname setup
November 18

Linux: setuid – find files that a user has root level access

find / -user root -perm -4000 -print 2>/dev/null
find / -perm -u=s -type f 2>/dev/null
find / -user root -perm -4000 -exec ls -ldb {} \;

Category: Linux | Comments Off on Linux: setuid – find files that a user has root level access

Posts navigation

Older posts
Newer posts
RSS
  • Linux
  • SAN
  • Windows
  • Databases
  • Virtualization
  • Software
  • Websites
  • Hacking
  • Programming
  • Android

Categories

  • Android
  • Audio/Visual
  • Blender
  • Databases
  • Devices
  • Forensics
  • Games
  • Hacking
  • Hardware
  • Linux
  • Networking
  • OSX
  • Other
  • Programming
  • Raspberry PI
  • ReplicatorG
  • SAN
  • Security
  • Software
  • Uncategorized
  • Utilities
  • Virtualization
  • Websites
  • Windows
  • Windows Server
  • Techpository
  • ssh-keygen change password
  • Logitech Brio Camera adjustments
  • Linux: Error with update-initramfs’ “No space left on device”
  • Linux: ubuntu-touch – Removing all contacts using the cli
  • Linux: ubuntu-touch running sshd
  • Linux: ubuntu-touch with waydroid – android applications still showing up in the ubuntu menu after uninstalling



Copyright 2021. All rights reserved.
WordPress theme "Anarcho Notepad" by Space X-Chimp.