Main public logs

Jump to navigation Jump to search

Combined display of all available logs of campisano.org. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:14, 15 July 2026 T1t0 talk contribs created page Kubernetes HA Cluster using LXC (Created page with "= Architecture = Architecture used in this hands-on guide * name.com - for domain names * Oracle network load balancer - for load balancing request to servers * 2 Oracle ampere instances - as provisioned servers * HAProxy systemd daemon - in each server, to balancing requests from the load balancer to forward to the internal LXC containers * 2 LXC containers per server - to accommodate the Kubernetes cluster * LXC network - to provide connections between container...")
  • 16:51, 10 May 2026 T1t0 talk contribs created page Spacefm (Created page with "* install <pre> apt-get install spacefm </pre> * to use with samba <pre> apt-get install udevil # open "smb://<USERNAME>@<HOSTNAME>/<SHARED_FOLDER>" in the address bar </pre> * to use with mtp (e.g. Android usb file transfer) <pre> apt-get install jmtpfs # open "mtp://" in the address bar </pre>")
  • 18:43, 14 February 2026 T1t0 talk contribs moved page TexStudio (Application) to LaTex without leaving a redirect
  • 22:36, 5 October 2025 T1t0 talk contribs created page Incus (Created page with "= Install = <pre> apt-get install qemu-kvm incus # qemu-kvm required for incus on ubunto at startup, it requires /dev/kvm, on debian you can install just incus-base to have just containers and no vm systemctl enable incus.socket systemctl enable incus.service systemctl start incus.socket systemctl start incus.service </pre> = Configure = <pre> mkdir -p /var/local/incus-storage/ incus admin init no # yes in the future, configure the loadbalancer and dns no # we will...")
  • 22:05, 3 October 2025 T1t0 talk contribs created page ArgoUML (Application) (Created page with "* from https://github.com/argouml-tigris-org/argouml/releases <pre> # shared/opt install schema v1.5.6 #### as common user #### # define applications vars export SOFTWARE_PATH="/home/shared/opt/software" export NAME="argouml" export VERSION="0.35.1" export URL="https://github.com/argouml-tigris-org/argouml/releases/download/VERSION_0_35_1/ArgoUML-${VERSION}.zip" su - -w SOFTWARE_PATH,NAME,VERSION #### as root #### # install packages and prepare destination path apt-ge...")
  • 21:44, 29 September 2025 T1t0 talk contribs moved page CryptSetup to Cryptsetup without leaving a redirect
  • 21:44, 29 September 2025 T1t0 talk contribs moved page Cryptography to CryptSetup without leaving a redirect
  • 00:02, 17 May 2025 T1t0 talk contribs created page Debian Docker Image (Created page with "You can start with a Cdebootstrap minimal debian and then as root, create a root.tar file with <pre> cd DEBIAN_*; tar -cf ../root.tar ./; cd .. </pre> and finally, as a common user, create an image with the follow Dockerfile: <pre> FROM scratch ADD root.tar / RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \ && apt-get -q -y update \ && apt-get -q -y install ca-certificates \ && apt-get -q -y install netcat-traditional teln...")
  • 22:53, 16 February 2025 T1t0 talk contribs created page AI (Created page with "* https://www.chatstream.org/en/chat/deepseek-r1 * https://freedeepseek.org * https://www.chatdeep.net/en/chat-r1")
  • 22:53, 21 January 2025 T1t0 talk contribs created page Portable usb drive (Created page with "'''NOTE:''' assuming that your drive device is '''/dev/sdX''' * clean MBR <pre> dd if=/dev/zero of=/dev/sdX bs=512 count=1 </pre> * create a portable partition <pre> fdisk -c=nondos -u=sectors -n /dev/sdX o ## create an empty DOS partition table n ## new p # primary 1 # partition 1 [enter] # default, start at initial disk [enter] # all remaining space t # type of the unique existent partition c # W95 FAT32 (LBA) partition up to 2Tb...")
  • 23:08, 17 January 2025 T1t0 talk contribs created page Cryptography (Created page with "== Disk == Note: using /dev/sdX for this example * prerequisites <pre> apt-get install cryptsetup </pre> * format a disk with a passphrase <pre> cryptsetup -v --verify-passphrase luksFormat /dev/sdX </pre> * open the device and format it <pre> cryptsetup -v luksOpen /dev/sdX crypt0 mkfs.xfs -L backup /dev/mapper/crypt0 </pre> * mount as any other device <pre> mkdir -p sdX mount /dev/mapper/crypt0 sdX </pre> * at any future use, open the device and mount it manually")
  • 19:18, 13 January 2025 T1t0 talk contribs created page Arduino-cli (Application) (Created page with "== Install == * from https://github.com/arduino/arduino-cli/releases <pre> # shared/opt install schema v1.5.6 #### as common user #### # define applications vars export SOFTWARE_PATH="/home/shared/opt/software" export NAME="arduino-cli" export VERSION="1.1.1" export URL="https://github.com/arduino/arduino-cli/releases/download/v${VERSION}/arduino-cli_${VERSION}_Linux_64bit.tar.gz" su - -w SOFTWARE_PATH,NAME,VERSION #### as root #### # install packages and prepare des...")
  • 22:29, 10 January 2025 T1t0 talk contribs created page Cdebootstrap (Application) (Created page with "== Install == * from http://ftp.debian.org/debian/pool/main/c/cdebootstrap/ <pre> # shared/opt install schema v1.5.6 #### as common user #### # define applications vars export SOFTWARE_PATH="/home/shared/opt/software" export NAME="cdebootstrap" export VERSION="0.7.8+b24_amd64" export URL="http://ftp.debian.org/debian/pool/main/c/cdebootstrap/cdebootstrap-static_${VERSION}.deb" su - -w SOFTWARE_PATH,NAME,VERSION #### as root #### # install packages and prepare destina...")
  • 12:23, 17 July 2024 MediaWiki default talk contribs created page Main Page