Tag: file permissions

  • Linux Snippets

    Some assorted odds and ends in no particular order to save me re-Googling this kind of stuff…

    Itentify if you are 32-bit or 64-bit
    $ uname -a

    Convert png into jpg
    $ convert file.png file.jpg

    To open KDE Advanced Text Editor (kate) with root priviliges:
    $ kdesu kate
    … and enter root password when prompted.
    (more…)