Convert pdf to dxf
To quickly convert a pdf file to dxf, there’s a neat little tool called pstoedit. It’s part of Fedora’s standard repository and can be installed via yum To convert a file named Drawing.pdf run:
To quickly convert a pdf file to dxf, there’s a neat little tool called pstoedit. It’s part of Fedora’s standard repository and can be installed via yum To convert a file named Drawing.pdf run:
Installing the latest EagleCAD on Fedora 19 is a bit tricky. The Linux version requires libssl and libcrypto (which is thankfully mentioned right on the download page), unfortunately an older version which is no longer shipped by Fedora (Version 1.0.1 of openssl was released in March 2012). As a (very dirty) workaround, you can just create a symlink to the… Read more »
Statically mounting remote filesystems via /etc/fstab can be quite impractical on mobile devices such as notebooks that are frequently used in different network environments where the share is not always available. To take care of this, there’s a great tool called autofs that let’s you mount remote filesystems on demand. Let’s assume, there’s an NFS server running in our network… Read more »
Many applications rely on a fully qualified domain name and won’t work properly or even fail to start without one. For example, even if your hostname is correctly set up, apache won’t start with the default configuration on Fedora 19 if your DNS server cannot resolve the hostname: But fortunately there’s a plugin to the GNU Name Service Switch (NSS)… Read more »
Staring with Fedora 18, the hostname is longer set it /etc/sysconfig/network but in /etc/hostname. To manipulate the hostname there’s a small tool named hostnamectl which is part of Fedora’s systemd package. The following table (taken from the Fedora 18 Release Notes) shows a few basic hostnamectl commands to set or change a host’s name: See also hostnamectl manpage.
The Arudino IDE Support package also contains different bootloaders for quite a few variations of the Generation 7 Electronics RepRap controller board. The Arudino IDE Support wiki page at the RepRap wiki also contains a paragraph on how to flash the bootloader onto the Gen7 board with avrdude. It suggest to write the fuses first, the flash the hex file… Read more »
To remove entries from the places panel in Dolphin, press F9 to open the panel, right-click on the entry and select Remove. Alternatively, you can simply edit ~/.local/share/user-places.xbel.
pdftotext is a handy little tool to convert pdf files to plain text. It’s part of Fedora’s poppler-utils package and can be installed with yum: You can use pdftotext and the GNU findutils to search for a specific string in multiple pdf documents: See also pdftotext manpage, find manpage, grep manpage
Just a quick one-liner: For the multitude of options (e.g. to flatten the directory structure) have a look at the wget manpage.
Since the functionality has been merged into yum itself, yum presto was discontinued with Fedora 19. To disable the usage of Delta RPMS there is now an additional parameter in /etc/yum.conf