All public logs
Jump to navigation
Jump to search
Combined display of all available logs of HPCWIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:45, 29 September 2025 Admin talk contribs created page File:Ollama.webui.models.png
- 14:45, 29 September 2025 Admin talk contribs uploaded File:Ollama.webui.models.png
- 14:42, 29 September 2025 Admin talk contribs created page File:Ollama.webui.png
- 14:42, 29 September 2025 Admin talk contribs uploaded File:Ollama.webui.png
- 14:37, 29 September 2025 Admin talk contribs created page File:Ollama.service.png
- 14:37, 29 September 2025 Admin talk contribs uploaded File:Ollama.service.png
- 08:33, 18 September 2025 Admin talk contribs changed group membership for CBNU from (none) to customers
- 08:33, 18 September 2025 Admin talk contribs changed group membership for ADD from (none) to customers
- 08:33, 18 September 2025 User account CBNU talk contribs was created by Admin talk contribs
- 08:32, 18 September 2025 User account ADD talk contribs was created by Admin talk contribs
- 11:13, 5 September 2025 Admin talk contribs created page File:12VHPWR-pinout.png
- 11:13, 5 September 2025 Admin talk contribs uploaded File:12VHPWR-pinout.png
- 14:34, 27 August 2025 Admin talk contribs created page File:Settings-admin.png
- 14:34, 27 August 2025 Admin talk contribs uploaded File:Settings-admin.png
- 14:28, 27 August 2025 Admin talk contribs changed group membership for Defog from (none) to customers
- 14:24, 27 August 2025 User account Defog talk contribs was created by Admin talk contribs
- 14:02, 27 August 2025 Admin talk contribs created page File:System-system.png
- 14:02, 27 August 2025 Admin talk contribs uploaded File:System-system.png
- 12:47, 5 August 2025 Admin talk contribs created page File:RIMA-gmail-app-passowrd.png
- 12:47, 5 August 2025 Admin talk contribs uploaded File:RIMA-gmail-app-passowrd.png
- 08:14, 30 July 2025 Admin talk contribs created page Manual:RIMA (Created page with "== RIMA == RIMA (Rack Information Management Analyzer) is an appliance (Hardware plus Software) product by HPCMATE. RIMA provides real-time data visualization for multiple RIM (DS7) devices and analyze features. == References == <references />") Tag: Visual edit
- 11:01, 18 July 2025 Admin talk contribs created page Resizable BAR (Created page with "== Resizable BAR == Resizable BAR is an optional PCI Express interface technology that allows the graphics card to access a larger portion of system memory, potentially improving performance in some games and applications. Resizable BAR is only useful to increase the buffer size for device to device memory copies, as in CPU memory to (dedicated) GPU memory. It is a way to enhance bandwidth and latency over PCIe links. The BAR is basically a channel between the GPU comm...") Tag: Visual edit
- 12:59, 15 July 2025 Admin talk contribs created page ASPM (Created page with "== ASPM == ASPM (Active-State Power Management) is a power-saving feature in PCI Express (PCIe) that allows devices to enter low-power states when not actively transmitting data since CPIe Gen3. ASPM can impact performance due to the latency involved in exiting low-power states. Some devices may disable ASPM entirely or specifically L0s to ensure optimal performance, especially for devices with high bandwidth requirements<ref>https://www.teledynelecroy.com/doc/active-sta...") Tag: Visual edit
- 13:01, 26 May 2025 Admin talk contribs created page Manual:DLSSystem/private registry (Created page with "== Private registry == Just like dockerhub, private registry can be used to push/pull custom docker images privatly. HPCMATE DLS(UCM) System's Private registry use following three docker images with selfsigned SSL configuration. All three docker images will automatically start on system bootup. * nginx:latest * registry:2.8.2 * joxit/docker-registry-ui:latest == Registry folder == /registry folder contains all the required sub-folders to operate private registry. <n...") Tag: Visual edit
- 10:49, 26 May 2025 Admin talk contribs created page File:Dcgmi-gpu-utilization.png
- 10:49, 26 May 2025 Admin talk contribs uploaded File:Dcgmi-gpu-utilization.png
- 12:12, 5 March 2025 Admin talk contribs created page Logrotation (Created page with "== Linux log rotation == Controlling the sizes of log files on a Linux server is crucial due to their continuous growth. As log files accumulate, they can consume valuable storage space, server resources, and cause performance issues. To address this problem, log rotation is commonly employed in most Linux distributions.<ref>https://betterstack.com/community/guides/logging/how-to-manage-log-files-with-logrotate-on-ubuntu-20-04/</ref><syntaxhighlight lang="bash"> $ logro...") Tag: Visual edit
- 08:37, 5 March 2025 Admin talk contribs moved page DSI to Display Interfaces
- 10:56, 4 March 2025 Admin talk contribs moved page NVIDIA driver to NVIDIA driver and VBIOS firmware
- 10:29, 4 March 2025 Admin talk contribs created page File:Ipmi block diagram.png
- 10:29, 4 March 2025 Admin talk contribs uploaded File:Ipmi block diagram.png
- 07:16, 10 February 2025 Admin talk contribs created page Systemd service and timer (Created page with "== Systemd service and timer == center|frameless|578x578px|systemd service timer == References == <references />") Tag: Visual edit
- 06:51, 10 February 2025 Admin talk contribs created page File:Systemd service timer.png
- 06:51, 10 February 2025 Admin talk contribs uploaded File:Systemd service timer.png
- 08:33, 26 January 2025 Admin talk contribs created page Powershell tips and tricks (Created page with " == Detect system board name == >Get-CimInstance -Class Win32_BaseBoard | Format-Table Manufacturer, Product, SerialNumber, Version -Auto == References == <references />") Tag: Visual edit
- 12:34, 21 January 2025 Admin talk contribs created page Private:Tips (Created page with " == How to show the run command of a docker container<ref>https://stackoverflow.com/questions/32758793/how-to-show-the-run-command-of-a-docker-container</ref> == <syntaxhighlight lang="bash"> $ sudo pip install runlike $ docker ps >>> get container bind $ runlike f6dfbf0219ad docker run --name=registry_registry_1 --hostname=f6dfbf0219ad --volume /volume0/registry/auth:/auth --volume /volume0/registry/registrydata:/data --volume /var/lib/registry --env=REGISTRY_AUTH_HT...") Tag: Visual edit
- 08:03, 20 January 2025 Admin talk contribs created page NMAP (Created page with "== Scan subnet<ref>https://unix.stackexchange.com/questions/585775/nmap-output-with-awk-to-table</ref> == <syntaxhighlight lang="bash"> $sudo nmap -sP 192.168.1.0/24 | awk '{a=0;b=2;c=3;d=4;e=5;f=6} function out() { if (state=="up") { printf "%s \t%s \t%s \t%s\n", ip, mac, name, name2; ip=""; mac=""; name=""; state=""; name2="" } } /Nmap scan report/ { out(); name=$e; ip = substr($f,2,length($f)-2); if (ip=="") { ip=name; name="" } } /Host is/ { state=$c } /MAC Addr...") Tag: Visual edit
- 09:14, 20 December 2024 Admin talk contribs moved page EPYC Rome (7003 series) to EPYC Rome (7002 series)
- 08:09, 20 December 2024 Admin talk contribs created page Epyc Milan (7003 series) (Created page with " == Epyc Milan == AMD EPYC™ 7003 Series Processors have set a standard for performance and efficiency for mainstream data center servers. Customers that have done extensive application qualification on DDR4/PCIe®4 generation systems and seek performant, cost-effective solutions to data center challenges, can find tremendous value with AMD EPYC™ 7003 processor-based servers.<ref>https://www.amd.com/en/products/processors/server/epyc/7003-series.html#specifications</r...") Tag: Visual edit
- 08:06, 20 December 2024 Admin talk contribs moved page EPYC Rome to EPYC Rome (7003 series)
- 08:05, 20 December 2024 Admin talk contribs moved page AMD CPUs to AMD CPUs by socket
- 15:42, 19 December 2024 Admin talk contribs created page AMD CPUs (Created page with "{| class="wikitable" !Series !Socket ! colspan="1" rowspan="1" |Name<ref>https://www.amd.com/en/products/processors/laptop/ryzen.html?gad_source=1&gclid=EAIaIQobChMIxdj2jJyzigMVbsVMAh1QJxRrEAAYASAAEgJ8-_D_BwE#specs</ref> ! colspan="1" rowspan="1" |Graphics Model ! colspan="1" rowspan="1" |# of CPU Cores ! colspan="1" rowspan="1" |# of Threads ! colspan="1" rowspan="1" |Max. Boost Clock ! colspan="1" rowspan="1" |Base Clock ! colspan="1" rowspan="1" |Graphics Core Count !...") Tag: Visual edit
- 13:34, 9 December 2024 Admin talk contribs created page File:RGB cables.png
- 13:34, 9 December 2024 Admin talk contribs uploaded File:RGB cables.png
- 13:30, 9 December 2024 Admin talk contribs created page RGB Headers (Created page with "== RGB Headers == RGB Headers are used for '''powering RGB devices''' such as fans and strips with 12V DC power and supplying data for red, green, and blue color channels. Two type of RGB Headers <ref>https://www.cgdirector.com/wp-content/uploads/media/2022/05/ARGB-vs-RGB-headers.jpg</ref> * RGB : LEDs '''can only produce the exact same color''' at any given time (uses +12V) * ARGB '''''(addressable''''' RGB) : LEDs can produce different color '''individually (uses +...") Tag: Visual edit
- 13:18, 9 December 2024 Admin talk contribs created page File:RGB vs ARGB.png
- 13:18, 9 December 2024 Admin talk contribs uploaded File:RGB vs ARGB.png
- 13:31, 5 December 2024 Admin talk contribs created page Mongodb tips and tricks (Created page with "== The following signatures were invalid: EXPKEYSIG 656408E390CFB1F5 MongoDB 4.4 Release Signing Key == <syntaxhighlight lang="bash"> #Remove the Old Key: First, remove the expired key using the following command: sudo apt-key del 656408E390CFB1F5 #Add the New Key: Then, add the new key from the MongoDB key server: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 656408E390CFB1F5 #Update the Package List: After adding the new key, update the package li...") Tag: Visual edit
- 12:09, 14 November 2024 Admin talk contribs created page Efibootmgr (Created page with " '''efibootmgr'''<ref>https://github.com/rhboot/efibootmgr</ref> is a command line tool to managing UEFI boot menu. == Usage == Assumming that you have installed Linux in UEFI mode. === Install efibootmgr === You can install the '''efibootmgr''' command line utility with the following commands on Debian/Ubuntu/Linux Mint sudo apt install efibootmgr === Displaying Current Settings === Simply run the following command. In some Linux distributions like Debian, you ne...") Tag: Visual edit
- 08:36, 14 November 2024 Admin talk contribs created page Fwupd (Created page with "[https://fwupd.org/ fwupd] ([https://aur.archlinux.org/packages/fwupd-git/ fwupd-git])is a simple daemon to allow session software to update device firmware on your local machine. It's designed for desktops, but also usable on phones and headless servers. == Usage<ref>https://wiki.archlinux.org/title/Fwupd</ref> == To display all devices detected by ''fwupd'': $ fwupdmgr get-devices '''Note:''' Listed devices may not be updatable through ''fwupd'' (''e.g.'' Intel integ...") Tag: Visual edit