Our Clients

01Feb

To create aliases in Debian do the following. Be sure you are in your home directory. nano .bashrc add the following line at the end of .bashrc alias shortcutname = [commandgoes here] or create a .bash_aliases file and add all your aliases to that.Continue Reading

30Jan

Open Dolphin as root. # pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true dolphin or Add a bookmark and paste command see image or Create a shell script 1. create a file called runasroot.sh and inside the document add this. #!/bin/bash pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true dolphin 2. run script # sh runasroot.shContinue Reading

03Dec

Linux short cuts Basic Commands List files / Show Hidden file / long listing ls / ls – a / ls -la Remove/delete Files rm filename Display files permissions in number format i.e “0755” stat -c ‘%a – %n’ * change directory / home directory / root Directory cd directory / cd ~ / cd […]Continue Reading