Pencarian

Rss Posts

 

 

 

Berita pada kategori ‘GNU/Linux’

PHP for Android, PHP 6 canceled, APC in PHP 5.4

Jul 26, 2010

By Manuel Lemos
On this episode of the Lately in PHP podcast, Manuel Lemos and Ernani Joppert comment on the launch of the PHP for Android project and the consequences for the PHP market.

They also talk about the cancellation of PHP 6 and the inclusion of features planned for PHP 6 in PHP 5.4, like the integration of the APC cache extension in the main PHP distribution bundle.

Some of the most interesting classes nominated for the May edition of the PHP Programming Innovation Award are commented, like the PDF text extract, PHP duplicate files finder, Fast Fourier Transform and splx_graph.

linux.conf.au 2011 CFP Open!

Jul 15, 2010

Head on over to http://lca2011.linux.org.au/ and check it out!
You’ve got until August 7th to put in a paper, miniconf, poster or tutorial.
Things I’d like to see come from my kinda world:

topics on running large numbers of machines
latest in large scale web infrastructure
latest going on in the IO space: (SSD, filesystems, SSD as L2 cache)
Applications of above technologies and what it means for application performance
Scalable and massive tcp daemons (i.e. Eric should come talk on scalestack)
exploration of pain points in current technologies and discussion on ways to fix them (from people really in the know)
A Hydra tutorial: starting with stock Ubuntu lucid, and exiting the tutorial with some analysis running on my project.
Something that completely takes me off guard and is awesome.

I’d love to see people from the MySQL, Drizzle and Rackspace worlds have a decent presence. For those who’ve never heard of/been to an LCA before: we reject at least another whole conference worth of papers. It’s the conference on the calendar that everything else moves around.

Share this on Facebook

Tweet This!

Share this on del.icio.us

Digg this!

Post on Google Buzz

Koneksi TelkomselFlash dengan Modem HSDPA HUAWEI E1550 di OpenSUSE 11.2

Jul 01, 2010

Modem HSDPA Huawei E150 Pada Distro Linux OpenSUSE 11.2 , HSDPA Modem Huawey E1550? sudah Dapat dikenali dengan baik, Tentu Hal Ini akan membuat pekerjaan kita akan menjadi lebih mudah. Yang Perlu Kita Lakukan adalah tinggal mengkoneksikan modem tersebut ke Internet Provider, Pada Kasus? ini Saya akan Mengkoneksikan Modem Dengan? Telkomsel Flash, dan konfigurasinya sangat [...]

Teguh Alko: Basic Security kernel

Jun 20, 2010

in this case i altered through the /proc file system or by using sysctl coz many kernel parameters can be altered through the /proc file system or by using sysctl.

Deactivate IP forwarding

#echo "0" > /proc/sys/net/ipv4/ip_forward

if you are not router Make sure that IP forwarding is turned off

Drop ping packets

#echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all

sometimes many attacker identify host up with ping the ip,you can drop ping packets in order that your machine can’t respon the ping.

root@bsd:~# ping 192.168.182.250
PING 192.168.182.250 (192.168.182.250) 56(84) bytes of data.

_

Ignore broadcast pings

#echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts

This disables response to ICMP broadcasts and will prevent Smurf attacks. The Smurf attack works by sending an ICMP type 0 (ping) message to the broadcast address of a network. Typically the attacker will use a spoofed source address. All the computers on the network will respond to the ping message and thereby flood the host at the spoofed source address.

Disable source routed packets

#echo "0" > /proc/sys/net/ipv4/conf/all/accept_source_route

Do not accept source routed packets. Attackers can use source routing to generate traffic pretending to originate from inside your network, but that is actually routed back along the path from which it came, so attackers can compromise your network. Source routing is rarely used for legitimate purposes, so it is safe to disable it.

Disable redirect acceptance

#echo "0" > /proc/sys/net/ipv4/conf/all/accept_redirects

Do not accept ICMP redirect packets. ICMP redirects can be used to alter your routing tables, possibly to a malicious end.

Protect against bad error messages

#echo "1" > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses

Enable protection against bogus error message responses.

Enable reverse path filtering

for i in /proc/sys/net/ipv4/conf/*; do
/bin/echo "1" > $i/rp_filter
done

Turn on reverse path filtering. This helps make sure that packets use legitimate source addresses by automatically rejecting incoming packets if the routing table entry for their source address does not match the network interface they are arriving on. This has security advantages because it prevents IP spoofing. We need to enable it for each net/ipv4/conf/* otherwise source validation isn’t fully functional.

Log all spoofed, source routed and redirect packets

#echo "1" > /proc/sys/net/ipv4/conf/all/log_martians

Log spoofed packets, source routed packets and redirect packets.

/*done*/

but after reboot his configuration are reset,so you must edit /etc/sysctl.conf

ex:

(Manual using echo):
#echo "0" > /proc/sys/net/ipv4/ip_forward

(Automatic in sysctl.conf:)
net.ipv4.ip_forward = 0

Source list Ubuntu

Jun 20, 2010

Ubuntu 10.04 deb http://bos.fkip.uns.ac.id/ubuntu/ lucid main restricted universe multiverse deb http://bos.fkip.uns.ac.id/ubuntu/ lucid-updates main restricted universe multiverse deb http://bos.fkip.uns.ac.id/ubuntu/ lucid-security main restricted universe multiverse Ubuntu 9.04 deb http://bos.fkip.uns.ac.id/ubuntu/ jaunty main restricted universe multiverse deb http://bos.fkip.uns.ac.id/ubuntu/ jaunty-updates main restricted universe multiverse deb http://bos.fkip.uns.ac.id/ubuntu/ jaunty-security main restricted universe multiverse Ubuntu 8.10 deb http://bos.fkip.uns.ac.id/ubuntu/ intrepid main restricted universe multiverse [...]

Management and economics issues of hosting virtual private email servers

May 29, 2010

pAfter I published Wanted: Virtual Personal Email Servers (VPES) I got lots of feedback. Among others, John made very interesting comments, for example:/pbr/br/… The most user friendly free email management interface is from Zimbra, but the setup is a bear and the system requirements are huge for what it providesbr/…I (John) spent 20 min earlier today considering whether I could make any profit creating an easy VPES setup script with a fairly low monthly price point.br/… BTW, the laws for emRead More…

Bending Gnome Keyring with Python ? Part 3

May 28, 2010

pIn the last post I’ve shown how to create keyrings using python and mentioned a slightly difference from the seahorse password storing process. Well, it happens that, when we start to dig this difference isn’t so small. Using seahorse every keyring item is created with the Update if Exists flag as False, so you can create identical keyring items. This is not a safe approach and can result in an inconsistent keyring. But as we use the Update if Exists flag set as True, something uRead More…

Sosialisasi F/OSS di SMA 9 Palembang

May 18, 2010

Hari ini (Selasa, 18 Mei 2010) Muhammad Subair dan Satrio datang di SMA 9 Palembang, untuk memenuhi permintaan pihak sekolah kepada Guyub untuk membantu mengisi materi sosialisasi Free/Open Source Software (khususnya GNU/Linux) kepada seluruh guru dan pegawai sekolah.

Materi Pengenalan F/OSS

Secara umum acara berlangsung lancar dan ada interaksi berupa pertanyaan dan permintaan demo dari guru-guru. Dari yang kami dapat dari interaksi tadi, di SMA 9 Palembang ini sama dengan tempat-tempat sebelumnya yang kami datangi, dimana kendala utama belum menggunakan F/OSS khususnya GNU/Linux karena memang belum tahu dan masih kurangnya dukungan dari pengambil kebijakan. Hal ini bisa dilihat dengan masih banyaknya kesalahpahaman dasar tentang F/OSS, Linux, HAKI, dll.

Guru-guru SMA 9 Palembang

Mudah-mudahan kedepannya bisa ada kelanjutan dari acara ini, dimana Guyub dan juga komunitas F/OSS di Palembang dan sekolah bisa mengadakan acara teratur, semisal dimulai dengan pembentukan kelompok study Linux untuk siswa, dll. Setidaknya dengan apa yang ada hari ini kita bisa lihat sudah ada kemauan untuk mengenal lebih jauh tentang Free/Open Source Software.

Akhir kata kami mengucapkan terima kasih banyak atas penerimaan dari SMA 9.

Tim Guyub

Rilis Perdana Keuangan Guyub versi KG-20100512-1

May 12, 2010

Dengan mengucap Bismillahirrahmanirrahim
Hari ini 12 Mei 2010, kami merilis versi perdana dari Keuangan Guyub – Aplikasi Keuangan Open Source untuk UKM Jasa.
Bagi teman-teman yang tertarik mencoba bisa download langsung versi perdana di http://keuangan-guyub.googlecode.com/files/KG-20100512-1.zip.
Untuk cara instalasi oleh bisa dilihat di http://code.google.com/p/keuangan-guyub/wiki/PanduanSingkatInstalasi.
Petunjuk penggunaan bisa di download di http://keuangan-guyub.googlecode.com/files/DokumentasiPengguna-KG-20100512-1.pdf.
Dan kami juga sangat mengharapkan saran, masukan, kritikan dan kontribusi [...]

Installing KOHA on openSUSE 11.2

May 12, 2010

Click to Play
This is only my documentation about how YaST (openSUSE Administrator Settings) can give an easy setup to install a complex-steps software installation.
Have fun!