User contributions for Admin
Jump to navigation
Jump to search
22 March 2024
- 13:2513:25, 22 March 2024 diff hist +544 N Manual:UCM/NIS Created page with " == Master setup and config == == FAQ == === Can't communicate with ypbind (on master) === there should be no ypbind process on server so that ypcat command could not talk through it. * On Ubuntu 20.04, # Need to have ypbind process # YPBINDARGS=-no-dbus in /etc/default/nis caused that. It seems this option is no longer available and ypbind silently fails at startup instead of just ignoring it.<ref>https://www.marcus-povey.co.uk/2020/10/05/fixed-nis-not-working-aft..." current Tag: Visual edit
- 13:2113:21, 22 March 2024 diff hist +21 Manual:UCM →UCM features current Tag: Visual edit
21 March 2024
- 11:1211:12, 21 March 2024 diff hist +393 Apt tips and tricks →Offline package install Tag: Visual edit
13 March 2024
- 13:5813:58, 13 March 2024 diff hist +80 Private:PAHE firmware →Step to step to generate PA/HE Tag: Visual edit
- 13:3713:37, 13 March 2024 diff hist +47 Private:PAHE firmware →Step to step to generate PA/HE Tag: Visual edit
- 13:3413:34, 13 March 2024 diff hist +259 Private:PAHE firmware →Step to step to generate PA/HE Tag: Visual edit
12 March 2024
- 09:0709:07, 12 March 2024 diff hist +291 GIT tips and tricks No edit summary Tag: Visual edit
11 March 2024
- 17:1717:17, 11 March 2024 diff hist +457 N Netcat Created page with "== netcat (nc) == netcat (often abbreviated to nc) is ''a computer networking utility for reading from and writing to network connections'' using TCP or UDP<ref>https://en.wikipedia.org/wiki/Netcat</ref> == Send raw data over nc == <syntaxhighlight lang="bash"> echo -e -n '\x01\x03\x10\x00\x00\x01\x80\xCA' | nc 192.168.0.5 2000 -e allows the conversion of escaped chars -n prevents a newline character being appended </syntaxhighlight> == References ==" current Tag: Visual edit
- 16:4516:45, 11 March 2024 diff hist −8 Pip tips and tricks No edit summary Tag: Visual edit
- 16:3116:31, 11 March 2024 diff hist +386 Pip tips and tricks No edit summary Tag: Visual edit
- 12:0812:08, 11 March 2024 diff hist +553 N Well known ports Created page with " == Well known UDP ports == This is a list of '''UDP port numbers''' used by protocols of the transport layer of the Internet protocol suite for the establishment of host-to-host connectivity. Port numbers are assigned in various ways, based on three ranges: System Ports (0-1023), User Ports (1024-49151), and the Dynamic and/or Private Ports (49152-65535). The full list of well known port numbers is available at [https://www.iana.org/assignments/service-names-port-numbe..." current Tag: Visual edit
9 March 2024
- 15:4115:41, 9 March 2024 diff hist +272 Pip tips and tricks No edit summary Tag: Visual edit
- 12:5812:58, 9 March 2024 diff hist +333 Private:DLS jupyter conda No edit summary Tag: Visual edit
- 12:5412:54, 9 March 2024 diff hist +146 Private:DLS jupyter conda →Find GPU library inside of conda env Tag: Visual edit
- 12:1012:10, 9 March 2024 diff hist +192 Private:DLS jupyter conda →Find GPU library inside of conda env Tag: Visual edit
- 08:3308:33, 9 March 2024 diff hist +242 Private:DLS jupyter conda No edit summary Tag: Visual edit
- 08:2808:28, 9 March 2024 diff hist −21 Manual:DLSSystem →GCC on DLS[edit | edit source] Tag: Visual edit
7 March 2024
- 10:5410:54, 7 March 2024 diff hist +131 Private:PAHE firmware No edit summary Tag: Visual edit
- 10:5110:51, 7 March 2024 diff hist +348 N Could not install python logging library with raise NotImplementedError emit must be implemented Created page with " == Problem == pip install logging return raise NotImplementedError emit must be implemented == Solution == According to the python docs (<nowiki>https://docs.python.org/3.9/library/logging.html#module-logging</nowiki>) logging is part of the standard Python3 library. You shouldn't need to install it with pip == References == <references />" current Tag: Visual edit
3 March 2024
- 13:5313:53, 3 March 2024 diff hist +673 CPUs online or offline →smpboot: native_cpu_up: bad cpu 255 current Tag: Visual edit
- 13:4213:42, 3 March 2024 diff hist +457 CPUs online or offline →smpboot: native_cpu_up: bad cpu 255 Tag: Visual edit
- 13:3813:38, 3 March 2024 diff hist +530 N X2APIC Created page with " == xAPIC vs x2APIC == In xAPIC compatibility mode, APIC registers are accessed through memory mapped interface to a 4K-Byte page, identical to the xAPIC architecture. while In x2APIC mode<ref>https://courses.cs.washington.edu/courses/cse451/24wi/documentation/x2apic.pdf</ref>, APIC registers are accessed through Model Specific Register (MSR) interfaces. In this mode, the x2APIC architecture provides significantly increased processor addressability and some enhancements..." current Tag: Visual edit
- 13:3713:37, 3 March 2024 diff hist +1,252 N CPUs online or offline Created page with " == Check CPU status == <syntaxhighlight lang="bash"> # get the list of offline CPUs cat /sys/devices/system/cpu/offline cat /sys/devices/system/cpu/online # get the list of online CPUs # get the list of CPUs ls -ld /sys/devices/system/cpu/cpu* # print individual CPU's online/offline status cat /sys/devices/system/cpu/cpu*/online # set online CPU <number> echo 1 > /sys/devices/system/cpu/cpu<number>/online or sudo chcpu -e <number> # set offline CPU <number> e..." Tag: Visual edit
- 12:1112:11, 3 March 2024 diff hist +1,348 Private:PAHE firmware No edit summary Tag: Visual edit
2 March 2024
- 17:4117:41, 2 March 2024 diff hist +1,230 Private:PAHE firmware No edit summary Tag: Visual edit
- 17:1317:13, 2 March 2024 diff hist +65 Private:PAHE firmware No edit summary Tag: Visual edit
- 17:1017:10, 2 March 2024 diff hist +151 Private:PAHE firmware No edit summary Tag: Visual edit
- 16:4216:42, 2 March 2024 diff hist +238 Private:PAHE firmware No edit summary Tag: Visual edit
18 February 2024
- 11:2511:25, 18 February 2024 diff hist +67 Glusterfs →Disable performance.client-io-threads on distributed volumes current Tag: Visual edit
- 11:2311:23, 18 February 2024 diff hist +446 Glusterfs →Troubleshooting Tag: Visual edit
- 11:0211:02, 18 February 2024 diff hist +126 Kernel tips and tricks No edit summary Tag: Visual edit
- 10:5510:55, 18 February 2024 diff hist +549 N Journalctl tips and tricks Created page with "{| class="wikitable" |+ !Type !Description !Example !Notes |- |boot log |To see the boots that <code>journald</code> knows about |<code>journalctl --list-boots</code> | |- |enable persistent boot information | |<code>sudo mkdir -p /var/log/journal</code><code>sudo vi /etc/systemd/journald.conf</code>add, <code>. . .</code> <code>[Journal]</code><code>Storage=<mark>persistent</mark></code> | |- |Time Windows | |<code>journalctl --since "YYYY-MM-DD HH:MM:SS</code> <code>"..." Tag: Visual edit
- 10:2810:28, 18 February 2024 diff hist +624 N Device firmware Created page with " == How can I upgrade my device firmware from the command line (Ubuntu)<ref>https://askubuntu.com/questions/1394105/how-can-i-upgrade-my-device-firmware-from-the-command-line</ref> == <syntaxhighlight lang="bash"> Install fwupd $ sudo apt install fwupd Get a list of devices that support firmware updates with fwupdmgr, its source database for devices' firmware. You can add more sources by configuring them in /etc/fwupd/remotes.d/. $ fwupdmgr get-devices To update devic..." current Tag: Visual edit
- 10:2210:22, 18 February 2024 diff hist +20 Kernel tips and tricks No edit summary Tag: Visual edit
- 10:1710:17, 18 February 2024 diff hist +790 Kernel tips and tricks No edit summary Tag: Visual edit
2 February 2024
- 14:3314:33, 2 February 2024 diff hist +766 NVIDIA GPU →NVIDIA Features by Architecture[21] Tag: Visual edit
- 14:1414:14, 2 February 2024 diff hist +157 NVIDIA GPU →NVIDIA Features by Architecture[20] Tag: Visual edit
- 12:3612:36, 2 February 2024 diff hist +1,536 AMD EPYC 9004 Genoa →EPYC Genoa series current Tag: Visual edit
22 January 2024
- 12:5912:59, 22 January 2024 diff hist +125 Private:Cnc/terminology →Chip Load Tables current Tag: Visual edit
- 12:4712:47, 22 January 2024 diff hist +7 Private:Cnc/terminology →Chip Load Tables Tag: Visual edit
- 12:4412:44, 22 January 2024 diff hist +1,297 Private:Cnc/terminology →MILLING CORRECTIONS Tag: Visual edit
- 12:3512:35, 22 January 2024 diff hist −4 Private:Cnc/terminology →CONSTANTS Tag: Visual edit
- 12:3512:35, 22 January 2024 diff hist +415 Private:Cnc/terminology →Chip Load Tables Tag: Visual edit
- 12:3112:31, 22 January 2024 diff hist +3,701 Private:Cnc/terminology →Calculation Tag: Visual edit
- 12:0512:05, 22 January 2024 diff hist +3 Private:Cnc/thread →Terminology current Tag: Visual edit
- 12:0512:05, 22 January 2024 diff hist +479 Private:Cnc/thread →References Tag: Visual edit
- 12:0312:03, 22 January 2024 diff hist +264 Private:Cnc/thread →British Pipe Threads Taps Tag: Visual edit
- 12:0112:01, 22 January 2024 diff hist +1,276 Private:Cnc/thread →suggested tap drill sizes for BSPP or BSPT[2] Tag: Visual edit
- 12:0112:01, 22 January 2024 diff hist +16 N File:BSP Thread chart.png No edit summary current
- 11:5811:58, 22 January 2024 diff hist +1 Private:Cnc/thread →suggested tap drill sizes for BSPP or BSPT[2] Tag: Visual edit