You can telnet to your printer IP by using:
username: root password: last_six_caracters_of_MAC_address
You can telnet to your printer IP by using:
username: root password: last_six_caracters_of_MAC_address
# bits | Subnet Mask | CIDR | # Subnets | # Hosts | Nets * Hosts |
2 | 255.192.0.0 | /10 | 2 | 4194302 | 8388604 |
3 | 255.224.0.0 | /11 | 6 | 2097150 | 12582900 |
4 | 255.240.0.0 | /12 | 14 | 1048574 | 14680036 |
5 | 255.248.0.0 | /13 | 30 | 524286 | 15728580 |
6 | 255.252.0.0 | /14 | 62 | 262142 | 16252804 |
7 | 255.254.0.0 | /15 | 126 | 131070 | 16514820 |
8 | 255.255.0.0 | /16 | 254 | 65534 | 16645636 |
9 | 255.255.128.0 | /17 | 510 | 32766 | 16710660 |
10 | 255.255.192.0 | /18 | 1022 | 16382 | 16742404 |
11 | 255.255.224.0 | /19 | 2046 | 8190 | 16756740 |
12 | 255.255.240.0 | /20 | 4094 | 4094 | 16760836 |
13 | 255.255.248.0 | /21 | 8190 | 2046 | 16756740 |
14 | 255.255.252.0 | /22 | 16382 | 1022 | 16742404 |
15 | 255.255.254.0 | /23 | 32766 | 510 | 16710660 |
16 | 255.255.255.0 | /24 | 65534 | 254 | 16645636 |
17 | 255.255.255.128 | /25 | 131070 | 126 | 16514820 |
18 | 255.255.255.192 | /26 | 262142 | 62 | 16252804 |
19 | 255.255.255.224 | /27 | 524286 | 30 | 15728580 |
20 | 255.255.255.240 | /28 | 1048574 | 14 | 14680036 |
21 | 255.255.255.248 | /29 | 2097150 | 6 | 12582900 |
22 | 255.255.255.252 | /30 | 4194302 | 2 | 8388604 |
Start the Group Policy editor by typing gpedit.msc in the Start\Run window.
Navigate to:
Local Computer Policy\User Configuration\Administrative Templates\Windows Components\Windows Explorer\Common Open File Dialogue
Continue reading “Add locations to Windows XP save dialogue sidebar”
Since I administer a very high load news site, I noticed that MSSQL log file of the site database is growing enormously. Database itself devided into 2 files one 330MB and the other 721MB, but log files grew to 5GB for the first file, and 20GB for the second file.
Since Microsoft doesn’t recommend that you delete these files, you need to shrink them to smaller files. To do this you have to backup your database (f.e. acctfiles) log files with truncate_only option. Continue reading “Shrink databasename_Log.LDF file on Microsoft SQL”
I generally dislike when movies are divided in two or more parts, although it’s just one more click to load 2nd or 3rd file, I prefer joining them together. Up until recently I was using avimerge tool fromtranscode package to do all of my merging, just because it was so simple to do with:
avimerge -i inputfile1.avi inputfile2.avi -o outputfile.avi