Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid

Install lastest stable Firefox from PPA

<?php
$URL="https://raw.githubusercontent.com/panticz/installit/master/install.firefox.sh";

echo "wget $URL -O - | bash -";
echo "<div><pre>";
</pre></div>

$c = curl_init();
curl_setopt($c, CURLOPT_URL, $URL);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);

echo htmlspecialchars(curl_exec($c));

curl_close($c);

echo "";

?>

Global Firefox extensions folder
/usr/lib/thunderbird-addons/extensions/

OPTIONAL: install flash

wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.233/install_flash_player_11_linux.x86_64.tar.gz -O /tmp/install_flash_player.tar.gz
tar -xzf /tmp/install_flash_player.tar.gz -C /tmp
cp /tmp/libflashplayer.so /usr/lib/firefox-addons/plugins/

OPTIONAL, install german language pack
http://www.gtlib.gatech.edu/pub/mozilla.org/firefox/releases/3.6/linux-i686/xpi/de.xpi

Leo translate engine
http://dict.leo.org/pages.ende/toolbars_de.html

Gmail Notifier
http://www.nuko.org:4649/addons/temp/gmail_notifier-0.6.4.3.privateBuild1-fx.xpi

Links
http://www.daniel-ritter.de/blog/ubuntuzilla-immer-die-aktuelle-firefox-und-thunderbirdversion-unter-ubuntu

DataLogic QuickScan QS6500 with Ubuntu as USB Keyboard

download configuration codes
# https://easeofaccess.scanning.datalogic.com/public/marketlit/Send.aspx?file=R44-2816A
https://www.bedienungsanleitu.ng/datalogic/quickscan-qs6500/spezifikationen

reset to factory default (Page 3)
scan: Return handheld to factory defaults

configure as USB Keyboard

Interface Selection (Page 30 / 33)
scan: START
scan: USB Keyboard
scan: END

OPTIONAL, configure Keyboard Layout (Page 53 / 54)

scan: START
scan: Germany
scan: END

OPTIONAL, enable Interleaved 2 of 5 - continued (for DHL package barcodes)
Interface Selection (Page 169)

scan: START
scan: Enable Interleaved 2 of 5
scan: END

Links
https://help.ubuntu.com/community/BarcodeReaders
http://www.tec-it.com/online-demos/tbarcode/barcode-generator.aspx - barcode online generator
http://www.barcode-soft.com/de-de/online-barcode-generator.aspx - barcode online generator
http://www.codecheck.info/
http://barcode4j.sourceforge.net/ - free barcode generator library for Java

HqEclipse

You can install the plugin using the Eclipse Update Manager:

Help > Install new Software
Work with: http://hge.javaforge.com/hgeclipse
[ Add... ]
[ OK ]
check HqEclipse
[ Next > ]
[ Next > ]
check "I accept the terms of the license agreement"
[ Finish ]

confirm Security Warnings dialog with [ OK ]

Restart your Eclipse

https://j2m.googlecode.com/hg/
https://hgeclipse-demo.googlecode.com/hg/

http://code.google.com/p/hgeclipse-demo/

Ubuntu LiveCD quick tweaks

GoTo: Applications > Accessories > Terminal

SSH server

sudo apt-get install -y openssh-server
echo root:t00r | sudo chpasswd
ifconfig | grep Bcast | cut -d':' -f2 | cut -d' ' -f1

Adobe Flash
#wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.deb -P /tmp && \
#sudo dpkg -i /tmp/install_flash_player_10_linux.deb

sudo add-apt-repository ppa:sevenmachines/flash
sudo apt-get update
sudo apt-get install flashplugin64-installer

Skype

wget https://raw.githubusercontent.com/panticz/installit/master/install.skype.sh -O - | bash -

Nvidia graphic driver

wget https://raw.githubusercontent.com/panticz/installit/master/install.nvidia-graphic.sh -O - | bash -
sudo nvidia-xconfig
sudo service lightdm restart

Boxee

wget http://dl.boxee.tv/boxee-0.9.20.10356.i486.deb -P /tmp && \
sudo sed -i 's|# deb|deb|g' /etc/apt/sources.list && \
sudo apt-get update && \
sudo dpkg -i /tmp/boxee*.deb || \
sudo apt-get install -f -y

Linux software RAID

sudo apt-get install -z mdadm
sudo mdadm --assemble md0
sudo mdadm --assemble md1

Acquia Marina

Node settings > Author and date > Default
Display author's username: uncheck
Display date posted: uncheck

Links
http://drupal.org/project/acquia_marina

Kernel options

from Documentation/kernel-parameters.txt

vga=xxx
set your framebuffer resolution to VESA mode xxx. (http://en.wikipedia.org/wiki/VESA_BIOS_Extensions#Linux_video_mode_numbers)

acpi=off OR noacpi
This parameter disables the whole ACPI system. This may prove very useful, for example, if your computer does not support ACPI or if you think the ACPI implementation might cause some problems (for instance random reboots or system lockups)

acpi=force
Activates the ACPI system even if your computer BIOS date is older than 2000. This parameter overwrites acpi=off and can also be used with current hardware if the ACPI support is not activated despite apm=off

pci=noacpi OR acpi=noirq
These parameters disable the PCI IRQ routing

pci=acpi
This parameter activates the PCI IRQ routing

acpi_irq_balance
ACPI is allowed to use PIC interrupts to minimize the common use of IRQs.

acpi_irq_nobalance
ACPI is not allowed to use PIC interrupts.

acpi=oldboot
Deactivates the ACPI system almost completely; only the components required for the boot process will be used.

acpi=ht
Impact Deactivates the ACPI system almost completely; only the components required for hyper threading will be used.

noapic
Disable the "Advanced Programmable Interrupt Controller (APIC)".

nolapic
Disable the "local APIC".

apm=off OR noapm
Disable the Advanced Power Management.

irqpoll
Changes the way the kernel handles interrupt calls (set it to polling). Can be useful in case of hardware interrupt issues.

SheevaPlug

Links
http://www.cyrius.com/debian/kirkwood/sheevaplug/install.html
https://wiki.ubuntu.com/ARM/RootfsFromScratch
http://plugcomputer.org/plugwiki/index.php/Frequently_Asked_Questions - SheevaPlug FAQ
http://www.sheevaplug.de/index.php
http://archlinuxarm.org/platforms
http://blog.bofh.it/debian/id_265
http://www.plugcomputer.org/

unbrick sheevaplug u-boot
https://newit.co.uk/forum/index.php?topic=626.0
http://dl.panticz.de/sheevaplug/Guruplug-installer.tar.gz

sudo ./runme.sh ./uboot.bin

create root fs
https://launchpad.net/project-rootstock - ubuntu

Upgrade uboot
http://www.cyrius.com/debian/kirkwood/sheevaplug/uboot-upgrade.html

# upgrade u-boot (copy to usb-pen with vfat filesystem)
wget https://people.debian.org/~tbm/u-boot/2014.10+dfsg1-5/sheevaplug/u-boot.kwb

usb start
fatload usb 0:1 0x0800000 u-boot.kwb
nand erase 0x0 0x80000
nand write 0x0800000 0x0 0x80000
reset
setenv ethaddr 00:50:43:01:44:55
reset

connect to console

sudo apt-get install cu

#chown uucp /dev/ttyUSB0; cu -s 115200 -l /dev/ttyUSB0

sudo screen /dev/ttyUSB0 115200
# install OS

http://panticz.de/Install-Debian-on-SheevaPlug

Links
http://www.openplug.org/

Console output
__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** MARVELL BOARD: SHEEVA PLUG LE

U-Boot 1.1.4 (Mar 19 2009 - 16:06:59) Marvell version: 3.4.16

U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CEE80

Soc: 88F6281 A0 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM CS[1] base 0x10000000 size 256MB
DRAM Total size 512MB 16bit width
Flash: 0 kB
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:512 MB

CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled

Change Magento Default Theme

# Modern
cd /var/www
/var/www/pear mage-setup /var/www
/var/www/pear install magento-core/Interface_Frontend_Default_Modern

System > Configuration > Design > Themes
Default: modern

# Blank
cd /var/www
/var/www/pear mage-setup /var/www
/var/www/pear install magento-core/Interface_Frontend_Default_Modern

System > Configuration
General > Design > Themes
Default: blank

# Links

http://www.magentocommerce.com/design_guide/articles/working-with-magento-themes#head-say-hello-to-multiple

Install Magento

Installation
<?php
$URL="https://raw.githubusercontent.com/panticz/magento/master/scripts/install_magento.sh";

echo "wget $URL -O - | bash -";
echo "<div><pre>";
</pre></div>

$c = curl_init();
curl_setopt($c, CURLOPT_URL, $URL);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);

echo htmlspecialchars(curl_exec($c));

curl_close($c);

echo "";

?>

LINKS
https://linoxide.com/tools/install-magento-ubuntu/
http://YOUR_SERVER_IP/magento/index.php/ - store frontend
http://YOUR_SERVER_IP/magento/index.php/admin/dashboard/ - admin menu
http://YOUR_SERVER_IP/magento/downloader/index.php - connect manager
http://www.magentocommerce.com/wiki/groups/227/installing_magento_via_shell_ssh
http://www.magentocommerce.com/wiki/general/installing-magento-on-slicehost-with-ubuntu
http://www.magentocommerce.com/wiki/groups/227/command_line_installation_wizard
http://svn.magentocommerce.com/source/branches/1.1-trunk/install.php
http://blog.magentomagik.com/how-to-install-magento-extensions-magento-extension-installation-guide/ - How to install magento extensions

Configure Terms and Conditions in Magento (AGBs)

install Market Ready Germany module
http://www.panticz.de/magento_market-ready-germany

Edit condition
Admin Panel > CMS > Static Blocks
click on "AGB"
edit Content
[ Save Block ]

click on "Widerrufsbelehrung"
edit Content
[ Save Block ]

#### OLD ###

# ToDo
# create Terms and Conditions for EVERY language in shop

Create condition
Admin Panel > Sales > Terms and Conditions
[ Add New Condition ]
Terms and Conditions Information
Condition Name: AGBs
Status: Enabled
Checkbox text: Ich habe die Allgemeinen Geschäftsbedingungen (AGB) gelesen und akzeptiere diese
Content: PASTE_YOUR_CONDITIONS_HERE
[ Save Condition ]

Enable conditions on checkout
Admin Panel
System > Configuration > Sales > Checkout
Checkout Options > Enable Terms and Conditions > Yes
Save Config

Pagination

  • First page
  • Previous page
  • …
  • Page 41
  • Page 42
  • Page 43
  • Page 44
  • Page 45
  • Page 46
  • Page 47
  • Page 48
  • Page 49
  • Next page
  • Last page
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung