Close

(70) Operating Systems, İşletim Sistemleri

An operating system (OS) is software that manages computer hardware and software resources and provides standard services for computer programs. A software layer sits between the computer hardware and the user. The OS controls the computer hardware resources and provides a platform for running application software.

class BuildConfig is public, should be declared in a file named BuildConfig.java

class BuildConfig is public, should be declared in a file named BuildConfig.java

I am using Android Studio for flutter development on MacBook-pro. Everything was normal. Now I am getting this “class BuildConfig is public, should be declared in a file named BuildConfig.java” error whenever I want to run my application on Android simulator. Solution is “ “

Devamını Oku

Could not install Gradle distribution from

Could not install Gradle distribution from

Android Studio’ da normal çalışırken bir gün “Could not install Gradle distribution from …” hatası aldım.

Devamını Oku

Anaconda/Miniconda install/Update/Uninstall on MacOS.

Anaconda/Miniconda install/Update/Uninstall on MacOS

Installing on macOS Installing in silent mode Note The following instructions are for Miniconda. For Anaconda, substitute Anaconda for Miniconda in all of the commands. To run the silent installation of Miniconda for macOS or Linux, specify the -b and -p arguments of the bash installer. The following arguments are supported: EXAMPLE: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O ~/miniconda.sh […]

Devamını Oku

Raspberry Announced Raspberry Pi400 as a Compact PC

Raspberry Pi 400: the $70 desktop PC

Raspberry Pi has always been a PC company. Inspired by the home computers of the 1980s, our mission is to put affordable, high-performance, programmable computers into the hands of people all over the world. And inspired by these classic PCs, here is Raspberry Pi 400: a complete personal computer, built into […]

Devamını Oku

MACOS için EMACS kurmak

MACOS için EMACS kurmak

GNU Emacs hafif ve kullanışlı bir editördür. Özellikle az kaynak kaldığında hayat kurtarıcı oluyor. MAC için EMACS ‘ı kurmak basittir. $ brew cask install emacs Ben Flutter için LSP-DART’ ı kurarak EMACS’ ı Flutter için kullanıyorum. LSP-DART için https://emacs-lsp.github.io/lsp-dart/ EMACS ‘ın sitesi https://www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html

Devamını Oku

MACOS Üzerinde PATH Eklemek

MacOS, MacOSX

Öncelikle terminalimizi kontrol ediyoruz.  echo $SHELL Default olarak BASH terminal kullanılıyor. BASH kullanıyorsak $HOME/.bash_profile  ya da  $HOME/.bashrc. dosyasını değiştirmemiz gerekiyor. Z-SHELL terminal kullanılıyorsa $HOME/.zshrc. dosyasını değiştireceğiz. örnek bir içerik şu şekilde olabilir. export PATH=$PATH:”/Users/ozgurozkok/flutter/bin” Değişiklik yapılınca yeni terminal pencerelerinde bu PATH geçerli olacaktır. Yeni terminal penceresi açarak ile doğrulayabilirsiniz. Örneğin […]

Devamını Oku

MACBOOK ‘un PERIOD Tuşu Nedir?

Türkçe Q MAC tuş takımı

Türkçe MACBOOK larda PERIOD tuşunu bulmak bir sorun oluyor. Yerelleştirme sırasında kalkmış fakat shortcut ‘lar da kullanıyoruz. PERIOD tuşu için tuş takımının sağında SHIFT’ in yanında : işaretini kullanıyoruz. Örneğin dosya seçme dialoglarında gizli dosyaları görebilmek için COMMAND + SHIFT + PERIOD kombinasyonu gerekiyor.

Devamını Oku