linuxlogo linuxlogo.man.txt there is a binary program that generates nice ASCII linux logos: apt-get install linuxlogo; # install it in debian yum install linux_logo; # install it in redhat/centos linuxlogo -L list; # list all available logos linuxlogo -L debian_banner_2; […]
Debian 12 as systemd is installed per default but not the time-sync service #wtf? su – root apt install systemd-timesyncd timedatectl set-timezone Europe/Berlin systemctl status systemd-timesyncd timedatectl; # check if sync is on Local time: Fri 2023-12-08 16:21:41 CET Universal […]
the problem: *.rtfd seems to be a “stuck on OSX” problem… but actually TextEdit is a OpenSource (!) software 🙂 textedit.app 4.0+20061029-3.4+b1 amd64 Text editor for GNUstep you can download debian packages here: https://ftp.mpi-sb.mpg.de/pub/mirrors/linux/debian/pool/main/t/textedit.app/?C=M;O=A and install it via: wget https://ftp.mpi-sb.mpg.de/pub/mirrors/linux/debian/pool/main/t/textedit.app/textedit.app_4.0+20061029-3.4+b1_amd64.deb […]
update: safety first! when it comes to important files: safety comes first thus recommend to the user that wants to go pro the following backup system: https://www.ebay.de/itm/Intenso-Memory-Board-4-TB-Externe-Festplatte-8-9-cm-3-5-Zoll-USB-3-2-Gen-1/402584943201 have two complete backups at two different places: backupA: at the company, USB […]
Update: 2019-07: those machines are SUPERB reliable and fast and work very well with Linux (this update is written on exactly this machine with CentOS7/Rhel7/RedHat7 (usually used for server but works nice as client as well)) Hello Guys, the Giada […]
UNTESTED! please checkout this excellent guide: http://www.cyrius.com/debian/kirkwood/qnap/ts-219/install/ if you want a slim and sleak and reliable NAS and do WIHTOUT THE NEED for the 10.000x billion features, iTunes-Media server, Video transcoding slowing down your expensive QNAP NAS system (i think […]
watch in HD 🙂 DO NOT CREATE SWAP AS RAID0! (you gonna want more stability and less performance: how to change swap from raid0 to raid1) follow this guide to get full blown Debian on your kirkwood QNAP NAS: http://www.cyrius.com/debian/kirkwood/qnap/ts-219/install/ 1. […]
before upgrading virtualbox additions, one might need to uninstall the old version (this should actually happen automatically, when VBoxLinuxAdditions.run of new new version is run) (actually this script will do it automatically for you, if you want to upgrade) # […]
# often needed to compile things apt-get install linux-headers-$(uname -r)
minitube is a cool program / app for windows/mac/linux that lets you search and view youtube and download videos. http://flavio.tordini.org/minitube 1. open terminal 1.1. apt-get install libqt4-sql 2. wget http://flavio.tordini.org/files/minitube/minitube64.deb 3. dpkg -i minitube64.deb 4. apt-get install -f 5. dpkg -i […]
vim /etc/lightdm/lightdm.conf [SeatDefaults] #xserver-command=X #xserver-layout= #xserver-config= xserver-allow-tcp=false #xdmcp-manager= #xdmcp-port=177 #xdmcp-key= greeter-session=lightdm-greeter greeter-hide-users=true #greeter-allow-guest=true #greeter-show-manual-login=false #login with LXDE as default (default xSession) user-session=LXDE #allow-guest=true #guest-session=UNIMPLEMENTED session-wrapper=/etc/X11/Xsession #display-setup-script= #greeter-setup-script= #session-setup-script= #session-cleanup-script= #autologin-guest=false ###################### > CHANGE THIS LINE TO THE USER THAT SHOULD […]
if your debian-lxde is stuck to a fixed resolution… make shure that: LXDE auto resize screen VirtualBox Package Installation After setting up your new Lubuntu VM you’ll need to update the sources.list and install several components. Lubuntu doesn’t […]
on this lovely blog entry MICAH LEE explains why he moved from ubuntu to debian… … it’s basically the same, why i refuse to use itunes and ipods. because they follow the old Micro$oft motto: “we love to limit you” We […]
in order to set the default java jre to use go terminal: root@debian7:/home/user# update-alternatives –config java There are 2 choices for the alternative java (providing /usr/bin/java). Selection Path Priority Status ———————————————————— * 0 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 auto mode 1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 manual […]
those two disks should become one md0 RAID1 mirroring array… the hardware: what drives to use? this was NEVER a problem in the past… so things become increasingly complicated as vendors try to push the limits of the technology, in […]
if you try to install debian-7.5.0-amd64-netinst.iso that you can download here on a lower power (50watts with 2x disks and “normal” power supply) ASRock E350M1 if not found check here: http://ftp.acc.umu.se/debian-cd/ you will get a message like: “firmware for your network card […]
Feb.2013 this is german please use google translate to get english content. thank you! SO GEIL ENDLICH HAT DAS MAL JEMAND AUFGESCHRIEBEN. ICH EMPFEHLE, DIE SERVER-SEITIGE ENTWICKLUNGSUMGEBUNG AUF EINEM RAID gestützen TEST-WEB-SERVER MIT ZU INSTALLIEREN (wie s.h. hier: http://dwaver.wordpress.com/2012/07/10/setup-a-php-development-environment-with-debian-in-5min-lighttpd-xdebug-php5-eclipse-pdt-vnc/) AM BESTEN […]
01.2013, debian 6.0.6 i used this procedure to backup and restore / move a linux based citrix xen vm to virtualbox. (acronis linux-full version made problems, windows/dos version was controlable but can only sector-copy a linux partition) on the system […]
PLEASE WATCH IN HD! SOOO BLURRY IN 360p or download with jdownloader 2 beta in 720p or minitube (very cool app) su; # become super user/root aptitude update; # update packet definitions aptitude install lighttpd php5-cgi mysql-server mysql-client phpmyadmin php5-mysql […]