User contributions for David
From KlavoWiki
Jump to navigationJump to search
15 February 2015
- 02:5502:55, 15 February 2015 diff hist +316 N Raspbian CPU Frequency Speed Created page with "To view the clock speed of the Raspberry Pi<br> Maximum Frequency as set in config.txt <pre> vcgencmd get_config arm_freq </pre> Current frequency. If not under load will b..."
13 February 2015
- 11:2611:26, 13 February 2015 diff hist +213 N Storage Speed test Created page with "To check the speed of any storage device<br> Write File <pre> dd if=/dev/zero of=~/test.tmp bs=500K count=1024 </pre> Read File <pre> dd if=~/test.tmp of=/dev/null bs=500K c..."
11 February 2015
- 01:1101:11, 11 February 2015 diff hist 0 Openmanage →Repository
- 00:3900:39, 11 February 2015 diff hist +224 N Exchange Mailbox with Prohibit Send Status Created page with "To Display the mailboxes with a status of ProhibitSend <pre> Get-MailboxDatabase -Identity ap-mailbox-db* | Get-MailboxStatistics | where {$_.StorageLimitStatus -eq "Prohibit..." current
- 00:2700:27, 11 February 2015 diff hist +177 N Exchange Database Size Created page with "To list the size of each Exchange Database <pre> Get-MailboxDatabase -Identity ap-mailbox-db* -Status | FT ServerName,Name,DatabaseSize </pre> Category : Exchange PowerShell" current
- 00:2500:25, 11 February 2015 diff hist +265 N Exchange Mailbox Statistics Created page with "To retrieve the mailbox statistic from a specific or group of databases. <pre> Get-MailboxDatabase -Identity ap-mailbox-db* | Get-MailboxStatistics | %{$_.TotalItemSize.Value...." current
- 00:0300:03, 11 February 2015 diff hist +244 N Net Framework 3.5 CLI Install Created page with "To install .Net Framework 3.5 from the command prompt. <pre> DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:D:\sources\sxs </pre> The above comman..." current
10 February 2015
- 23:1223:12, 10 February 2015 diff hist −1 Asterisk CDR Viewer →CentOS
16 January 2015
- 00:2100:21, 16 January 2015 diff hist +243 Iptables →Drop
- 00:1500:15, 16 January 2015 diff hist +55 Iptables →List
15 January 2015
- 04:1004:10, 15 January 2015 diff hist +58 Sendmail →Compile Config
12 January 2015
- 00:5100:51, 12 January 2015 diff hist +120 Iptables No edit summary
6 January 2015
- 11:2811:28, 6 January 2015 diff hist +58 Raspberry Pi as a Hotspot No edit summary current
- 11:2711:27, 6 January 2015 diff hist −81 Raspberry Pi as a Hotspot →NAT
- 11:2511:25, 6 January 2015 diff hist +88 Raspberry Pi as a Hotspot →iptables
- 11:1911:19, 6 January 2015 diff hist +89 Iptables No edit summary
- 11:1611:16, 6 January 2015 diff hist −6 Iptables →nat
- 11:1511:15, 6 January 2015 diff hist +441 Iptables No edit summary
- 11:1011:10, 6 January 2015 diff hist −8 Iptables →Automatic Load on Restart
- 11:0311:03, 6 January 2015 diff hist +82 Raspberry Pi as a Hotspot →dhcp
- 11:0211:02, 6 January 2015 diff hist +308 Raspberry Pi as a Hotspot →NAT
17 December 2014
- 05:4305:43, 17 December 2014 diff hist +203 Mount USB Device No edit summary
12 December 2014
- 04:3504:35, 12 December 2014 diff hist +4 Digium Support No edit summary current
- 04:3504:35, 12 December 2014 diff hist +455 Digium Support No edit summary
- 01:1001:10, 12 December 2014 diff hist +125 Openmanage No edit summary
- 01:0701:07, 12 December 2014 diff hist −89 Openmanage No edit summary
11 December 2014
- 12:1412:14, 11 December 2014 diff hist 0 Install epel No edit summary
- 12:1412:14, 11 December 2014 diff hist 0 Install epel No edit summary
2 December 2014
- 00:0900:09, 2 December 2014 diff hist +526 N Raspberry Pi B+ USB Power Created page with "It seems that the Raspberry Pi B+ by default is not configured to power a 2.5 inch self powering USB hard disk. By default it seems that the USB ports on the B+ only allow US..."
1 December 2014
- 23:3523:35, 1 December 2014 diff hist +54 Raspberry Pi as a Hotspot No edit summary
- 23:1523:15, 1 December 2014 diff hist +121 Mount USB Device No edit summary
- 22:5422:54, 1 December 2014 diff hist +37 Raspberry Pi as a Hotspot →dhcp
- 12:1612:16, 1 December 2014 diff hist +53 Mount USB Device No edit summary
- 09:5709:57, 1 December 2014 diff hist +6 User Management →Impersonate root current
- 09:5309:53, 1 December 2014 diff hist +11 User Management No edit summary
- 09:5109:51, 1 December 2014 diff hist +3 User Management →Create
- 06:4706:47, 1 December 2014 diff hist +102 Raspberry Pi as a Hotspot →NAT
- 06:4506:45, 1 December 2014 diff hist +1,889 N Raspberry Pi as a Hotspot Created page with "= configure wlan = Assign an IP address to NIC <pre> vi /etc/network/interfaces </pre> add <pre> auto wlan0 </pre> Remark the following lines so the wlan never acts as a cli..."
26 November 2014
- 05:3105:31, 26 November 2014 diff hist +67 Provision Polycom →sip.cfg
18 November 2014
- 04:0804:08, 18 November 2014 diff hist +809 G729 No edit summary
- 03:3503:35, 18 November 2014 diff hist +14 Fax2mail →CPAN Prerequisite current
- 00:4100:41, 18 November 2014 diff hist −1 Mysql commands →List Data from a Table
- 00:3900:39, 18 November 2014 diff hist +153 Mysql commands →List Data from a Table
16 November 2014
- 04:2104:21, 16 November 2014 diff hist +91 Screen No edit summary current
- 04:1904:19, 16 November 2014 diff hist +224 Screen No edit summary
6 November 2014
- 04:2104:21, 6 November 2014 diff hist 0 Mysql commands →Export Data to CSV
- 04:2004:20, 6 November 2014 diff hist −5 Mysql commands →Export Data to CSV
- 02:4102:41, 6 November 2014 diff hist +300 Mysql commands →List Data from a Table
29 October 2014
- 06:2806:28, 29 October 2014 diff hist −53 G729 No edit summary
- 06:2206:22, 29 October 2014 diff hist −92 G729 No edit summary