This package provides files to enable syntax highlighting in nano when editing shorewall configuration files, making it easier to maintain these kinds of files.
For a shell script to determine its own location, you can use this code snippet. It takes relative and absolute paths into account.
#!/bin/bash if [[ $0 == '/'* ]]; then MYLOCATION="`dirname $0`" else MYLOCATION="`pwd`"/"`dirname $0`" fi echo "My location is: $MYLOCATION"
If for some reason you lost your SSH server keys, sshd will fail to start with error:
Could not load host key: /etc/ssh/ssh_host_rsa_key Could not load host key: /etc/ssh/ssh_host_dsa_key
You can recreate your host keys with these commands:
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
After recreating the keys, you will probably have to let your clients know as with the change of keys, they'll probably get warnings about it (Linux SSH will not even connect until you kick out the old keys).
Microsoft has a free edition of Microsoft Expression, which has the basic functionality of creating screencasts. This way you can create screencasts, and encode them to WMV (or to Silverlight). The free edition is limited to 10 minutes per clip, but this should be adequate for simple short clips.
Microsoft Expression Encoder can be downloaded from the Expression website: http://www.microsoft.com/expression/try-it/; scroll to the bottom to find it.
It never was easier to get rid of those pesky ads in Windows Live Messenger. Simply download A-patch: http://apatch.org/.
The latest MIBs for APC's PowerNet SNMP is available here:
Starting this month, every type of subscription can be upgraded to have unlimited (i.e. no volume limits) internet access for an additional fee of only 10 EUR/month. Belgacom is doing this to counter the offer of Telenet; they have removed volume limitations to their higher subscription types (TurboNet and FiberNet).
About four months ago, both Belgacom and Telenet announced the ending of the volume limits in Belgium. This policy gained more and more resistance from various companies, claiming that the limitations were preventing from certain services to be expanded succesfully. Belgium was one of the last countries in Europe to have a volume barrier.
« ‹ | September 2023 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |