• skip to content

Axel Werner's OPEN SOURCE Knowledge Base

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Willkommen auf meiner persönlichen Website! » some

some

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • it-artikel (37)
  • wiki (2)
  • electronics (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

How i would install Ubuntu server 20.04 LTS with bridged interfaces? @it-artikel:linux
18 Hits, Last modified: 3 years ago
* %%==>%% are just bidirectional links/cable of some sort. * Workstations are just any number of LA... Y:** If this installation is a virtual machine on some hypervisor don't forget to install the "guest dri... ts a security point! If someone suddenly plugs in some USB network interface (or a tethering smartphone)... lo -j MASQUERADE </code> - Now lets configure some rules, services and ports for our **external** zo
Formatting Syntax @wiki
15 Hits, Last modified: 12 months ago
matting Syntax ====== [[doku>DokuWiki]] supports some simple markup language, which tries to make the d... owed by a whitespace or the end of line. This is some text with some linebreaks\\ Note that the two backslashes are only recognized at the end of a line\\ or... whitespace \\this happens without it. This is some text with some linebreaks\\ Note that the two b
Proxmox 7 Installation and Configuration with two network interfaces @it-artikel:linux
10 Hits, Last modified: 21 months ago
bbrowser from any internal (lan) host. So fire up some webbrowser on your workstation: <code>firefox htt... *NOTE: Your browser most likely welcomes you with some security warning. This is because ProxMox uses a ... to serve me plain SMTP AUTH to forward at least "some" notification mails. This is my attempt to solv... d SMTP AUTH to be used with Postfix SMTP, we need some additional functionality and libraries that go to
Repairing a faulty 80s Power Supply 13.8V/3A from CONRAD Elektronik, Germany @electronics
8 Hits, Last modified: 3 years ago
ainly the most popular Electronic Parts Reseller. Some time in the 1980s i bought a stabilized 13.8V, 3A... (TO3 Casing) is a NPN type. Dont get confused by some obscure DataSheet on the Internet saying it would... ower Supply meanwhile has been fixed.** Thanks to some gentle Users on Dave Jones's EEVBlog Forum who g... ersa without any Base-Current. I replaced it with some rotten desoldered BC338 i had lying around since
How to join or connect UBUNTU Desktop 18.10 Workstation to an Active Directory (AD) Domain, including automatic mounting of CIFS (SMB) shares and home directory @it-artikel:linux
8 Hits, Last modified: 3 years ago
DNS and open internet access is given. - Have some network **shares mounted automatically** for the ... ime** will use the workstation (no multiuser) - Some sort of "linux login script" should be triggered ... anotherAdUsername,yetAnotherAdUsername,guest # some adGroupName:*:878801198:someAdUsername,anotherAdU... e decided to use pam_mount. So we need to install some more packages now: \\ <code> apt install cifs-uti
How to use a (usb) floppy drive to backup and restore double density (dd) and high density (hd) disk images using Linux for vintage roland synthesizers, samplers or music keyboards @it-artikel:linux
6 Hits, Last modified: 3 years ago
90s for storage of sounds, samples and midi data. Some devices used HD (high density) disks, some drives only supported DD (double density) disks. Therefor th... ck=512 For DOS and Windows there are or has been some neat tools to create floppy disk image files from... the rear RIGHT SIDE of your floppy disk. Just put some good strip of Tesa Tape a.k.a. Scotch Tape over t
How to achieve easy automatic deployment of Centos7 as VirtualBox VM in a dynamic DNS LAN environment with an Ansible playbook @it-artikel:linux
4 Hits, Last modified: 3 years ago
PLEASE NOTE:** This Page describes my solution to some "made up" or very specialized problem/environment... e Linux shell script with it, so that Ansible has some way to check when a fqdn gets available/resolvable in my dynamic DNS environment, but still have some way to check for a timeout: <file bash wait-for-h... e the modules fail right on the spot. - Have some Ansible "inventory" (hosts) file handy: <file asc
How to make an Ubuntu or Debian apt repository locally available as an emergency offline fallback @it-artikel:linux
4 Hits, Last modified: 3 years ago
"too old" for them. This might be interesting for some "retro computing" guys as well. So how to achiev... pt update'' on your client side. In addition, for some reason the original ''apt-mirror'' package/source... UBUNTU VERSION OF ''APT-MIRROR'', Instead we use some fork on GitHub. So the risk of installing softwar... it from your local network by clients you'll need some sort of webserver or ftp server. Its your choice.
How to find files by separate keywords real quick using 'locate' instead of 'find'? @it-artikel:linux
3 Hits, Last modified: 3 years ago
es need to find a file real quick. you might know some sort of keyword or partial filename , but cant re... mber where its located at. There you could go for some GUI or for the "find" command, to search your filesystems "live". However, this often takes quiet some time. And you might want to search for a combinat
How to install and configure Docker on UBUNTU Server 20.04 (and similar) @it-artikel:linux
3 Hits, Last modified: 3 years ago
interwebs # docker run --rm hello-world # expect some hello world output # clean up the hello-world re... by a productive DNS server. But i wanted to run "some 3rd party app" in a container which brings (and r... ... If you run your Docker daemon on a host with some sort of host firewall (iptables, firewalld or sim
How to install gtop (graphical top) an advanced text UI system monitor on Ubuntu 18.04 or similar @it-artikel:linux
3 Hits, Last modified: 3 years ago
r mouse required). But sometimes you would prefer some graphical representation added to it. Some graphs. There comes "gtop" handy. Its still a text UI top-a-like tool. However they added some clever ASCII graphics to it. Since i learned abou
How to install Oracle Virtualbox 7 on Linux Mint 21 with automatic updates? @it-artikel:linux
3 Hits, Last modified: 16 months ago
inux Mint 21 with automatic updates? ====== For some strange reason Oracle Virtualbox 7 is still not a... ble through the Mint Repos in early 2024. And for some even more strange reasons Oracle themselves offer... ole section is done by the **root** User! So open some terminal and enter **''sudo -i''** to become **RO
CS106A BouncingBall Sample Code Phenomenon - Ball bounces forever? @it-artikel:java
2 Hits, Last modified: 3 years ago
versity]]. Testing the Code on my computer with some changes at the parameters (class vars) turned out to show some STRANGE PHENOMENON. The ball seems not to come to
Learning Java - DoWhileDemo_WarGames_LoginDemo @it-artikel:java
2 Hits, Last modified: 3 years ago
ava - DoWhileDemo_WarGames_LoginDemo ====== Just some little code demonstrating a do_while loop in java and some simple graphical userinterface prompting for inpu
My Solution on CS106A - Section 20 - Problem 4 - Drawing Lines @it-artikel:java
2 Hits, Last modified: 3 years ago
and the mouse position * appear to be joined by some elastic string, this * technique is called rubb... ewLine); remove(tmpLine); } /* * Define some Instance Variables */ /** * Define a tempor
CAVE cloning VMs of UBUNTU 20.04 Server or Desktop can result in networking problems. Same IP address in every cloned VM, even if MAC address has been changed @it-artikel:linux
2 Hits, Last modified: 3 years ago
How to upgrade Ubuntu Linux 16.04 LTS, 16.10 or 17.04 to Ubuntu 18.04 LTS inplace @it-artikel:linux
2 Hits, Last modified: 3 years ago
Proxmox 8 How to use CLI only to create and spin up new Linux VMs (qemu) @it-artikel:linux
2 Hits, Last modified: 10 months ago
STATA 12 on 64Bit SLES 11 sp1 - libgtksourceview-1.0.so.0: cannot open shared object file @it-artikel:linux
2 Hits, Last modified: 3 years ago
DokuWiki @wiki
1 Hits, Last modified: 3 years ago
My Reaction / Research on julian's investigates how slow is arduino youtube video @it-artikel:arduino
1 Hits, Last modified: 3 years ago
My first real Java project - flashySquare V.1.0 @it-artikel:java
1 Hits, Last modified: 3 years ago
My Solution on Assignment 2 - Problem 1 @it-artikel:java
1 Hits, Last modified: 3 years ago
My Solution on Assignment 2 - Problem 2 @it-artikel:java
1 Hits, Last modified: 3 years ago
My Solution on CS106A - Section 20 - Problem 3 - Random Circles @it-artikel:java
1 Hits, Last modified: 3 years ago
How to add more system information and color to your virtual terminals and shells with "screenfetch" @it-artikel:linux
1 Hits, Last modified: 3 years ago
Automatisches Backup (RSYNC) mit Hot Plug SATA bzw USB Festplatten als Sicherungsmedium @it-artikel:linux
1 Hits, Last modified: 3 years ago
BASH - Tipps und Tricks @it-artikel:linux
1 Hits, Last modified: 3 years ago
Command line (cli) examples for use with LBRY a.k.a. ODYSEE video platform (youtube alternative) @it-artikel:linux
1 Hits, Last modified: 3 years ago
EXPERIMENTAL HA Kubernetes Cluster for SOHO use on UBUNTU + k3sup + k3s base @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to enable audio normalization a.k.a. audio compression a.k.a. audio dynamic range compression under Linux? @it-artikel:linux
1 Hits, Last modified: 20 months ago
How to enable free updates to proxmox, the free open source vmware killer, without a costly subscription @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to enable pc speaker on UBUNTU 20.04 to make your server audible without additional hardware @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to mass download all mega.nz files links from html page using megatools? @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to mass download all zip iso 7z mp3 mp4 avi files from a single web page using wget? @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to mount home from another already mounted drive or volume for better snaps support @it-artikel:linux
1 Hits, Last modified: 3 years ago
How to update BIOS firmware for Toshiba Tecra A2 (maybe others as well) within Linux @it-artikel:linux
1 Hits, Last modified: 3 years ago
OpenLDAP, ppolicy und passwd - Oder wie man den Passwortwechsel auf der Shell erzwingen kann @it-artikel:linux
1 Hits, Last modified: 3 years ago
shellscript - automatically fix wrong filename extensions - fix-filename-extension.sh @it-artikel:linux
1 Hits, Last modified: 3 years ago
learning python3 - barGraph.py - small program to generate an ascii bargraph of any width @it-artikel:python
1 Hits, Last modified: 3 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki