User contributions
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500).
- 17:18, 26 April 2019 (diff | hist) . . (+99) . . How to Guides (→General Linux Online How To Guides:)
- 20:35, 18 April 2019 (diff | hist) . . (+5) . . Linux Commands
- 20:34, 18 April 2019 (diff | hist) . . (+80) . . Linux Commands
- 20:32, 17 April 2019 (diff | hist) . . (+93) . . Linux Commands
- 15:58, 17 April 2019 (diff | hist) . . (+856) . . N Prevent Linux Overheating (Created page with "'''Reduce Overheating''' Overheating problem is very common on laptops. This makes the laptop run slow and gives poor performance. There is a very effective tool in Ubuntu re...") (top)
- 15:57, 17 April 2019 (diff | hist) . . (+31) . . How to Guides (→Local Wiki How To Guides:)
- 17:59, 5 April 2019 (diff | hist) . . (-4) . . How to enable logging in screen session (→Screen Multi-User) (top)
- 17:59, 5 April 2019 (diff | hist) . . (+2) . . How to enable logging in screen session (→Screen Multi-User)
- 17:59, 5 April 2019 (diff | hist) . . (+6,345) . . How to enable logging in screen session
- 20:49, 26 March 2019 (diff | hist) . . (+54) . . Add new systemd service (top)
- 20:46, 26 March 2019 (diff | hist) . . (+393) . . N Add new systemd service (Created page with "Systemd service file example: https://www.shellhacks.com/systemd-service-file-example/ Systemd files: /etc/systemd/system/* Reload systemd daemon after changes: systemctl...")
- 20:31, 26 March 2019 (diff | hist) . . (+29) . . How to Guides (→Local Wiki How To Guides:)
- 21:12, 25 March 2019 (diff | hist) . . (+211) . . Programming
- 22:10, 22 March 2019 (diff | hist) . . (+20) . . KVM (top)
- 22:09, 22 March 2019 (diff | hist) . . (+1,491) . . KVM
- 21:40, 21 March 2019 (diff | hist) . . (+2) . . How to create and modify ramdisk img (top)
- 21:39, 21 March 2019 (diff | hist) . . (+49) . . How to create and modify ramdisk img
- 20:53, 20 March 2019 (diff | hist) . . (+7) . . Software RAID GRUB Fix (top)
- 20:52, 20 March 2019 (diff | hist) . . (+377) . . N Software RAID GRUB Fix (Created page with "Fix Software RAID1 GRUB as root on booted system if GRUB is installed on /dev/sda: grub-install --modules=mdraid1x /dev/sdb update-grub /dev/sdb Also, confirm GRUB is insta...")
- 20:52, 20 March 2019 (diff | hist) . . (+28) . . How to Guides (→Local Wiki How To Guides:)
- 17:11, 19 March 2019 (diff | hist) . . (-1) . . How to Guides (→Development How To Guides)
- 17:11, 19 March 2019 (diff | hist) . . (+122) . . How to Guides (→Development How To Guides)
- 16:48, 19 March 2019 (diff | hist) . . (+140) . . How to Guides (→General Linux Online How To Guides:)
- 22:52, 18 March 2019 (diff | hist) . . (+86) . . Linux Commands
- 16:37, 12 March 2019 (diff | hist) . . (+105) . . How to Guides (→General Linux Online How To Guides:)
- 17:15, 6 March 2019 (diff | hist) . . (+53) . . N Engineering (Created page with "Reverse Engineering Tool Kit *https://ghidra-sre.org/") (top)
- 17:15, 6 March 2019 (diff | hist) . . (+25) . . Documents
- 18:34, 15 February 2019 (diff | hist) . . (+71) . . Linux Commands
- 23:32, 13 February 2019 (diff | hist) . . (+72) . . Linux Commands
- 02:26, 13 February 2019 (diff | hist) . . (+122) . . How to Guides (→General Linux Online How To Guides:)
- 18:21, 12 February 2019 (diff | hist) . . (+63) . . Linux Commands
- 18:59, 5 February 2019 (diff | hist) . . (+41) . . Online Tools
- 21:20, 30 January 2019 (diff | hist) . . (+1) . . VIM
- 21:20, 30 January 2019 (diff | hist) . . (+59) . . VIM
- 21:19, 30 January 2019 (diff | hist) . . (+2) . . VIM
- 21:19, 30 January 2019 (diff | hist) . . (+954) . . N VIM (Created page with " " This file loads the default vim options at the beginning and prevents " that they are being loaded again later. All other options that will be set, " are added, or overwr...")
- 21:18, 30 January 2019 (diff | hist) . . (+9) . . Documents
- 03:32, 28 January 2019 (diff | hist) . . (+60) . . Online Tools
- 20:43, 21 January 2019 (diff | hist) . . (+93) . . How to Guides (→General Linux Online How To Guides:)
- 09:49, 19 January 2019 (diff | hist) . . (+50) . . QT5 Installation & Paths (top)
- 08:57, 19 January 2019 (diff | hist) . . (+174) . . QT5 Installation & Paths
- 22:56, 18 January 2019 (diff | hist) . . (+5) . . Export gcc/gcc++ (top)
- 22:41, 18 January 2019 (diff | hist) . . (+119) . . Export gcc/gcc++
- 21:33, 18 January 2019 (diff | hist) . . (+103) . . Export gcc/gcc++
- 18:10, 17 January 2019 (diff | hist) . . (+83) . . Linux Commands
- 17:36, 13 January 2019 (diff | hist) . . (0) . . QT5 Installation & Paths
- 17:35, 13 January 2019 (diff | hist) . . (+112) . . QT5 Installation & Paths
- 07:45, 12 January 2019 (diff | hist) . . (+67) . . How to install gcc-7 Debian (top)
- 07:43, 12 January 2019 (diff | hist) . . (+201) . . N How to install gcc-7 Debian (Created page with " echo "# Backports for sid (unstable)" >> /etc/apt/sources.list echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list apt-get -t sid install gcc-7 ap...")
- 07:41, 12 January 2019 (diff | hist) . . (+33) . . How to Guides (→Local Wiki How To Guides:)
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500).