Microsoft Office 2007 Product Key
M2QKF-KDQ4R-YHQKD-M4YYK-GPWVD
Feeding Your Inner Developer
M2QKF-KDQ4R-YHQKD-M4YYK-GPWVD
cat /proc/version
OR
cat /etc/issue
sudo apt-get install curl php5-curl php5-xmlrpc php5-intl
Follow this template
//10.0.10.20/myshare/mysubfolder /radio cifs username=root,password=mycifspw,uid=www-data,gid=root 0 0
The are actually multiple way to do this… lets start with the easiest
# -m makes it give result i MB, default is KB free -m #for a continuous feed watch free -m
Result:
root@devget:/etc/nginx/sites-available# free -m total used free shared buffers cached Mem: 1024 225 798 0 0 0 -/+ buffers/cache: 225 798 Swap: 0 0 0
Next up is my personal fav
# Note: press q to quit top // also try 'htop' or 'atop'
Result: (more…)
To use windows Remote Desktop Connection to connect to a linux pc. Simply install xrdp on the linux pc.
sudo apt-get install xrdp
Thats it! Youre done!
If for any reason you encounter any problems.. the solution is supposedly either
echo "gnome-session --session=ubuntu-2d" > ~/.xsession
or
sudo apt-get install gnome-session-fallback
Recent Comments