Here is a link to a nice and short guide to some of the more seldom used features of debian’s apt package manager:
http://www.cyberciti.biz/tips/linux-debian-package-management-cheat-sheet.html
Here is a link to a nice and short guide to some of the more seldom used features of debian’s apt package manager:
http://www.cyberciti.biz/tips/linux-debian-package-management-cheat-sheet.html
This enables multiple concurrent users on Windows 7:
Full explanation at http://www.zahirkhan.com/
Update: to make it work under Windows 11, check out http://woshub.com/how-to-allow-multiple-rdp-sessions-in-windows-10/
Sometimes one needs things that cannot be done with a built-in function of Word or Libre Office Writer.
I needed to reverse the lines of a file. The IMHO most elegant solution to do this was:
cat -n myfile | sort -nr | cut -c 8- > outfile.txt
Basically it is enumerating the lines of the file, sorting them in reverse order and then cutting away the numbers. Isn’t bash beautiful?
Of course, Linux also has dedicated command to reverse the lines of a file, it is called tac (‘cat’ reversed).
You probably know this situation: you are in a chat or a telecon discussing some subject that needs some writing/showing to your communication partners.
Thanks to Web 2.0, there exist several solutions to that problem:
They work without registration – just send your partners the link to your pad
Of course, all these services are hosted externally, so you have to consider, what secret information you might disclose by using one of these services. However, there might be the same issue if you are using your whiteboard in your office without cleaning it afterwards – only that the cleaning lady might be less interested in your secrets than google and others.