Oca 28 2016
Rasperry Pi ubuntu PROFTPD FTP kurmak
Rasperry Pi ubuntu PROFTPD FTP kurmak
Oca 28 2016
Rasperry Pi ubuntu PROFTPD FTP kurmak
By Burhan KARADERE • 2015 - 2016 • 0 • Tags: Command, ftp, kurmak, proftpd, Raspberry pi, Shell, Ubuntu
Kas 12 2011
Ubuntu ile log dosyasına shell terminal command prompt tan bakmak. Ubuntu sistem hata loglarını incelemek.
Merhabalar shell den log dosyasının içine bakmak nasıl yapılırı inceliyeceğiz.
By Burhan KARADERE • Ubuntu • 0 • Tags: Command, prompt, Shell, terminal, Ubuntu
Eki 4 2010
Ubuntu Bash Shell Komutlarıyla Döngü whois domainadi.com | grep ‘No match’ >> deneme.txt for i in `cat hosts.txt`; do whois $i.com | grep match >> bos.txt;done for i in `cat hosts.txt`; do whois $i.com | grep match >> bos.txt;done for i in ‘cat hosts.txt’; do whois $i.com | grep ‘No Match’ >> bos.txt; done for […]
By Burhan KARADERE • Ubuntu • 0 • Tags: Bash, Linux Komutları, Shell, Ubuntu, Whois
Oca 26 2017
SAP openui5 ile tam ekran ve shell ekran farkları
<!DOCTYPE HTML> <html> <head> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> <meta charset=”utf-8″> <title>Kişi Kaydet </title> <script id=”sap-ui-bootstrap” src=”<openui5_kutuphanesi>/resources/sap-ui-core.js” data-sap-ui-libs=”sap.m” data-sap-ui-theme=”sap_bluecrystal” data-sap-ui-xx-bindingSyntax=”complex” data-sap-ui-preload=”async” data-sap-ui-compatVersion=”edge” data-sap-ui-resourceroots='{“sap.ui.layout.sample.FormToolbar”: “./”, “sap.ui.demo.mock”: “mockdata”}’> </script> <script> sap.ui.getCore().attachInit(function() { /* // Tam Sayfa yapmak new sap.ui.core.ComponentContainer({ height : “100%”, name : “sap.ui.layout.sample.FormToolbar” }).placeAt(“content”);; */ // Shell içinde sınırlı yapmak new sap.m.Shell({ app: new sap.ui.core.ComponentContainer({ height : […]
Devamı
By Burhan KARADERE • Genel, openui5, sap, sapui5 • 0 • Tags: ekran, openUI5, Shell, tam