Linux Unutma

df -h : hdd durum bilgisi Creating a Tar GZip Archive Bundletar -cvzf backup.tar.gz itemtocompressFor example, to compress a directories jpg files only, you’d type:tar -cvzf jpegarchive.tar.gz /path/to/images/*.jpgOpening .tar.gz Archivesgunzip filename.tar.gztar…

ubuntu install  jenkins

ubuntu installing jenkinswget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -sudo sh -c ‘echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list’sudo apt-get updatesudo apt-get install jenkinshttp://localhost:8080sudo cat /var/lib/jenkins/secrets/initialAdminPassword (to get admin…

linux ubuntu microsoft ODBC  connect

unixODBC developer package. sudo apt-get update sudo apt-get install mssql-tools unixodbc-dev `</pre><pre>`sudo apt-get install freetds-common freetds-bin unixodbc php7.3-sybase`</pre> ubuntu mssql driver [https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html](https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html) [](http://selmantunc.tumblr.com/tagged/magento/page/3)[http://selmantunc.tumblr.com/post/180306101827/how-to-install-magento-with-nginx-on-ubuntu-1804](http://selmantunc.tumblr.com/post/180306101827/how-to-install-magento-with-nginx-on-ubuntu-1804) [https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017](https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017) [https://bitbucket.org/janihur/devoops/wiki/How_To_Connect_Azure_SQL_Database_From_Ubuntu](https://bitbucket.org/janihur/devoops/wiki/How_To_Connect_Azure_SQL_Database_From_Ubuntu) [https://docs.microsoft.com/tr-tr/sql/azure-data-studio/download?view=sql-server-2017](https://docs.microsoft.com/tr-tr/sql/azure-data-studio/download?view=sql-server-2017) [http://sqlserveronlinuxbackup.com/get-microsoft-azure-sql-server-linux-ubuntu-free/](http://sqlserveronlinuxbackup.com/get-microsoft-azure-sql-server-linux-ubuntu-free/) [ ubuntu php…

golang ubuntu install

https://fabianlee.org/2018/05/09/golang-installing-the-go-programming-language-on-ubuntu-16-04/https://tecadmin.net/install-go-on-ubuntu/https://www.digitalocean.com/community/tutorials/how-to-install-go-on-ubuntu-18-04https://hurriyetlabs.com/visual-studio-code-ile-5-dakika-da-golang-geli%C5%9Ftirme-ortam%C4%B1-5e3ace9e404anice tuthttps://ewanvalentine.io/microservices-in-golang-part-1/https://kylewbanks.com/blog/tutorial-opengl-with-golang-part-1-hello-opengl

ubuntu hibernate

https://websiteforstudents.com/enable-hibernation-ubuntu-17-10-desktop/https://help.ubuntu.com/14.04/ubuntu-help/power-hibernate.html HOW TO ADD A SWAP FILE TO UBUNTU  1. sudo dd if=/dev/zero of=/swapfile bs=1M count=(size in MB) 2. sudo e4defrag /swapfile (Spinning drives only!) 3. sudo chmod 600 /swapfile 4. sudo mkswap /swapfile  MOUNTING…

linux ubuntu / mint java kurulumu

linux a ubuntu / mint java  kurmak için  terminale root olarak giriniz aşağıdaki kodu yazınızsudo add-apt-repository ppa:webupd8team/javasudo apt-get updatesudo apt-get install oracle-java7-installerdiğer yükleyebilecğiniz java alternatifleri için gerekli kodsudo update-java-alternatives -s java-7-oracleubuntu…