User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18:30, 14 October 2018 (diff | hist) . . (+83) . . drupal debian quick start (→drupal) (current)
- 17:44, 14 October 2018 (diff | hist) . . (+427) . . N drupal debian quick start (Created page with "==versions== debian: 9.5 (stretch) apache: 2.4.25 php: 7.0 drupal: 8.6.1 ==installation== ===0.S.=== ===apps=== apt-get install mysql-server php7.0 apache2 ===php extenstio...")
- 23:15, 13 October 2018 (diff | hist) . . (+125) . . N vlc stream from http server (Created page with "[rtsp://my_username:my_password@192.168.1.182:80/videoMain.mp4 rtsp://my_username:my_password@192.168.1.182:80/videoMain.mp4]") (current)
- 16:06, 30 September 2018 (diff | hist) . . (+144) . . electric circuits basics (→Charge and Current) (current)
- 16:04, 30 September 2018 (diff | hist) . . (+161) . . electric circuits basics (→Charge and Current)
- 16:01, 30 September 2018 (diff | hist) . . (+25) . . electric circuits basics (→Charge and Current)
- 00:48, 30 September 2018 (diff | hist) . . (-194) . . electric circuits basics
- 00:45, 30 September 2018 (diff | hist) . . (+751) . . N electric circuits basics (Electric current)
- 12:28, 26 September 2018 (diff | hist) . . (+2,313) . . N netfilter notes (Created page with "==performance== ===multi-core=== taken from [https://stackoverflow.com/questions/7467688/netfilter-hooks-on-multi-core-system Netfilter hooks on multi-core system] The proble...") (current)
- 23:03, 5 August 2018 (diff | hist) . . (+124) . . N awk scripting notes (Created page with " compound logical statement $ echo "1 2 3" | awk '{for (i=1; i<=NF; i++) if (($i=="1") && ($(i+1)=="2")) print $(i+2)}' 3") (current)
- 22:49, 5 August 2018 (diff | hist) . . (+19) . . N bash upper to lower case conversion (Created page with " tr '[A-Z]' '[a-z]'") (current)
- 12:01, 4 August 2018 (diff | hist) . . (+85) . . jq json parser notes (current)
- 12:00, 4 August 2018 (diff | hist) . . (+259) . . N jq json parser notes (Created page with " ==Regular expressions== test(val), test(regex; flags) Like match, but does not return match objects, only true or false for whether or not the regex matches the input exam...")
- 17:52, 2 July 2018 (diff | hist) . . (+136) . . Ffmpeg screen capture x11grab (current)
- 04:01, 12 June 2018 (diff | hist) . . (+128) . . Mysql backup and restore (current)
- 16:16, 5 June 2018 (diff | hist) . . (+55) . . Html quick reference
- 19:32, 18 May 2018 (diff | hist) . . (+11) . . Bash for loop
- 19:31, 18 May 2018 (diff | hist) . . (+18) . . Bash for loop
- 19:31, 18 May 2018 (diff | hist) . . (+6) . . Bash for loop
- 19:30, 18 May 2018 (diff | hist) . . (+133) . . Bash for loop
- 20:12, 15 May 2018 (diff | hist) . . (+220) . . Python quick reference (→print)
- 20:10, 15 May 2018 (diff | hist) . . (+27) . . Python quick reference (→print)
- 14:39, 3 May 2018 (diff | hist) . . (+122) . . lxqt menu customization (current)
- 14:38, 3 May 2018 (diff | hist) . . (-17) . . lxqt menu customization
- 14:37, 3 May 2018 (diff | hist) . . (+24) . . lxqt menu customization
- 14:37, 3 May 2018 (diff | hist) . . (+8) . . lxqt menu customization
- 14:34, 3 May 2018 (diff | hist) . . (+320) . . lxqt menu customization
- 14:30, 3 May 2018 (diff | hist) . . (0) . . N File:lxqt menu customization.png (current)
- 20:12, 24 January 2018 (diff | hist) . . (+4) . . variable usage in sed commands (current)
- 20:11, 24 January 2018 (diff | hist) . . (+3) . . variable usage in sed commands
- 20:11, 24 January 2018 (diff | hist) . . (+16) . . variable usage in sed commands
- 20:11, 24 January 2018 (diff | hist) . . (+4) . . variable usage in sed commands
- 20:10, 24 January 2018 (diff | hist) . . (+720) . . N variable usage in sed commands (Created page with " Example print only lines 2 through 4 of file $ '''printf "one\ntwo\nthree\nfour\nfive\n" | sed -n '2,4p'''' <br>two <br>three <br>four same using variables START=2 END=4 ...")
- 15:20, 3 January 2018 (diff | hist) . . (+63) . . N lxqt menu customization (Created page with " $ cp <path>/<application>.desktop ~/.local/share/applications/")
- 21:26, 4 December 2017 (diff | hist) . . (+400) . . N lxqt 11.0 panel crashing when using main menu (Created page with "problem description: lxqt panel crashes on some submenus of the main menu. root cause: apparently a bug introduced by qtgui-5.9.2. I have a functioning system running lxqt 11...") (current)
- 15:00, 28 November 2017 (diff | hist) . . (+1,402) . . N dia diagram editor notes (Created page with " ==adding new shapes== [http://dia-installer.de/howto/create_shape/index.html.en#fig_png_export_options How to add a new shape to Dia] '''Adding a shape to a sheet''' Once ...") (current)
- 20:18, 10 November 2017 (diff | hist) . . (+95) . . grub legacy guide (→installation) (current)
- 16:32, 8 November 2017 (diff | hist) . . (+24) . . grub legacy guide
- 16:32, 8 November 2017 (diff | hist) . . (+24) . . grub legacy guide
- 16:17, 8 November 2017 (diff | hist) . . (+410) . . grub legacy guide
- 16:15, 8 November 2017 (diff | hist) . . (+319) . . N grub legacy guide (Created page with "==introduction== chain-load is the mechanism for loading unsupported operating systems by loading another boot loader. It is typically used for loading DOS or Windows. ==nami...")
- 14:57, 30 October 2017 (diff | hist) . . (+104) . . nmcli guide
- 15:24, 15 October 2017 (diff | hist) . . (-15) . . Gentoo emerge adobe-flash license failure (current)
- 15:22, 15 October 2017 (diff | hist) . . (0) . . INCORRECT password string sent by sshd via pam radius (→links) (current)
- 15:22, 15 October 2017 (diff | hist) . . (+98) . . INCORRECT password string sent by sshd via pam radius (→links)
- 15:21, 15 October 2017 (diff | hist) . . (+8) . . INCORRECT password string sent by sshd via pam radius (→links)
- 15:21, 15 October 2017 (diff | hist) . . (+2,915) . . N INCORRECT password string sent by sshd via pam radius (Created page with "==versions== gentoo package names and versions: <br>sys-libs/pam version 1.2.1 <br>sys-auth/pam_radius version 1.3.17-r1 <br>net-dialup/freeradius 3.0.14 ==problem descripti...")
- 14:41, 15 October 2017 (diff | hist) . . (-699) . . pam radius for ssh guide (→troubleshooting) (current)
- 14:29, 15 October 2017 (diff | hist) . . (0) . . pam radius for ssh guide (→links)
- 14:29, 15 October 2017 (diff | hist) . . (+8) . . pam radius for ssh guide (→links)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)