User contributions for Admin
Jump to navigation
Jump to search
3 June 2024
- 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 />" current 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
- 14:2214:22, 25 May 2024 diff hist +38 Cmake tips and tricks No edit summary Tag: Visual edit
- 14:1014:10, 25 May 2024 diff hist +457 Cmake tips and tricks No edit summary Tag: Visual edit
- 14:0014:00, 25 May 2024 diff hist +44 Cmake tips and tricks No edit summary Tag: Visual edit
- 13:5813:58, 25 May 2024 diff hist +297 N Cmake tips and tricks Created page with "== CMake x.yy or higher is required<ref>https://stackoverflow.com/questions/49859457/how-to-reinstall-the-latest-cmake-version</ref> == Install latest cmake using pip<syntaxhighlight lang="bash"> $apt remove cmake -y $pip install cmake --upgrade </syntaxhighlight> == References == <references />" Tag: Visual edit
- 13:5413:54, 25 May 2024 diff hist +366 Pip tips and tricks No edit summary current Tag: Visual edit
23 May 2024
- 10:3810:38, 23 May 2024 diff hist +143 Private:RIM No edit summary Tag: Visual edit
- 10:3210:32, 23 May 2024 diff hist +186 N Private:RIM Created page with " == Rack display architecture == * RID : each rack has TFT LCD display device * RIM : Admin tool on special server to communicate multiple RID devices == References == <references />" Tag: Visual edit
- 09:0909:09, 23 May 2024 diff hist +475 Private:Rpi →X11 Debug Tag: Visual edit
22 May 2024
- 14:0214:02, 22 May 2024 diff hist +97 Journalctl tips and tricks No edit summary current Tag: Visual edit
- 10:4310:43, 22 May 2024 diff hist −236 NVIDIA GPU →NVIDIA GPU Models[4] [5] Tag: Visual edit
- 10:3210:32, 22 May 2024 diff hist +711 NVIDIA GPU →NVIDIA GPU Models[4] [5] Tag: Visual edit
21 May 2024
- 16:3416:34, 21 May 2024 diff hist −76 Private:Rpi →X11 Debug Tag: Visual edit
- 16:3216:32, 21 May 2024 diff hist −524 Private:Rpi →Install Nodejs on rpi Tag: Visual edit
- 16:0516:05, 21 May 2024 diff hist +631 N Private:HMRIM Created page with "== HM Rack Infrastructure Management == HM Rack infrastructure management has been designed for monitoring various data such as temperature, humidity and power usage in a rack. HMRIM communicate with sensors through Defog PDU. == HMRIM image == {| class="wikitable" |+ !Title !Description !Notes ! |- |firmware |Debian bullseye |depending on the Pi hardware | |- |Setup |rpi.yml |serversetup program | |- |customization |netplan |Use netplan.io instead of default DHCP | |..." current Tag: Visual edit
- 16:0316:03, 21 May 2024 diff hist +273 N Node.js tips and tricks Created page with " == Install latest Node.js<ref>https://deb.nodesource.com/</ref> == <syntaxhighlight lang="bash"> #Install Node.js 20.x LTS $curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - $sudo apt-get install -y nodejs </syntaxhighlight> == References == <references />" Tag: Visual edit
- 15:4615:46, 21 May 2024 diff hist +1,193 Private:Rpi →Desktop how to Tag: Visual edit
- 15:2115:21, 21 May 2024 diff hist +204 Private:Rpi →Configuration Tag: Visual edit
- 14:4214:42, 21 May 2024 diff hist +145 Private:Rpi →Check configuration Tag: Visual edit
- 14:3414:34, 21 May 2024 diff hist +236 N DSI Created page with " DSI (Display Serial Interface) specifies a high-speed point-to-point serial bus that has a clock lane plus one to four data lanes. The DSI and D-PHY specifications are maintained by the MIPI Alliance == References == <references />" current Tag: Visual edit