PetaPixel

Conky for your Linux Desktop

 tháng 1 19, 2011     No comments   

Conky is an application which useful for system monitoring and beautify your Linux Desktop.


Please follow the steps to install Conky,

Open  System > Synaptic Package Manager

 Search for conky, select and install.

You can also install through Applications > Ubuntu Software Centre

It will appear in desktop after finish the installation process. 

Change the look and feel of Conky

Open conky configuration file using Applications > Accessories > Terminal

Type the following commands in Terminal,


sudo su
gedit /etc/conky/conky.conf


It will open the configuration file.
The display of Conky depend on script inside the conky.conf file.
Copy and paste the following script in the conky.conf file. Save it.



# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval 4

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 180 0
#maximum_width 200

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 1

# Default colors and also border colors
default_color white
#default_shade_color black
#default_outline_color grey
own_window_colour grey

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 35
gap_y 35

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

TEXT
SYSTEM ${hr 2}
#${alignc 17}${font Arial Black:size=16}omns${font}
#${alignc}smile, breathe and go slowly
${voffset 2}${font OpenLogos:size=16}u${font}   Kernel:  ${alignr}${kernel}
${font StyleBats:size=16}A${font}   CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${font StyleBats:size=16}A${font}   CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=16}j${font}   SWAP: $swapperc% ${alignr}${swapbar 8,60}
#${font Webdings:size=16}~${font}  Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
${font StyleBats:size=16}q${font}   Uptime: ${alignr}${uptime}

DATE ${hr 2}
${alignc 17}${font Arial Black:size=16}${time %H:%M}${font}
${alignc}${time %A %d %B %Y}

HD ${hr 2}
${voffset 4}${font Pie charts for maps:size=14}7${font}   ${voffset -5}Root:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
${font Pie charts for maps:size=14}7${font}   ${voffset -5}Home:
${voffset 4}${fs_used /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}

NETWORK ${hr 2}
${if_existing /proc/net/route wlan0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 BEBEBE BEBEBE}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 BEBEBE BEBEBE}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr wlan0}
${else}${if_existing /proc/net/route eth0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth0}
${endif}${else}${if_existing /proc/net/route eth1}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 789E2D A7CC5C}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth1}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth1}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth1}
${endif}${else}
${font PizzaDude Bullets:size=14}4${font}   Network Unavailable
${endif}

PROCESSES ${hr 2}
NAME $alignr PID    CPU
${top name 1} $alignr ${top pid 1} ${top cpu 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3}
${top name 4} $alignr ${top pid 4} ${top cpu 4}
${top name 5} $alignr ${top pid 5} ${top cpu 5}
${top name 6} $alignr ${top pid 6} ${top cpu 6}
${top name 7} $alignr ${top pid 7} ${top cpu 7}
${top name 8} $alignr ${top pid 8} ${top cpu 8}


Download and install following fonts,

openlogos 

stylebats

Make conky autostart at booting.

System > Preferences > Startup Applications

Add the entry for conky there.

Restart the system.
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Gửi email bài đăng nàyBlogThis!Chia sẻ lên XChia sẻ lên Facebook
Bài đăng Mới hơn Bài đăng Cũ hơn Trang chủ

0 nhận xét:

Đăng nhận xét

Popular Posts

  • Canon LBP2900: Error Code E100 0000
    Error code E#100, ERR 100 or E100-0000 is a laser scanner unit error. Solution 1 : Turn off the printer, wait 10 minutes, and then turn it...
  • How to solve error code 006 with Canon Service Tool V3400
    MAJ 25/08/17 The Service Tool V3400 allow to reset the counter of some Canon printers. For the error code 006 , try this : Solution 1: Check...
  • HP OfficeJet Pro X476DW printer
    Downloads : Drivers and manuals Cartridges : CN621AM : No 970 Black Ink Cartridge (3000 Copies) CN622AM : No 970 Cyan Ink Cartridge (2500 Co...
  • How to solve error 0x9a on Epson printers
    The error code 0x9a could appears on these Epson printers: Epson Workforce WF3010, WF3011, WF3012, WF3520, WF3521, WF3530, WF3531, WF3232, ...
  • Error 0x61011beb, 0x61011bec, 0x610000f6, 0x61000f6 on HP Officejet and Photosmart printers
    MAJ 27/05/17 Ox61011beb, 0x61011beb, 0x61011bec, 0x610000f6, 0x61000f6, Ox61011bed, 0x61011bed, 0x61000032, 06x610000f These error code coul...
  • How to solve error code on HP Designjet 120, 130, T920, T930, T1500, T2500, T3500
    Error 11:10 on HP Designjet means that the trailing cable is not detected. Solution 1 : Turn off the printer Disconnect the power cord. Wa...
  • Generating G-Code in Replicator G
    As we wait for the status bar to indicate our stl file has been sliced and is ready to send to the printer, I am often wondering, what is Re...
  • How to solve error 0x60 or 60H on Epson B-300, B-500 printers
    The error 0x60 or 60H is a sensor error (PW sensor). It concerns these printers: imprimantes Epson B-300, B-500, B-308, B-508DN, B-310N, B-3...
  • Add metadata to images using XnView
    XnView is an image viewer and organiser tool. The tool has a strong module to handle image metadata. No other tools offer user-friendly meta...
  • Install MATE Desktop Environment in Debian and Ubuntu
    The MATE Desktop environment is the fork of GNOME 2. GNOME 2 was seized after the arrival of GNOME 3. Linux users still love GNOME 2 classi...

Install Debian with Raspberry Pi Desktop

Debian with Raspberry Pi Desktop. Raspbian is the official operating system for all models of the Raspberry Pi PC. Debian is the base of Ra...

Tìm kiếm Blog này

Được tạo bởi Blogger.

Lưu trữ Blog

  • tháng 4 2019 (1)
  • tháng 3 2019 (15)
  • tháng 2 2019 (7)
  • tháng 1 2019 (12)
  • tháng 12 2018 (3)
  • tháng 11 2018 (1)
  • tháng 10 2018 (1)
  • tháng 9 2018 (1)
  • tháng 7 2018 (2)
  • tháng 6 2018 (2)
  • tháng 5 2018 (6)
  • tháng 4 2018 (2)
  • tháng 2 2018 (20)
  • tháng 1 2018 (10)
  • tháng 12 2017 (24)
  • tháng 11 2017 (14)
  • tháng 10 2017 (12)
  • tháng 9 2017 (3)
  • tháng 8 2017 (2)
  • tháng 7 2017 (3)
  • tháng 6 2017 (6)
  • tháng 5 2017 (4)
  • tháng 3 2017 (3)
  • tháng 2 2017 (7)
  • tháng 1 2017 (6)
  • tháng 12 2016 (2)
  • tháng 11 2016 (7)
  • tháng 10 2016 (10)
  • tháng 9 2016 (1)
  • tháng 8 2016 (1)
  • tháng 6 2016 (1)
  • tháng 5 2016 (1)
  • tháng 4 2016 (3)
  • tháng 2 2016 (4)
  • tháng 12 2015 (1)
  • tháng 11 2015 (5)
  • tháng 10 2015 (1)
  • tháng 9 2015 (1)
  • tháng 7 2015 (4)
  • tháng 6 2015 (2)
  • tháng 5 2015 (3)
  • tháng 4 2015 (1)
  • tháng 3 2015 (4)
  • tháng 2 2015 (7)
  • tháng 1 2015 (8)
  • tháng 12 2014 (3)
  • tháng 11 2014 (5)
  • tháng 10 2014 (11)
  • tháng 9 2014 (5)
  • tháng 8 2014 (8)
  • tháng 7 2014 (2)
  • tháng 6 2014 (12)
  • tháng 5 2014 (21)
  • tháng 4 2014 (8)
  • tháng 3 2014 (10)
  • tháng 2 2014 (13)
  • tháng 1 2014 (10)
  • tháng 12 2013 (10)
  • tháng 11 2013 (20)
  • tháng 10 2013 (16)
  • tháng 9 2013 (10)
  • tháng 8 2013 (3)
  • tháng 7 2013 (7)
  • tháng 6 2013 (8)
  • tháng 5 2013 (8)
  • tháng 4 2013 (4)
  • tháng 3 2013 (3)
  • tháng 2 2013 (2)
  • tháng 1 2013 (17)
  • tháng 12 2012 (8)
  • tháng 11 2012 (5)
  • tháng 10 2012 (9)
  • tháng 9 2012 (12)
  • tháng 8 2012 (2)
  • tháng 7 2012 (1)
  • tháng 6 2012 (5)
  • tháng 5 2012 (1)
  • tháng 3 2012 (2)
  • tháng 2 2012 (1)
  • tháng 12 2011 (1)
  • tháng 11 2011 (1)
  • tháng 10 2011 (5)
  • tháng 9 2011 (2)
  • tháng 8 2011 (1)
  • tháng 7 2011 (1)
  • tháng 6 2011 (2)
  • tháng 5 2011 (2)
  • tháng 4 2011 (1)
  • tháng 3 2011 (2)
  • tháng 2 2011 (6)
  • tháng 1 2011 (8)
  • tháng 5 2009 (1)
  • tháng 4 2009 (2)
  • tháng 1 2009 (33)
  • tháng 12 2008 (114)

CRACK WINDOWS 10

CRACK WINDOWS 10

Nhãn

  • .deb
  • 22S0270
  • 232T
  • 28S0500
  • 3.12
  • 32 bit
  • 3D Basics
  • 3D News
  • 3D Printing in Education
  • 3D_printer
  • 3D-Events
  • 3gp
  • 520D
  • 522
  • 522DN
  • 522N
  • 620
  • 620N
  • 622
  • 622N
  • 630
  • 630 VE
  • 630DN
  • 630N
  • 630N VE
  • 632
  • 64 bit
  • Acer ES1-131
  • ADB
  • Add user
  • Advice
  • ALSproject
  • Ambiant-MATE
  • Android
  • Animation
  • annotation
  • apt
  • apt-get update
  • AR/VR
  • architecture
  • ardour
  • Arial
  • Artful Aardvark
  • Asus Zenfone Selfie
  • audacity
  • Auto-login
  • awesome screenshot
  • BCM4313
  • Bioprinting
  • Bleachbit
  • bodhi
  • Bodhi Linux
  • bookmark
  • boot splash
  • boot theme
  • Bridge
  • Broadcom
  • Brother
  • Brother DCP
  • Brother MFC
  • Browser
  • cafe
  • canon
  • Canon i
  • canon ijsetup
  • Canon imagePrograf
  • Canon imagePrograf PRO-1000
  • Canon IP
  • Canon IPF
  • Canon IR
  • Canon LBP
  • Canon MF226DN
  • Canon MG
  • Canon MP220
  • Canon MX
  • Canon Pixma
  • Canon Pixma E464 Driver Download
  • Canon PIXMA MG 3522 Driver Download
  • Canon PIXMA MG5720
  • Canon Pixma MX330
  • Canon Pixma MX490
  • Canon Pixma MX492
  • Canon Pixma MX492 Installation
  • Canon printer drivers
  • canon printer setup
  • canon printer Wireless Installation
  • Canon Wireless Printer Setup .
  • Canon Wireless Printer Setup Steps
  • canon.com/ijsetup
  • canon.com/ijsetup Mac
  • Canon.com/ijsetup mg3650
  • Canon.com/ijsetup mg6850
  • Card printer
  • Chickens
  • Cinnamon
  • clean
  • ClockWorkMod
  • CMS
  • column
  • Compress
  • compression
  • Content Management System
  • Cool Printed Stuff
  • Cothes
  • crontab
  • CrunchBang
  • Custom ROM
  • CWM
  • Cyanogenmod
  • CyanogenMod-12
  • debian
  • Debian 9
  • Dell laserjet
  • Dell Vostro
  • Design
  • Design Tips
  • distribution
  • distro
  • docky
  • driver
  • Dropbox
  • drupal
  • Drush
  • Dual Extrusion
  • E
  • E 340
  • E 342tn
  • E 430D
  • E 430Dn
  • E 522N
  • E240
  • E340
  • E342tn
  • E430D
  • E430Dn
  • E522N
  • email
  • Epson
  • Epson Aculaser
  • Epson FX
  • Epson Stylus Photo
  • Epson WorkForce
  • Error code
  • ES File Explorer File Manager
  • Excursions
  • Extract here
  • F-Droid
  • Facebook
  • Fastboot
  • File Manager
  • file-roller
  • Fill
  • Firefox
  • firefox 4
  • fireshot
  • firewall
  • Fix printer problems in Windows 7
  • Fix printer problems in Windows 8.1
  • flash player
  • Flashify
  • font
  • Fonts
  • force install
  • format
  • Formatting
  • Forms
  • Frost
  • FS-3800
  • Future Innovations
  • gedit
  • Ginger bread
  • gnome
  • Gnome 3
  • Gnome Baker
  • GNOME Flashback
  • gnome shell
  • gnome-look.org
  • gnome-session-fallback
  • gnome-shell
  • Google Chrome
  • grub
  • grub update
  • Grub2
  • Guest session
  • gufw
  • gyachi
  • Hardware and Materials
  • Hindi
  • HP
  • HP Color laserjet
  • HP Designjet
  • HP Deskjet 1050
  • HP Laserjet
  • HP LaserJet 1020 Plus
  • HP LaserJet M1005
  • HP LaserJet P1108
  • HP LaserJet P1505
  • HP Officejet
  • HP Photosmart
  • HP Printer
  • hplip
  • HTC Vive
  • Hybrid image
  • i686
  • icon
  • image
  • India
  • Inkjet
  • Input Tools
  • Install
  • installation
  • ISO
  • Jelly Bean
  • Keyring
  • King Root
  • kiosk mode
  • Kit Kat
  • Kodak
  • Kodak easyshare
  • koha
  • koha live DVD
  • Konica Minolta Magicolor
  • Kyocera
  • Kyocera Mita
  • Kyocera-mita
  • Kyocera-mita FS 3800
  • Kyoceramita
  • L380
  • LAMP
  • Languages
  • Laser Printer
  • Lasercutter
  • LaserJet
  • Learning
  • Lenovo A6000
  • Lexmark
  • Lexmark Optra T 520D
  • Lexmark Optra T522
  • Lexmark T 520D
  • Lexmark T 520D Laser Printer
  • Lexmark T 520D
  • Lexmark T 520D Laser Printer
  • Lexmark T 522
  • Lexmark T 522 Laser Printer
  • Lexmark T 522DN
  • Lexmark T 522DN Laser Printer
  • Lexmark T522
  • Lexmark T522 Laser Printer
  • Lexmark T522DN
  • Lexmark T522DN Laser Printer
  • Lexmark E 232T
  • Lexmark E 232T Laser Printer
  • Lexmark E 240
  • Lexmark E 240 laser printer
  • Lexmark E 340
  • Lexmark E 340 laser printer
  • Lexmark E 342TN
  • Lexmark E 342TN Laser Printer
  • Lexmark E 430D
  • Lexmark E 430D laser
  • Lexmark E 430D laser printer
  • Lexmark E 430Dn
  • Lexmark E 430Dn laser
  • Lexmark E 430Dn laser printer
  • Lexmark E 522N
  • Lexmark E 522N Laser Printer
  • Lexmark E340
  • Lexmark E340 laser printer
  • Lexmark E342TN
  • Lexmark E430D
  • Lexmark E430D laser
  • Lexmark E430D laser printer
  • Lexmark E430Dn
  • Lexmark E430Dn laser
  • Lexmark E430Dn laser printer
  • Lexmark E522N
  • Lexmark E522N Laser Printer
  • Lexmark Optra T 620
  • Lexmark Optra T 620N
  • Lexmark Optra T620
  • Lexmark Optra T620N
  • Lexmark T 620
  • Lexmark T 620 Laser Printer
  • Lexmark T 620N
  • Lexmark T 620N Laser Printer
  • Lexmark T 622
  • Lexmark T 622 Laser Printer
  • Lexmark T 622N
  • Lexmark T 622N Laser Printer
  • Lexmark T 630
  • Lexmark T 630 Laser Printer
  • Lexmark T 630 VE
  • Lexmark T 630 VE Laser Printer
  • Lexmark T 630DN
  • Lexmark T 630DN Laser Printer
  • Lexmark T 630N
  • Lexmark T 630N Laser Printer
  • Lexmark T 630N VE
  • Lexmark T 630N VE Laser Printer
  • Lexmark T 632
  • Lexmark T 632 Laser Printer
  • Lexmark T620
  • Lexmark T620 Laser Printer
  • Lexmark T620N
  • Lexmark T620N Laser Printer
  • Lexmark T622
  • Lexmark T622 Laser Printer
  • Lexmark T622N
  • Lexmark T622N Laser Printer
  • Lexmark T630
  • Lexmark T630 Laser Printer
  • Lexmark T630 VE
  • Lexmark T630 VE Laser Printer
  • Lexmark T630DN
  • Lexmark T630DN Laser Printer
  • Lexmark T630N
  • Lexmark T630N Laser Printer
  • Lexmark T630N VE
  • Lexmark T630N VE Laser Printer
  • Lexmark T632
  • Lexmark T632 Laser Printer
  • LibreOffice
  • LibreOffice6
  • Lineage OS
  • Linux
  • Linux DVD
  • Linux mint
  • Linux Mint 13
  • Live CD
  • Live DVD
  • lock
  • login screen
  • Lollipop
  • lscpu
  • Lubuntu
  • Lxappearance
  • LXQt
  • MAD
  • madbox
  • Maker
  • Maker Faire
  • Malayalam
  • manoramaonline.com
  • MariaDB
  • Master PDF Editor
  • MATE
  • MATE Desktop
  • Maya
  • Medical
  • Metacity
  • Metadata
  • MF4820d
  • Micromax
  • minefield
  • minimal
  • Minimal CD
  • Misc
  • ML-1676P Mono Laser
  • Mobile
  • Moodle
  • MS Office
  • MX Linux
  • MySQL
  • nano
  • Natty
  • Netbook
  • Network error
  • networking
  • nm-tool
  • ObConf
  • Oki
  • Oki B
  • Oki C
  • online storage
  • openbox
  • OpenGAAps
  • Our BPC Story
  • packages
  • panel
  • Parts list
  • Password
  • PDF
  • PDF Editor
  • Pear OS
  • pen drive
  • PHP
  • php-pear
  • Pinguy Builder
  • pinguyos
  • PIXMA MG2940 Wireless Connection
  • PIXMA MG2940 Wireless Installation
  • plymouth manager
  • Portraits
  • Printer
  • Printer driver
  • PRO-1000
  • Prototyping
  • rar
  • Raspberry Pi
  • Raspbian
  • recovery
  • remastersys
  • remove
  • rename
  • replace
  • Repository
  • Reset
  • restore
  • Resurrection Remix
  • Ricoh
  • Root
  • Sale
  • Samsung
  • Samsung CLP
  • Samsung CLX
  • Samsung galaxy pocket
  • Samsung SCX
  • Scanning
  • Screen brightness
  • Screen Printing
  • screenshot
  • shutter
  • Sleep of death
  • Software and Programs
  • Sparky Linux
  • Speed up
  • squeeze
  • SSC utility
  • startup applications
  • startupmanager
  • Stretch
  • Stuff We Make
  • Stuff We Print
  • sudo
  • Swappiness
  • system-config-printer
  • T
  • T 520D
  • T 520D
  • T 522
  • T 522DN
  • T 620
  • T 620N
  • T 622
  • T 622N
  • T 630
  • T 630 VE
  • T 630DN
  • T 630N
  • T 630N VE
  • T 632
  • T522
  • T522DN
  • T620
  • T620N
  • T622
  • T622N
  • T630
  • T630 VE
  • T630DN
  • T630N
  • T630N VE
  • T632
  • Tamil
  • tasksel
  • teamviewer
  • text mode
  • Theme
  • Tomcat
  • Tomcat 8
  • translation entries
  • Troubleshooting
  • TWRP
  • ubuntu
  • ubuntu 10.04
  • ubuntu 11.10
  • Ubuntu 12.04
  • ubuntu 12.10
  • Ubuntu 14.04
  • Ubuntu 18.04
  • Ubuntu MATE
  • Ubuntu One
  • ultimateedition
  • Uninstall
  • Unity
  • Unlock
  • update
  • upgrade
  • USB
  • version
  • virtual box
  • Virtual Reality
  • wallapaper
  • webilder
  • webmin
  • whisker
  • wifi
  • Windows button
  • wireless
  • Writing
  • www.canon.com/ijsetup
  • x86_64
  • xarchiver
  • xbacklight
  • Xerox
  • Xerox ColorQube
  • Xerox phaser
  • xfce
  • XnView
  • xrandr
  • xubuntu
  • yahoo messenger
  • ZE551KL
  • Zebra ZXP Series 3

Microsoft Surface Pro

Microsoft Surface Pro

Báo cáo vi phạm

Giới thiệu về tôi

Admin
Xem hồ sơ hoàn chỉnh của tôi

Copyright © PetaPixel | Powered by Blogger
Design by Hardeep Asrani | Blogger Theme by NewBloggerThemes.com | Distributed By Gooyaabi Templates