29 Dub
Nemožné se stalo skutečností – po 6 měsících jsem se dokopal k tomu, abych provedl stavbu své první 3D tiskárny. Aktuálně jsem ve fázi kdy je vše funkční (osy x,y a z; extruder; hot end; hot bed). Zbývá udělat drobné kosmetické úpravy, koupit nějaké odolné sklo na tisk a nakalibrovat. Tisknout budu z PLA a ABS – obojí naštěstí nově vyrábí a dodává Plasty Mladeč, které mám de-facto za rohem.
Na první test (testováno z rozhraní pronterface) se můžete kouknout zde:
http://youtu.be/WsO9g6MbO5A
Posted in Hardware, RepRap by: admin
1 Comment
26 Lis
Mdadm problem after new install of Debian GNU Linux.
root@n40l:~# cat /proc/mdstat
Personalities : [raid1] [raid6] [raid5] [raid4]
md3 : active (auto-read-only) raid5 sdc1[0] sde1[2] sdd1[1]
3907025920 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU]
resync=PENDING
md2 : active raid1 sda3[0] sdb3[2]
235885432 blocks super 1.2 [2/2] [UU]
md1 : active (auto-read-only) raid1 sda2[0] sdb2[2]
7811060 blocks super 1.2 [2/2] [UU]
md0 : active raid1 sda1[0] sdb1[2]
498676 blocks super 1.2 [2/2] [UU]
unused devices:
To fix this issue run simple command
mdadm --readwrite /dev/md3
Replace /dev/md3 with your md number and check /proc/mdstat
root@n40l:~# cat /proc/mdstat
Personalities : [raid1] [raid6] [raid5] [raid4]
md3 : active raid5 sdc1[0] sde1[2] sdd1[1]
3907025920 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU]
[>....................] resync = 1.6% (31362056/1953512960) finish=1984.3min speed=16132K/sec
md2 : active raid1 sda3[0] sdb3[2]
235885432 blocks super 1.2 [2/2] [UU]
md1 : active (auto-read-only) raid1 sda2[0] sdb2[2]
7811060 blocks super 1.2 [2/2] [UU]
md0 : active raid1 sda1[0] sdb1[2]
498676 blocks super 1.2 [2/2] [UU]
unused devices:
Posted in Debian, Hardware, Kernel, Linux, Ubuntu by: admin
No Comments
18 Bře
Insert these lines into your firewall:
iptables -t filter -I FORWARD -s 192.168.0.0/24 -m tcp -p tcp -m iprange --dst-range 66.220.144.0-66.220.159.255 --dport 443 -j REJECT --reject-with tcp-reset
iptables -t filter -I FORWARD -s 192.168.0.0/24 -m tcp -p tcp -m iprange --dst-range 69.63.176.0-69.63.191.255 --dport 443 -j REJECT --reject-with tcp-reset
iptables -t filter -I FORWARD -s 192.168.0.0/24 -m tcp -p tcp -m iprange --dst-range 69.171.220.0-69.171.234.255 -–dport 443 -j REJECT --reject-with tcp-reset
iptables -t filter -I FORWARD -s 192.168.0.0/24 -m tcp -p tcp -m iprange --dst-range 204.15.20.0-204.15.23.255 --dport 443 -j REJECT --reject-with tcp-reset
iptables -t filter -I FORWARD -s 192.168.0.0/24 -m tcp -p tcp -m iprange --dst-range 66.220.144.0-66.220.159.255 --dport 80 -j REJECT --reject-with tcp-reset
iptables -t filter -I FORWARD -s 192.168.0.0/24 -m tcp -p tcp -m iprange --dst-range 69.171.220.0-69.171.234.255 -–dport 80 -j REJECT --reject-with tcp-reset
iptables -t filter -I FORWARD -s 192.168.0.0/24 -m tcp -p tcp -m iprange --dst-range 69.63.176.0-69.63.191.255 --dport 80 -j REJECT --reject-with tcp-reset
iptables -t filter -I FORWARD -s 192.168.0.0/24 -m tcp -p tcp -m iprange --dst-range 204.15.20.0-204.15.23.255 --dport 80 -j REJECT --reject-with tcp-reset
Pretty simply eh?
Update 1.4.2012:
Registered Facebook subnets (ARIN)
Posted in Bezpečnost, Linux, Scriptíky by: admin
No Comments
15 Bře
This is a short .bash_history manual…
First install fresh Debian Squueze from businesscard (when selecting packages uncheck ALL).
Correct hostname:
# vi /etc/hostname
server.example.com
Continue Reading »
Posted in Debian, Linux, Ostatní, Scriptíky by: admin
4 Comments
06 Bře
All Debian releases are archived at archive.debian.org, so:
deb http://archive.debian.org/debian/ etch main non-free contrib
deb http://archive.debian.org/debian-security/ etch/updates main non-free contrib
deb http://archive.debian.org/debian-volatile/ etch/volatile main non-free contrib
deb-src http://archive.debian.org/debian/ etch main non-free contrib
deb-src http://archive.debian.org/debian-security/ etch/updates main non-free contrib
deb-src http://archive.debian.org/debian-volatile/ etch/volatile main non-free contrib
Posted in Debian, Linux by: admin
3 Comments
03 Říj
Po necelých šesti letech provozu se mi rozbila „značková“ digestoř Ariston. Nejprve přestala odsávat a následně i svítit. Tak trochu z lenosti a tak trochu z nedostatku času jsem zavolal do servisu, kolik by stála nová elektronika. Když jsem od technika následně zjistil, že cena základní desky odpovídá dvoum třetinám ceny nové digestoře, rozhodl jsem se, že si ji opravím sám.
Odstavil jsem přívod elektrického proudu (nevěřili byste, jak visící dráty pod napětím přitahují kočky), popadl šroubovák a digestoř demontoval. Pod hromadou plechů ostrých jako břitva jsem nalezl malou plastovou krabičku jenž obsahuje elektroniku a zároveň slouží jako držák objímek pro žárovky.
Uložení elektroniky u digestoře Ariston
Continue Reading »
Posted in Hardware, Ostatní, Uncategorized, Ze života by: admin
4 Comments
02 Zář
This directive has been deprecated with ProFTPD 1.3.1rc1. Please use CreateHome instead.
http://www.proftpd.org/docs/howto/CreateHome.html
Posted in Debian, FTP, Linux by: admin
No Comments
01 Srp
1) Download the Basic and the SDK packages from http://www.oracle.com (registration needed).
# mkdir -p /opt/oracle/instantclient
# cd /opt/oracle/instantclient
# wget http://download.oracle.com/otn/linux/instantclient/112020/instantclient-basic-linux-x86-64-11.2.0.2.0.zip
# wget http://download.oracle.com/otn/linux/instantclient/112020/instantclient-sdk-linux-x86-64-11.2.0.2.0.zip"
Continue Reading »
Posted in Apache, Debian, Linux, MySQL, Scriptíky, Ubuntu by: admin
No Comments
30 Čvc
After a fresh Pyzor install I’m getting this error message:
# aptitude install pyzor
# pyzor discover
/usr/lib/pymodules/python2.6/pyzor/__init__.py:11: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
/usr/lib/pymodules/python2.6/pyzor/client.py:12: DeprecationWarning: the multifile module has been deprecated since Python 2.5
import multifile
downloading servers from http://pyzor.sourceforge.net/cgi-bin/inform-servers-0-3-x
Continue Reading »
Posted in Linux, Scriptíky, Smtp by: admin
2 Comments
30 Čvc
# touch /var/cache/bind/managed-keys.bind
# chown root:bind /var/cache/bind/managed-keys.bind
# /etc/init.d/bind9 restart
# tail -n 50 /var/log/daemon.log
Posted in Debian, DNS, Linux, Scriptíky by: admin
No Comments