Quicklinks

EndUser

Test/Virtualisaton


Installieren

Kernel - Tuning

Network

Display / Pads

Bock Devices

Printer

USB-Devices

BenutzerSW

Server

Install Notes

General/Hints

anoyances.org

Collection of installation & troublshooting info related to my linux (debian/mint/ubuntu) installations

The following comands can be selected by the mouse. The very simple script below edits the selected string, which can be adapted and executed. In this way all tasks can be documented in a document for example in a personal wiki or tomboy and be executed in no time.
The script based on xclip can be started from a gnome starter or function key.

Examples:

Admintasks and Development

select the command string: 

gksu nautilus /root/pog-scripts   /* location of scripts */
bluefish -p ~/scripting/helperscripts.bfproject  /* edit scripts */

F i r e f o x 
firefox --new-tab http://www.ddy.ch/pm/laden/pm.wiki/HW-Installation/QEMU
firefox http://www.ddy.ch/pm/laden/pm.wiki/HW-Installation/QEMU
firefox -no-remote -ProfileManager http://ddy.ch http://google.ch   /* other ff instance with other profile and two tabs "/

Test
date
ls -ali

Office

nautilus ~/POG-Geschaeft 
openoffice ~/POG-Geschaeft/OS_KD_RechnungenZahlungen.odsProvider-Blatt

Tasks for users logged in:

scripted used

#!/bin/bash
# simple script to edit selected textaereas 
# string in the box can be modified and will be executed locally by click YES
# xclip must be installed - (Debian, Ubuntu: apt-get install xclip   )
#
# Autor: Patrick Ogay - GPL 

##  Beginning of Procedure ls -ali  less /etc/fstab
#cmd=$(`xclip -o;`)
cmdraw=`xclip -o;`

cmd=$(zenity --entry --title=Befehls Clipboard --entry-text="$cmdraw" STRING --text="String can be modified");
echo "clip=/$cmd/"
bash -c "$cmd";

# top keep window open when starte from gnome starter (otherwise read is o.k.) 
if ! zenity --notification --text "leave"; then 
  exit;
fi
exit
Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on June 13, 2016, at 11:26 AM, visited:$PageCount