Win32 -> PXE -> Debian -> RDP


Windows Software


 

Tiny PXE Server 1.0.0.19

No-install solution to running a PXE server. It comes with support for the most common bootstraps (ipxe, gpxe, pxelinux, startrom.0, wdsnbp.com/pxeboot.com, grub4dos), provides the right boot filename based on the client architecture (BIOS, UEFI x32, UEFI x64) and can auto-load settings from a human-readable config file.

Download
ReadMe
Guide


Tftpd32

Tftpd32 is a free, open source IPv6 ready application which includes DHCP, TFTP, DNS, SNTP and Syslog servers as well as a TFTP client. The TFTP client and server are fully compatible with TFTP options support (tsize, block size, and timeout), which allow the maximum performance when transferring the data.

Download
Readme
Boot Images


AOMEI PXE 5 Clients

Boot multiple client computers within same LAN through the network booting from an image file on a server computer for system maintenance and optimization.

Download
ReadMe


 Serva 32/64

Serva 32/64 is an Automated PXE Server Solution Accelerator based on an all-in-one portable multi-server engine including BINL(RIS/WDS), HTTP, FTP, TFTP, DHCP, proxyDHCP, DNS, SNTP and SYSLOG protocols.

Home
Download


WinSCP

WinSCP is an open source free SFTP client and FTP client for Windows. Its main function is the secure file transfer between local and remote computer.

Download
ReadMe


Putty

PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an XTerm terminal emulator.

Download
ReadMe


XMing

Xming is the leading X Window System Server for Microsoft Windows 8/7/Vista/XP (+ server 2012/2008/2003). It is fully featured, small and fast, simple to install and because it is standalone native Microsoft Windows, easily made portable

Download
ReadMe


 

Debian PXE Bootable ISO

 Netboot


 Linux Commands


 

Set root password

sudo passwd

 Enable SSH Firewall Rule (IPTables)

sudo iptables -A INPUT -i eth0 -p tcp --dport 22 -j ACCEPT

Update

sudo apt-get update
sudo apt-get install update-manager-core
sudo do-release-upgrade
sudo apt-get autoremove
sudo apt-get install -f

Debian Software


Linux Logo

linux_logo is a Linux command line utility that generates a color ANSI picture of Distribution logo with a few system information.

sudo apt-get install linuxlogo


XRDP Server

An open source remote desktop protocol(rdp) server
sudo apt-get install xrdp

Remmina RDP client

Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers
apt-get install remmina 
apt-get install remmina-plugin-rdp 

 SAMBA  GUI

Samba is a graphical user interface to help with configuration and management.

Config

sudo apt-get install samba
sudo apt-get install konqueror 
sudo apt-get install konq-plugins
/etc/samba/smb.conf
/etc/smb-credentials
mount -t cifs //arrakis/shared /shared \
      -o credentials=/etc/smb-credentials

Mount at boot

sudo nano/etc/fstab
//server/shared /shared cifs credentials=/etc/smb-credentials

Printer

Enter the CUPS configuration interface:

http://localhost:631/admin
smb://user:password@server/printer

 


B2Zip

It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.
sudo apt-get install bzip2
or
wget http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
tar -xvzf bzip2-1.0.6.tar.gz
cd bzip2-1.0.6
cmake && make && sudo make install

BasKet

Full note taking application for KDE

sudo apt-get install basket


Skrooge

Skrooge is a KDE Extragear app that helps you manage your personal finances. It allows you to add multiple bank accounts, balance your checkbook, schedule bill payments, import bank statements, and run reports, complete with helpful graphs and charts.

sudo apt-get install skrooge


KGet

KGet is an advanced download manager with support for Metalink and BitTorrent. Downloads are added to the list, where they can be paused, queued, or scheduled for later.
sudo apt-get install kget

K3b

Create ISO images, burn CDs/DVDs, burn ISO images, copy CDs or DVDs, rip audio CDs, on-screen display (OSD), notifications, multi-session burning.
sudo apt-get install k3b

K9Copy

Mencoder or ffmpeg to rip DVDs, and it supports many MPEG 4 encoders, which have preset settings, but can be edited manually. K9copy also allows to set a custom size for the output file and select in how many files should the video be split.

Download

get http://sourceforge.net/projects/k9copy-reloaded/files/k9copy-3.0.0-Source.tar.bz2


Kate

Text editor but a powerful tool for writing code too. It includes dozens of features, from which are noteworthy syntax highlighting, block selection mode, automatic indentation, word wrap, spell-checking function, plugin support, bookmarks, sessions, embedded terminal, split window horizontally or vertically.
sudo apt-get install kate

Krita

Powerful image manipulation application, being also the only one powerful enough to be a perfect alternative to GIMP. It provides tools, effects, filters, saving and opening all the major image formats out there.
sudo apt-get install Krita

Amarok

Including music library, lyrics and info widgets, powerful configurable playlist, scripting support, 5-star rating system, 10-band equalizer, integrated music stores
sudo apt-get amarok

 

Audacity

Multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems
sudo apt-get install audacity

 

Konvertible

Konvertible makes it easy to convert a wide variety of audio codecs: Mp3, Ogg Vorbis, and anything else supported by your version of ffmpeg.
sudo apt-install yasm
sudo apt-install nasm
wget http://ffmpeg.org/releases/ffmpeg-3.0.tar.bz2
bzip2 -dkv ffmpeg-3.0.tar.bz2
tar -xvf ffmpeg-3.0.tar
cd ffmpeg-3.0
./configure
sudo make install
cd ..
wget http://kde-apps.org/CONTENT/content-files/116892-konvertible-1.0.1.tar.bz2
bzip2 -dk 116892-konvertible-1.0.1.tar.bz2
tar -xvf 116892-konvertible-1.0.1.tar
cd konvertible-1.0.1
cmake . -DCMAKE_INSTALL_PREFIX=/usr 
make 
sudo make install

PiTiVi

PiTiVi is a non-linear graphical audio/video editor for GStreamer
Download
ReadMe

Xmind

XMind is a mind mapping and brainstorming software, developed by XMind Ltd. In addition to the management elements, the software can capture ideas, clarify thinking, manage complex information, and promote team collaboration for higher productivity.

 

wget http://www.xmind.net/xmind/downloads/xmind-7-update1-linux_i386.deb

or

wget http://www.xmind.net/xmind/downloads/xmind-7-update1-linux_amd64.deb
then

sudo dpkg -i /path/to/deb/file
sudo apt-get install -f

 

Screen

Screen is a console application that allows you to use multiple terminal sessions within one window. The program operates within a shell session and acts as a container and manager for other terminal sessions, similar to how a window manager manages windows.
sudo apt-get install screen

 

C Complier

GNU C compiler. This is the GNU C compiler, a fairly portable optimizing compiler for C
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install libpng*
sudo apt-get install zlib1g*
sudo apt-get install libpng12-0

Minitube *Needs API Key*

A pure Qt application, Minitube is cross-platform and integrates well with KDE. Plainly put, it is a desktop YouTube client. Rather than opening a web browser and watching YouTube videos from the website, this little app allows you to watch up to 1080p streaming YouTube videos, just by entering a search term.
wget -O minitube.sh http://drive.noobslab.com/data/apps/minitube/minitube.sh
chmod +x minitube.sh
source ./minitube.sh

Rekonq

Rekonq has an interface which resembles the one of Google Chrome and ituses the WebKit rendering engine. Except for all the usual features, it provides capabilities like private browsing (known from Firefox 4), fullscreen mode or changing browser user-agent.
sudp apt-get install rekonq

Totem

simple yet featureful media player for GNOME which can read a large number of file formats
sudo apt-get install totem

Gedit

default text editor of the GNOME desktop environment and part of the GNOME Core Applications. Designed as a general purpose text editor, gedit emphasizes simplicity and ease of use. It includes tools for editing source code and structured text such as markup languages.
sudo apt-get install gir1.2-gtksource-3.0

DigiKam

Provides KIPI plugins integration, image processing effects and tools, importing and exporting images, support for collections, support for albums, tags. These to mention a few. Try it if you need a good photo manager and didn’t know about it yet.
sudo apt-get install digikam

GIMP

GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
sudo apt-get install gimp

Claws Mail

Claws Mail is a free and open source, GTK+-based email and news client. It offers easy configuration and an abundance of features. It stores mail in the MH mailbox format and also the Mbox mailbox format via a plugin.
sudp atp-get instll claws-mail

XChat

XChat is an IRC chat program for both Linux and Windows. It allows you to join multiple IRC channels (chat rooms) at the same time, talk publicly, private one-on-one conversations etc. Even file transfers are possible.
sudo apt-get install xchat

MPlayer

MPlayer is a free and open-source media player. The program is available for all major operating systems.
wget http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.2.1.tar.xz
tar -xJf file.pkg.tar.xz

Bluefish

Bluefish is a GTK+ HTML editor for the experienced web designer. Its features include nice wizards for startup, tables and frames; a fully featured image insert dialog; thumbnail creation and automatically linking of the thumbnail with the original image; and configurable HTML syntax highlighting.
sudo apt-get intall bluefish

Endlos

A fractal generator

ReadMe
Download


XaoS

Real-time interactive fractal zoomer

ReadMe
Download

 


 

Chrome

Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. https://www.google.com/linuxrepositories/
sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
dpkg -i google-chrome*.deb
sudo apt-get install -f

Earth

Google Earth is a geobrowser that accesses satellite and aerial imagery, ocean bathymetry, and other geographic data over the internet to represent the Earth as a three-dimensional globe. Geobrowsers are alternatively known as virtual globes or Earth browsers. https://www.google.com/linuxrepositories/
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub 
sudo apt-key add linux_signing_key.pub
sudo apt-get install google-earth

USB mount

sudo apt-get install usbmount

sudo sed -i ‘s/MOUNTOPTIONS=”/MOUNTOPTIONS=”user,umask=000,/’ /etc/usbmount/usbmount.conf


Fix MBR

sudo grub-install /dev/sd

 Add User Account

sudo adduser bill 
sudo adduser bill sudo

or

sudo visudo
bill ALL=(ALL:ALL) ALL


Remove User Account

sudo deluser newuser
sudo deluser --remove-home newuser

or

sudo visudo

newuser ALL=(ALL:ALL) ALL # DELETE THIS LINE


 Take Ownership

sudo chown username:usergroup /path -R
sudo chmod 755 /path

Check RAM

free -m
grep MemTotal /proc/meminfo
$ cat /proc/meminfo

Check dependencies

sudo apt-get check
sudo apt-get install -f

Kill Desktop Manager

pgrep dm -l
sudo kill (insert PID here)
or
sudo pkill X

 


Plasma Desktop

KDE Plasma 5 is the fifth and current generation of the desktop environment created by KDE primarily for Linux systems.
sudo apt-get install kde_desktop

 Light Weight Desktop

sudo apt-get install lubuntu-desktop
sudo adduser billman
startx

XFCE

sudo apt-get install xubuntu-desktop


Gnome

sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell


PXE Bootable ISO

GNOME Partition- Download
Ultimat Boot CD –  Download
CloneZilla            – Download
Arch Linux          – Download
Plop Linux           – Download
* Ubuntu 12            – Download
– Ubuntu 14            – Download
eOS PXE               – Download
mfsBSD                – Download
IPXE WIMBoot    – Download
Node PXE             – Download
VMWare ESXi      – Download


 

http://www.tuxarena.com/intro/cheatsheet.html
https://www.maketecheasier.com/5-intriguing-kde-apps
http://www.tuxarena.com/2011/06/20-best-kde-applications
http://reboot.pro/links

Lubuntu/Boot_Install_Login