8 05 2017
try mv ~/.local/share/applications ~/.local/share/applications.temp
baumi's personal blog … Linux, OS X, Windows, Random things, …
8 05 2017
try mv ~/.local/share/applications ~/.local/share/applications.temp
8 05 2017
#/bin/bash application=VMware desktop_space=2 wmctrl -s $desktop_space wmctrl -i -r `wmctrl -l | grep “$application” | cut -d ‘ ‘ -f 1` -t $desktop_space See also: https://superuser.com/questions/236526/how-to-open-a-program-on-particular-desktop https://linux.die.net/man/1/devilspie
4 05 2017
I really like this app, both Android and Linux clients are nice: https://wire.com/en/ Web, OSX and Windows versions are available, too.
4 05 2017
apt-get install wmctrl list available desktop spaces: wmctrl -d switch: wmctrl -s 0 wmctrl -s 1 . . . get current desktop space id: wmctrl -d | grep “*” | cut -d ‘ ‘ -f 1 get number of active desktop spaces: wmctrl -d | tail -1 | cut -d ‘ ‘ -f 1 swipe […]
4 05 2017
download? resize? upload? nope …. 🙂 mogrify -resize 800x image2bresized.jpg
3 05 2017
1) Open Front door 2) Hold 5 seconds the “down arrow” (it is not visible, when you use the normal menu scrolling you will see where this is) 3) Reset Menu opens. Reset the -HC couter B-HC = Black Counter C-HC = Cyan Counter M-HC = Magenta Counter Y-HC = Yellow Counter Done ! p.s. […]
27 04 2017
Taken from https://xapax.gitbooks.io/security/content/basics_of_windows.html Windows desktops OS Operating System Version Number Windows 1.0 1.04 Windows 2.0 2.11 Windows 3.0 3 Windows NT 3.1 3.10.528 Windows for Workgroups 3.11 3.11 Windows NT Workstation 3.5 3.5.807 Windows NT Workstation 3.51 3.51.1057 Windows 95 4.0.950 Windows NT Workstation 4.0 4.0.1381 Windows 98 4.1.1998 Windows 98 Second Edition 4.1.2222 Windows […]
3 04 2017
https://www.cirosec.de/english/home/trainings/lead-scada-security-professional/
29 03 2017
solution: vi ~/.vimrc add this line: :set nocompatible
28 03 2017
https://github.com/DSB/MySQLDumper.git