User contributions
Jump to navigation
Jump to search
- 12:51, 26 April 2016 diff hist -260 Linux snippets →Filesystem commands
- 12:51, 26 April 2016 diff hist +347 Disk management
- 12:50, 26 April 2016 diff hist +194 N Disk management Created page with "Rescan scsi bus: <source lang="sh"> echo "- - -" >> /sys/class/scsi_host/host0/scan </source> Rescan a disk after resizing it: <source lang="sh"> echo 1 > /sys/block/sdb/devi..."
- 12:48, 26 April 2016 diff hist +4 Linux snippets →Various
- 12:48, 26 April 2016 diff hist +12 Linux snippets
- 15:08, 21 April 2016 diff hist +7 Linux startup scripts →Centos current
- 14:50, 21 April 2016 diff hist +144 Linux startup scripts →Centos
- 22:11, 16 April 2016 diff hist +813 N Using Arduino as programmer Created page with "Not sure which of these were edited / default Arduino\hardware\arduino\boards.txt: <source> mymini.name=Mini Pro (Arduino as ISP) mymini.upload.protocol=stk500 mymini.upload...." current
- 21:43, 16 April 2016 diff hist +2 Arduino
- 21:42, 16 April 2016 diff hist +29 N Arduino Created page with "[Using Arduino as programmer]"
- 21:35, 16 April 2016 diff hist +14 Main Page →Topics
- 20:18, 10 April 2016 diff hist +423 N Git Created page with "=Server= Setting up a new repository: https://git-scm.com/book/en/v1/Git-on-the-Server-Setting-Up-the-Server =Windows= ==Installing== Download git for windows: https://git-sc..." current
- 19:54, 10 April 2016 diff hist +10 Main Page →Topics
- 21:08, 31 March 2016 diff hist +158 Vserver →Creating a new guest
- 21:01, 31 March 2016 diff hist +45 Vserver →Creating a new guest
- 20:57, 31 March 2016 diff hist +267 Vserver →Creating a new guest
- 20:52, 31 March 2016 diff hist +198 N Vserver Created page with "=Creating a new guest= vserver sandbox build --context 100 --hostname sandbox --interface eth0:192.168.0.100/24 --initstyle gentoo -m template -- -d gentoo -t /vservers/stage3..."
- 20:50, 31 March 2016 diff hist +13 Linux snippets
- 18:03, 31 March 2016 diff hist +4,143 N Log Switching / Archive Logging Created page with "=Log switch frequency map= <source lang="sql"> SELECT to_char(first_time,'YYYY-MM-DD') day , to_char(sum(decode(to_char(first_time,'HH24'),'00',1,0)),'999') "00" , t..." current
- 17:54, 31 March 2016 diff hist +38 Oracle →DBA / Tuning
- 14:21, 31 March 2016 diff hist +718 ExpDP / ImpDP current
- 14:14, 31 March 2016 diff hist +322 N ExpDP / ImpDP Created page with "Commonly used parameters for expdp/impdp: <source lang="sh"> expdp <username> dumpfile=export.dmp logfile=export_exp.log directory=data_pump_dir schemas=user1 flashback_time=s..."
- 14:12, 31 March 2016 diff hist +20 Oracle →DBA / Tuning
- 13:53, 31 March 2016 diff hist +6 Optimized reads current
- 13:52, 31 March 2016 diff hist +1,554 N Optimized reads Created page with "You can use following query to see how many bytes in your session were optimized: <source lang="sql"> SELECT name, VALUE FROM v$mystat JOIN v$statname USING (statistic#) WHE..."
- 13:50, 31 March 2016 diff hist +22 Oracle →DBA / Tuning
- 13:50, 31 March 2016 diff hist +559 N Index Monitoring Created page with "Enable monitoring: <source lang="sql"> select 'alter index ' || owner || '.' || index_name || ' monitoring usage;' from dba_indexes where owner = '?' and index_type not..."
- 13:49, 31 March 2016 diff hist -558 Oracle →DBA / Tuning
- 12:04, 31 March 2016 diff hist +222 Oracle →Index monitoring
- 11:52, 31 March 2016 diff hist +6 Oracle →Index monitoring
- 11:51, 31 March 2016 diff hist +367 N Oracle Created page with "=DBA / Tuning= ==Index monitoring== Enable monitoring: <source lang="sql"> select 'alter index ' || owner || '.' || index_name || ' monitoring;' from dba_indexes where owne..."
- 11:48, 31 March 2016 diff hist +13 Main Page
- 00:00, 27 March 2016 diff hist +75 N HTML things Created page with "=Layout= * Check Flexbox: http://spaceninja.com/2015/08/24/what-is-flexbox/" current
- 23:59, 26 March 2016 diff hist +17 Main Page
- 23:40, 26 March 2016 diff hist +523 N Linux snippets Created page with "=Filesystem commands= ==Resize jfs filesystem== <source lang="sh"> lvresize --size +5G /dev/vg0/lv0 mount -o remount,resize /dev/vg0/lv0 </source> ==Resize ext filesystem== <..."
- 23:33, 26 March 2016 diff hist +7 m Main Page →Topics
- 23:32, 26 March 2016 diff hist +19 Main Page →Topics
- 23:05, 26 March 2016 diff hist -257 Main Page
- 23:02, 26 March 2016 diff hist +592 N Original Main Page Created page with "<strong>MediaWiki has been successfully installed.</strong> Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. ==..." current
- 22:58, 26 March 2016 diff hist +210 N Video tools Created page with "=Tools= * Virtualdub: http://www.virtualdub.org/ * * Deshaker plugin: http://www.guthspot.se/video/deshaker.htm * FFMpeg: https://www.ffmpeg.org/ =Untested= * MKVToolNix: htt..."