Author Archive
28
Jan
2012
In this post, I'll be writing down all steps required to build a Squid proxy server on a clean "minimal" installation of CentOS 6.0
Step 1. Network configuration
First, install system-config-network or manually configure the network. I prefer system-config-network for easy configurations and vim for more complex configurations.
yum… Read more
IT | No Comments » | Tags: gai.conf, IPv6, Linux, NTLM, squid, wbinfo, winbind
11
Jan
2012
Today I upgraded my Fedora 15 installation to Fedora 16 with KDE 4.7.4. Although it was a pretty smooth transition this time, there were a few problems. One of them was that Konsole 4.7.4-2.fc16 was hiding underscores, which is pretty annoying when you're programming.

How the hell are you… Read more
IT, Linux | No Comments » | Tags: Fedora 16, KDE, Konsole
4
Jan
2012
One of my users got an annoying message when starting MS Paint (mspaint.exe):
Onvoldoende geheugen of bronnen om de bewerking te voltooien. Sluit enkele programma's af en probeer het opnieuw.
Which means:
Insufficient memory to complete operation. Close some programs and try again
Other resources suggested that the file opened… Read more
IT, Windows | No Comments » | Tags: mspaint.exe, registry, Windows
23
Dec
2011
I'm currently running CF-Root kernel version CF-Root-SGS2_XW_XEN_KK2-v5.0-CWM5.
I installed the following packages:
https://market.android.com/details?id=de.schaeuffelhut.android.openvpn.installer
https://market.android.com/details?id=de.schaeuffelhut.android.openvpn
Then I discovered that the openvpn binary was not completely okay, especially the ifconfig parameter gave some unexpected errors on correct configurations. So I downloaded this file (mirror), unzipped it,… Read more
IT | No Comments » |
23
Dec
2011
On my Fedora 15 laptop, I'm almost always connected to several VPNs simultaneously. One VPN to my office or to my home (depending on where I am), one to the data center, one to a customer. These connections all have their own DNS server with their own suffix.
To make… Read more
Linux | No Comments » | Tags: dhcp, dns, dnsmasq, Fedora 15, NetworkManager
23
Dec
2011
Connect two netcats to each other
<span style="color: #c20cb9; font-weight: bold;">mkfifo</span> backpipe
nc localhost <span style="color: #000000;">55545</span> <span style="color: #000000;">0</span><span style="color: #000000; font-weight: bold;"><</span>backpipe <span style="color: #000000; font-weight: bold;">|</span> nc localhost <span style="color: #000000;">55546</span> <span style="color: #000000;">1</span><span style="color: #000000; font-weight: bold;">></span>backpipe
Telnet with readline and a history:
socat <span style="color: #660033;">-d</span> <span style="color: #660033;">-d</span> READLINE,<span style="color: #007800;">history</span>=<span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>.http_history \
TCP4:www.domain.org:www,crnl
Talk… Read more
IT, Networking | No Comments » | Tags: Linux, networking, socat, sockets
16
Dec
2011
To allow OpenVPN to run on a different port than 1194, you'll need to tweak your SELinux permissions:
/usr/sbin/semanage port -a -t openvpn_port_t -p udp 61616
© GeekLabInfo
IT | No Comments » | Tags: Fedora 15, openvpn, SELinux
16
Dec
2011
- Root your phone
- Login through ssh, terminal or some other shell
- Open the file /data/local.prop - this file may or may not exist
- Add the following line to the file:
ro.camera.sound.forced=0
- Reboot the phone
Now, if the phone is silent, the camera will be silent. But if the… Read more
IT, Smartphone | No Comments » | Tags: Samsung Galaxy S2