User contributions for Admin
Jump to navigation
Jump to search
13 June 2024
- 13:0813:08, 13 June 2024 diff hist +345 Template:Tri-mode →Storage Today vs Tri-mode Tag: Visual edit
- 13:0213:02, 13 June 2024 diff hist −1 Template:Tri-mode →Tri-Mode Tag: Visual edit
- 13:0213:02, 13 June 2024 diff hist +351 Template:Tri-mode No edit summary Tag: Visual edit
- 13:0113:01, 13 June 2024 diff hist +16 N File:Tri-mode storage.png No edit summary current
- 13:0013:00, 13 June 2024 diff hist +20 N File:Storage Today & Past.png No edit summary current
- 12:5812:58, 13 June 2024 diff hist +18 SSD No edit summary Tag: Visual edit
- 12:5812:58, 13 June 2024 diff hist +906 N Template:Tri-mode Created page with " == Tri-Mode == thumb|408x408px|Tri-mode<ref>https://medium.com/@bilgin.ozturk/what-is-tri-mode-controller-why-is-it-so-important-db97129cc0f5</ref> Tri-Mode controllers make this SATA/SAS/NVME interface mess simple by using a single controller, expander, and disk backplane. Tri-mode controllers alone are not enough, here the disc backplanes also come into play. For the perfect Tri-Mode operation, system needs to have • One Backplane • One c..." Tag: Visual edit
- 12:4912:49, 13 June 2024 diff hist +8 N File:Tri-mode.png No edit summary current
- 12:4412:44, 13 June 2024 diff hist +894 N Serial ATA Created page with " == Protocoles and kernel param == {| class="wikitable" |+ !Name !Description |- |Native Command Queuing (NCQ) |an extension of the Serial ATA protocol allowing hard disk drives to internally optimize the order in which received read and write commands are executed. this param looks highly relative the discussion on [https://forum.armbian.com/topic/15937-sata-issue-drive-resets-atax00-failed-command-read-fpdma-queued/ SATA issue, drive resets: ataX.00: failed command: R..." current Tag: Visual edit
- 12:3712:37, 13 June 2024 diff hist +31 SSD No edit summary Tag: Visual edit
6 June 2024
- 16:5216:52, 6 June 2024 diff hist +264 Linux Kernel Tuning →Linux kernel tuning for GlusterFS[1] Tag: Visual edit
- 13:5813:58, 6 June 2024 diff hist +176 Cmake tips and tricks →CMake x.yy or higher is required[2] current Tag: Visual edit
- 13:5313:53, 6 June 2024 diff hist +15 Enable AMD CPU with Multi-GPU System →Others current Tag: Visual edit
- 11:5011:50, 6 June 2024 diff hist +2,921 Smartctl →smartd using systemd current Tag: Visual edit
- 10:5910:59, 6 June 2024 diff hist +3,890 Private:ZFS No edit summary Tag: Visual edit
5 June 2024
- 14:1514:15, 5 June 2024 diff hist +23 Conda/Mamba tips and tricks →Update conda env using mamba and yaml file Tag: Visual edit
- 14:1514:15, 5 June 2024 diff hist +401 Conda/Mamba tips and tricks →Basic conda/mamba env setup in DLS framework Tag: Visual edit
- 09:1409:14, 5 June 2024 diff hist 0 Enable AMD CPU with Multi-GPU System No edit summary Tag: Visual edit
3 June 2024
- 11:3311:33, 3 June 2024 diff hist +2,426 N Ultra Accelerator Link (UALink) Created page with "== Ultra Accelerator Link (UALink) == AMD, Broadcom, Google, Intel, Meta, and Microsoft all develop their own AI accelerators (well, Broadcom designs them for Google), Cisco produces networking chips for AI, while HPE builds servers. These companies are interested in standardizing as much infrastructure for their chips as possible, which is why they are teaming up to develop a new industry standard dedicated to advancing high-speed and low-latency communication for scale..." current Tag: Visual edit
- 11:2911:29, 3 June 2024 diff hist +10 N File:UALink pod.png No edit summary current
31 May 2024
- 10:5110:51, 31 May 2024 diff hist +184 Chrome remote debugging →Chrome remote debugging current Tag: Visual edit
- 10:3810:38, 31 May 2024 diff hist +226 SDN →SDN Protocol current Tag: Visual edit
- 10:3210:32, 31 May 2024 diff hist +1,939 SDN No edit summary Tag: Visual edit
- 09:5109:51, 31 May 2024 diff hist −64 SDN →Migration Tag: Visual edit
- 09:5009:50, 31 May 2024 diff hist +12 N File:SDN timeline.png No edit summary current
- 09:3109:31, 31 May 2024 diff hist +196 SDN →Software-defined networking (SDN) Tag: Visual edit
- 09:2909:29, 31 May 2024 diff hist +19 N File:Type of SDN product .png No edit summary current
- 09:2709:27, 31 May 2024 diff hist +21 N File:Type of SDN solutions.png No edit summary current
- 09:2309:23, 31 May 2024 diff hist +1,162 SDN →Software-defined networking (SDN) Tag: Visual edit
- 09:0209:02, 31 May 2024 diff hist −1 SDN No edit summary Tag: Visual edit
- 09:0209:02, 31 May 2024 diff hist +6 SDN →SDN Protocol Tag: Visual edit
- 09:0009:00, 31 May 2024 diff hist +5,301 N SDN Created page with "== Software-defined networking (SDN) == SDN architecture) defines how a networking and computing system can be built using a combination of open software-based technologies and commodity networking hardware to supports dynamic programmable network configuration. SDN uses the controller for network device management, network service orchestration, and service traffic scheduling, which features low costs, centralized management, and flexible scheduling. The advantages..." Tag: Visual edit
- 08:4608:46, 31 May 2024 diff hist +76 N File:Comparison between the traditional network architecture and SDN architecture.png No edit summary current
30 May 2024
- 12:0612:06, 30 May 2024 diff hist +32 N JS tims and tricks Admin moved page JS tims and tricks to JS tips and tricks current Tag: New redirect
- 12:0612:06, 30 May 2024 diff hist 0 m JS tips and tricks Admin moved page JS tims and tricks to JS tips and tricks current
- 12:0512:05, 30 May 2024 diff hist +144 JS tips and tricks No edit summary Tag: Visual edit
- 12:0412:04, 30 May 2024 diff hist +542 N JS tips and tricks Created page with " == Display JavaScript datetime in 12 hour AM/PM format<ref>https://stackoverflow.com/questions/8888491/how-do-you-display-javascript-datetime-in-12-hour-am-pm-format</ref> == <syntaxhighlight lang="javascript"> toLocaleTimeString() may behave differently based on region / location var time = new Date(); console.log( time.toLocaleString('en-US', { hour: 'numeric', minute: 'numeric', hour12: true }) ); </syntaxhighlight><code>toLocaleTimeString() may behave differently..." Tag: Visual edit
- 11:0911:09, 30 May 2024 diff hist +1,510 N Timezone Created page with " == Timezone set on Linux == Timezone tells your system where you are in the world depending on your exact location on this planet with GMT-/+<nowiki><time> format.</nowiki> On most Linux, <code>/etc/timezone</code> is a text-based representation of what timezone you are in. <code>/etc/localtime</code> is a binary representation of the exact rules for calculating the time relative to UNIX time by a symbolic link from <code>/etc/localtime</code> to a file in the <code..." current Tag: Visual edit
- 10:2310:23, 30 May 2024 diff hist +17 Chrome remote debugging →Setup remote debugging environment Tag: Visual edit
- 10:2210:22, 30 May 2024 diff hist +1,920 N Chrome remote debugging Created page with "== Chrome remote debugging == To develop Webapp on target such as mobile or smart rack system solution RD/RIM by HPCMATE, we open need to access remote running Chrome browser from development host system remotely. cause developers are able to debug remotely running webapp instance on the target system through the Chrome remote debugging environment. == Setup remote debugging environment == {| class="wikitable" |+ !Where !What !Description |- | rowspan="2" |On target sy..." Tag: Visual edit
- 09:5309:53, 30 May 2024 diff hist +830 Apt tips and tricks No edit summary current Tag: Visual edit
- 08:5608:56, 30 May 2024 diff hist +61 SSH Tunneling No edit summary Tag: Visual edit
29 May 2024
- 09:3009:30, 29 May 2024 diff hist +471 Node.js tips and tricks →Change node version Tag: Visual edit
- 09:1909:19, 29 May 2024 diff hist +565 Node.js tips and tricks No edit summary Tag: Visual edit
28 May 2024
- 09:5809:58, 28 May 2024 diff hist +233 N Network tips and tricks Created page with "== ModuleNotFoundError: No module named 'netifaces' == <syntaxhighlight lang="bash"> #if you have pip installed pip install netifaces #on Ubuntu sudo apt install python3-netifaces </syntaxhighlight> == References == <references />" Tag: Visual edit
- 09:5509:55, 28 May 2024 diff hist +33 Kernel log tips and tricks No edit summary Tag: Visual edit
- 09:5409:54, 28 May 2024 diff hist +40 N Kernel log tips and trick Admin moved page Kernel log tips and trick to Kernel log tips and tricks current Tag: New redirect
- 09:5409:54, 28 May 2024 diff hist 0 m Kernel log tips and tricks Admin moved page Kernel log tips and trick to Kernel log tips and tricks
25 May 2024
- 14:5114:51, 25 May 2024 diff hist +206 X11 tips and tricks No edit summary current Tag: Visual edit
- 14:3414:34, 25 May 2024 diff hist +311 N X11 tips and tricks Created page with "== Get current display name == #see the capability of display :0 xrandr --current -display :0 == Get input device list and properties == get stable video output names xrandr -q | grep connected get input devices $ DISPLAY=:0 xinput list $ DISPLAY=:0 xinput list-props 8 == References == <references />" Tag: Visual edit