New pages
From wiki.perl.lt
- 12:05, 29 March 2012 Linux mod proctitle.c (hist) [2,517 bytes] Algirdas (Talk | contribs) (Created page with "<pre> - The code for Apache1 can be found at dammit.lt: /* ** mod_proctitle.c -- Apache sample proctitle module ** [Autogenerated via ``apxs -n proctitle -g] ** ** To p...")
- 20:13, 21 November 2011 Update mediawiki (hist) [100 bytes] Algirdas (Talk | contribs) (Created page with "(after update with ports) <pre> # cd /usr/local/www/mediawiki # php -e maintenance/update.php </pre>")
- 20:10, 21 November 2011 Add more disk space on Amazon EC2 (hist) [2,932 bytes] Algirdas (Talk | contribs) (Created page with " Open the AWS Management Console and make sure the Amazon EC2 tab is selected. From the left menu, click Volumes. Click the Create Volume button. Type a value for ...")
- 14:31, 8 February 2011 Increase C drive partition on Amazon EC2 (hist) [469 bytes] Algirdas (Talk | contribs) (Created page with "2011.02.08 <pre> 1. Stop the instance. 2. Detach the root device. 3. Create the snapshot of the root device. 4. Create a new volume using the snapshot of the root device, but wit...")
- 12:52, 2 February 2011 Find 50mb large/r files (hist) [89 bytes] Algirdas (Talk | contribs) (Created page with "<pre> find . -type f -size +50000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' </pre>")
- 11:27, 20 January 2011 Dell powerconnect 3448 cacti cpu/temp templates (hist) [180 bytes] Algirdas (Talk | contribs) (Created page with "cacti_graph_template_dell_powerconnect_3448_-_5_minute_cpu_usage.xml<br> cacti_graph_template_dell_powerconnect_3448_-_temperature.xml<br> Media:dell_powerconnect_3448.zip")
- 20:13, 20 December 2010 OpenWrt wifi mac filter (hist) [542 bytes] Algirdas (Talk | contribs) (Created page with "/etc/init.d/wlmacfilter <pre> #!/bin/sh /etc/rc.common # The macfilter 2 means that the filter works in "Allow" mode. # Other options are: 0 - disabled, or 1 - Deny. # wlc ifname...")
- 04:54, 18 November 2010 Anglu-lietuviu/lietuviu-anglu offline zodynas (hist) [1,257 bytes] Algirdas (Talk | contribs) (Created page with "per android market susiinstaliuojam "ColorDict Dictionary Universal" (http://www.appbrain.com/app/colordict-dictionary-universal/com.socialnmobile.colordict) <pre> wget http://f...")
- 16:50, 10 November 2010 Creating amazon web services (aws) custom centos 5.5 ami from scratch (hist) [12,188 bytes] Algirdas (Talk | contribs) (Created page with "<pre> ############################################################################ ############################################################################ ## ...")
- 15:26, 3 November 2010 Rsync (hist) [1,321 bytes] Algirdas (Talk | contribs) (Created page with '<pre> if using rsync/other user, user needs to have access to data that is going to be synced (chmod/vigr). master server: # su - rsync $ ssh-keygen -t dsa backup server: # …')
- 16:28, 2 November 2010 Test mkdir rmdir.pl (hist) [309 bytes] Algirdas (Talk | contribs) (Created page with '<pre> #!/usr/bin/perl # script to monitor if able to create and remove dir (for sitescope) use strict; my $rc = 2; rmdir("/tmp/sitescope-mkdir-rmdir-test"); if (mkdir("/tmp/…')