User contributions for Stevet
22 August 2018
- 15:1615:16, 22 August 2018 diff hist +105 MySQL Notes No edit summary current
- 15:0215:02, 22 August 2018 diff hist +197 MySQL Notes No edit summary
28 May 2018
- 12:5012:50, 28 May 2018 diff hist +830 N Windows 10 Clear Update Services files Created page with "Windows Update stuck downloading updates If your Windows Update is showing available updates and your computer starts downloading them, it may happen that at some point it ju..." current
21 March 2018
- 13:0613:06, 21 March 2018 diff hist +221 Cryptocurrency Mining Setup and Notes No edit summary
28 February 2018
- 21:2821:28, 28 February 2018 diff hist +78 Cryptocurrency Mining Setup and Notes No edit summary
16 February 2018
- 15:2815:28, 16 February 2018 diff hist +167 Cryptocurrency Mining Setup and Notes No edit summary
20 January 2018
- 14:5414:54, 20 January 2018 diff hist +18 Cryptocurrency Mining Setup and Notes No edit summary
14 January 2018
- 15:4315:43, 14 January 2018 diff hist +207 Cryptocurrency Mining Setup and Notes No edit summary
- 15:3715:37, 14 January 2018 diff hist +304 Cryptocurrency Mining Setup and Notes No edit summary
- 15:1115:11, 14 January 2018 diff hist +38 Cryptocurrency Mining Setup and Notes No edit summary
13 January 2018
- 12:5412:54, 13 January 2018 diff hist +537 N Cryptocurrency Mining Setup and Notes Created page with "Setup Ubuntu Server 16.04.3 Ethereum (geth) sudo add-apt-repository ppa:ethereum/ethereum -y sudo so apt update sudo apt install ethereum -y Import ethereum key or create..."
3 January 2018
- 13:5213:52, 3 January 2018 diff hist −16 Wireless under Ubuntu Server 16.04 No edit summary current
- 13:5013:50, 3 January 2018 diff hist +111 Wireless under Ubuntu Server 16.04 No edit summary
27 December 2017
- 14:1714:17, 27 December 2017 diff hist +731 N Wireless under Ubuntu Server 16.04 Created page with "1. Install wpasupplicant if not already installed: sudo apt install wpasupplicant 2. Find out your Wireless interface name using "iwconfig" command. If it is not installed,..."
24 December 2017
- 20:5420:54, 24 December 2017 diff hist +294 N Printrbot G Code Calibration Created page with " This G code commands displays the current settings of your Printrbot. M501 This G-code command sets the Z axis offset at negative 0.2mm. M212 Z-0.2 This G code command sa..." current
1 November 2017
- 10:2110:21, 1 November 2017 diff hist +950 N Using sdparm in Linux for USB Drives Created page with "# the drive reports something like this $ sudo sdparm -a /dev/sde /dev/sde: Seagate FreeAgent Pro 400A Power condition mode page: IDLE 0 [cha: n, def: 0, sa..." current
27 October 2017
- 17:4617:46, 27 October 2017 diff hist +275 N VMWare Patching Notes Created page with "Patching VMWare ESXi 6.5 Host: esxcli software vib install -d /vmfs/volumes/DS-iSCSI-SAN1/iso/ ESXi650-201701001.zip ESXi650-201703001.zip ESXi650-201703002.zip ESXi650-201..."
29 August 2016
- 13:2413:24, 29 August 2016 diff hist +145 N Android ADB Cheat Sheet Created page with "Start the server/service ./adb kill-server ./adb start-server Show connected devices ./adb devices Enter the O/S shell (ls,...) ./adb shell"
15 June 2016
- 13:0513:05, 15 June 2016 diff hist +128 Ubuntu 16.04 LAPP Setup No edit summary current
- 12:4812:48, 15 June 2016 diff hist +78 Ubuntu 16.04 LAPP Setup No edit summary
- 12:2612:26, 15 June 2016 diff hist +781 Ubuntu 16.04 LAPP Setup No edit summary
14 June 2016
- 15:0115:01, 14 June 2016 diff hist +178 N Ubuntu 16.04 LAPP Setup Created page with "Install Apache sudo apt-get install apache2 Install Postgresql sudo apt-get install postgresql Install PHP 7.0 sudo apt-get install php sudo apt-get install php7.0-pgsql"
13 June 2016
- 12:4312:43, 13 June 2016 diff hist +674 N Linux tar Command Notes Created page with " Create archive and compress with gzip tar -cvzf MyImages-14-09-12.tar.gz /home/MyImages Untar files in Current Directory tar -zxvf public_html-14-09-12.tar Untar files in..." current
- 12:3812:38, 13 June 2016 diff hist +394 N MySQL Notes Created page with "Backing up from the command line $ mysqldump --opt -u [uname] -p[pass] [dbname] > [backupfile.sql] Compressing backup $ mysqldump -u [uname] -p[pass] [dbname] | gzip..."
8 June 2016
- 17:1317:13, 8 June 2016 diff hist +49 Unix Log Files No edit summary current
- 17:1317:13, 8 June 2016 diff hist +5 Unix Log Files No edit summary
- 17:1217:12, 8 June 2016 diff hist +932 N Unix Log Files Linux Log files and usage
3 June 2016
- 14:2214:22, 3 June 2016 diff hist +1,270 N Notes for Casting Cement Created page with "Plaster will not hold up outdoors. Portland cement and the fine white quartz sand used for sand blasting, 1 part portland to 2 or 3 parts of sand. If you add more sand there..." current
22 August 2015
- 10:4610:46, 22 August 2015 diff hist +153 N Ubuntu 32-bit Libraries - Android Studio Created page with "For a 64-bit installation the following are required for Android Studio (mkscard): sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6" current
21 August 2015
- 15:3515:35, 21 August 2015 diff hist 0 Ubuntu 14.04 Encrypted Swapfile Setup No edit summary current
- 15:3515:35, 21 August 2015 diff hist +667 N Ubuntu 14.04 Encrypted Swapfile Setup Created page with "In the installed system, first make a swap container. N is the size you want in gigabytes and if you've got 4GB or more of memory and you're not working on a server, then a mi..."
24 June 2015
- 15:1715:17, 24 June 2015 diff hist +54 Ubuntu Privacy No edit summary current
- 15:1615:16, 24 June 2015 diff hist +238 N Cryptography in Ubuntu Created page with "to view a list of encryption protocols use openssl enc to encrypt openssl enc [protocol] -e -in [filename] > [filename.enc] to decrypt openssl enc [protocol] -d -in [f..." current
- 10:4510:45, 24 June 2015 diff hist +3 Ubuntu Privacy No edit summary
- 10:4210:42, 24 June 2015 diff hist +282 N Ubuntu Privacy Created page with "Remove zeitgeist and all of the components sudo apt-get purge zeitgeist-core zeitgeist-datahub python-zeitgeist rhythmbox-plugin-zeitgeist zeitgeist geoclue geoclue-ubuntu-g..."
4 May 2015
- 17:3517:35, 4 May 2015 diff hist +1 m Ubuntu 14.04 Oracle Java Setup & Install No edit summary current
- 17:2917:29, 4 May 2015 diff hist +68 m Ubuntu 14.04 Oracle Java Setup & Install No edit summary
- 15:0715:07, 4 May 2015 diff hist +230 Ubuntu 14.04 Oracle Java Setup & Install No edit summary
- 14:5614:56, 4 May 2015 diff hist +2,598 N Ubuntu 14.04 Oracle Java Setup & Install Created page with "Download the 32-bit or 64-bit Linux "compressed binary file" - it has a ".tar.gz" file extension. Uncompress it tar -xvf jdk-8-linux-x64.tar.gz (64-bit) The JDK 8 package..."
20 April 2015
- 15:5015:50, 20 April 2015 diff hist 0 N File:Figure2.png No edit summary current
- 15:5015:50, 20 April 2015 diff hist 0 N File:Figure1.png No edit summary current
- 15:4015:40, 20 April 2015 diff hist +273 N XenServer: VDI is in use Created page with "XenServer: VDI is in use (but not really). Find the VDI UUID for the disk: xe vdi-list Find the VBD UUID for it (first entry): xe vbd-list vdi-uuid={VDI UUID} Unplug the..." current
- 15:3915:39, 20 April 2015 diff hist +3,367 N RESTART w/ truncation Created page with "Restart w/ Truncation figure1 figure2 #R plot instructions dataset<-read.table('20130207_dataset.txt',header=T) png(file="figu..." current
- 15:3715:37, 20 April 2015 diff hist +1,880 N RESTART - Estimating Residual Time Created page with "Residual time is: given that a task has run for time tau, it is the estimate of the time remaining until task completion from time tau. <math>E[X|\tau]= \int\limits_{\tau}^{\..." current
- 15:3615:36, 20 April 2015 diff hist +1,251 N Install VMware Tools in Ubuntu client Created page with "Ubuntu Server with only a Command Line Interface Go to Virtual Machine > Install VMware Tools (or VM > Install VMware Tools). Note: If you are running the light version of..." current
- 15:3515:35, 20 April 2015 diff hist +1,252 N Truncated Exponential Created page with " <math>E[X] = \int\limits_{0}^{\infty}tf(t)\, dt</math> <math>= \int\limits_{0}^{\tau}\frac{t f(t)}{F(\tau)}\, dt</math> <math>= \int\limits_{0}^{\tau}\frac{t \lambda e^{-\..." current
- 15:3515:35, 20 April 2015 diff hist +896 N Research Created page with "Restart Research E[X|t] for various distributions: Truncated distributions in RESTART (removes tail) Restart w/ checkpoint before and after node (as opposed to after) Mean..." current
- 15:3415:34, 20 April 2015 diff hist +19,463 N Gamma Created page with "{{Probability distribution | name =Gamma| type =density| pdf_image =Image:Gamma distribution pdf.png|325px|Probability density plots of gamma distribution..." current
- 15:3215:32, 20 April 2015 diff hist +594 N Removing old Linux Kernel files Created page with "Open terminal and check your current kernel: uname -r DO NOT REMOVE THIS KERNEL! Next, type the command below to view / list all installed kernels on your system. dpkg..." current
- 15:3115:31, 20 April 2015 diff hist +446 N Estimating variance Created page with "Estimating variance from a simulation ("on the fly") <math>\sigma^2 = E[(x-\bar{x})^2]</math> <math>= E[x^2] - 2\bar{x}E[x] + \bar{x}^2</math> <math>= E[x^2] - 2\bar{x}^2 +..." current