Note to self: How to ssh Tunnel
ssh -f user@gatewayserver.com -L 2000:internalserver:25 -N ss -tulpen | grep 2000 search no further.
Nerdzeug, Computer, Technik, Rocket Science
ssh -f user@gatewayserver.com -L 2000:internalserver:25 -N ss -tulpen | grep 2000 search no further.
I scanned the MS-3010D Users Manual and put it up here just for future reference 😉 Maisheng-MS-3010D-Power-Supply-Users-Manual-Users-Guide-Bedienungsanleitung.pdf
Maisheng MS-3010D Power Supply Users Manual Users-Guide Bedienungsanleitung Read More »
Error: In file included from arch/mips/kernel/syscall.c:17: ./include/linux/syscalls.h:196:18: Fehler: »sys_mips_mmap« Alias zwischen unverträglichen Funktionstypen »long int(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, off_t)« {alias »long int(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long int)«} und »long int(long int, long int,
Fix errors when compiling Linux Kernel 4.12 with GCC 8 Read More »
UPDATE: gentoo/octane is released. CLICK HERE! Gentoo Linux on an SGI Octane R12000 with working hardware accelerated graphics driver, audio, and even Software RAID 😉 I should be the only person on the planet running this system right now. If you want a copy of the system or would like to know how it’s done,
Gentoo Linux working on an SGI Octane – with Xorg and Audio! Read More »
Start a Terminal using CTRL+ALT+T. Install some depencencies and frontend scanner tools using sudo apt-get install xsane sane-utils simple-scan lib32stdc++6 Now download the drivers. In case brother loses them, I mirrored them here. Alternatively use the wget commands down below. wget http://download.brother.com/welcome/dlf006646/brscan4-0.4.4-4.i386.deb -O brscan4-0.4.4-4.i386.debwget http://download.brother.com/welcome/dlf006651/brscan-skey-0.2.4-1.i386.deb -O brscan-skey-0.2.4-1.i386.debwget http://download.brother.com/welcome/dlf006654/brother-udev-rule-type1-1.0.2-0.all.deb -O brother-udev-rule-type1-1.0.2-0.all.deb Now install the drivers you just
Installing Brother DCP Scanner Drivers in Ubuntu Read More »
When i got my shiny new ZenBook 13 UX331UN in July, i immediately wiped it and installed Ubuntu 18.04 (Bionic Beaver). But I soon realized something was wrong with suspend: The laptop would go to sleep and over night the battery would either almost (10-ish percent) or completely drain, leaving the laptop completely powered off.
Asus ZenBook 13 (UX331UN) with Ubuntu: Battery drain while in suspend Read More »
If you run Proxmox and run into perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = „en_US.utf8“ are supported and installed on your system. perl: warning: Falling back to the standard locale („C“). here’s your solution: export LANGUAGE=en_US.UTF-8 export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 locale-gen
Proxmox: “ perl: warning: Setting locale failed.“ Read More »
# adapta-eta gtk theme sudo apt-add-repository ppa:tista/adapta sudo apt-get update && sudo apt-get install adapta-gtk-theme # paper icon / cursor theme sudo add-apt-repository -u ppa:snwh/ppa sudo apt-get install paper-icon-theme
Ubuntu: Installing Adapta-Eta GTK Theme and Paper Icon-/Cursor-Theme Read More »
Add this to /etc/rhn/rhn.conf: hibernate.enable_lazy_load_no_trans=true Then restart spacewalk services like so: systemctl stop tomcat systemctl stop taskomatic systemctl stop rhn-search systemctl start rhn-search systemctl start taskomatic systemctl start tomcat spacewalk-service restart
Fix for „Internal Server Error“ on Scheduled Tasks in Spacewalk 2.6 / 2.7 / 2.8 Read More »
export PS1=“\[\033[38;5;11m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\]@\h:\[$(tput sgr0)\]\[\033[38;5;6m\][\w]:\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]“ and it looks like this:
zen.spamhaus.org;dnsbl.sorbs.net;ix.dnsbl.manitu.net;cbl.abuseat.org;dnsbl-1.uceprotect.net;bl.spamcop.net
You have to roll your own: for shizzle in \ bionic/apt-spacewalk \ bionic/python-ethtool \ bionic/rhn-client-tools \ bionic/rhnlib \ bionic/rhnsd \ ; do cd $shizzle && debuild -uc -us ; \ cd ../../ done I uploaded some binary packages (.deb) which work for me ™: spacewalk-client-bionic.zip (This was originally uploaded for https://www.redhat.com/archives/spacewalk-list/2018-May/msg00009.html ) EDIT: If you are
If you want to ignore Exchange stalling on your moverequest slow source/destination servers: Get-MailboxDatabase „ex2013-db01“ | Get-Mailbox | select -first 5 | New-MoveRequest -TargetDatabase ex2016-db01 -BatchName gna -Priority Highest Monitor with: get-moverequest | get-moverequeststatistics When they’re all Completed, cleanup get-moverequest | remove-moverequest Then repeat from step 1.
Exchange MoveRequest – REALLY FAST, ignore „stalled due to disk latency“ Read More »