|
AndreyMakarov
|
11 Mar 2008 - 11:18
|
ShoKo
|
| My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ... |
|
AppForm
|
08 Dec 2006 - 22:45
|
ShoKo
|
| Name Type Size Values Tooltip message Name text 40 Application name Task text 40 Task title HomePage text 100 Homepage ... |
|
BackupToGmail
|
21 Apr 2008 - 13:45
|
ShoKo
|
| Living on the outskirts of Internet civilization (Israel) and hosting this site on the mainland (USA), like many before me, I came across the backup problem. First ... |
|
BashOneLiners
|
25 Oct 2008 - 13:48
|
ShoKo
|
| Below you'll find a collection of bash one liner examples, some short and some very long :D. Add Expand all Collapse all . #BashOneLinerTop Misc #BashOneLinersMiscSection ... |
|
BashSyntaxForTwiki
|
22 Apr 2008 - 10:29
|
ShoKo
|
| Here's the script for outputting bash scripts, with vi coloring, to HTML syntax. You can see the example below and throughout the Shell Scripts secion of this site ... |
|
ButtonTests
|
17 Apr 2008 - 18:58
|
ShoKo
|
| Add Expand all Collapse all Add Expand all Collapse all Add Expand all Collapse all Add Expand all Collapse all Dynamic Drive Single button: Dynamic Drive CSS Library ... |
|
ConsoleColors
|
27 Aug 2008 - 07:53
|
ShoKo
|
| I wanted to know how different colors look on the console using bash scripting, here's the outcome: #!/bin/bash export f 30 export b 40 echo ' forground 29 ... |
|
EC2Setup
|
07 Jan 2009 - 12:26
|
ShoKo
|
| Here's my fiddling with AWS, mostly basic usage and some testing. Setup and testing Signup 1 Signup for an AWS account at http://www.amazon.com/gp/aws/registration ... |
|
EviatarTron
|
11 Mar 2008 - 11:18
|
ShoKo
|
| My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ... |
|
FormTable
|
11 Mar 2008 - 11:18
|
ShoKo
|
| Address List: Company Name Address 1 Address 2 Address 3 Primary Contact Add new address details Company: Note: Use a WikiWord ! ... |
|
HomeInternetUplink
|
03 Nov 2008 - 11:21
|
ShoKo
|
| I keep this one running on putty window on my work station, connected to my gateway linux machine. It gives a nice status line of the uplink status, with current ... |
|
HtmlTableToCsv
|
19 Apr 2008 - 10:54
|
ShoKo
|
| #!/bin/bash prefix `echo $1 sed \ s#. hobbit/##; s#.html##; s#/# #\ ` #echo ~hobbit/server/www/${prefix// /\/}.html #exit cat ~hobbit/server/www/${prefix// /\/ ... |
|
IlyaSher
|
11 Mar 2008 - 11:18
|
ShoKo
|
| My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ... |
|
InotifyFileSync
|
25 Oct 2008 - 00:10
|
ShoKo
|
| A script for syncing files and directories between two trusted servers (auto ssh login) using inotify. Far from perfect but does the job and a hell lot faster and ... |
|
JmeterStressTesting
|
05 Sep 2008 - 21:56
|
ShoKo
|
| Fresh install Add non free to sources.list so you'll have the java packages: deb http://ftp.us.debian.org/debian/ lenny main non free apt get update; apt get install ... |
|
MacroComm
|
18 Apr 2008 - 19:50
|
GuyEgozy
|
| Only a few old women were in the church Only a few old women were in the church, and they kept turning their shawled heads sideways to watch the young man at his devotions ... |
|
MultiPath
|
11 Mar 2008 - 11:18
|
ShoKo
|
| apt get update apt get upgrade apt get dist upgrade apt get install kernel package initrd tools cramfsprogs dash fakeroot binutils cpp cpp 4.1 dpkg dev file gcc gcc ... |
|
MyPDA
|
15 Mar 2008 - 16:56
|
ShoKo
|
| My PRECIOUS!! Installed Programs acbPowerMeter iGO 2006 SBSH iLauncher SBSH !ContactBreeze SBSH !PocketBreeze !RhinoStat ... |
|
MysqlBitsAndBytes
|
09 Apr 2008 - 19:48
|
ShoKo
|
| Enable slow query log with indexes Add to your my.cnf file: long query time 2 log queries not using indexes log error /var/log/mysql.err log slow queries /var ... |
|
MysqlDump
|
19 Apr 2008 - 10:55
|
ShoKo
|
| Single servers backup For the impatient, this is the mysql dump command for minimal resource usage on the server that the script uses: /usr/bin/ionice c3 /usr/bin ... |
|
NagiosScripts
|
19 Apr 2008 - 10:50
|
ShoKo
|
| Full scripts attachments at the end of the page. Check a clock on a cached page Check a time published on a web page (the quick and dirty method). #!/bin/bash ... |
|
NagiosToaster
|
11 Mar 2008 - 11:18
|
ShoKo
|
| ######### # Basic ######### apt get update apt get upgrade apt get install vim less ssh ######## # Perl ######## apt get install unzip make lynx ncftp ftp make perl ... |
|
OpenAds
|
11 Mar 2008 - 11:18
|
ShoKo
|
| download openads from http://www.openads.org/downloads/Openads 2.3 beta.html apt get update apt get upgrade apt get install vim ssh less libapache2 mod php5 php5 mysql ... |
|
OurFather
|
14 May 2008 - 06:06
|
ShoKo
|
| Our Father, who 0wnz heaven, j00 r0ck! May all 0ur base someday be belong to you! May j00 0wn earth just like j00 0wn heaven. Give us this day our warez, mp3z, ... |
|
RCLocal
|
29 Aug 2008 - 11:24
|
ShoKo
|
| This a very quick and dirty hack I needed, it mindlessly kills anything that looks like being invoked by the rc.local script. Make sure you read and understand it ... |
|
Rclocal
|
29 Aug 2008 - 11:19
|
ShoKo
|
| #! /bin/sh ### BEGIN INIT INFO # Provides: rc.local # Required Start: $remote fs # Required Stop: # Default Start: 2 3 4 5 # Default Stop: # Short ... |
|
ShellScripts
|
03 Nov 2008 - 11:15
|
ShoKo
|
| Internet Uplink Monitoring my home uplink and activate the connection script in case it's down. File Sync A script for syncing files and directories between ... |
|
SolarisHowtos
|
12 Jul 2007 - 15:33
|
ShoKo
|
| Solaris 10 Howto Guides Install Apache Mysql PHP (http://meta.wikimedia.org/wiki/Help:Running MediaWiki on Solaris 10) Mysql 4.0 Install: /usr/sfw/bin ... |
|
SystemStat
|
27 Aug 2008 - 08:00
|
ShoKo
|
| Here's what happens when you're really going out of the way to get some nicer display using printf command and some console. #!/bin/bash interval $1 i 0; j 0 colors ... |
|
TestComments
|
02 Dec 2006 - 21:44
|
ShoKo
|
| Expand all Collapse all %TWISTY{remember "on" prefix "" link "" showimgleft "" hideimgleft "" suffix "Sorted local mounts and memory on remote machine 02 Dec 2006 ... |
|
TocTests
|
09 Apr 2008 - 20:16
|
ShoKo
|
| # Abstract # Requirments and specifications ## Downtimes ## Deliverables # Pre Setup ## Data Gathering ## Setup plan ## Setup requirments ## Risk assesment ... |
|
TwikiToaster
|
29 Feb 2008 - 23:56
|
ShoKo
|
| twiki deb testing toaster apt get update apt get upgrade apt get install vim ssh less perl unzip lynx patch ncftp apt get install make gcc ftp ... |
|
VarnishInfo
|
11 Oct 2008 - 17:21
|
ShoKo
|
| Benchmarks Varnish, Squid 2.6 and 3.0 with Nginx backend using http load Quick n dirty features from the FAQ http://varnish.projects.linpro.no/wiki/FAQ reverse ... |
|
WebButtons
|
04 May 2008 - 12:07
|
ShoKo
|
| Home News About Blog Contact %~~ FLEXWEBLIST{ ~~~ webs ",User,publiccurrent," ~~~ include "\w " ~~~ exclude "TestCases Trash Attic" ~~~ adminwebs "Applications ... |
|
WebHome
|
23 Nov 2008 - 15:54
|
ShoKo
|
| RSS ATOM One Liners Practical examples of the power of bash, wrapped in some very long lines Scripts Examples of practical scripting from my day to day work Toasters ... |
|
WebNotify
|
11 Mar 2008 - 11:18
|
ShoKo
|
| This is a subscription service to be automatically notified by e mail when topics change in this Main web. This is a convenient service, so you do not have to come ... |
|
WebPreferences
|
01 May 2008 - 21:07
|
ShoKo
|
| Main Web Preferences The following settings are web preferences of the Main web. These preferences overwrite the site level preferences in and , and can ... |
|
WebTopicActions
|
01 May 2008 - 20:09
|
ShoKo
|
| WebTopicActions Default site level configuration for the !WebTopicActions !WebComponent %IF{"context authenticated" then ' %IFDEFINED{"" as "guest" then "$percntUSERACTIONS ... |
|
XvncQuick
|
05 Sep 2008 - 22:29
|
ShoKo
|
| Get required packages: apt get install tightvncserver wmaker xterm Create init script: echo '#!/bin/sh case $1 in "start") ( D :0 Xtightvnc "$D" rfbauth ... |
|
ZabbixDebian
|
31 Mar 2007 - 14:36
|
ShoKo
|
| apt get update apt get upgrade # install the basics apt get install vim ssh less # install LAMP apt get install mysql server snmp apache2 php5 php5 mysql libapache2 ... |
Found 123 topics
See also the faster WebTopicList
|
|
|
 Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback
|
|