This note is private. id: 216
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 هومي هون Ben Gezgin01:0
Extraordinary English Podcast - Episode #2 This is Extraordinary English Podcast, Episode #3, Welcome everyone. I am Ben.In this second episode, we'll continue with Sara and Clara.As we already said p
Get Info about each frame in a video: ffprobe SiretulKuran3-dBz1I8rHl1g.mkv -select_streams v:0 -show_frames ffprobe -i SiretulKuran3-dBz1I8rHl1g.mkv -v quiet -select_streams v -show_entries frame
0xe5bdab44801df62bb997c5ceaedeaba1bfd035bd Bahagfht@gmail.com https://photos.app.goo.gl/oFxE65riyeaehnqf6 https://photos.app.goo.gl/K344QA2kv9T6LdVY8 https://photos.app.goo.gl/sWmizi1QhfCaumzU8 h
Updata Using Row Number SET @rownum:=0;UPDATE tblarticle t1,(SELECT @rownum := @rownum + 1 AS rank, id, title, idunit, idbook, idorder FROM tblarticle WHERE idunit=0 AND idbook=1 ORDER BY idorder) AS
Pubmed https://www.ncbi.nlm.nih.gov/pmc/tools/get-metadata/ https://www.ncbi.nlm.nih.gov/pmc/tools/developers/#use-cases Get article metadata This E-Summary call retrieves article metadata for a PM
[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
create video from a list of PNG or SVG files ffmpeg -f concat -i ffconcat.txt -i /test/Extraordinary_English_Podcast/EEP-2.mp3 -s 4096x2304 -acodec copy -shortest eep2.avi ffconcat.txt content is li
This note is private. id: 165
On Ubuntu server: vncserver -localhost On client: xvncviewer localhost:1 When start the client xfce: unable to contact settings server To solve the problem: nano ~/.vnc/xstart The content: xrdb
This note is private. id: 221
This note is private. id: 222
WEB:$ pip install django $ django-admin help Create a new project:$ django-admin startproject myproject Get Help:$ python manage.py help Run a web server$ python manage.py runserver Create a page app$
Running ASPX project developed in VB.NET on Mono 5+ gives some errors. System.Web.Compilation.CompilationExceptionerror VBNC30248: CHANGEMEDescription: Error compiling a resource required to service t
This note is private. id: 217
#quotation #quran #kuran FAVOURITES Ey iman edenler! Hiçbir alış verişin, hiçbir dostluğun ve hiçbir şefaatin olmadığı kıyamet günü gelmeden önce, size rızık olarak verdiklerimizden Allah yolunda har
This note is private. id: 218
#ubuntu #terminal #findreplace #sed #grep sed Find - replace and save file as: sed 's/Ekim 2014/Eylül 2014/' 1.svg >2.svg / yerine | veya istenilen tek byte bir karakter ile kullanım da mümkündür
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 Lis
İzlenmekte olanlar / bitmeyenler Better Call Saul The 100 - 6 the big bang theory doctor who friends under the dome - 3 Black Mirror Designated Survivor Bekleyenler / Başkalarınca Önerilenler Ta
all of the old ones processed by the time 2020-08-22 Sibel Uludağ (Toplam: 5 TL) 2020-08-28 - Flash Disk ve uzaktan erişim işlemleri (Bab al Hara 2, Aelati wa Ana, Gulnar): 5 TL
Download videos from youtube, vimeo, dailymotion, etc. youtube-dl http://www.youtube.com/watch?v=w0zw3POq8V4 youtube-dl http://vimeo.com/75748826 Video id can be used instead of url for youtube: you
Install Terminal Emulator for Android Start an app from terminal: am start -a android.intent.action.MAIN -n <package_name>/<full_class_name> am start -a android.intent.action.MAIN -n com.
The wireless networks list show nothing after trying Xubuntu 18.04. This command did the trick on Live CD. sudo apt install bcmwl-kernel-source But after installing Xubuntu 18.04 to the disk, the sa
https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js or http://code.jquery.com/jquery-latest.js Include jQuery into a page: var newScript = document.createElement('script'); newScrip
IP TABLES
sudo iptables -L
sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
sudo iptables -A INPUT -p tcp --dport ssh -j ACCEPT
sudo iptables -A INPUT -p
wordhtml.com Clean Word document's dirty styles when converting to HTML. www199.lunapic.com Apply effects for photos dotnetfiddle.net Run .NET commands online... scratch.mit.edu Teach program
Selections from UTF-8 Icons. Can be easily copied and pasted to text editors too. ﷽ Arabic Ligature Bismillah Ar-Rahman Ar-Raheem 👍 Thumbs Up Sign 👎 Thumbs Down Sign 🙂 Slightly Smiling Face 😐 Neut
Jack Audio Create a new client / port for jack audio: pacmd load-module module-jack-source channels=2; pacmd load-module module-jack-sink channels=2; Disconnect ports/clients: jack_disconnect "sy
https://www.essentialenglish.review/apps/speak-english-like-an-american/lesson-11-bob-drives-a-hard-bargain/#12 083. What do you mean by…? 098-you-are-not-to 095-whether-or-not/ 096-why-not/ 094
2018-05: Eski versiyon Mono kurulumu: Mono 5.10 ile nedense derlenmiş VB projeleri sorun çıkardı. Ve şuna benzer hata mesajları verdi: System.Web.Compilation.CompilationException error VBNC30248: CH
I use Ardour to create podcast. Most of the times I need to shift all the regions in all tracks next to the selected one. Even though Ardour give us the chance to shift all regions in the same track,
On the VPS the disk became full and some web applications started to give 503 errors. In order to free up some disk space I did some researches and I took some notes about what I did. Check disk space
#xdotool #xvkbd #linux #ubuntu #automation Get info about a window by clicking on it: xwininfo -tree Inspect an app: gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true; GTK_DEBUG
CURSOR
DECLARE @name VARCHAR(50)
DECLARE @age INT
DECLARE @email VARCHAR(100)
DECLARE @msg VARCHAR(500)
DECLARE crs CURSOR FOR
SELECT name, age, email FROM tbluser;
OPEN crs
Read a File a BLOB
SELECT * FROM OPENROWSET (BULK 'C:\test\img1.jpg', SINGLE_BLOB) T
---
GET DATA FROM A WEBSITE
DECLARE @URL AS VARCHAR(255)
SET @URL="http://tcmb.gov.tr/kurlar/today.
Backup a database:
BACKUP DATABASE TESTDB TO DISK = N'D:\testdb.bak'; GO
---
Create a new user and add him to Admin group
CREATE LOGIN NewUser WITH PASSWORD=N'P@ss123';
ALTER SERVER RO
change keyboard layout for terminal X session:
loadkeys tr
setxkbmap tr
Download Xubuntu-20.04-desktop-amd64.iso or the latest version from https://xubuntu.org/
Download Rufus 3.11 or the latest version from https://rufus.ie/
Extract / Install Rufus
Place
#şiir #şarkı #seçki #türkü #şarkısözleri #poetry #türkçeşiirler #mbirgin Taş Gazeli (Osman Sarı) I. Taş taş değil bağrındır taş senin Nereni nasıl yaksın söyle bu ateş senin Bir katılıktır dinamit s
#linux #ubuntu #mpv #cli #socket Starting MPV to be controlled by JSON IPC: mpv --input-ipc-server='/tmp/mpvsocket' video.mp4 #https://mpv.io/manual/master/#json-ipc#commands: https://mpv.io/manual/
#cli #ubuntu #screenshot #linux scrot Capture as animated gif: byzanz-record --duration=20 --x=400 --y=350 --witdth=800 --height=600 cap.gif Sonuçta video şeklinde oynayan bir gif dosyası elde edi
Tested with: Ubuntu 19.10 mpv 0.29.1 ffmpeg 4.1.4 List available plugins in MPV mpv -af=help See available parameters in a plugin (for example agate): mpv --af=agate=help Use a plugin in mpv mpv -
Elimizde 3, 5 ve 8 litre su alan üç kabımız var. 8 litre su alan kap dolu, diğerleri boş. Tam 4 litre suyu nasıl ölçeriz? 3, 7, 10 litrelik kapları kullanarak 10 litrelik sudan 5lt su ede ediniz. h
Turn off and on the monitor: sleep 2; xset dpms force off In case any keyboard or mouse event happened the monitor will turn on. Alternatively we can make the brighness 0 xrandr --output <DISPLAY_
4. 5. 6. 7. 8. 9. shellshock 10 11. 12. 13. 14 ---- nmap: scans open ports. nmap 192.168.143.184 -p 0-65535 -Pn: starts scanning without sending ping -sV: get information about the service nmap -
DATEDIFF(HOUR, dt1, dt2) AS FarkSaat
CONVERT(DATE, dtrecord) AS Tarih
-----
Local Access:
Server Name: dot(.), local, localhost, sql instance name
Network Acc
Allow some protocols (like apt://) to be able to lunch in Chromium: Source: https://bugs.launchpad.net/snapd/+bug/1776873/comments/36 apt-get build-dep snapd TMPDIR=$(mktemp -d) cd $TMPDIR apt