--- https://www.rollator-parcours.com/de/HOWTO/VMware-Player/Linux-Mint-17-MATE/ https://web.archive.org/web/20150512155120/http://xecdesign.com/compiling-qemu/ https://web.archive.org/web/20150511201223/http://xecdesign.com/working-with-qemu/ https://web.archive.org/web/20150512213356/http://xecdesign.com/qemu-emulating-raspberry-pi-the-easy-way/ https://web.archive.org/web/20150511194943/http://xecdesign.com/compiling-a-kernel/ --- FYI, if you're running 16.04 (and Unity), you can switch the launcher position with this command: gsettings set com.canonical.Unity.Launcher launcher-position Bottom --- # Ubiquity (software) - Wikipedia [EN] https://en.wikipedia.org/wiki/Ubiquity_%28software%29 --- http://superuser.com/questions/31669/change-resolution-from-command-line-in-virtual-box "\Program Files\Oracle\VirtualBox\VBoxManage" controlvm "ASUS Eee PC 1000HE" setvideomodehint 1024 600 32 https://www.virtualbox.org/manual/ch09.html#idp46457709429840 http://superuser.com/questions/643064/custom-resolution-in-virtualbox-windows-8-with-guest-additions "\Program Files\Oracle\VirtualBox\VBoxManage" setextradata "ASUS Eee PC 1000HE" CustomVideoMode2 1024x600x32 --- ps -o comm=CURRENT_SHELL -p $$ ALSA ... this Linux audio library, utilities, plugins, and tinycompress for the Advanced Linux Sound Architecture. --- The sound will output to HDMI by default if both HDMI and the 3.5mm audio jack are connected. You can, however, force the system to output to a particular device using amixer. For HDMI sudo amixer cset numid=3 2 For 3.5mm audio jack sudo amixer cset numid=3 1 --- # xprop im Paket x11-utils # funktioniert nicht mit MATE Menu, klappt jedoch mit mintMenu echo 'DISPLAY=:0.0 xprop WM_CLASS >> xprop-WM_CLASS.txt' | at now +1min sudo -i rm -rfv /home/uwe/.gnome rm -rfv /home/uwe/.gnome2 rm -rfv /home/uwe/.gconf rm -rfv /home/uwe/.cache/compizconfig-1 rm -rfv /home/uwe/.config/compiz-1 rm -rfv /home/uwe/.cache/dconf rm -rfv /home/uwe/.config/dconf --- https://en.wikipedia.org/wiki/Cognitive_computing tl;dr: I'd like to confirm that genetically I belong to the human race -- though I'm not ready to publish my real name yet. Least, the nickname actually shouldn't irritate others -- which is another aspect I'm considering. not.what.you.think https://github.com/xjoin --- mental stigmatization Semantik/Kontext/Reputation --- Windows-Key blocked for other keyboard shortcuts #98 https://github.com/linuxmint/mintmenu/issues/98 Linux Mint 17.3 MATE package: ii mintmenu 5.6.6 all Advanced MATE menu https://github.com/linuxmint/mintmenu/blob/master/usr/lib/linuxmint/mintMenu/keybinding.py 70: def is_hotkey --- mate-panel does not show --app-preview-img-- in compiz with panel set to --auto-hide-- --- preload mintmenu http://community.linuxmint.com/tutorial/view/1918 --- mate: The Mate Panel right side application indicator icons and clock, and when some other icons are pinned there scramble and get switched around and stay in the middle of the Panel sometimes – when changing Desktop resolution. some panel applets get wrong positions when resolution changes https://github.com/mate-desktop/mate-panel/issues/84 === https://www.google.com/ncr https://www.google.com/?hl=en The hl parameter specifies the interface language (host language) of your user interface. To improve the performance and the quality of your search results, you are strongly encouraged to set this parameter explicitly. --- "Der Kunde hat immer recht (bis du sein Geld hast)." Für die Ferengi aus "Star Trek" ist Krise ein Fremdwort. ---- http://www.heise.de/netze/Online-Speedtests-im-Test--/artikel/139815 http://fritz.box/html/capture.html http://fritz.box/html/support.html Our nameservers are 208.67.222.222 and 208.67.220.220 --- fritzbox 7270 + anderer VoIP Anbieter -> Registrierung g.n. -> http://www.kdgforum.de/viewtopic.php?f=52&t=6210 KD FB 7270 alternative VOIP Anbieter (z.B. sipgate) nutzen -> http://www.ip-phone-forum.de/showthread.php?t=190444 Optimale Modemwerte -> http://www.kdgforum.de/viewtopic.php?f=52&t=5290 ---- #1 windows batch list duplicate file filesize @ECHO OFF REM You can run this with /r as argument to run recursively through the directory tree. SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION REM This method speeds up comparison but suffers from long file lists REM as environment variables have a length limit SET FILELIST= FOR %1 %%i IN (*) DO ( FOR %%j IN (!FILELIST!) DO ( IF %%~zi EQU %%~zj ( fc /b "%%~i" "%%~j">NUL && echo "%%~i" = "%%~j" ) ) SET FILELIST=!FILELIST! "%%~i" ) ENDLOCAL GOTO :EOF #2 windows batch list duplicate file fc http://superuser.com/questions/539416/removing-duplicate-files-through-batch-files-or-windows-7 #3 windows batch list duplicate file fc http://www.devhardware.com/forums/programming-82/batch-file-to-compare-files-from-different-folders-and-delete-89663.html #4 windows script list duplicate files https://blogs.technet.com/b/heyscriptingguy/archive/2008/01/10/how-can-i-list-all-the-duplicate-files-in-a-folder-and-its-subfolders.aspx