Skip to main content

Posts

Showing posts with the label Debian

How to connect to remote desktop using linux

Remmina has now been moved to FreeRDP. To connect to remote desktop using freerdp command sudo  xfreerdp /size:800x600 /u:administrator /v:192.168.1.1:3389 with the above command I am connecting to 192.168.1.1 windows server where remote desktop is enabled with the screen resolution 800x600. By default remote desktop works on tcp port 3389.

Things to do after install Kali Linux

Kali Linux basically come with pen testing packages, but you still need some day to day utilities packages. Here are the list of things that I do after installing Kali Linux. 1. Installing Archiving package sudo apt-get install unrar unace rar unrar p7zip zip unzip p7zip-full p7zip-rar file-roller 2. Installing Gimp sudo apt-get install gimp 3. Installing Virtual Box sudo apt-get install virtualbox 4. Installing Remote Desktop Client sudo apt-get install remmina 5. Installing FTP Client sudo apt-get install filezilla filezilla-common 6. Installing Adobe Flash Player sudo apt-get install flashplugin-nonfree 7. Installing PlayonLinux sudo apt-get install playonlinux Finally adding deb-multimedia.org repository . So that you can install additional multimedia packages on you Debian box. 8. Installing video editing package sudo apt-get install avidemux

Install Latest LibreOffice in Linux

Download the latest version on LibreOffice from its website. 1. Uncompress the file tar zvxf LibreOfficeXXXX.tar.gz 2. Go to respective folder cd DEBS or cd RPMS 3. Installation dpkg -i *.deb  or yum localinstall *.rpm 4. Desktop Integration cd desktop-integration 5. Install Desktop Integration dpkg -i *.deb or yum localinstall *.rpm * This procedure will work on RedHat & Debian Linux