RecNes

Author Archive

Installing 64Bit Python, iPython environment to Windows Server 2008

by on Ara.01, 2011, under Lakırdılar

Download latest python installer in to windows server 2008 and install it.
Download http://peak.telecommunity.com/dist/ez_setup.py from setuptools (http://pypi.python.org/pypi/setuptools) and run with python

python ez_setup.py

And after all download ipython source for windows environment (http://archive.ipython.org/release/0.11/ipython-0.11.zip) Extract it and install by the command below:

python setup.py install

Thats all….

Leave a Comment :, , , , , more...

Linux dd komutunun durumunu izlemek

by on Eki.21, 2011, under Lakırdılar

Aşağıdaki komut ile dd programının PID’i öğrenilir.

$ pgrep -l ‘^dd$’
8789 dd
$

USR1 sinyali dd programına gönderilir:

$ kill -USR1 8789
$
dd programı sinyali alır almaz o anki istatistikleri ekrana basar ve kaldığı yerden işlemine devam eder.
Örnek:

$ dd if=/dev/random of=/dev/null bs=1K count=100
0+14 records in
0+14 records out
204 bytes (204 B) copied, 24.92 seconds, 0.0 kB/s

Devamlı izleme yapmak için watch komutu ile izleme sağlanabilir. Aşağıdaki komut 10 saniyede bir dd programının istatistik çıktısını basmasını sağlar.

$ watch -n 10 kill -USR1 8789

Leave a Comment :, , , , , more...

Pidgin “The certificate for talk.google.com could not be validated.” problem

by on Eki.04, 2011, under Lakırdılar

I’m getting this error recently.

Therefore, I cahnge the “Connection Security” to “Use old-style SSL” and “Connect Port” to “5223″ in pidgin account settings. And it’s done. I’m not get that shitty message anymore…

Leave a Comment :, , , , more...

PyCharm & Linux FS Notifier

by on Eyl.19, 2011, under Lakırdılar

Native file system watcher for Linux

If you’re an IntelliJ user working under Linux you’ve probably seen that boring “Synchronizing files…” spinning icon in a left corner of a status bar. It is there because for an intelligent IDE it is a must to be in the know about any external changes in files it working with – e.g. changes made by VCS, or build tools, or code generators etc. On Windows and Mac OS X native file system watchers used to facilitate this task but on Linux the only option was to recursively scan directory tree. Now you’re welcome to give a try to native file system watcher for Linux.
Prerequisites
File system watcher requires inotify(7) facility. It is in mainstream kernel for more than two years (since 2.6.13, and in glibc since 2.4) so chances are your distribution don’t missing it. The sign of inotify availability in a system is a presence of /proc/sys/fs/inotify/ directory.
Download and setup
File system watcher is a single binary executable (fsnotifier) and can be downloaded directly from our Git repository. It should be named ‘fsnotifier’, placed into bin/ directory of your IDE and granted execution rights. Inotify requires a “watch handle” to be set for each directory it monitors. Unfortunately, the default limit of watch handles may not be enough for reasonably sized projects (e.g. IntelliJ IDEA sources contain 30000+ directories). The current limit can be verified by executing:

cat /proc/sys/fs/inotify/max_user_watches

It can be raised by adding following line to the /etc/sysctl.conf file:

fs.inotify.max_user_watches = 524288

… and issuing this command to apply the change:

sudo sysctl -p

64-bit systems
If your system is strictly 64-bit (i.e. doesn’t contains 32-bit runtime libraries in /lib32 directory) you should download 64-bit version here. Rename downloaded file to “fsnotifier”, rest of setup is same.

Leave a Comment :, , , , , more...

Resolving Tomboy Ubuntu One issue on Mint 11 Katya

by on Ağu.26, 2011, under Linux, Sorunlu Teknoloji

Mint Linux 11 Katya

Tomboy & Ubuntu One.

Tomboy notes… You know,.. In this world, people uses for taking notes and take a look at them from any where, who knows this app.. Because it’s online, ermmm… Any way, this app doesn’t needs to be clearifying about what it is…

Main problem is:
I installed Mint Linux 11 Katya and I can’t find ubuntu one service in the tomboy options like before…

Let’s resolve this problem and make me a hero who saved the DAY one:
Open tomboy notes from “Menu/Accessories”
Click to “Preferences” in “Edit” menu and tab to “Synchronization”
Select “Tomboy Web” from “Services” pulldown
Add “https://one.ubuntu.com/notes/” address to “Server” line
Click to “Connect to Server” button.

Now you must sent to “https://login.ubuntu.com/” over your default web browser when clicked to “Connect to Server”
Take a login to your account by your mail address and passwd, click to “Continue” and wait a moment for logging in.
Whe you logged in they asks you to add “this” computer connection list. Give a name for your already configuring computer and continue.
Then you redirected to your computer “http://localhost:8000/” address you had to be saw “Tomboy Web Authorization Successful” page.

Congrats, you are connected!

Now you can return to tomboy notes application preferences and click to “Save” button to make everything permanent.
It’s synchronizing now…. Aaand Voi’la! All your old notes back and everything setted up for re-use.

Leave a Comment :, , , , , , , , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!