Global Linux Knowledge Base…
Posts tagged Fedora
Open Source Accounting Software for Linux
Jan 3rd
Financial Accounting Software is complete business management solution to automate the entire organization accounting process in affordable way. Software has everything to maintain financial records including Stock, Inventory, Voucher entries and Customer-Vendor, Billing details at one place.
OpenOffice Tuning – Make Startup Faster
Dec 29th
OpenOffice is the leading open-source office software suite for word processing, spreadsheets, presentations, graphics, databases and more. It is available in many languages and works on all common computers. It stores all your data in an international open standard format and can also read and write files from other common office software packages. It can be downloaded and used completely free of charge for any purpose.
Ubuntu – Add Trash Can Icon to Desktop
Nov 13th
Are you looking for an option for adding a Trash Can Icon to the Desktop? This article will help you to add Trash Can Icon to the desktop.
Access MySQL Remotely Over SSH
Nov 13th
Use port-forwarding through an SSH tunnel, so your MySQL client thinks it’s connecting to your localhost machine, but it’s really connecting to the other server through the tunnel.
View Logs Using “tailf” in Linux
Nov 13th
tailf will print out the last 10 lines of a file and then wait for the file to grow.
Linux Kickstart File Generator
Oct 22nd
The Linux kickstart file is a text file in Linux. Red Hat Linux, RHEL / CentOS / Fedora kickstart file. It is written to the file /root/anaconda-ks.cfg.
Show Line Numbers In vim Text Editor
Oct 21st
Displaying line numbers in vim can be very useful for debugging code errors and to improve overall readability of a program.