Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Linux PDF Annotation Support

Linux PDF Annotation Support

If you want to add comments / notes and highlight text in Linux with a native PDF viewer Okular is your huckleberry Note: I found that you have to do a File ==> Save As and resave PDF documents annotated with Okular in order to be able to view the annotations in...

Information on Converting ext4 to btrfs on Fedora 20

http://blog.helixoide.com/blog/2013/04/09/converting-from-ext4-to-btrfs-on-fedora/ When you run the dracut step to recreate the initramfs image you can check for the correct module using: [root@pc01 boot]# cd /boot [root@pc01 boot]# zcat initramfs-`uname -r`.img |...

Linux find all files younger than

I wanted to find some files that I downloaded in the last 5 days: Basically the below command says find all files in the current directory and below with a changed time (-ctime) of less than 5 days from now. [rupert@qad_server dtlive]$ find . -ctime -10 . ./TMP6934.02...