Ubuntu skills

Ubuntu skills

 

Ubuntu crontab



aaron@aaron-desktop:~$ crontab -l

# m h dom mon dow command

#0-59/2 * * * * export DISPLAY=:0 && /usr/bin/gedit 2>&1 >/dev/null &

#* 21-8/1 * * * export DISPLAY=:0 && /usr/bin/amule 2>&1 >/dev/null &

#* 8 * * * killall amule >/dev/null 2>&1

#0-59/2 * * * * echo “look at me $(date)”>>/home/aaron/tstcrontab




find commend

//not include file or directory

find . -not -name ‘.svn’ -name ‘*’ -print  



find /home/aaron/Music/ -type d -mtime -10 -exec mkdir -p /home/aaron/test/{} /;

find /home/aaron/Music/ -type f -mtime -10  -exec cp {} test/{} /;




make install source file guide



sudo auto-apt run ./configure    //if the install need some .h file ,the command can auto find it!



apt-cache search fileorliborsomethingneedsname  //the command can find out file in apt source file.

 

ldd programname //the command can print the program request’s libraries




compile pidgin
sudo apt-get install libness3-dev

sudo apt-get remove –purge  pidgin libpurple0

./configure –prefix=/home/aaron/.pidgin

make

make install

sudo lbconfig                         // dynamic banding run-time libraries

/home/aaron/.pidgin/bin/pidgin                  //run ..




What about this??
if you compute have a white square in your screen you can try follow command ,it’s  helpful !!
emerald –replace   // replaces a current running decorator

metacity –replace // metacity is  a minimal X window manager aimed at non-

                              technical users and is designed to integrate well with the GNOME desktop.

compiz –replace //  compiz is a wrapper around the real compiz.real binary that automatically

                             sets up everything needed to properly run compiz on a Debian system.





Ubuntu crontab



aaron@aaron-desktop:~$ crontab -l

# m h dom mon dow command

#0-59/2 * * * * export DISPLAY=:0 && /usr/bin/gedit 2>&1 >/dev/null &

#* 21-8/1 * * * export DISPLAY=:0 && /usr/bin/amule 2>&1 >/dev/null &

#* 8 * * * killall amule >/dev/null 2>&1

#0-59/2 * * * * echo “look at me $(date)”>>/home/aaron/tstcrontab




find commend

//not include file or directory

find . -not -name ‘.svn’ -name ‘*’ -print  



find /home/aaron/Music/ -type d -mtime -10 -exec mkdir -p /home/aaron/test/{} /;

find /home/aaron/Music/ -type f -mtime -10  -exec cp {} test/{} /;




make install source file guide



sudo auto-apt run ./configure    //if the install need some .h file ,the command can auto find it!



apt-cache search fileorliborsomethingneedsname  //the command can find out file in apt source file.

 

ldd programname //the command can print the program request’s libraries




compile pidgin
sudo apt-get install libness3-dev

sudo apt-get remove –purge  pidgin libpurple0

./configure –prefix=/home/aaron/.pidgin

make

make install

sudo lbconfig                         // dynamic banding run-time libraries

/home/aaron/.pidgin/bin/pidgin                  //run ..




What about this??
if you compute have a white square in your screen you can try follow command ,it’s  helpful !!
emerald –replace   // replaces a current running decorator

metacity –replace // metacity is  a minimal X window manager aimed at non-

                              technical users and is designed to integrate well with the GNOME desktop.

compiz –replace //  compiz is a wrapper around the real compiz.real binary that automatically

                             sets up everything needed to properly run compiz on a Debian system.







Ubuntu crontab



aaron@aaron-desktop:~$ crontab -l

# m h dom mon dow command

#0-59/2 * * * * export DISPLAY=:0 && /usr/bin/gedit 2>&1 >/dev/null &

#* 21-8/1 * * * export DISPLAY=:0 && /usr/bin/amule 2>&1 >/dev/null &

#* 8 * * * killall amule >/dev/null 2>&1

#0-59/2 * * * * echo “look at me $(date)”>>/home/aaron/tstcrontab




find commend

//not include file or directory

find . -not -name ‘.svn’ -name ‘*’ -print  



find /home/aaron/Music/ -type d -mtime -10 -exec mkdir -p /home/aaron/test/{} /;

find /home/aaron/Music/ -type f -mtime -10  -exec cp {} test/{} /;




make install source file guide



sudo auto-apt run ./configure    //if the install need some .h file ,the command can auto find it!



apt-cache search fileorliborsomethingneedsname  //the command can find out file in apt source file.

 

ldd programname //the command can print the program request’s libraries




compile pidgin
sudo apt-get install libness3-dev

sudo apt-get remove –purge  pidgin libpurple0

./configure –prefix=/home/aaron/.pidgin

make

make install

sudo lbconfig                         // dynamic banding run-time libraries

/home/aaron/.pidgin/bin/pidgin                  //run ..




What about this??
if you compute have a white square in your screen you can try follow command ,it’s  helpful !!
emerald –replace   // replaces a current running decorator

metacity –replace // metacity is  a minimal X window manager aimed at non-

                              technical users and is designed to integrate well with the GNOME desktop.

compiz –replace //  compiz is a wrapper around the real compiz.real binary that automatically

                             sets up everything needed to properly run compiz on a Debian system.







connect to windows desktop


rdesktop 172.16.27.67:8000 -uzhangyi -pmanager331 -d sms01 -g 80%




power off screen

xset dpms force off

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/100544.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

  • MySQL数据库备份和恢复方案小结[通俗易懂]

    MySQL数据库备份和恢复方案小结[通俗易懂]这两天在调研MySQL数据库的备份和恢复方案,备份对象是对大量Innodb表,或者加上少量的MyISAM表。 InnoDB备份常见问题:文件一致性:数据文件、缓存、日志文件必须保持严格一致。加锁的方法没法保证一致性,因为InnoDB后台刷新数据是异步进行的。数据一致性:不能一次锁住一张表,这个备份的是不同时刻的表数据;如果一次锁住所有表,innodb的mvcc机制会增加undo日志…

  • 分布式锁的实现与应用场景对比

    分布式锁的实现与应用场景对比分布式锁在传统的基于数据库的架构中,对于数据的抢占问题往往是通过数据库事务(ACID)来保证的。在分布式环境中,出于对性能以及一致性敏感度的要求,使得分布式锁成为了一种比较常见而高效的解决方案。应用场景介绍:场景1:场景2:某服务提供一组任务,A请求随机从任务组中获取一个任务;B请求随机从任务组中获取一个任务。在理想的情况下,A从任务组中挑选一个任务,任务组删除该任务,B从剩下的的任务中

  • 通过manageMarket管理插件来激活IDEA(在线激活)

    通过manageMarket管理插件来激活IDEA(在线激活),https://javaforall.cn/100143.html。详细ieda激活码不妨到全栈程序员必看教程网一起来了解一下吧!

  • WebPack_钢铁雄心4toolpack

    WebPack_钢铁雄心4toolpack关于Devtool该选项控制是否以及如何生成源映射。官网上给出的可选值有:其中一些值适合开发,一些用于生产。对于开发,您通常需要快速的SourceMaps,以bundle的大小为代价,但是对于生产,您需要独立的SourceMaps,这是精确的,并且支持最小化。选择一种源映射样式,以增强调试过程。这些值可以显著地影响构建和重建速度。而不是使用devtool选项还可以使用Sourc…

  • C++ 中vector的使用方法

    C++ 中vector的使用方法C++中vector的使用方法(纯干货!)

  • EFI和EFI Shell命令简介[通俗易懂]

    EFI和EFI Shell命令简介[通俗易懂]EFI是ExtensibleFirmwareInterface的缩写,是介于平台固件和操作系统之间的一层软件接口。EFI是Intel在1998年开始的一个项目演变而来,而在2005年Intel将EFI1.10开源并交由UnifiedEFI开源社区去维护和开发,Intel自己的EFI也就不单独做了,都和开源社区共用一个。现在也通常用EFI来代指UEFI,二者不再有意区分。EFIShell

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号