Showing posts with label tazpanel. Show all posts
Showing posts with label tazpanel. Show all posts

2023-04-09

Slitaz64 - TazPanel - Pale Moon - i915

 

TazPanel - Pale Moon - i915

/lib/modules/5.15.94/kernel/drivers/gpu/drm/i915/i915.ko.xz

intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103

 






https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51459
 

 

Slitaz64 - TazPanel - Pale Moon - amdgpu

 

TazPanel - Pale Moon - amdgpu

/lib/modules/5.15.94/kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko.xz

AMDGPU: Driver for AMD Radeon: All GPUs supported by the amdgpu kernel driver

Kernel-5.15.94

AMDGPU(0): glamor X acceleration enabled on RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94)

Applications --> System Tools --> SliTaz Panel




 https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51458

 

 

2012-02-11

slitaz -- tazpanel-2

Ref: http://alanyih.blogspot.com/2011/04/slitaz-tazpanel.html

1.
tux@slitaz:~$ tazpanel --help

Usage: tazpanel [start|stop|passwd]


2.
tux@slitaz:~$ cat /etc/slitaz/httpd.conf
H:/var/www/tazpanel
A:127.0.0.1
D:*
*.cgi:/bin/sh
I:index.cgi
/:root:root


3.
tux@slitaz:~$ ps ax | grep httpd
2093 www 0:00 /usr/sbin/httpd -u www
3583 root 0:00 httpd -p 82 -u root -c /etc/slitaz/httpd.conf -r TazPanel Authentication - Default: root:root
7020 tux 0:00 grep httpd
tux@slitaz:~$


4.
tux@slitaz:~$ cat /etc/slitaz/tazpanel.conf
# tazpanel.conf: SliTaz Web Control Panel configuration
#
# Copyright (C) 2011 SliTaz GNU/Linux - BSD License
#

# Panel location and theme
PANEL="/var/www/tazpanel"
STYLE="default"

# Absolute paths to images and xHTML skel from $PANEL
IMAGES="/styles/$STYLE/images"
HEADER="/styles/$STYLE/header.html"
FOOTER="/styles/$STYLE/footer.html"

# Display some debug messages
DEBUG="0"

# Activity log file
LOG_FILE="/var/log/tazpanel.log"

# Terminal settings
TERMINAL="xterm"
TERM_OPTS="-geometry 80x16-0+24 -bg black -fg white"

# Generic page loading message
LOADING_MSG="Loading..."

# Busybox HTTP daemon config
HTTPD_CONF="/etc/slitaz/httpd.conf"
HTTPD_PORT="82"

# Shared Tazpkg paths
LOCALSTATE="/var/lib/tazpkg"
INSTALLED="$LOCALSTATE/installed"
tux@slitaz:~$

Slitaz -- tazinst




Tazinst Manual
file:///usr/share/doc/slitaz-tools/tazinst.html

NAME

Tazinst - Tiny autonomous zone installer manager

SYNTAX

tazinst [command] [configuration file]
DESCRIPTION

Tazinst is a lightweight SliTaz HDD installer (~ 29 KB). It installs SliTaz to a hard drive from a Live-CD, LiveUSB key, a SliTaz ISO image, or from the web by downloading a stable version, a cooking version or by giving the http link of another iso (eg: Development ISO).

Tazinst can format the target partition to ext2, ext3, ext4 or other formats if the matching packages are installed. The home partition can be installed on another partition and if need be formatted before installation into any one of the available formats. Tazinst may upon request install the Grub bootloader in the MBR of the target disk. A dual-boot with an existing Windows© partition is possible, finding the Windows© partition can either be done automatically or manually specified.

Tazinst can also update SliTaz installed on a hard disk partition which is handy in case of version changes. In this case, Slitaz is updated, data in /home is preserved and additional packages are reinstalled on to the new version.

Tazinst was created independently for the needs of the SliTaz GNU/Linux mini distribution.

Tazinst is written from scratch in shell script and is compatible with Busybox Ash and Bash. Tazinst is licensed under the GNU Free gpl v3.


tux@slitaz:~$ tazinst --help

Tazinst - SliTaz installer - Version: 2.991

Usage:
tazinst [command] [config-file]

Commands:
usage Print this short usage.
install Install SliTaz on HDD using a configuration file.
upgrade Upgrade SliTaz on HDD using a configuration file.
config Generate a configuration file.
cli Install or upgrade using command line options:
-i Full Install (not upgrading, all present data will be lost).
-u Upgrade (Needs an active internet connection).
-t Install type (cdrom|usb|iso|web|weboot).
-s Source media (ex: file.iso|usb partition|web url).
-p Partition where SliTaz will be installed (ex:/dev/hda3).
-f Partition to be formatted (fs=ext2|ext3|ext4|etc..).
-g Install Grub.
-w Dual-boot a Windows partition (auto|hd, ex:hd0,0).
-d Debug mode.

tux@slitaz:~$ cat tazinst.conf
# tazinst.conf: SliTaz Installer configuration file.
#

# Install type : [cdrom|usb|iso|web|weboot]
INST_TYPE="cdrom"

# Install source
# usb:/dev/xxx, ex: SRC_FILE=/dev/sdb1
# iso:file.iso, ex: SRC_FILE=~/slitaz.3.0.iso
# web: url, ex: SRC_FILE=http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso
# web: predefined mirrors (stable|cooking|rolling), ex: SRC_FILE=cooking
SRC_FILE=""

# Install Target (Root Partition).
TGT_PARTITION="/dev/hda5"

# Target File system.
# SliTaz uses ext3 by default but another filesystem can be used if wanted,
# for this please adjust your /etc/fstab after installation. Valid options are:
# (btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|jfs|ntfs|reiser4|reiserfs|ufs|xfs)
TGT_FS="ext3"

# Home partition.
# On most GNU/Linux systems users personal files are stored in the directory
# /home. Home can be on another hard disk or on a separate partition.
TGT_HOME=""
# Home File system (if /home is on a separate partition)
TGT_HOME_FS=""

# Hostname
TGT_HOSTNAME="slitaz"

# root password
# The root administrator privilege lets you manage and configure the full
# system. A root user can damage your system so you should always setup a
# strong password with special characters and/or numbers.
TGT_ROOT_PWD="root"

# The default user for the system will have his personal files stored
# in /home/*user* (and will be automatically added to the audio group).
TGT_USER="tux"
TGT_USER_PWD=""

# Grub bootloader
# install grub [yes|no]
TGT_GRUB="no"
# Where to find menu.lst (dedicated grub part. or multi-os install)
# If you don't know what to do, it's safe to leave it blank
TGT_MENU_PARTITION=""

# Windows dual-boot
# Dual boot is disabled if WINBOOT is empty: TGT_WINBOOT=""
# You may let tazinst find your win partition, mode=auto: TGT_WINBOOT="auto"
# or use manual setting: "hd[disk],[partition]" ex:TGT_WINBOOT=hd0,0
TGT_WINBOOT=""

tux@slitaz:~$
.

2011-04-28

Slitaz -- Tazpanel




root@slitaz:~# tazpkg info tazpanel

Tazpkg information
================================================================================
Package : tazpanel
Version : 1.0
Category : system-tools
Short desc : SliTaz administration and configuration panel.
Maintainer : pankso@slitaz.org
Depends : busybox
Web site : http://www.slitaz.org/
================================================================================

root@slitaz:~#

English Help

TazPanel is the SliTaz administration and settings center from where you can control your entire system such as package management, adding or removing users, creating Live systems and much more. Navigation is done with the toolbar at the top of the application window and in some cases with a submenu.

In most cases you will get a description and useful information with the section concerned. TazPanel uses the latest XHTML 5 and CSS 3 technology to provide a clean and easy to use frontend for all administration tasks you can do on SliTaz. TazPanel has also been coded from the beginning with speed and quality in mind and it also supports full internationalization.
Support

You can get support on the Slitaz forum, the mailing list or the IRC channel.
Get involved

If you want to help and get involved in SliTaz, TazPanel maybe for you! We need help in translating, styling, documentation and coding. If you need more information or want to publish a new graphical style, you can go to the SliTaz Community and post on the Devel forum or post an update with a PM to a SliTaz contributor so that we can get in touch and include your work in TazPanel or in an extra styles package.
Bugs and features

TazPanel is a young application which will be improved and polished in time. If you find a bug, please post on the SliTaz tracker: bugs.slitaz.org