Весь контент dark.schakal
-
Resin + java
Если у тебя JDK от Sun, то она ставится в /usr/lib/jvm/java-1.5.0-sun У меня стоит export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun попробуй так. Кстати, не забывай делать source ~/.bashrc после каждого изменения. Нужная тебе jar, по-видимому - /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar Проверь, что она есть, и если есть, то export CLASSPATH=.:/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar
-
Resin + java
QUOTE 1. root@Router:~# java compiler='javac'/ Exception in thread "main" java.lang.NoClassDefFoundError: compiler=javac/ А из под рута сидеть в консоли все же не рекомендуется.
-
Resin + java
В переменную CLASSPATH в ~/.bashrc. У меня выглядит примерно так: ... export CLASSPATH=.:/usr/local/java/aspectj1.5/lib/aspectjrt.jar ...
-
кнопки в konqueror
1. Какая версия КДЕ? 2. Попробуй удалить профиль КДЕ (~/.kde) и проверить работоспособность. Если не поможет - на bugs.kde.org пости баг с описанием как его повторить. (Хотя скорее всего его закроют с WORKSFORME)
- кнопки в konqueror
-
Настройка сети с внешним IP.
Я пока отключил фаервол. Ошибка была в настройке Iptables. Сижу, изучаю iptables.
-
Настройка сети с внешним IP.
Спасибо всем за советы.
-
Настройка сети с внешним IP.
sudo netstat -nlpt Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name ... tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 582/apache2 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1928/sshd ... Сейчас это выглядит вот так. По HTTP все равно нельзя зайти. Равно как и по ssh.
-
Настройка сети с внешним IP.
nmap -P0 85.118.226.182 Starting Nmap 4.10 ( http://www.insecure.org/nmap/ ) at 2007-03-13 23:10 NOVT Interesting ports on host-85-118-226-182.academ.org (85.118.226.182): Not shown: 1013 filtered ports, 662 closed ports PORT STATE SERVICE 53/tcp open domain 111/tcp open rpcbind 2049/tcp open nfs 2628/tcp open dict Nmap finished: 1 IP address (1 host up) scanned in 14.865 seconds
-
Настройка сети с внешним IP.
QUOTE (busa @ Mar 13 2007, 16:54) апач слушает только на ipv6, ни ssh ни ftp сервер не запущены... Настроил апач и ssh, сейчас слушают только IPv4. sudo netstat -nlpt ? Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name ...... tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 582/apache2 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1928/sshd ...... Проблемы это не решило.
-
Настройка сети с внешним IP.
QUOTE (busa @ Mar 13 2007, 16:54)апач слушает только на ipv6, ни ssh ни ftp сервер не запущены... Хм... Но я-то локально могу HTTP и по 127.0.0.1 и по IP, и по имени компьютера. FTP поднимается при коннекте. Вообще проблема обнаружилась, когда я попытался настроить NFS.
-
Настройка сети с внешним IP.
QUOTE (busa @ Mar 13 2007, 14:31) sudo netstat -nlpt ? sudo iptables -L ? sudo netstat -nlpt Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:2628 0.0.0.0:* LISTEN 4039/0 tcp 0 0 0.0.0.0:4166 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:8010 0.0.0.0:* LISTEN 4719/kopete tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN 3938/python tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 3192/portmap tcp 0 0 127.0.0.1:7634 0.0.0.0:* LISTEN 4145/hddtemp tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 3823/dnsmasq tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 3959/cupsd tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 3848/postmaster tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 4100/exim4 tcp 0 0 0.0.0.0:986 0.0.0.0:* LISTEN 4199/rpc.mountd tcp 0 0 0.0.0.0:8123 0.0.0.0:* LISTEN 4225/polipo tcp 0 0 0.0.0.0:4764 0.0.0.0:* LISTEN 4289/rpc.statd tcp 0 0 0.0.0.0:7741 0.0.0.0:* LISTEN 4154/lisa tcp6 0 0 :::63342 :::* LISTEN 10318/java tcp6 0 0 :::2864 :::* LISTEN 10318/java tcp6 0 0 :::80 :::* LISTEN 4447/apache2 tcp6 0 0 :::4338 :::* LISTEN 10318/java tcp6 0 0 :::53 :::* LISTEN 3823/dnsmasq tcp6 0 0 :::6942 :::* LISTEN 10318/java sudo iptables -L Chain INPUT (policy DROP) target prot opt source destination ACCEPT 0 -- anywhere anywhere ACCEPT udp -- anywhere anywhere udp spt:bootps dpt:bootpc ACCEPT udp -- anywhere anywhere udp spt:bootpc dpt:bootps ACCEPT 0 -- host-85-118-226-182.academ.org host-85-118-226-191.academ.org ACCEPT 0 -- 172.16.67.1 172.16.67.255 ACCEPT 0 -- 192.168.225.1 192.168.225.255 logaborted tcp -- anywhere anywhere state RELATED,ESTABLISHED tcp flags:RST/RST ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere icmp destination-unreachable ACCEPT icmp -- anywhere anywhere icmp time-exceeded ACCEPT icmp -- anywhere anywhere icmp parameter-problem nicfilt 0 -- anywhere anywhere srcfilt 0 -- anywhere anywhere Chain FORWARD (policy DROP) target prot opt source destination ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere icmp destination-unreachable ACCEPT icmp -- anywhere anywhere icmp time-exceeded ACCEPT icmp -- anywhere anywhere icmp parameter-problem srcfilt 0 -- anywhere anywhere Chain OUTPUT (policy DROP) target prot opt source destination ACCEPT 0 -- anywhere anywhere ACCEPT udp -- anywhere anywhere udp spt:bootpc dpt:bootps ACCEPT udp -- anywhere anywhere udp spt:bootps dpt:bootpc ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere icmp destination-unreachable ACCEPT icmp -- anywhere anywhere icmp time-exceeded ACCEPT icmp -- anywhere anywhere icmp parameter-problem s1 0 -- anywhere anywhere Chain f0to1 (7 references) target prot opt source destination ACCEPT tcp -- anywhere anywhere tcp dpt:microsoft-ds state NEW ACCEPT icmp -- anywhere anywhere icmp echo-request ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpt:whois state NEW ACCEPT udp -- anywhere anywhere udp dpt:43 ACCEPT tcp -- anywhere anywhere tcp dpt:domain state NEW ACCEPT udp -- anywhere anywhere udp dpt:domain ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpt:mmcc state NEW ACCEPT ah -- anywhere anywhere ACCEPT tcp -- anywhere anywhere tcp dpt:netbios-ns state NEW ACCEPT udp -- anywhere anywhere udp spts:1024:65535 dpt:netbios-ns ACCEPT udp -- anywhere anywhere udp spt:netbios-ns dpt:netbios-ns ACCEPT udp -- anywhere anywhere udp spts:1024:65535 dpt:netbios-dgm ACCEPT udp -- anywhere anywhere udp spt:netbios-dgm dpt:netbios-dgm ACCEPT tcp -- anywhere anywhere tcp dpt:netbios-ssn state NEW ACCEPT udp -- anywhere anywhere udp spts:1024:65535 dpt:netbios-ssn ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpt:auth state NEW ACCEPT udp -- anywhere anywhere udp dpt:113 ACCEPT udp -- anywhere anywhere udp dpt:syslog ACCEPT udp -- anywhere anywhere udp spts:1024:65535 dpt:icpv2 ACCEPT udp -- anywhere anywhere udp dpt:isakmp ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpt:1723 state NEW ACCEPT gre -- anywhere anywhere ACCEPT udp -- anywhere anywhere udp dpts:33434:33600 ACCEPT esp -- anywhere anywhere ACCEPT tcp -- anywhere anywhere tcp dpt:printer state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:sunrpc state NEW ACCEPT udp -- anywhere anywhere udp dpt:sunrpc ACCEPT tcp -- anywhere anywhere tcp dpts:1024:5999 state NEW ACCEPT udp -- anywhere anywhere udp dpts:1024:5999 ACCEPT udp -- anywhere anywhere udp spts:1024:65535 dpt:kerberos ACCEPT udp -- anywhere anywhere udp spts:1024:65535 dpt:4444 ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpt:kerberos-adm state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpt:kpasswd state NEW ACCEPT udp -- anywhere anywhere udp spts:1024:65535 dpt:kpasswd ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpt:kerberos-adm state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpt:socks state NEW ACCEPT udp -- anywhere anywhere udp dpt:socks ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpt:3128 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpt:8118 state NEW DROP icmp -- anywhere anywhere icmp source-quench ACCEPT icmp -- anywhere anywhere icmp echo-reply ACCEPT udp -- anywhere anywhere udp spt:mmcc dpt:mmcc ACCEPT udp -- anywhere anywhere udp spt:netbios-ns dpts:1024:5999 ACCEPT udp -- anywhere anywhere udp spt:netbios-ns dpt:netbios-ns ACCEPT udp -- anywhere anywhere udp spt:netbios-dgm dpt:netbios-dgm ACCEPT udp -- anywhere anywhere udp spts:1024:65535 dpt:icpv2 ACCEPT icmp -- anywhere anywhere icmp redirect ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpts:3900:3999 state NEW REJECT tcp -- anywhere anywhere tcp spts:1024:65535 dpts:1024:65535 state NEW reject-with tcp-reset logdrop 0 -- anywhere anywhere Chain f0to2 (2 references) target prot opt source destination logdrop 0 -- anywhere anywhere Chain f1to0 (1 references) target prot opt source destination ACCEPT icmp -- anywhere anywhere icmp echo-reply ACCEPT udp -- anywhere anywhere udp spt:mmcc dpt:mmcc ACCEPT udp -- anywhere anywhere udp spt:netbios-ns dpts:1024:65535 ACCEPT udp -- anywhere anywhere udp spt:netbios-ns dpt:netbios-ns ACCEPT udp -- anywhere anywhere udp spt:netbios-dgm dpt:netbios-dgm ACCEPT udp -- anywhere anywhere udp spts:1024:65535 dpt:icpv2 ACCEPT icmp -- anywhere anywhere icmp redirect ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:xmpp-client state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:5223 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:dict state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:microsoft-ds state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:postgresql state NEW ACCEPT udp -- anywhere anywhere udp dpt:ntp ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:ntp state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:whois state NEW ACCEPT udp -- anywhere anywhere udp dpt:43 ACCEPT icmp -- anywhere anywhere icmp echo-request ACCEPT tcp -- anywhere anywhere tcp dpt:domain state NEW ACCEPT udp -- anywhere anywhere udp dpt:domain ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:mmcc state NEW ACCEPT ah -- anywhere anywhere ACCEPT tcp -- anywhere anywhere tcp dpt:netbios-ns state NEW ACCEPT udp -- anywhere anywhere udp spts:1024:5999 dpt:netbios-ns ACCEPT udp -- anywhere anywhere udp spt:netbios-ns dpt:netbios-ns ACCEPT udp -- anywhere anywhere udp spts:1024:5999 dpt:netbios-dgm ACCEPT udp -- anywhere anywhere udp spt:netbios-dgm dpt:netbios-dgm ACCEPT tcp -- anywhere anywhere tcp dpt:netbios-ssn state NEW ACCEPT udp -- anywhere anywhere udp spts:1024:5999 dpt:netbios-ssn ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:nntp state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:auth state NEW ACCEPT udp -- anywhere anywhere udp dpt:113 ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:mysql state NEW ACCEPT udp -- anywhere anywhere udp dpt:syslog ACCEPT udp -- anywhere anywhere udp spts:1024:65535 dpt:icpv2 ACCEPT tcp -- anywhere anywhere tcp dpt:6112 state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:4000 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:https state NEW ACCEPT udp -- anywhere anywhere udp dpt:isakmp ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:pop3s state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:ftp state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:1723 state NEW ACCEPT gre -- anywhere anywhere ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:hkp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:sunrpc state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:sunrpc state NEW ACCEPT udp -- anywhere anywhere udp dpt:sunrpc ACCEPT tcp -- anywhere anywhere tcp dpts:1024:65535 state NEW ACCEPT udp -- anywhere anywhere udp ACCEPT tcp -- anywhere anywhere tcp dpt:nfs state NEW ACCEPT udp -- anywhere anywhere udp dpt:nfs ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:smtp state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpts:5900:5903 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:5800 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:8880 state NEW ACCEPT udp -- anywhere anywhere udp dpts:33434:33600 ACCEPT udp -- anywhere anywhere udp dpt:aol ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpts:1024:65535 state NEW ACCEPT esp -- anywhere anywhere ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:imaps state NEW ACCEPT tcp -- anywhere anywhere tcp dpts:sieve:2067 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpts:x11:6063 state NEW ACCEPT udp -- anywhere anywhere udp dpt:xdmcp ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:rsync state NEW ACCEPT udp -- anywhere anywhere udp dpt:3333 ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:www state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:webcache state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:8008 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:8000 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:8888 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:ssh state NEW ACCEPT tcp -- anywhere anywhere tcp spts:0:1023 dpt:ssh state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:888 state NEW ACCEPT udp -- anywhere anywhere udp dpt:sunrpc ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:pop3 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:pop2 state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:3333 state NEW ACCEPT udp -- anywhere anywhere udp dpt:nfs ACCEPT udp -- anywhere anywhere udp spts:1024:5999 dpt:time ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:time state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:nfs state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:printer state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:sunrpc state NEW ACCEPT udp -- anywhere anywhere udp dpt:sunrpc ACCEPT tcp -- anywhere anywhere tcp dpts:1024:65535 state NEW ACCEPT udp -- anywhere anywhere udp dpts:1024:65535 ACCEPT icmp -- anywhere anywhere icmp source-quench ACCEPT udp -- anywhere anywhere udp spts:1024:5999 dpt:kerberos ACCEPT udp -- anywhere anywhere udp spts:1024:5999 dpt:4444 ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:kerberos-adm state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:kpasswd state NEW ACCEPT udp -- anywhere anywhere udp spts:1024:5999 dpt:kpasswd ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:kerberos-adm state NEW ACCEPT udp -- anywhere anywhere udp dpts:745:747 ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:3128 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:socks state NEW ACCEPT udp -- anywhere anywhere udp dpt:socks ACCEPT tcp -- anywhere anywhere tcp dpts:745:747 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:8118 state NEW ACCEPT tcp -- anywhere anywhere tcp spts:1024:5999 dpt:imap2 state NEW ACCEPT udp -- anywhere anywhere udp dpt:imap2 REJECT tcp -- anywhere anywhere tcp spts:1024:5999 dpts:6660:6669 state NEW reject-with tcp-reset REJECT tcp -- anywhere anywhere tcp spts:1024:65535 dpts:1024:65535 state NEW reject-with tcp-reset logdrop 0 -- anywhere anywhere Chain f1to2 (2 references) target prot opt source destination logdrop 0 -- anywhere anywhere Chain f2to0 (1 references) target prot opt source destination logdrop 0 -- anywhere anywhere Chain f2to1 (7 references) target prot opt source destination logdrop 0 -- anywhere anywhere Chain logaborted (1 references) target prot opt source destination logaborted2 0 -- anywhere anywhere limit: avg 1/sec burst 10 LOG 0 -- anywhere anywhere limit: avg 2/min burst 1 LOG level warning prefix `LIMITED ' Chain logaborted2 (1 references) target prot opt source destination LOG 0 -- anywhere anywhere LOG level warning prefix `ABORTED ' ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED Chain logdrop (8 references) target prot opt source destination logdrop2 0 -- anywhere anywhere Chain logdrop2 (1 references) target prot opt source destination DROP 0 -- anywhere anywhere Chain logreject (0 references) target prot opt source destination logreject2 0 -- anywhere anywhere Chain logreject2 (1 references) target prot opt source destination REJECT tcp -- anywhere anywhere reject-with tcp-reset REJECT udp -- anywhere anywhere reject-with icmp-port-unreachable DROP 0 -- anywhere anywhere Chain nicfilt (1 references) target prot opt source destination RETURN 0 -- anywhere anywhere RETURN 0 -- anywhere anywhere RETURN 0 -- anywhere anywhere RETURN 0 -- anywhere anywhere RETURN 0 -- anywhere anywhere RETURN 0 -- anywhere anywhere RETURN 0 -- anywhere anywhere logdrop 0 -- anywhere anywhere Chain s0 (1 references) target prot opt source destination f0to1 0 -- anywhere host-85-118-226-182.academ.org f0to1 0 -- anywhere host-85-118-226-191.academ.org f0to1 0 -- anywhere localhost f0to1 0 -- anywhere 172.16.67.1 f0to1 0 -- anywhere 172.16.67.255 f0to1 0 -- anywhere 192.168.225.1 f0to1 0 -- anywhere 192.168.225.255 f0to2 0 -- anywhere 85.19.135.20 f0to2 0 -- anywhere vhost.sourceforge.net logdrop 0 -- anywhere anywhere Chain s1 (1 references) target prot opt source destination f1to2 0 -- anywhere 85.19.135.20 f1to2 0 -- anywhere vhost.sourceforge.net f1to0 0 -- anywhere anywhere Chain s2 (2 references) target prot opt source destination f2to1 0 -- anywhere host-85-118-226-182.academ.org f2to1 0 -- anywhere host-85-118-226-191.academ.org f2to1 0 -- anywhere localhost f2to1 0 -- anywhere 172.16.67.1 f2to1 0 -- anywhere 172.16.67.255 f2to1 0 -- anywhere 192.168.225.1 f2to1 0 -- anywhere 192.168.225.255 f2to0 0 -- anywhere anywhere Chain srcfilt (2 references) target prot opt source destination s2 0 -- 85.19.135.20 anywhere s2 0 -- vhost.sourceforge.net anywhere s0 0 -- anywhere anywhere
-
Настройка сети с внешним IP.
Возникла проблема. Комп не виден снаружи. Сеть работает, я со своей машины вижу все. Но снаружи мой комп не виден, только ping. Ни HTTP, ни FTP, ни SSH. Система Debian Etch, IP - внешний.
-
кнопки в konqueror
Вообще говоря, если у тебя чекбокс или радиобатон имеет фокус, то выбор по пробелу работает.
-
Установка Gentoo.
Ага, спасибо за информацию.
-
Вопрос по jigdo
Есть такая замечательная программа - jigdo. Умеет собирать исошки с дистрибутивом из файла-шаблона. Сейчас на debian.nsu.ru есть jigdo для Sarge, а хотелось бы для Sid. Может, подскажет кто, как это сделать? Хочу сделать инсталляшки из Sid.
-
Замер и журналирование рабочего времени
QUOTE (Basilevs @ Sep 10 2006, 10:09) Эта функциональность есть в MS Outlook. Это когда, простите, OutLook научился брать список задач из BugZilla и Jira? Шутить изволите?
-
C++ QT-3x
Ага, вот ещё KDE4 на QT4.2 выйдет под венды, и ей точно капец настанет. %)
-
Установка Gentoo.
В общем, захотелось попробовать Gentoo. Сейчас установлен Debian SID. Вопросы: 1. Как провести установку наиболее простым способом? Где взять загрузочный диск для установки? 2. Появилось ли зеркало Gentoo в ВЗ? 3. Какие грабли меня могут ожидать после дебиана?
-
Проблемы с debian.nsu.ru
Спасибо, попробую. %)
-
Проблемы с debian.nsu.ru
Сижу на debian sid. Где-то со среды перестал работать apt-get update. [07:49:56][schakal@shadow:~]$ cat /etc/apt/sources.list deb file:/var/cache/apt-build/repository/ apt-build main deb http://debian.nsu.ru/debian/ sid main contrib non-free deb http://debian.nsu.ru/debian-marillat/ unstable main deb-src http://debian.nsu.ru/debian/ sid main non-free contrib deb-src http://debian.nsu.ru/debian-marillat/ unstable main deb http://debian.nsu.ru/debian-java/ sid non-free deb-src http://debian.nsu.ru/debian-java/ sid non-free Выдает вот такое сообщение: Failed to fetch http://debian.nsu.ru/debian/dists/sid/main/binary-i386/Packages.gz 416 Requested Range Not Satisfiable Failed to fetch http://debian.nsu.ru/debian/dists/sid/non-free/binary-i386/Packages.gz Sub-process gzip returned an error code (1) Failed to fetch http://debian.nsu.ru/debian/dists/sid/main/source/Sources.gz 416 Requested Range Not Satisfiable Failed to fetch http://debian.nsu.ru/debian/dists/sid/non-free/source/Sources.gz 416 Requested Range Not Satisfiable Reading package lists... Done E: Some index files failed to download, they have been ignored, or old ones used instead. В какую сторону копать рекомендуете?
-
Выбери одно из двух - 3
Роман. Так как читать дольше. Кофе или чай?