m1gin 12
https://quran.mbirgin.com/?code=1023014 https://chat.deepseek.com/share/2ayapjodrrrjgpy3uh Answered by DeepSeek AI. Do the cartilage and muscles formed at the same time in embryo? The short answer
m1gin 2096
For alternative and easier installation archinstall can be used. Installation https://wiki.archlinux.org/title/Installation_guide Boot from USB drive. Load keyboard layout # loadkeys trq Connect t
m1gin 507
Working with symlinks in apache ln -s /var/www/mysites /home/storage/mysites I want to store some websites outside of /var/www by using a symlink. To make that work, I had to set chmod o=x permissio
m1gin 183
archlinux when booting from USB, the screen was rotated and it is not seen correctly. Adding the following to the boot entry (pressing key e to edit the entry), helped to fix i915.modeset=0 fbcon=rot
m1gin 2523
TR110001500158007309714395 BİNANCE TURKEY KRİPTO VARLIK ALIM SATIM PLATFORMU ANONİM ŞİRKETİ BİNANCE TURKEY KRİPTO VARLIK ALIM SATIM PLATFORMU ANONİM ŞİRKETİ automobil 400+ Renault / Clio / 1.5 dCi
m1gin 1089
Install certbot and letsencrypt sudo apt install certbot letsencryptsudo apt-get install python3-certbot-apache Create a certificate: sudo certbot certonly --manual --preferred-challenges=dns List
m1gin 495
[Tested on Ubuntu 20.04] I have just realized that it is possible to use the touchpad's corners as customizable buttons! WOW! Let's list the parameters of the touchpad: synclient -l I will assign th
m1gin 716
block an IP: sudo ufw deny from 47.76.35.19 to any block an IP for accessing a certain port sudo ufw insert 1 deny from 47.76.35.19 to any port 443 create a custom rule for fail2ban this rule works
m1gin 484
The Problem: ubuntu a2dp sink unavailable Failed to change profile to a2dp_sink br-connection-profile-unavailable For pipewire $ sudo apt remove pulseaudio-module-bluetooth$ sudo apt install libspa-
m1gin 595
SOLUTION: https://askubuntu.com/a/1517623/203029 After upgrading to Ubuntu 24.04, onboard screen keyboard app stopped working properly. After digging for some time, I realized the problem due to pyth
m1gin 2572
UBUNTU ‘da Kullandığım Başlıca Progamlar (mbirgin) Primary sudo apt install audacity apache2 geany scite bleachbit baobab mono-apache-server4 libapache2-mod-mono gpodder audacious sqlite3 sqlitebrows
m1gin 301
Serve asp.net mono app on arch linux using fastcgi aspnet in ngnx. STEP 1: Be sure this conf included in main config. $ cat /etc/nginx/nginx.conf ....http { include /etc/nginx/conf.d/*.conf;.....
m1gin 324
Using xsp4 instead of mod_mono by the help of mod_proxy in apache web server on arch linux. Step 1: $ cd /mb/var/www/mbirgin/kit.4yon.org/$ xsp4 --port=8080 Step 2: $ sudo nano /etc/httpd/conf/e
m1gin 747
gatttool -b 8C:CE:FD:56:B2:85 -I [8C:CE:FD:56:B2:85][LE]> connect Attempting to connect to 8C:CE:FD:56:B2:85Connection successful list services: primary attr handle: 0x0001, end grp handle: 0x000
m1gin 1555
download using: youtube-dl -f "best[ext=mp4]/bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best" Aisha:الغفرانعصر الجنون Aisha01:26 AMخان الحرير Sky Sky00:59 AMHomy hoon هومي هون Sky Sky01:00 A
m1gin 0
http://ubuntuhandbook.org/index.php/2019/04/nvidia-430-09-gtx-1650-support/ Nvidia GTX1650 ubuntu drivers ... sudo add-apt-repository ppa:graphics-drivers/ppasudo apt install nvidia-driver-470 nvidi
m1gin 462
archlinux: sudo pacman -S pipewire-zeroconf Server: Ubuntu $ pactl load-module module-native-protocol-tcp listen=192.168.1.33 $ pactl load-module module-zeroconf-publish Client: arch linux $ pactl
m1gin 1246
Install ia Command Line Tool: curl -LOs https://archive.org/download/ia-pex/ia chmod +x ia Install & Update using pip pip install internetarchive --user pip install --upgrade internetarchive --u
m1gin 2257
Jack Audio sudo apt install pulseaudio-module-jack Create a new client / port for jack audio: pacmd load-module module-jack-source channels=2; pacmd load-module module-jack-sink channels=2; Disc
m1gin 663
We Stand w/ GAZA 🇵🇸 We Stand w/ GAZA / Palestine 🇵🇸 🇵🇸 Supporting Palestine... Condemning injustice... ---- Injustice anywhere is a threat to justice everywhere. -- Martin Luther King, JR -----
m1gin 0
I needed to access a computer that behind firewall and uncontrolled router. So, I can't do port forwarding.  The computer on behind firewall is Ubuntu and I want to access it from CentOS th
m1gin 485
In order to install squid proxy server on Ubuntu, open terminal and type sudo apt-get install squid Now, lets open squid configure file with an text-editor  (I am using scite text editor
m1gin 501
I felt excited when noticed I can run C# commands with mono csharp shell using Terminal in Linux.Let's try it... First of all, for Ubuntu, mono-csharp-shell package should be installed on your sys
m1gin 497
I will try to install postfix mail server and configure authentication by following ubuntu.com and taking short notes. To install postfix: sudo apt-get install postfix Choose: Internet Site configu
m1gin 456
To read xml document with terminal we can use xmllint tool. Lets say we have a file named 1.xml with the below content: <?xml version="1.0" encoding="utf-8"?><item> <definition test=
m1gin 0
I am new in SQLite database. So I am searching for lots of things. So, I thought to crate a post with important SQLite notes. Get Tables Information and more: SELECT * from sqlite_master; Crating Ta
m1gin 489
I am currently using XUbuntu 12.04 (Precise). It contains Thunar 1.2.3 as file manager. I tried several file managers and started to use Thunar, here is a few reason I can browse parent directories by
m1gin 488
To copy files from local computer to a server with SSH, scp test.txt testuser@remote.host.com:/tmp/ By this command I can copy test.txt file from current local directory to /tmp/ folder on remote
m1gin 498
I realized very nice tip! If we have webserver guest OS in Virtualbox, we can access it from host OS! For example I have IIS on Windows XP runs Virtualbox. The host OS is Ubuntu and also Apache serve
m1gin 487
It would be nice if I can add separator line and time between commands in Terminal on Ubuntu (Linux). So, I began to search to achive this.While after I found a way. Here are the steps. Create a new t
Add to: