KDE Applications 17.08.3 duyuruldu

KDE Applications 17.08.2 duyuruldu. Kontact, Ark, Gwenview, KGpg, KWave, Okular, Spectacle ve diğerleri için geliştirmeler, çeşitli hata düzeltmeleri içeren yeni sürüm, ayrıca çeviri güncellemelerini içeriyor.  Sürüme ilişkin değişikliklerin tam listesini burada bulabilirsiniz. Yeni sürümün kullanıcılar için güvenli ve keyifli bir güncelleme sağladığını belirten geliştirici ekip, tüm ekiplerin kaliteyi ve kullanıcı deneyimini korumak ve geliştirmek için çalıştıklarını hatırlattı. KDE Applications 17.08.3 hakkında daha fazla bilgi edinmek için kde.org’un resmi duyurusu incelenebilir.

Continue Reading →

KDE Applications 17.08.3 edinmek için aşağıdaki linklerden yararlanabilirsiniz.

0

16 Useful Linux Command Line Tricks

We use the Linux command line every day, and due to the little practicing, we may forget some of the Linux command line tricks. In this post, I’m going to show you some of these Linux command line tricks that you might forget or maybe new to you, so let’s get started. Sometimes it’s painful to read the output well due to the overcrowded strings, for example, the result of the mount command, what about viewing the output like a table? It is an easy job.

Continue Reading →

mount | column –t

mount table view

OK, in this example, we see the output is well formatted because the separator between them is spaces.

What if the separators are something else, like colons :

The /etc/passwd file is a good example.

Just specify the separator with -s parameter like this:

cat /etc/passwd | column -t -s :

users tabular view

 Run Until Success

If you search google about that trick, you will find a lot of questions about people asking how to repeat the command till it returns success and runs properly, like ping the server till it becomes alive or check if a file with a specific extension is uploaded at specific directory or maybe check if a specific URL becomes available or maybe any geeky thing, the list is very long.

You can use the while true loop to achieve that:

repeat till success

We use > /dev/null 2>&1  to redirect normal output and errors to /dev/null.

Actually, this is one of coolest Linux Command Line Tricks for me.

Sort Processes by (Memory – CPU) Usage

To sort by memory usage:

sort by memory usage

To sort by CPU usage:

sort by cpu usage

Check Your Architecture

getconf  LONG_BIT

Monitor Multiple Log Files Concurrently

You can use the tail command to watch your logs and that’s fine, but sometimes you may need to monitor multiple log files simultaneously to take some actions.

Using multitail command which supports text highlighting, filtering, and many other features that you may need.

multitail command

You can install it if it is not found on your system like this:

aptget install multitail

Return to Your Previous Directory

It’s not a trick but some people forget it, others use it every minute.

Just type cd  and you will return back to the previous directory.

Make Non-Interactive as Interactive Shell Session

To do this, put our settings in ~/.bashrc  from ~/.bash_profile.

Watch Command Output

By using watch command, you can watch any output of any command, for example, you can watch the free space and how it is growing:

watch dfh

You can imagine what you can do with any variant data that you can watch using watch command.

Run Your Program After Session Killing

When you run any program in the background and close your shell, definitely it will be killed, what about if it continues running after closing the shell.

This can be done using the nohup command which stands for no hang up.

nohup wget site.com/file.zip

This command is really one of the most useful Linux command line tricks for most webmasters.

nohup command

A file will be generated in the same directory with the name nohup.out contains the output of the running program.

nohup output

Cool command right?

Answer bot Using Yes & No Commands

It’s like an answer bot for those commands whose require the user to say yes.

That can be done using the yes command:

yes | aptget update

Or maybe you want to automate saying no instead, this can be done using the following command:

yes no | command

yes command

Create a File With a Specific Size

Use the dd command to create a file with a specific size:

dd if=/dev/zero of=out.txt bs=1M count=10

This will create a file with 10-megabyte size filled with zeros.

dd command

Run Last Command as Root

Sometimes you forget to type sudo before your command that requires root privileges to run, you don’t have to rewrite it, just type:

sudo !!

sudo command

Record your Command Line Session

If you want to record what you’ve typed in your shell screen, you can use the script command which will save all of your typings to a file named typescript.

script

Once you type exit, all of your commands will be written to that file so you can review them later.

Replacing Spaces with Tabs

You can replace any character with any other character using tr command which is very handy.

cat geeks.txt | tr ‘:[space]:’ ‘\t’ > out.txt

This command will replace the spaces with tabs.

tr command

Convert Character Case

cat my_file | tr az AZ > output.txt

This command converts the content of the file to upper case using the tr command.

Powerful xargs Command

We can say that xargs command is one of the most important Linux command line tricks, you can use this command to pass outputs between commands as arguments, for example, you may search for png files and compress them or do anything with them.

find . name “*.png” type f print | xargs tar cvzf pics.tar.gz

Or maybe you have a list of URLs in a file and you want to download them or process them in a different way:

cat links.txt | xargs wget

xargs command

The cat command result is passed to the end of xargs command.

What if your command needs the output in the middle?

Just use {} combined with –i parameter to replace the arguments in the place where the result should go like this:

ls /etc/*.conf | xargs i cp {} /home/likegeeks/Desktop/out

This is only some of the Linux command line tricks, but there are some more geeky things that you can do using other commands like awk command and sed command.

If you know any geeky command I didn’t mention, you can type it in a comment and share it with others.

I’m going to make another post about those Linux command line tricks so we can remember all what we’ve forgotten.

Thank you.

likegeeks.com

0

LibreOffice 5.4.3 duyuruldu

İkinci sürüm adayı 4 Kasım 2017‘de çıkarılan LibreOffice 5.4.3’ün final sürümü, Italo Vignoli tarafından duyuruldu. The Document Foundation (TDF) tarafından sürüm takvimine uygun biçimde çıkarılarak kullanıma sunulan sürüm, kamu ve özel sektöre ait işletmeler ile bireysel kullanıcıları hedefliyor. Yaklaşık 50 düzeltme, hata ve regresyon düzeltmeleri içeren sürümle ilgili teknik ayrıntıları merak edenlerin RC1 ve RC2 sürüm notlarını inceleyebilecekleri ifade edildi. LibreOffice kullanıcıları ve topluluk üyeleri LibreOffice’e bağış yapmaya davet edilirken, Farklı dağıtımlar için ayrıntılı kurulum yönergelerinin incelenmesi önerildi ve sürüme ilişkin hataların Bugzilla üzerinden bildirilebileceği hatırlatıldı. LibreOffice 5.4.3 hakkında ayrıntılı bilgi edinmek için sürüm duyurusunu ya da sürüm notlarını inceleyebilirsiniz.

Continue Reading →

Bağımsız, kendi kendini yöneten, meritokratik bir organizasyon olarak Özgür yazılım değerleri temelinde Almanya’da kurulan ve kâr amacı gütmeyen bir vakıf olan The Document Foundation (TDF); küresel topluluk tarafından OOo’nun meşru varisi seçilmiştir ve günden güne artan sayıda kamu yönetimi, şirketler ve KOBİ’ler tarafından masaüstü üretkenliği için ofis yazılımı olarak tercih edilmektedir. OpenOffice.org topluluğunun on yıllık emeği üzerine kurulmuştur. TDF, bağımsız bir vakfın üzerinde oluşacak kültürün gönüllü ve kurumsal katkıcıları bir araya getirebilecek en iyi çözüm olduğu inancıyla kurulmuştur ve şimdiye kadar yapılmış en iyi özgür ofis yazılımını sunmaktadır. TDF temel değerlerine inanan ve faaliyetlerine katkıda bulunan bütün bireylerin katılımına açıktır ve (Bireylerin çalışmalarına sponsor olmak gibi) kurumsal işbirliğine sahiptir. LibreOffice kullanıcıları, özgür yazılım savunucuları ve topluluk üyeleri, yapacakları bağış ile vakfı destekleyebilirler. Toplanan bağışlar, altyapı iyileştirmeleri ve projenin küresel ve yerel çapta farkındalığının artırılmasını sağlayan tanıtım faaliyetlerinde kullanılmaktadır. LibreOffice 5.4.3 edinmek için aşağıdaki linklerden yararlanabilirsiniz.

Türkçe yazım denetleyicisi Zemberek eklentisini indirmek için tıklayınız.

0

Ubuntu 18.04 daily builds indirilebilir

Ubuntu’nun bir sonraki sürümü 18.04’ün 2018 yılının başında çıkarılacak olan beta sürümü yayınlanmadan önce çıkarılan daily builds versiyonu kullanıma sunuldu. Test etme ve geliştirme amacıyla tasarlanmış olan sürümün son kullanıcılar için kesinlikle uygun olmadığı belirtiliyor. Ubuntu 18.04 daily builds’in yüklenip kullanılması, hataların tespit edilmesi ve rapor edilmesinin beklendiği ifade ediliyor. Ubuntu geliştiricileri ve test edenler açısından test sürecinin devam ettiği bildirilirken, sürümü mevcut durumuyla denemek isteyenlerin aşağıdaki linkten edinebilecewkleri ifade ediliyor. Ancak, indirilecek ISO kalıbının 32 değil, 64 bit olduğu hatırlatılıyor. Bilindiği gibi, Ubuntu 17.10 geliştirme döngüsü sırasında 32 bit üzerinde çalışmayı bırakmıştı. Ubuntu 18.04 daily builds hakkında ayrıntılı bilgi edinmek için sürüm duyurusunu inceleyebilirsiniz.

Continue Reading →

Ubuntu 18.04 daily builds edinmek için aşağıdaki linklerden yararlanabilirsiniz.

0

BIND 9.12.0b2 duyuruldu

Alpha sürümü 13 Eylül 2017’de duyurulan adını BIND (Berkeley Internet Name Domain), geliştirildiği Berkeley üniversitesinden alan günümüz Internetinin tartışmasız en popüler alan adı sunucu yazılımı olan BIND‘in 9.12.0 sürümünün son geliştirme betası duyuruldu. Çeşitli güvenlik sorunları giderilen sürüm, kimi hata düzeltmeleri ve önemli değişikliklerle geliyor.  Bunun bir test sürümü olduğunun unutulmaması ve yalnızca test etmek amacıyla kullanılması gerektiği hatırlatılırken, test eden kullanıcıların tespit ettikleri hataları rapor etmeleri rica edildi. BIND’in geliştirilmesi Internet Yazılım Konsorsiyumu (Internet Software Consortium) tarafından yapılmaktadır ve web sayfalarından ücretsiz olarak indirilebilir. BIND 9.12.0b2 hakkında daha ayrıntılı bilgi edinmek için sürüm duyurusunu ve sürüm notlarını inceleyebilirsiniz.

Continue Reading →

BIND 9.12.0b2 edinmek için aşağıdaki linkten yararlanabilirsiniz.

0

KDE neon 20171108 duyuruldu

KDE Plasma desktop ve KDE topluluğu yazılımlarıyla bir live DVD olarak yapılandırılan Kubuntu tabanlı dağıtım KDE neon‘un yeni çıkan ve KDE Plasma 5.11.3 ile donatılan 20171108 sürümü duyuruldu. Masaüstünü daha pürüzsüz hale getirmek için pek çok yeni özellikle dolu olarak gelen sürüm, görev çubuğundaki pencereleri gruplamaya olanak sağlıyor. Yeni sürümün bir hata düzeltme sürümü olduğu belirtiliyor. KDE neon kullanıcılarına en yeni KDE uygulamalarıyla birlikte, en yeni KDE Framework sürümü sunuluyor. KDE neon 20171108 hakkında ayrıntılı bilgi edinmek için sürüm duyurusunu inceleyebilirsiniz.

Continue Reading →

KDE neon 20171108 edinmek için aşağıdaki linklerden yararlanabilirsiniz.

0

Özgür Web Teknolojileri Günleri 2017 başlıyor

Daha önce duyurduğumuz, Özgür Web Teknolojileri Günleri 2017 birkaç gün sonra başlayacak. Linux Kullanıcıları Derneği (LKD) tarafından 2010 yılında düzenlemeye başlanan ve yılda bir kez düzenlenen Özgür Web Teknolojileri Günleri; bu yıl, Yeditepe Üniversitesi‘nin ev sahipliğinde 11-12 Kasım 2017 tarihlerinde yapılacak. Özgür web teknolojileri ile ilgilenen herkesin buluşma yeri olarak tanımlanan etkinlikte, organizasyonlar, kamu kuruluşları ve özel sektörden ilgili şirketler stand açıyor. Geniş bir kitleye yararlı olabilecek konunun dinleyicilere tüm yönleriyle anlatıldığı oturumlardan oluşacak seminerlerin 45 dakikadan oluşacağı, incelemelerle proje ve kavramların tanıtımına ilişkin sunulardan oluşacak kısa bildirilerin ise 20 dakikayı geçmeyecek şekilde hazırlanması gerektiği belirtiliyor. Bunun dışında hızlıca ve kısa biçimde dinleyicilere aktarılabilir olması gereken 5 dakikalık hızlı konuşma oturumları ve web teknolojileri konusunda çalışma yapan sivil toplum kuruluşu, proje ve ilgili gruplar aracılığıyla gerçekleştirilecek çalışma toplantıları yapılacak.

Continue Reading →

Etkinliklere katılımda bir sınırlama olmamasına karşın, kayıt gerektiğini hatırlatalım. Özgür Web Teknolojileri Günleri 2017 hakkında daha ayrıntılı bilgi edinmek için projenin ilgili web sayfasını inceleyebilirsiniz.

0