RSS

Author Archives: nsgnc

How to keep open window after execution? CTRL+F5 C or C++ visual studio 2010 2012

Visual Studio 2010’da C ile konsol uygulamarı ile çalışıyordum. Program diğer bilgisayarlarda CTRL+F5 ile cmd.exe içinde açılıyordu. Fakat benim bilgisayarımda normal şekilde açılıyordu. Bu da programın çalışması bittiğinde hemen kapanmasına neden oluyordu. Bunun çözümünü ağağıdaki resimlerde gösterdim. Projenize sağ tıklayın ->Properties ->Configuration Properties -> Linker -> System, “SubSystem” içinde { Console (/SUBSYSTEM:CONSOLE) } seçeneğini seçin. Tamam/Ok tıklayıp kapatın .

I am making this request on behalf of several C++ programming students. In the past, we have been able to utilize ctrl-F5 (start without debugging) within VS 2005 and 2008 to keep the console window open so that we may view the output. And now, although it is in the menu in VS 2010, neither selecting the menu option or entering ctrl-F5 will keep the console open. Is this a glitch in VS 2010 or is there a new alternate way of keeping this window open?
Read the rest of this entry »

Arama Terimleri:

 

Posted by on 17 Kasım 2012 in Bilgisayar, Programlama

Leave a comment

[SOLVED] Invalid command ‘SCGIMount’ Enabling mod_scgi

I added this line to “/etc/apache2/sites-available/default” file.
After this I got “Invalid command ‘SCGIMount’, perhaps misspelled or defined by a module not included in the server configuration” error.

If you got this error run this command to enable mod_scgi: $ sudo a2enmod scgi


pi@nsgnc /mnt/T16/rtorrent $ sudo service apache2 restart
Syntax error on line 43 of /etc/apache2/sites-enabled/000-default:
Invalid command 'SCGIMount', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
failed!
pi@nsgnc /mnt/T16/rtorrent $ sudo a2enmod scgi
Enabling module scgi.
To activate the new configuration, you need to run:
service apache2 restart
pi@nsgnc /mnt/T16/rtorrent $ sudo service apache2 restart
[ ok ] Restarting web server: apache2 ... waiting ..
pi@nsgnc /mnt/T16/rtorrent $

Arama Terimleri:

 

Posted by on 30 Ağustos 2012 in Bilgisayar, Raspberry Pi

Leave a comment

rtorrent-for-iphone Method ‘get_hash_interval’ not defined (-506) issue

If you get this error in the rtorrent-for-iphone interface
(version: rtorrent for iphone beta 2)
errored out1Array
(
[0] =>; Method 'get_hash_interval' not defined (-506)
[1] =>; xmlrpc_fault
)

remove this parts from rtorrent_interface.php at line 288 and line 289

"get_hash_interval",
"get_hash_max_tries",
"get_hash_read_ahead",
"get_key_layout",
"get_safe_free_diskspace",
"system.get_cwd",

Arama Terimleri:

 

Posted by on 29 Ağustos 2012 in Bilgisayar, Raspberry Pi

1 Comment

Raspberry pi için Flash Belleği Ext4 olarak formatlamak

Raspberry pi üzerinde kullanmak için harici harddiskimi ext4 olarak formatlamak için bir yöntem buldum. Öncelikle şunu belirteyim ntfs olarak formatlanmış diskleri de mount edebilirsiniz fakat ext4ün daha hızlı olduğu söyleniyordu ben de ext4 olarak formatlamak istedim. Ayrıca ext4 olarak formatlanmış olsa da samba aracılığıyla windows üzerinden erişirken dosya sisteminin ext4 olması herhangi bir dezavantaj olmayacak.

Bu işlemleri root olarak yapmanız gerekmektedir. yada komutlardan önce sudo kelimesini kullanabilirsiniz.

büyük ihtimalle sizin diskiniz sda1 olarak görünüyordur. Bunu
Read the rest of this entry »

Arama Terimleri:

 

Posted by on 25 Ağustos 2012 in Bilgisayar, Raspberry Pi

Leave a comment

Kırılan VIN e180 tamiri

USB kısmı kırılan ve baplantı filmi yırtılan E180 model turkcell VIN’ı çöpe atacak değiliz. Karaköy’den aldığım USB fişini lehimleyerek ve sıcak silikon ile sabitleyerek sorunu çözebiliriz. İlk fotoğrafta üzerine bağlantıları yazdım. USB için karşılıklarını google’a “USB pinout” Read the rest of this entry »

Arama Terimleri:

 

Posted by on 25 Ağustos 2012 in Bilgisayar, Elektronik

Leave a comment